@font-face {
    font-family: EB Garamond;
    src: url("../fonts/EB_Garamond/static/EBGaramond-Regular.ttf");
    font-display: block;
}
@font-face {
    font-family: Open Sans;
    src: url("../fonts/Open_Sans/static/OpenSans_Condensed-Regular.ttf");
    font-display: block;
}

body {
    background-image: url('/images/old-bg.jpg') !important;
    background-repeat: repeat;
}

html, body{
    font-family: EB Garamond;
    text-align: left
}

span, h2, a{
    font-family: EB Garamond;
}

p{
    font-family: Open Sans;
}

.navbar-toggler{
    background-color: #fff !important;
}

/******* CAROUSEL *******/

.carousel-overlay-left{
    position: absolute;
    top: 0;
    left: -385px;
    height: 100%;
    width: 50%;
    background-color: rgba(18, 37, 60, 0.5);
    z-index: 1;
}

.carousel-overlay-right{
    position: absolute;
    top: 0;
    right: -385px;
    height: 100%;
    width: 50%;
    background-color: rgba(18, 37, 60, 0.5);
    z-index: 1;
}

.slick-slide {
    position: relative !important;
    max-height: 400px;
    width: 770px;
}

.carousel-text {
    position: absolute;
    bottom: -40px;
    background-color: white;
    padding: 5px;
}

.slick-track {
    height: 440px;
}

.blue-text-header {
    color: #12253c !important;
}

.contact-intezet-blue{
    color: rgb(28, 83, 126);
}

.carousel-blue {
    color: #1b3657 !important;
    font-weight: 600;
    font-size: 25px;
}

.video-title {
    color: #1b3657 !important;
    font-weight: 600;
    font-size: 22px;
}

.slick-arrow {
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.slick-prev {
    left: 98%;
}

.slick-next {
    right: 98%;
}

@media(min-width: 768px){
    .mobil-carousel{
        display: none;
    }
}
@media(max-width: 768px){
.slick-slide img{
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.slick-image-container{
    position: relative;
    height: 100%;
}
}

/***********************/

/******** NAVBAR / FOOTER *********/

.navbar {
    z-index: 2;
    text-transform: uppercase;
}

footer a {
    color: #cfcfcf;
}

footer a:hover {
    color: #cfcfcf;
    text-decoration: underline !important;
}

footer, .cal-social {
    background-color: #a19261;
    text-transform: uppercase;
    color: #cfcfcf;
}

.social{
    max-width: 50px;
    border-radius: 50%;
    background-color: #fff;
}

/***********************************/

.nav-link {
    font-weight: 600;
}


.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
  }
  .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }

  .card-img-top {
   /* width: 100%;
    height: 40vh;*/
    object-fit: contain;

    }


/********* HÍREK ***********/
.news-date {
    background-color: #cfcfcf;
    color: #1b3657;
    font-size: 1.2rem;
    font-weight: 600;
}

@media(min-width: 991px){
    .news-date{
        font-size: 1.2rem;
    }
}

@media(max-width: 992px){
    .news-date{
        font-size: 0.9rem;
    }

}

.hirek-text{
    height: 150px;
}

.hirek-kep{
    max-width: 100%;
    height: 200px;
}

.card-news {
    background-color: transparent;
    border: none;
    top: 0;
    transition: top ease 0.5s;
}

.card-news:hover{
    top: -15px;
    /* margin-bottom: 35px; */
}

.card-news:hover .newsCaption {
    background-color: #cfcfcf !important;
}

.more-news {
    background-color: #3C3C28;
    color: #cfcfcf;
}

@media(min-width: 1400px){
    .newsCaption {
        height: 182px;
    }
}


/****************************/


.yt-play-btn {
    max-width: 70px;
    position:absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* @media(max-width: 768px) {
    .yt-play-btn{
        top: 37%;
    }
} */

.videos-caption {
    height: 150px;
}

.whole-video:hover .videos-caption {
    background-color: #cfcfcf !important;
}

.btn-more {
    text-decoration: none;

}

/* .navbar-form{
    display: none;
  } */

  .cursor{
    cursor: pointer;
  }

/*   .kereso-input{
    background-color: #fff;
      border: 1px solid grey;;
      color: white;
      width: 100%;
  } */


@media(max-width: 768px){
    .search-bar {
        width: 100% !important;
        text-align: -webkit-center;
        padding-bottom: 10px;
        display: block;
    }
    .hirek-text{
        height: auto !important;
    }

    .mobile-width {
        width: 100% !important;
    }

    .news-header {
        height: 15rem !important;
    }
}

.news-header {
    height: 30rem;
}

.cms-content img {
    display: block;
    width: 50% !important;
    height: auto !important;
    margin: auto;
}

.cms-content a {
    font-size: 1.2rem;
}

.cms-content h1,h2,h3,h4{
    font-weight: bold;
}

.video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cookie-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 100;
  }
