.box_list {
    background-color: #fff;
    display: block;
    position: relative;
    margin: 10px 5px 30px 5px;
    min-height: 210px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition-duration: 1s;
}

.box_list:hover{
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    background: #f7f7f7;
    transition-duration: 1s;
}

.box_list figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 185px;
}

.box_list figure small {
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    right: 20px;
    top: 20px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 99;
}

.box_list figure .ertekeles {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    right: 5px;
    bottom: 5px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 99;
}
.box_list figure .felirat {
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    right: 5px;
    bottom: 5px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 99;
}

.box_list figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}
.box_list figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
}
.box_list figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.box_list figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 185px;
    width: auto;
    max-width: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box_list figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.box_list .wrapper {
    padding: 15px 25px 15px 25px !important;
}

.box_list .wrapper h3 {

    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
}
.box_list .wrapper .price {
    display: inline-block;
    color: #32a067;
    font-size: 1.5rem;
    font-weight: bold;
}
.box_list .wrapper .addtional {
    color: #555;
}
.box_list small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}
.box_list ul {
    padding: 10px 15px 20px 10px;
    margin-bottom: 0;
}
.box_list ul li {
    display: inline-block;
    margin-right: 15px;
}
.box_list ul li .score {
    margin-top: -10px;
}
.box_list ul .csomagtartalom {
    padding: 5px;
    margin-bottom: 0;
}
.box_list ul li .csomagtartalom{
    margin-right: 5px;
}


.box_list .szoba{
    margin-top: 5px;
    margin-left: 5px;
}

.box_list figure .felirat {
    left: 0px;
    top: 0px;
}
.box_list figure .felirat h3{
    text-transform: none;
    font-size: 1rem;
    color:white;
    margin-bottom: 0.5em;
}
.box_list figure .felirat span{
    text-transform: none;
    font-size: 0.875rem;
    color:white;
}
.box_list figure .score {
    text-transform: none;
    right: 0px;
    bottom: 0px;
    font-weight: 400;
    padding: 3px 10px 3px 10px;
}


@media (max-width: 991px) {
    .box_list figure {
        min-height: 220px;
        max-height: 220px;
        height: 220px;
    }
    .box_list figure small {
        right: 15px;
        top: 15px;
    }
    .box_list figure a img {
        max-width: inherit;
        height: 460px;
        width: auto;
    }
    .box_list .wrapper {
        min-height: inherit;
    }
}

@media (max-width: 768px) {
    .box_list figure a img {
        height: 350px;
    }
    .box_list .wrapper {
        padding: 0px 0px 5px 0px !important;
    }
}
@media (max-width: 435px) {
    .box_list figure {
        max-height: 185px;
        width: 100%
    }
    .box_list figure a img {
        max-width: 100%;
        height: auto;
        width: inherit;
    }
    .box_list figure .ertekeles {
        background-color: transparent;
        right: 0px;
        bottom: 30px;
        padding: 0px;
    }

    .box_list .wrapper {
        padding: 0px 0px 5px 0px !important;
    }

    .box_list figure .felirat {
        max-height: 55px;
        width: 100%
    }
    .box_list figure .felirat h3{
        text-transform: none;
        font-size: 1rem;
        color:white;
        margin-bottom: 0.5em;
    }
    .box_list figure .felirat span{
        text-transform: none;
        font-size: 0.875rem;
        color:white;
    }


    .box_list figure .score {
        text-transform: none;
        right: 0px;
        bottom: 0px;
        font-weight: 400;
        padding: 3px 10px 3px 10px;
    }
}
