#hero-area {
    background: url(../images/alap2026.jpg) fixed no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
    background-size: 100%;
}

@media (max-width: 700px) {

    #hero-area {
        background-size: 700px 530px; /* Force the image to its minimum width */
        background-position: center top;
    }

}


/*@media only screen and (max-width: 767px)
{

  .videoWrapperNEW {

  visibility: hidden;

  }
.videoWrapperNEW iframe {

  visibility: hidden;

  }

}*/

.videoWrapperNEW {


    position: relative;
    padding-bottom: 42.1875%;  /*2.35:1; */
    padding-top: 25px;
    height: 0;

}
.videoWrapperNEW iframe {


    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
}








#hero-area .contents {
    /*padding: 200px 0 130px;*/
    padding: 0 0 0;
}

.contact-logo {
    max-width:400px;
}

@media (max-width: 440px) {

    .contact-logo {
        max-width:100%;
    }

}

/*.header-navbar .navbar-nav .nav-link {
  color: #fff;
  padding: 10px 10px 10px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 15px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-navbar .navbar-nav li a:hover,
.header-navbar .navbar-nav li .active > a,
.header-navbar .navbar-nav li a:focus {
  color: #61D2B4;
}
.header-navbar .navbar-nav li {
    align-self: center;
}*/

.slicknav_btn {
    /*border-color: #61D2B4;*/
    border-color: #000000;
}

.slicknav_menu .slicknav_icon-bar {
    /*background: #61D2B4;*/
    background: #000000;
}

#testimonial {
    background: url(../images/testimonial-bg.jpg) fixed no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
    background-position: center;
    padding-left:15px;
    padding-right:15px;
}

.testimonial-text p {
    padding: 10px 0px 10px 0px !important;
}

.testimonial-item {
    text-align: left;
}

.testimonial-item img {
    width: 120px;
    height:120px;
}

.map {
    max-width: 100%;
}

.myoverlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;

}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #ddd;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    text-transform: uppercase;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.factsandoptions .active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: '\002D';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

a {
    color: #f8d20d;
}

a:hover, a:focus {
    color: #ab9005;
}

.navbar .nav-link.active {
    background: #f8d20d;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
    color: #f8d20d !important;
}

.top-nav-collapse .navbar-nav .nav-link.active {
    color: #fff !important;
}

.header-navbar .navbar-nav li a:hover,
.header-navbar .navbar-nav li .active > a,
.header-navbar .navbar-nav li a:focus {
    color: #f8d20d;
}

.owl-theme .owl-controls .owl-page span {
    background: #f8d20d;
}

.back-to-top i {
    background-color: #f8d20d;
}

.double-bounce1, .double-bounce2 {
    background-color: #f8d20d;
}

.navbar-brand {
    margin-right:0px;
}

.slicknav_nav {
    max-height: none;
}

.nav-link {
    text-align: center;
}

#swipebox-overlay{
    z-index: 9999999 !important;/*a header z-indexe 999999, így ez nagyobb*/
}

.text-img-container img {
    height: 50px;
}

@media (max-width: 767px) {/*sm és xs nézetben középen legyen a kép*/
    .swipeimage {
        text-align: center;
    }

    .text-img-container img {
        height: 25px;
    }
}

.header-navbar .navbar-nav .nav-link {
    margin-top:0px;
    margin-bottom:0px;
}

.banner {
    padding-left:40px;
    padding-right:40px;
    padding-top:10px;
    padding-bottom:10px;
}

@media (max-width: 991px) {/*sm és xs nézetben középen legyen a kép*/
    .banner {
        padding-left:0px;
        padding-right:0px;
    }
}

.nightdrive {
    /*margin-left: 16% !important;*/
    /*margin-right: 16% !important;*/
}

.nightdriveinner {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

@media (max-width: 575px) {

    .nightdrive {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .nightdriveinner {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .nightdriveouter {
        padding-left: 0;
        padding-right: 0;
    }

}
