.bg-warning {
    display: none;
}
.bg-primary {
    background-color: #76a8b7 !important;
}

#sp-main-body {
    padding: 50px 0;
}

#sp-bottom {
  padding: 30px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}

a.sigplus-image > img {
    padding: 10px !important;
    border: 1px solid #c8e5ee;
    border-radius: 10px;
    box-shadow: 5px 5px 10px gray;
    margin: 10px;
}

.lm-proverb p {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: right;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 0;
}

.bg-info {
    background-color: #76a8b7 !important;
}

#sp-obrazky-titulka p {
    margin-top: 0;
    margin-bottom: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 1.5rem;
    position: relative;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
    font-size: 15px;
    padding: 4px 0px;
    line-height: 36px;
    font-weight: 400;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler {
  right: 10px;
}

.sp-module-content .latestnews > li > a > span {
    display: none;
    margin-top: 0px;
    font-size: 75%;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
    display: block;
    padding: 5px 0;
    line-height: 20px;
    border-bottom: 1px solid #c8e5ee;
}

.sp-module ul > li > a:hover {
    color: #88332b;
}

#sp-footer #sp-footer2 {
    text-align: left;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 1.5rem;
}

.btn .jmodedit {
	width: 15px !important;
	height: 15px !important;
    display: inline-block;
    background-image: linear-gradient(to bottom, #024d24, #03823c);
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background-image: linear-gradient(to bottom, #024d24, #03823c);
}

.article-details .article-can-edit a {
    display: inline-block;
    background-image: linear-gradient(to bottom, #024d24, #03823c);
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 14px;
}

.pager > li a {
    display: inline-block;
    font-size: 0.785rem;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    background-color: #d8e9ee;
}

.article-info {
    color: #03823c;
}

.col-md-4 {
    border-right: 1px solid #c8e5ee;
}

.pager {
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 3rem 0 0 0;
    border-top: 1px solid #d8e9ee;
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #03823c;
    border-radius: 3px;
    z-index: 1000;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    color: #fff;
    background: #ffcc00;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0px 20px 10px 20px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    font-weight: bold;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    text-shadow: 1px 1px 5px #000;
}

#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 30px;
    padding: 25px;
    border-radius: 10px;
    background-color: #E9F0EC;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    margin: 0 0 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #03823c;
    text-align: center;
	color: #03823c;
}

.readmore {
    background: linear-gradient(0deg,rgb(3, 130, 60) 50%, rgb(2, 77, 36) 100%);
    border: 0px solid rgba(0,0,0,0);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 6px 12px;
    text-shadow: none;
	float: right;
}

.article-list .article .readmore a {
  color: #fff;
  font-weight: 500;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 5px;
}

.article-details .article-full-image img {
    display: inline-block;
    border-radius: 5px;
}

.article-details .article-full-image {
    text-align: center;
    margin: 0 0 1rem 1rem;
	max-width: 50%;
}

@media only screen and (max-width: 1000px) {
.article-details .article-full-image {
    text-align: center;
    margin: 0 0 1rem 0;
	max-width: 100%;
 }
}

.article-list .article {
    margin: 0 -10px 30px -10px;
    border: 0;
	overflow: auto;
	border-radius: 10px;
    background-color: #E9F0EC;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    float: right !important;
	padding: 10px;
	border: 0px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px gray;
	margin: 7px 10px 20px 20px;
	background-color: white;
}

.float-right {
    float: right !important;
	padding: 10px;
	border: 1px solid #c8e5ee;
	border-radius: 10px;
	box-shadow: 5px 5px 10px gray;
	margin: 0 0 20px 20px;
}
.article-intro-image {
    width: 300px;
}

.float-none {
    float: none !important;
    padding: 0 0 15px 0;
}

#offcanvas-toggler > .fa {
    color: #33768a;
	background-color: #c8e5ee;
	padding: 7px;
	border-radius: 5px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #33768a;
    border-color: #33768a;
}

.sp-page-title {
	text-shadow: black 2px 2px 8px;
	background-image: linear-gradient(to top, #024d24, #03823c);
}

#sp-header {
    background-image: linear-gradient(to bottom, #024d24, #03823c);
	height: 80px;
}

.sp-page-title .sp-page-title-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {
	  .sp-page-title .sp-page-title-heading {
	  font-size: 28px;
	}
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px;
    color: #ffcc00;
    border-bottom: solid 1px #024d24;
	padding-bottom: 10px;
}

#sp-bottom .sp-module {
    margin-bottom: 10px;
}

#sp-bottom .sp-module ul > li > a {
    display: block;
    line-height: 0.5;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    color: #03823c;
    font-size: 1.6rem;
}

.burger-icon {
  width: 30px;
  cursor: pointer;
  background: #709c84;
  padding: 5px;
  border-radius: 3px;
}

.burger-icon > span {
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
  color: black;
  background: black;
}

tr:nth-child(even) {background-color: #e4f4f9;}

.article-list .article .featured-article-badge { display: none; visibility: hidden;}
.article-details .featured-article-badge { display: none; visibility: hidden;}

@media only screen and (max-width: 1000px) {
  .article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: 0 0 20px 0;
    width: auto;
  }
}

.alert-info {
  --bs-alert-color: #024d24;
  --bs-alert-bg: #e3f0e9;
  --bs-alert-border-color: #024d24;
}

@media (max-width: 575px) {
  #sp-header .logo {
    height: 80px;
  }
}