.region_title {
    color: white !important;
    font-family: "Monitorica", Sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    
    margin-bottom: 2rem;
}

div.container.map-container {
    display: none;
}

.regions {
    column-count: 4;
}

#regions_map {
    height: 480px;
    margin-bottom: 10px;
    border-radius: 10px;
}

#regions_map_info {
    padding: 3px;
    font-size: 10px;
}

.regions .region_group {
    margin-bottom: 10px;
}

.regions .region_group .region_group_title {
    font-weight: bold;
    color: rgb(255,194,14);
    font-size: 1.1em;
}

.regions .region_group .region a {
    color: white;
}

.regions .region_group .region a:hover {
    text-decoration: underline !important;
}

.coordinators .button_join {
    width: 250px;
    text-align: center;
    background-color: #0098d1;
    font-size: 1.5em;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 40px;
}

.coordinators .button_join a {
    text-decoration: none;
    color: white;
    font-family: "Monitorica", Georgia, serif;
}

.coordinators h2 {
    margin-top: 30px !important;
}

.coordinators .coordinator {
    display: flex;
    margin-bottom: 20px;
}

.coordinators .coordinator .fotka, .coordinators .coordinator .fotka img {
    width: 150px;
}

.coordinators .coordinator .infa {
    padding-left: 15px;
}

.coordinators .coordinator .infa strong {
    font-size: 20px;
}

.coordinators .coordinator .infa div img {
    width: 20px;
}

/*  */
/* SHOW PARTNERS SHORTCODE STYLE */
.elementor-tab-title {
    font-size: 1.3rem;
    font-weight: 300 !important;
}

.members-ordered-list h3 {
    /* font-family: 'Noto Serif', serif; */
    color: white;
    font-weight: 300;
    font-size: 2.25rem;
    /* background-color: #f0f0f0; */
    background-color: #0e4864;
    padding: 20px 15px;
    border-radius: 10px;
    text-transform: uppercase;
}

.members-ordered-list a:hover {
  color: #1B64AE !important;
}

.members-ordered-list h2:hover {
  color: #1B64AE !important;
}

.members-ordered-list h4 {
    width: 70%;
    font-size: 1.2rem;
    padding: 12px 0 10px;
    margin: 0;
}
.members-ordered-list .group-container {
    margin-bottom: 40px;
}

.members-ordered-list .logo-container {
    width: 30%;
    height: 143px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
    max-width: 200px;
    min-width: 150px;
    box-shadow: 2px 2px 5px #eaeaea;
}
.members-ordered-list .logo-container .logo-img.semi {
    filter: opacity(0.2) saturate(0);;
}
.members-ordered-list .logo-container .logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.members-ordered-list .info-container {
    width: 100%;
}

/* MAIN PAGE SLIDER STYLE */

h2.partner-title {
    font-size: 3rem;
    font-family: "Monitorica", Sans-serif;
    text-align: center;
    color: #fff !important;
    margin: 0;
}

.slider-area {
  max-width: 100%;
  margin: auto;
}

.gallery_image {
  height: 190px;
  width: 250px;
  padding: 10px;
}

.gallery_image a {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: white;
  height: 100%;
  border-radius: 20px;
}

.gallery_image img {
  display: block;
  height: 100% !important;
  object-fit: contain;
  align-self: center;
}

.slick-dots li button:before {
 font-size:14px !important;
 color:#fff !important;
}

.slick-dots li.slick-active button:before {
  opacity:.75;
  color:#fff !important;
}

.info-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.info-row img {
    height: 40px !important;
    margin-right: 10px;
}

.rep-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rep-photo {
    height: 200px;
    width: 170px;
    margin-right: 20px;
}

.rep-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px !important;
    object-position: top;
}