.hide {
  display: none;
}

.z10 {
  z-index: 10;
  position: relative;
}

.mod-finder {
  float: right;
  margin-bottom: 10px;
}

.cbs-shadow {
  box-shadow: 20px 20px 10px grey !important;
}

.breadcrumb {
  background-color: white;
}

.article-intro-image img {
  width: 380px;
  height: 290px;
}

.article-list .article {
  max-height: 600px;
}

.pagination-wrapper {
  flex-direction: column;
}

.struct-img img {
  height: 300px;
}

.sppb-articles-scroller-date-left-date {
  background-color: #2980b9;
}

#sp-logo.has-border {
  padding-right: 0;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 60%;
}

#shack-article-manager .sam-top {
  display: none;
}

#shack-article-manager select#limit {
  height: 42px;
}

.mod-articlescategories {
  position: absolute;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background-color: white;
  padding: 15px;
  z-index: 1;
}

.mod-articlescategories li.active {
  background-color: #4dbcf1;
  padding: 3px;
}

.rsepro_upcoming.row {
  margin-bottom: 20px;
}

.rsepro_upcoming-item {
  display: flex;
}

.rsepro_upcoming-item_location {
  font-size: 12px;
}

.cbs-izd .article {
  display: flex;
  max-height: 250px;
}

.cbs-izd .article .article-intro-image {
  margin: 0;
  width: 300px;
  display: flex;
  justify-content: center;
}

.cbs-izd .article .article-body {
  margin-left: 20px;
}

.cbs-izd .article .article-intro-image img {
  width: inherit;
  height: inherit;
  max-height: 100%;
  max-width: 100%;
}

.mod-menu > ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mod-menu {
  margin-bottom: 20px;
}

.mod-menu > li > a {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #2980b9;
  transition: background 0.3s;
}

.mod-menu > li > a:hover {
  background-color: #2980b9;
}

.mod-menu__sub {
  display: none;
  background-color: #f9f9f9;
  border-left: 3px solid #3498db;
  position: absolute;
  padding: 0px 10px;
}
.parent::after {
  content:"\f078";
  font-family:"Font Awesome 5 Free";
  right: -10px;
  position:absolute;
  top:12px;
  font-weight: 900
}

.mod-menu__sub li a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: background 0.3s;
}

.pad-0 {
  padding: 0;
}

.sp-copyright {
  float: right;
}

.custom-center {
  text-align: center;
}

.custom-center .custom {
  display: flex;
  justify-content: center;
}

.mod-menu__sub li a:hover {
  background-color: #e0e0e0;
}

.parent {
  position: relative;
}

.mod-menu__sub {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0;
}

.mod-menu__sub.show {
  display: block;
  max-height: 500px;
}
#sp-section-1 #sp-search .sp-column .navbar {
  padding: 0;
}

#sp-section-1 #sp-search .sp-column {
  display: flex;
  flex-direction: column;
}

#search-result-list li {
  display: flex;
}

.result__image {
  width: 200px;
  margin-right: 20px;
  margin-top: 10px;
}

.mark, mark {
  padding: 1px;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  flex-direction: column;
  font-size: 30px;
}

.loader {
  border: 16px solid #fff;
  border-top: 16px solid transparent;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}