.hir {
    margin-bottom: 50px;
    font-weight: bold;
}

.news h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #f4d632;
}

.news .full .kep {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.news .kep .kep_height {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.news .kep .kep_height img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news .kep .nagykep {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    
}

.btn {
    margin: 10px auto
}

.col-md-9 p {
    margin-left: 40px
}

.hir .col-12{
    text-align: justify;
}

.arrivals {
    margin-top: 40px
}

.arrivals .item {
    width: 27%;
    text-align: center;
    position: relative;
}

.arrivals .item .item-content {
    height: auto;
    margin-bottom: 2rem;
}

h6 {
    text-align: justify
}


.newsletter h4, .newsletter .arrival-title {
    text-align: center;
}

.newsletter .img-fluid {
    width: 70%;
    margin: 20px 0;
    text-align: center;
    max-width:300px;
}

.col-lg-4.newsletter .img-fluid {
    min-height: 200px;
    width: 60%;
    margin: 20px 0;
    object-fit: contain;
}

.arrival-title {
    text-align: center
}

.newsletter .btn {
    padding: .375rem .75rem;
}

#news-pic {
    width: 40%;
    margin: 20px auto;
    cursor: pointer;
}

#news-pic:hover{
    opacity: 0.7;
}


.arrivals-pic {
    width: 100%;
    margin: 20px auto;
    cursor: pointer;
}

.arrivals-pic:hover{
    opacity: 0.7;
}



.news .newsletter {
    margin-bottom: 5rem;
}

#modal-img{
    
    width:90%;
    max-width:800px;
    min-height: auto;
   height: auto;
    margin:auto;
    margin-top:100px;
}


.modal {
   padding:40px;
  position: fixed; /* Stay in place */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

button.close{
    position:fixed;
    padding: 1rem 1rem;
   
}

.close:hover{
    border: 2px solid;
}

/* <<==--   RESPONSIVE   --==>> */
/* Tablet fekvő (1024 - 1279px)*/
@media only screen and (max-width: 1279px) {}

/* Tablet álló (768 - 1023px) */
@media only screen and (max-width: 1023px) {
    .arrivals {
        margin-top: 0px;
    }
    
    .arrivals .item {
        margin-bottom: 50px;
    }
    
    .arrivals .item .item-content {
        height: auto;
    }
    
    .news h4 {
        font-size: 2rem;
    }
}

/* Telefon fekvő (576 - 767px) */
@media only screen and (max-width: 767px) {
    .arrivals .item {
        width: 100%;
    }

    .news-pic {
        width: 80%;
    }

    .news h4 {
        margin-top: 20px;
        margin-bottom: 30px
    }
    
    
}


/* Telefon álló (300 - 575px) */
@media only screen and (max-width: 575px) {
    .arrivals .item {
        margin-bottom: 30px;
    }
}
