.crumbs {
    font-size: .9em;
    background: none;
    list-style: none;
    color: #333;
    margin: 0;
    padding: 0 0 0 1em;
  }
  .crumbs a {
    color:#333;
  }
  
  .crumbs li {
    padding: 5px 0px;
    color: #333;
    display: inline-block;
  }
  
  .crumbs li:after {
    content: '/';
    padding: 0px 10px 0px 16px;
    color: #333;
  }
  
  .crumbs li:before {
    display: none;
  }
  
  .crumbs li:last-child {
    padding: 5px 5px;
    border-radius: 2px;
    font-weight: bold;
  }
  
  .crumbs li:last-child:after {
    display: none;
  }

  .thumb-info.custom-thumb-info-style-1 {
    border: none;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
    background: #4dbb6d !important;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-thumb-info-title span {
    color: #FFF !important;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow {
    width: 55px;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:before {
    border-top: 1px solid #FFF;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption {
    position: relative;
    padding: 25px;
    display: block;
    transition: ease background 300ms, ease width 300ms;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title span {
    color: #777;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-name {
    display: block;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 40px;
    transform: translateY(-50%);
    transition: ease all 300ms;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    width: 100%;
    border-top: 1px solid #fff;
    transform: translateY(-50%);
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}


.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
    background-color: #3467ef !important;
    color: #fff;
  }
  
  .thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-thumb-info-title span {
    color: #fff !important;
  }


.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1 !important;
}

#top_menu12884 {
  background-color: #ed2227;
  color: #ffffff !important;
}

html body #header #top_menu12884.nav-item a.nav-link {
  color: #ffffff !important;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  vertical-align: top;
  padding: 10px;
}
td img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.image-column {
  width: 25%;
}
.text-column {
  width: 75%;
}
.section-title {
  text-align: left;
}
.section-title h2 {
  margin: 20px 0;
}
@media (max-width: 768px) {
  table, tbody, tr, td {
      display: block;
      width: 100%;
  }
  .image-column, .text-column {
      width: 100%;
  }
  td img {
      max-width: 300px;
  }
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
      padding: 0.5rem .5rem;
      text-transform: none;
  }
}

@media (max-width: 991px) {
.sp-logo {
  top:80px !important;
}
}

@media (max-width: 463px) {
.no-number {
  display:none !important;
}
}

.invert-svg {
  filter: invert(1);
}

.cookie-warning {
  position: fixed;
display:none;
  bottom: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  padding: 2em;
}