@font-face {
  font-family: esafont;
  src: url('/static/fonts/NotesEsaReglta.otf');
}

body {
  /* overflow-y: hidden; */
  overflow-x: hidden;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #009bdb;
  text-decoration: none !important;
}

p a {
  color: #009bdb !important;
}

.links ul li a{
  color: #009bdb !important;
}

.accordion a {
  color: #009bdb !important;
}

.hiper-color a {
  color: #009bdb;
}

#gallery .bg-image {
  position: relative;

}

/* #gallery img:hover {
    border: 5px solid #f7f7f7;
} */

#gallery span {
  display: none;

}

#gallery .bg-image:hover>span {
  position: absolute;
  color: white;
  left: 0;
  top: 77%;
  width: 100%;
  background-color: rgba(0, 50, 71, .6);
  height: 70px;
  display: flex;
  align-items: center;

}

#navbar li:hover {
  background-color: #003247;
}

.dropdown:hover .dropdown-menu-start {
  display: block;
  margin-top: 0;
}

@media (min-width: 576px) {
  .video-title {
    position: absolute;
    color: white;
    left: 0;
    width: 100%;
    background-color: rgba(0, 50, 71, 1);
    height: 90px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .video-title {
    position: absolute;
    color: white;
    left: 0;
    width: 100%;
    background-color: rgba(0, 50, 71, 1);
    height: 90px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .video-title {
    position: absolute;
    color: white;
    left: 0;
    width: 100%;
    background-color: rgba(0, 50, 71, 1);
    height: 90px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1920px) {
  .video-title {
    position: absolute;
    color: white;
    left: 0;
    width: 100%;
    background-color: rgba(0, 50, 71, 1);
    height: 70px;
    display: flex;
    align-items: center;
  }
}

.play-icon {
  position: absolute;
  color: white;
  left: 0;
  top: 45%;
  width: 100%;

  height: 70px;
  display: flex;
  align-items: center;


}

.youtube-body {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-title {
  position: absolute;
  color: white;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: rgba(0, 50, 71, 1);
  height: 70px;
  display: flex;
  align-items: center;
}

/* ============ desktop view Navbar ============ */
@media all and (min-width: 992px) {

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }

}

/* ============ small devices .end// ============ */

.news-teaser-potm {
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media (min-width: 2048px) {
  .col-xxxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }

  .row-cols-xxxl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxxl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxxl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxxl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-xxxl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxxl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxxl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 2048px) {
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.statusbar {

  font-size: 14px;
}

.statusbar .prev-next {
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}

.statusbar .prev-next a {
  margin-left: 25px;
}
/* #release-list, li a{
  color: #003247;
  font-size: 14px;
} */

#dark {
  background-color: #101010;
  font-weight: 600;
  color: #fff; 
}

#dark .prev-next a{
  color: #fff !important;
}

.prev-next {
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}

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

.pagination {
  padding: 0;
}

.pagination li {
  display: inline;
}

.pagination li+li:before {
  content: '/';
}

.pagination li.active {
  font-weight: 600;
}

.pagination li.active a {
  color: #333333;
}

.pagination li a {
  display: inline-block;
  padding: 0 6px;
}

#dark .pagination li.active a {
  color: #fff;
}

#body .prev-next a{
  color: #333333 !important;
}

.overflow-ellipsis{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.adv_search tr {
  border: 1px solid #dcdcdc;
}

.adv_search th, .adv_search td {
  padding: 0.5rem;
}

.adv_search_submit {
  padding: 1rem 0;
}

#adv_submit{
  border-radius: 5px;
  color: #fff;
  background-color: #003247;
  border-color: #003247;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
}

.rss-icon{
  color: #009bdb;
}

.rss-icon:hover{
  color: #fff;
}