#ejszakak{display:block!important}

.hotel-cimsor {
    display: inline;
    font-size: 0.75rem;
}

.hotel-cimsor-review {
    display: inline;
    float: right;
}

.hotel-cimsor-legjobbcsomag {
    display:inline;
    float: right;
    padding-left: 3px;
    margin-right: 10px;
}
.hotel-cimsor-legjobbcsomag .price, .addtional{
    font-size: 0.75rem;
}

.container .hotel-container {
    padding-top:  15px;
}
.form-group col {
    padding-right: 5px;
}
.form-controll col {
    padding-right: 5px;
}
.icon_calendar {
    margin-right:  20px;
}

.varos,.hoteltipus {
    font-size: 1.5rem;
}
@media (max-width: 768px) {
    .varos,.hoteltipus {
        font-size: 0.875rem;
    }
}
a.btn_map {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px 8px 12px;
    line-height: 1;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    a.btn_map {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    a.btn_map {
        padding: 4px 6px 4px 6px;
        font-weight: 500;
        font-size: 10px;
    }
}
a.btn_map:hover {
    color: #fc5b62;
}
a.btn_map:before {
    font-family: "ElegantIcons";
    content: "\e081";
    display: inline-block;
    margin-right: 5px;
}

.hidden {
    display: none;
}

.hero_in {
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
@media (max-width: 767px) {
    .hero_in {
        height: 350px;
    }
}
@media (max-width: 575px) {
    .hero_in.hotels_detail {
        height: 400px;
    }
}
.hero_in.hotels_detail  {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_in.hotels_detail .wrapper {

    background-color: rgba(0, 0, 0, 0.6);
}
.hero_in .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero_in a.btn_photos {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    line-height: 1;
    padding: 10px 15px;
    color: #444;
    font-weight: 500;
}
.hero_in a.btn_photos:hover {
    color: #fc5b62;
}


.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


.box_detail {
    padding: 25px 25px 15px 25px;
    border: 1px solid #ededed;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 2rem;
}
.box_detail .priceinfo {
    line-height: 1;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 25px -25px;
    padding: 0 25px 15px 25px;
}

.box_detail .priceinfo .price {
    color: #32a067;
    font-size: 1.9375rem;
    font-weight: 600;
}

.box_detail .priceinfo .small {
    color: #555;
    font-size: 1.875rem;
    font-weight: 500;
}

.box_detail .price .score {
    float: right;
    margin-top: -5px;
}
.box_detail h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 25px 0 10px 0;
}
.box_detail ul {
    margin-bottom: 0;
}
.box_detail ul li {
    margin-bottom: 5px;
}
.box_detail ul li i {
    margin-right: 8px;
}
.box_detail figure {
    position: relative;
    background-color: #000;
}
.box_detail figure img {
    opacity: 0.8;
}
.box_detail figure span {
    position: absolute;
    display: block;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 600;
}
.box_detail figure a i {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    font-size: 42px;
    font-size: 2.625rem;
    -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;
    z-index: 9;
}
.box_detail figure:hover i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

/* vélemények start */

#review_summary {
    text-align: center;
    background-color: #ffc107;
    color: #333;
    padding: 20px 10px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

#review_summary strong {
    font-size: 42px;
    font-size: 2.625rem;
    display: block;
    line-height: 1;
}
#review_summary em {
    font-style: normal;
    font-weight: 500;
    display: block;
}

.reviews-container .progress {
    margin-bottom: 12px;
}
.reviews-container .progress-bar {
    background-color: #ffc107;
}
.reviews-container .review-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 100px;
    min-height: 100px;
}
@media (max-width: 767px) {
    .reviews-container .review-box {
        padding-left: 0;
    }
}
.reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.reviews-container .rev-thumb img {
    width: 80px;
    height: auto;
}
@media (max-width: 767px) {
    .reviews-container .rev-thumb {
        position: static;
        margin-bottom: 10px;
    }
}
.reviews-container .rev-content {
    position: relative;
    padding: 25px 25px 0 25px;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.reviews-container .rev-info {
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    color: #777;
    margin-bottom: 10px;
}



.booking .form-group i{
    height: 40px!important;
}

.hotel-hero{
    height: 60px;
    background-color:#2e474d;
}

.lSGallery li{

    width: 80px!important;


}

.rtspan{
    float: left;
    margin-top: 0px;
    display: block;
    cursor: pointer;
}

.price-box{
    float: right;
}

.addtional{
    color: black;
    font-size: 12px;
}

.ajanlat-sor{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.ajanlat-box{
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    transition-duration: 1s;
}

.ajanlat-box:hover{
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    background: aliceblue;
    transition-duration: 1s;
}
.ajanlat-box .price {
    display: inline-block;
    color: #32a067;
    font-size: 1.5rem;
    font-weight: bold;
}
.ajanlat-box .addtional {
    color: #555;
}

.ajanlat-box h4{
    margin-bottom: 0px;
}

.thumb_cart{
    overflow: visible;
}
.ajanlat-form {
    box-shadow: inset 0px 2px 5px 0px #e2e2e2;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 13px;
    padding-top: 10px;
}

.csomag-info {
    padding: 13px 0px;
    background: #f7f7f7;
    margin: 0px;
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.ajanlatmodal-body{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}


#hirlevelfeliratkozas {
    font-family:'Open Sans';margin-bottom:10px;
}
#newsletterbuttons {margin:3px 0px 3px 0px;}
#newsletterbuttons div {display:inline-block;padding: 4px 8px 4px 8px;border-radius:5px; margin:5px 5px 5px 0px; border: 1px solid #C0C0C0; background: #f5f5f5;cursor:pointer; color:#555;transition: background .35s ease-in-out;  }
#newsletterbuttons div:hover {border: 1px solid #333;color:#333;}
#moretext_feliratkozom, #moretext_nemkerem {display:none;line-height: 120%;}
#moretext_feliratkozom.show, #moretext_nemkerem.show {display:block;}
#moretext_feliratkozom {color:#007F07;;}
#moretext_nemkerem {color:#a62e2e;}
#newsletterbuttons div#btn_feliratkozom.selected {background: #B8EDBB;border: 1px solid #008000;color:#333;}
#newsletterbuttons div#btn_nemkerem.selected {background: #f77d7d;border: 1px solid #800000;color:#333;}

#fizetesi_info{
    padding: 4px;
}
.foginfo{
    font-size: 13px;
    padding-top: 5px;
    padding-left: 0px;
}
.hotel-container{
    padding-top: 25px;
    padding-bottom: 25px;
}

.kartyaselect li{
    line-height: 27px!important;
    min-height: 27px!important;
}
.hero200{
    max-height: 200px;
}

.dtp-feltelthaz,.dtp-telthaz{
    opacity:.7!important
}
.dtp-telthaz a,.dtp-telthaz span{
    background:red!important;
    color:#fff!important;
    font-weight:700!important;
    cursor:not-allowed!important
}
.dtp-feltelthaz a,.dtp-feltelthaz span{
    background:#ff0!important;
    color:#000!important;
    font-weight:700!important
}

.hotel-h2{
    float: left;
}
.hotel-review{
    float: right;
}

.icon-roomdelete{
    cursor: pointer;
}
.pointer{
      cursor: pointer;
}

#felnott-span, #gyerek-span, #gyerekevek-span{
    float: left;
    margin-right: 5px;
}

.gyiter{
    margin-top: 5px;
}
.modal-dialog-full {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.modal-content-full {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.rd_button_grey{
    background: grey;
    cursor: default;
}

.velemenybox{
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 3px 1px #000000;
    margin-top: 10px;
}
.konf-ajalatkeres-container {
    background: #f5f5f5;
    position: relative;
    margin-top: 40px;
    border-radius: 5px;
    padding: 30px;
}
.hcs-list-item{
    display: inline-block;
    float: left;
    padding: 10px;
}
.hcs-list-item .price {
    display: inline-block;
    color: #32a067;
    font-weight: bold;
}
.hcs-list-item .addtional {
    color: #555;
}
.width50p{
    width: 50%;
}
