/* FrontEnd Theme */
@media (min-width: 1200px) {

  /*bigger container width*/
  .container {
    max-width: 1600px;
  }
}

html, body {
  height: 100%;
  background-color: white;
}

/* Font sizes Mobile first */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: 900;
  color: black;
  line-height: 1.6;
  font-display: swap;
}

h1 {
  font-size: 18px;

}

h2 {
  font-size: 18px;

}

h3 {
  font-size: 18px;

}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 1.05rem;
  line-height: 1.5;
}

#footer p {
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Font sizes desktop/laptop/tablet */
@media screen and (min-width: 601px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 17px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 1rem;
  }



  #footer p {
    font-size: 15px;
  }





}
/* Font sizes desktop/laptop/tablet end */



#main {
  padding-top: 0px;
}

#main a {
  color: black;
}

#main a:hover {
  text-decoration: none;
}

.page-link {
  background-color: #F0F0F0;
  color: black;
}

.page-item.active .page-link{
  background-color: #1896DB!important;
  color:white!important;
}

.page-link:hover, .page-link:focus, .page-link:active {
  background-color: #F0F0F0!important;
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none;
}



.social-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: #white !important;
  line-height: 1;
  padding: 6px 0;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid white;
  text-align: center;
  width: 32px;
  height: 32px;
}

.social-links a:hover {
text-decoration: none;
  color: #fff;
}

.share-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: #1896DB !important;
  line-height: 1;
  padding: 6px 0;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #1896DB;
  text-align: center;
  width: 32px;
  height: 17px;
}

.share-links1 a {

  font-size: 15px;
  background-color: #5D5D5B;
  color: white !important;
  line-height: 1;
  padding: 1px 6px;
  margin-right: 10px;
  border-radius: 3px;
  text-align: center;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  color: white;
}

#footer h4 {
  font-size: 17px;
  color: #C88E1F;
}

.live-link {
  text-transform: uppercase;
  color: #16618D;
  padding-left: 22px;
  padding-right: 22px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
font-weight: bolder;
  padding-top:0px;
  padding-bottom: 0px;
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  }

.live-linkold {
  background: linear-gradient(0deg, #1b7bb3 0%, #182848 100%);
  text-transform: uppercase;
  color: whitesmoke;
  padding-left: 22px;
  padding-right: 22px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
font-weight: bolder;
  padding-top:0px;
  padding-bottom: 0px;
}

.live-link:hover {
  text-decoration: none;

}

#footer {
  background-color: #022a3f;
  color: #D1D8DC;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer a {
  color: lightgrey;
}

@media (max-width: 991.98px) {
  .live-link {
    right: 0px;
    padding-left: 13px;
    padding-right: 13px;
  }
}

.etichete a {
  color: #1481BA !important;
  text-decoration: underline;
}

.etichete a:hover {
  color: black !important;
}

.sectiune-titlu {
  position: relative;
  top:-9px;
}

.sectiune-titlu h1, .sectiune-titlu h2, .sectiune-titlu h3, .sectiune-titlu h4, .sectiune-titlu h5, .sectiune-titlu h6 {
  display: grid;
  width: 100%;
  align-items: center;
  text-align: center;
  grid-template-columns: minmax(10px, 1fr) auto minmax(10px, 1fr);
  grid-gap: 10px;
  margin-bottom:0px;
  padding-bottom:0px;
}

.sectiune-titlu h1:before, .sectiune-titlu h2:before, .sectiune-titlu h3:before, .sectiune-titlu h4:before, .sectiune-titlu h5:before, .sectiune-titlu h6:before,
.sectiune-titlu h1:after, .sectiune-titlu h2:after, .sectiune-titlu h3:after, .sectiune-titlu h4:after, .sectiune-titlu h5:after, .sectiune-titlu h6:after {
  content: '';

  border: 1px  #1b7bb3 solid;


}

img {
  max-width: 100%;
  height: auto;
}


.small {
  font-size: 90%;
}


.widget {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+30,f2f2f2+98 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 30%, #f2f2f2 98%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 30%,#f2f2f2 98%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 30%,#f2f2f2 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.badge {
  background-color:#1b7bb3;
}

div#widget_container_curs div:first-child { display:none; }
div#widget_container_curs img { margin-bottom: 7px; }


.headere-emisiuni {
  background-image: url("../img/bk-emisiuni.png");
  background-repeat: no-repeat;
  background-size: cover;

}

.swiper-container {
    width: 97%;
    height: 40%;
}

#speciaLink a {
  color: white;
  background-color:#8D6316;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight:700;
text-decoration: none;
}

#speciaLink a:hover {

  background-color:#B07C1C;
    text-decoration: underline;
}


.breaking-label {
  position: absolute;
  top: 8px;
  left: -8px;
}

.table-sm th, .table-sm td {padding:0.19rem!important; font-size:14px;}
.cc_dialog.simple {
  max-width:100%!important;
}

.hasvideo {
  position: relative;
}
.hasvideotrue {
  position:absolute;
  top:0;
  right:0;

}

.spancategorie {
  position:absolute;
  top:0;
  left:0;

}

.flux ul {
  padding-left: 10px;
}

.flux li {
    list-style: disc;
    color: #f00;

}

.strong
{
  font-weight: bold;

}

.celemaicitite li {
    list-style: disc;
    color: #8D6316;

}


.blinking {
  -webkit-animation: 2s blink ease ;
  -moz-animation: 2s blink ease ;
  -ms-animation: 2s blink ease ;
  -o-animation: 2s blink ease ;
  animation: 2s blink ease ;

}

@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.border-3 {
    border-width:3px !important;
}

.border-8 {
    border-width:8px !important;
}


  .adsbygoogle {
    margin-top:50px !important;
    margin-bottom:50px !important;
  }
