 html, body {
     padding: 0 !important;
     margin: 0 !important;
     overflow-x: hidden;
     width:  100vw;
}
 body {
     font-family: Poppins, Arial;
     color: #222;
     background-color: #fdfdfd;
}
 .container {
     margin: auto;
     position: relative;
     display: block;
     max-width: 1200px;
     text-align: center;
}
 .hl {
     font-size: 2.1em;
     margin-bottom: 0.3em;
}
 .shl {
     display: block;
     max-width: 700px;
     margin: 10px auto 40px auto;
}
 .shl a {
     color: #000;
     font-weight: 700;
     transition: 0.2s;
}
 .shl a:hover {
     color: #3077FE;
     font-weight: 700;
     transition: 0.2s;
}
 .shl small {
     color: #555;
    /* background: #f7f7f7;
     */
     display: block;
     padding: 10px 10px;
     font-size: 0.8em;
}
 .shl small .icon {
     display: block;
     font-size: 1.5em;
     float: left;
}
 [data-block="hasznaltauto"] {
     min-height: 800px;
}
 #data {
     margin: auto;
     position: relative;
     display: block;
     max-width: 1200px;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: baseline;

     gap: 3%;
     padding: 10px 10px;
     text-align: left;
}
 #data a {
     text-decoration: none;
     color: #222;
     flex: 31%;
     max-width: 31%;
     padding: 20px 20px 0px 20px;
     box-sizing: border-box;
     margin-bottom: 40px;
     border: 2px solid #f4f4f4;
     border-radius: 5px;
     display: block;
     background: rgba(255,255,255,0.96);
     backdrop-filter: blur(6px);
     animation: showCar 0.5s ease-in-out;
     box-shadow: 0 0 10px rgba(200,200,200,0.2);
     transition: 0.2s;
     flex: 1;
}
 #data a:hover {
    /* transform: translateY(-2px);
     */
    /* box-shadow: 0 0 2px rgba(130,130,130,0.4);
     */
}
 @-webkit-keyframes showCar {
     0% {
         opacity: 0;
         transform: translateY(10px);
    }
     100% {
         opacity: 1;
    }
}
 @-moz-keyframes showCar {
     0% {
         opacity: 0;
         transform: translateY(10px);
    }
     100% {
         opacity: 1;
    }
}
 @-o-keyframes showCar {
     0% {
         opacity: 0;
         transform: translateY(10px);
    }
     100% {
         opacity: 1;
    }
}
 @keyframes showCar {
     0% {
         opacity: 0;
         transform: translateY(10px);
    }
     100% {
         opacity: 1;
    }
}
 #data .image-container {
     display: block;
     background: #ddd;
     position: relative;
     height: 160px;
}
 #data img {
     width: 100%;
     height: 100%;
     display: block;
     margin: auto;
     object-fit: cover;
     object-position: center;
}
 #data a .link, #data a:hover .title {
     text-decoration: underline;
     color: #111;
     display: block;
}
#data a:hover .link {
     background: #000;
}
 #data a .link {
     margin-top: 15px;
     overflow: hidden;
     word-wrap: break-word;
     text-align: center;
    /* display: block;
     */
     background: #333;
     color: #fff;
     text-decoration: none;
     line-height: 40px;
     transition: 0.2s;
     margin-bottom: 20px;
     border-radius: 2px;
    /* text-transform: uppercase;
     */
     font-weight: 600;
     font-size: 0.9em;
}
 #data a .link:hover {
     background: #000;
     color: #fff;
}
 #data .desc {
     display: block;
     color: #777;
     font-size: 0.8em;
     line-height: 1.4em;
    /* text-align: justify;
     */
     max-height: 120px;
     overflow: auto;
     background: #fff;
     padding: 10px 15px;
     box-shadow: 0 0 2px rgba(60,60,60,0.4) inset;
     border-radius: 6px;
}
 .after {
     opacity: 0.7;
}
 #data .title {
     text-decoration: none;
     color: #111;
     font-size: 1.2em;
     margin-bottom: 10px;
     margin-top: 10px;
}
 #data a .price {
     font-size: 0.92em;
     display: inline-block;
     background: #2ecc71;
     color: #fff;
     padding: 5px 10px;
     text-align: center;
     position: absolute;
     bottom: 0px;
     right: 0px;
}
 #data a:after {
     display: block;
     content: '';
     clear: both;
}
 @media (max-width: 900px) {
     #data a {
         display: block !important;
         flex-direction: row;
         flex-wrap: nowrap;
         width: 100%;
         flex: 100%;
         max-width: 100%;
    }
     #data .image-container {
         height: auto;
    }
     #data img {
         width: 100%;
         height: auto;
         display: block;
         margin: auto;
         object-fit: contain;
    }
}
 .loading {
     display: block;
     width: 100%;
     text-align: center;
     line-height: 40px;
     animation: loading 0.5s linear infinite;
     color: #fff;
     font-weight: bold;
     margin-bottom:  250px;
}
 @keyframes loading {
     0% {
         opacity: 0.5;
    }
     100% {
         opacity: 1;
    }
}
 .header {
     display: block;
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 130px;
     background: rgb(255,255,255, 0.9);
     z-index: 100;
     backdrop-filter: blur(6px);
     box-shadow: 0 0 15px rgba(200,200,200,0.2);
     animation: siteLogo 0.1s ease-in-out backwards;
     animation-delay: 0s;
}
 .header .black {
     background: #000;
     color: #fff;
     height: 30px;
     line-height: 30px;
     font-size: 0.75em;
     text-align: right;
     animation: siteLogo 0.3s ease-in-out backwards;
     animation-delay: 0s;
}
 .header .black span {
     display: inline-block;
     margin: 0 15px;
}
 .header .black span:last-child {
     display: inline-block;
     margin: 0px 10px 0 10px;
}
 .header .black .container {
     text-align: right;
}
 .header .black a {
     color: #fff;
     text-decoration: none;
     opacity: 0.85;
     font-weight: bold;
     transition: 0.3s;
    /* font-family: arial;
     */
}
 .header .black a:hover {
     opacity: 1;
}
 .header .container {
     max-width: 1300px;
     padding: 0 30px;
}
 .header .site_logo {
     position: absolute;
     left: 70px;
     height: 220px;
     top: -75px;
     transform: rotate(0deg);
    /* opacity: 0.2;
     */
     animation: siteLogo 0.4s ease-in-out backwards;
     animation-delay: 0.2s;
}
 @keyframes siteLogo {
     0% {
         opacity: 0;
         transform: translateY(-20px);
    }
     100% {
         opacity: 1;
    }
}
 .header .logo {
     float: left;
     line-height: 80px;
     text-decoration: none;
     font-weight: bold;
     color: #222;
     font-size: 2.4em;
     z-index: 5;
     position: relative;
}
 .header .logo img {
     height: 70px;
     margin: 13px 0px 0 245px;
     animation: siteLogo 0.4s ease-in-out backwards;
     animation-delay: 0.3s;
}
 .header .logo sup{
     color: #888;
     font-size: 0.5em;
     margin-left: -5px;
}
 #menu {
     float: right;
     animation: siteLogo 0.5s ease-in-out backwards;
     animation-delay: 0.4s;
}
 #menu ul {
     float: right;
}
 #menu ul li {
     float: left;
     list-style-type: none;
     margin: 0 30px 0 0 ;
     line-height: 66px;
}
 #menu ul li:last-child {
     margin-right: 0px;
}
 #menu ul li a {
     color: #a2a2a2;
     font-weight: bold;
     text-decoration: none;
     font-weight: 600;
    /* border: 1px solid #f1f1f1;
     background: rgba(253,253,253,0.88);
     */
     z-index: 100;
     backdrop-filter: blur(6px);
     padding: 10px 20px;
     border-radius: 30px;
     transition: 0.4s;
}
 #menu ul li a.active,#menu ul li.active a {
     color: #111;
}
 #menu ul li a.contact {
     background: #ff0506;
     color: #fff;
}
 .cover {
     height: 78vh;
     min-height: 640px;
     border: 1px solid #f4f4f4;
    /* background-color: #F5F8FC;
     */
     backdrop-filter: blur(6px);
     box-shadow: 0 0 15px rgba(200,200,200,0.4);
     position: relative;
     display: block;
     overflow: hidden;
     margin-bottom: 0px;
     padding-bottom: 50px;
}
 .cover .bg {
     background-size: cover;
     min-height: 100vh;
     width: 100%;
     opacity: 0.3;
     border: 1px solid #f4f4f4;
     backdrop-filter: blur(6px);
     box-shadow: 0 0 15px rgba(200,200,200,0.2);
     position: absolute;
     top: -100px;
     left: 0px;
     display: block;
     animation: glowBg 10.4s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
@keyframes glowBg {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
    20% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
    70% {
        opacity: 0.2;
    }
}
 .cover .container {
     z-index: 10;
     position: relative;
     top: 25vh;
     left: 0px;
     display: block;
     max-width: 1200px;
}
 .cover .container a {
     color: #000;
     font-weight: 700;
     transition: 0.2s;
}
 .cover .container a:hover {
     color: #3077FE;
     font-weight: 700;
}
 .cover .hl {
     color: #333;
     font-size: 2em;
     overflow: hidden;
}
 .cover .hl span {
     animation: showHlWord 0.5s ease-in-out backwards;
     display: inline-block;
}
 .cover .hl span:nth-child(1) {
     animation-delay: 0;
}
 .cover .hl span:nth-child(2) {
     animation-delay: 0.2s;
}
 .cover .hl span:nth-child(3) {
     animation-delay: 0.3s;
}
 .cover .hl span:nth-child(4) {
     animation-delay: 0.4s;
}
 .cover .hl span:nth-child(5) {
     animation-delay: 0.5s;
}
 .cover .hl span:nth-child(6) {
     animation-delay: 0.6s;
}
 .cover .hl span:nth-child(7) {
     animation-delay: 0.7s;
}
 @keyframes showHlWord {
     0% {
         opacity: 0;
         transform: translateY(40px);
    }
     100% {
         opacity: 1;
    }
}
 .cover .shl {
     animation: showHlBlock 0.7s ease-in-out backwards;
     animation-delay: 0.9s;
}
 @keyframes showHlBlock {
     0% {
         opacity: 0;
         transform: translateY(20px);
    }
     100% {
         opacity: 1;
    }
}
 .cover .menu ul {
     text-align: center;
     margin-top: 60px;
     margin-bottom: 30px;
     margin-left:  0px;
     padding-left:  0px;
}
 .cover .menu ul li {
    /* float: left;
     */
     display: inline-block;
     list-style-type: none;
     margin: 0 40px 0 40px ;
     line-height: 70px;
     text-align: left;
     width: 30%;
     animation: showHlBlock 0.7s ease-in-out backwards;
     animation-delay: 1.2s;
}
/* .cover .menu ul li:last-child {
     margin-right: 0px;
}
 */
 .cover .menu ul li a {
     color: #444;
     font-weight: bold;
     text-decoration: none;
     font-weight: 600;
    /* border: 1px solid #f1f1f1;
     background: rgba(253,253,253,0.88);
     */
     z-index: 100;
     backdrop-filter: blur(6px);
     padding: 20px 25px 18px 25px;
     border-radius: 3px;
     line-height: 25px;
     width: 100%;
     text-align: left;
    /* background: #fff;
     */
     display: block;
     transition: 0.4s;
     background: rgba(255,255,255,0.7);
     box-shadow: 0 5px 15px rgba(200,200,200,0.3);
     border-top: 3px solid #222 
    /* background: #3077FE;
     color: #fff;
     */
}
 .cover .menu ul li a b {
     padding-left: 45px;
}
 .cover .menu ul li a:hover {
     transition: 0.2s;
     background: #fff;
     backdrop-filter: blur(6px);
     box-shadow: 0 0 15px rgba(200,200,200,0.4);
     transform: translateY(-4px);
}
 .cover .menu ul li a span.desc {
     display: block;
     font-weight: 500;
     color: #a2a2a2;
     font-size: 0.9em;
     margin-top: 15px;
}
 .cover .menu ul li a span.icon {
     display: block;
     float: left;
     font-size: 2em;
     position: absolute;
     left: 25px;
}
 .menu .badge {
     background: #3077FE;
     color: #fff;
     padding: 5px 15px;
     border-radius: 30px;
    /* margin-right: 10px;
     */
     margin-right: -10px;
     margin-top: -7px;
     float: right;
}
 .badge.green {
     background: #2ecc71;
}
 .cover .menu ul li a.active {
     color: #111;
}
 .cover-bottom {
     opacity: 0.7;
     animation: showHlBlock 0.7s ease-in-out backwards;
     animation-delay: 1.5s;
}
 .cover-bottom a {
     color: #3077FE;
}

.pointer {
     animation: pointer 0.9s linear infinite;
     color: #fff;
     font-weight: bold;
     transform:  rotate(15deg);
     position: absolute; right: 10px; bottom: -90px; font-size: 50px
}
 @keyframes pointer {
     0%, 100% {
         transform:  rotate(5deg);
    }
     50% {
         transform:  rotate(14deg) translateX(-30px);
    }
}

/* .card:before {
    content:  '';
    height:  5px;
    background: #111;
    width:  100%;
    position: absolute;
    top:  -2px;
    left:  -2px;
} */
.card {
    text-decoration: none;
    color: #222;
    max-width: 100%;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    border: 2px solid #f4f4f4;
    border-radius: 2px 4px 2px 3px;
    display: block;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(6px);
    animation: showCar 0.5s ease-in-out;
    transition: 0.2s;
    min-height: 300px;
    animation: showItem 0.4s ease-in-out backwards;
    animation-delay: 0.1s;
    margin-top: 0px;
    width:  90%;
    background-image: url(img/dot.png);
    margin-left:  10%;
    text-align: center;
    transform: rotate(1.4deg);
    box-shadow: 5px 20px 20px rgba(0,0,0,0.2);
    border-bottom:  1px solid #777;
    border-right:  1px solid #888;
}
.card a {
transition:  0.2s;
}
.card a:hover {
    color:  #3077FE;
}
.card img {
 max-width:  150px;
 margin:  20px 50px 0 30px;
 float:  left;
}

section, footer {
    width:  100%;
    position:  relative;
}
 section.contact {
     background: #ff0506;

/*     background-image: url(https://www.toptal.com/designers/subtlepatterns/uploads/dot-grid.png); */
    
     min-height: 300px;
     color: #fff;
     overflow: hidden;
     padding: 10px 0 20px 0;
}
section.contact .shl, section.contact .hl {
    text-align:  left;
}
 section.contact a {
    color: #000;
    line-height: 1.8em;
     text-decoration: none;
     font-weight: 600;

}

 section.contact .card b {
    font-weight: 900;
    text-transform: uppercase;
    font-size:  1.2em;
    color:  #222;
    line-height: 40px;
 }

  section.contact .links {
    text-align:  left;
    /* margin:  auto;
    display:  inline-block; */
  }

.u {
text-decoration: underline !important;  
}
 section.contact .shl {
     color: #fff;
     font-size: 1.4em;
}
 .section-cover {
     background: #ff0506;
     min-height: 400px;
     color: #fff;
     overflow: hidden;
     padding: 30px 0 0px 0;
     margin-bottom: -200px;
}
 .section-cover a {
     color: #fff;
     text-decoration: none;
    /* font-size: 1.4em;
     */
}
 .section-cover .shl {
     color: #fff;
     font-size: 1.4em;
}
 .rental {
     margin: auto;
     position: relative;
     display: block;
     max-width: 1200px;
     padding: 10px 10px;
     text-align: left;
}
 .rental .item{
     text-decoration: none;
     color: #222;
     max-width: 100%;
     padding: 20px 20px 20px 20px;
     box-sizing: border-box;
     margin-bottom: 40px;
     border: 2px solid #f4f4f4;
     border-radius: 5px;
     display: block;
     background: rgba(255,255,255,0.96);
     backdrop-filter: blur(6px);
     animation: showCar 0.5s ease-in-out;
     box-shadow: 0 0 15px rgba(200,200,200,0.4);
     transition: 0.2s;
     min-height: 500px;
     animation: showItem 0.4s ease-in-out backwards;
     animation-delay: 0.1s;
}
 @keyframes showItem {
     0% {
         opacity: 0;
         transform: translateY(40px);
    }
     100% {
         opacity: 1;
    }
}
 .rental .item:after {
     display: block;
     content: '';
     clear: both;
}
 .rental .item h3 {
     text-decoration: none;
     color: #111;
     font-size: 2em;
     margin-bottom: 10px;
     margin-top: 10px;
}
 .rental .item .btn {
     margin-top: 15px;
     overflow: hidden;
     word-wrap: break-word;
     text-align: center;
    /* display: block;
     */
     background: #333;
     color: #fff;
     text-decoration: none;
     line-height: 40px;
     transition: 0.2s;
     margin-bottom: 20px;
     border-radius: 2px;
    /* text-transform: uppercase;
     */
     font-weight: 600;
     font-size: 0.9em;
     display: block;
     font-size: 1.2em;
}
 .rental .item .btn:hover {
     background: #000;
}
 .rental .item ul.data {
     padding-left: 50px;
    /* margin-left: 30px;
     */
}
 .rental .item ul.data li {
     margin-left: 50px;
     list-style-type: square;
}
 .rental .item ul.prize {
    /* display: flex;
     flex-wrap: wrap;
     align-content: space-between;
     padding: 0;
     margin: 20px -20px;
     gap: 20px;
     */
     width: 30%;
     float: right;
}
 .rental .item ul.prize li {
     list-style-type: none;
     background: #19b35a;
     background: linear-gradient(to right, #19b35a, #2ecc71);
     color: #fff;
     padding: 20px 30px;
     box-sizing: border-box;
     flex: 1 1 50px;
     border-radius: 5px;
     border: 2px solid #fff;
     text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
     box-shadow: 0 0 10px rgba(200,200,200,0.4);
     margin-bottom: 20px;
     text-align: center;
}
/*  .rental .item ul.prize li:first-child{
     background: #f7ba00;
     background: linear-gradient(to right, #f7ba00, #ffdf2c);
} */
 .rental .item ul.prize li .title {
     font-size: 0.8em;
     display: block;
}
 .rental .item ul.prize li b {
     font-size: 1.7em;
}
 .rental .item ul.prize li b small {
     font-size: 0.5em;
     opacity: 0.7;
}

#divId {
    display: flex;

    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;

    row-gap: 10px;
    column-gap: 1.5%;
    margin-right:  -2%;
}
.rental-gallery a {
    position:  relative;
    display: block;
}
.rental-gallery a .zoom {
    position: absolute;
    top:  5px;
    right:  10px;
    z-index:  5;
    height:  10px;
    width:  10px;
    display: block;
    opacity: 0;
}

.rental-gallery a:hover .zoom {
    opacity:  1;
}


.imgStyle {
    height: 100px;
    width:  46%;
    height: 100px;
    border: 3px solid grey;
    object-fit: cover;
}
.imgStyle.active {
    border:  3px solid #ff0506 !important;
}
 .rental-gallery {
     display: block;
     position: relative;
     text-align: center;
     width: 30%;
     float: left;
     margin-right: 40px;
}
 .rental-gallery:after {
     display: block;
     content: '';
     clear: both;
}
 .rental-gallery img#mainImage {
     height: 250px;
     width: 100%;
     display: inline-block;
     object-fit: cover;
     margin-bottom: 15px;
}



.testimonials {
/*     background-image: url(img/dot.png); */
background: #fffbeb;
padding: 30px 0 50px 0;
}

.test-head {
/*     background: #fff; */
    width:  560px;
    height:  100px;
    margin:  auto;
    display:  block;
    padding:  10px 0 0 0;
}

.test-head iframe {
    float:  left;
}

.test-head .shl {
   margin-bottom:  0px;
   padding-bottom:  0px;
}

.testim {
        width: 100%;
}

.testim .wrap {
    position: relative;
/*     width: 100%; */
    max-width: 1020px;
    padding: 10px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
    margin-top:  -20px;
}

.testim .arrow:before {
        cursor: pointer;
}

.testim .arrow:hover {
    color: #ff0506;
}
    

.testim .arrow.left {
    left: 0px;
}

.testim .arrow.right {
    right: 0px;
}

.testim .dots {
    text-align: center;
/*     position: absolute; */
    width: 100%;
    top: 20px;
    left: 0;
    display: block;
    z-index: 3333;
        height: 12px;
        margin:  30px 0 15px 0px;
        padding:  0;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ff0506;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
        position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ff0506;
    border-color: #ff0506;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
        overflow: hidden;
}

.testim .cont > div {
/*     text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0; */
    opacity: 0;
    display:  none;
    width:  85%;
    margin:  auto;
    text-align: left;
    background: #fff;
    padding:  20px 10px;
    border-radius: 5px;
}

.testim .cont > div.active {
/*     text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0; */
    opacity: 1;
    display:  flex;
    flex-direction: row
}



.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .img {
    margin:  0 30px 0 20px;
}

@media screen and (max-width: 700px) {


    .testim .cont div .img {
    margin:  10px 20px 0 5px;
}

    .testim .cont div .img img {
    width: 60px;
    height: 60px;
}

.testim .cont .title  b{
   display:  block;
   padding:  2px 0 0px 0;
}

.testim .cont .date {
   display:  block;
   padding:  8px 0 12px 0;
}
.test-head {
    display:  none;
}

}

.testim .cont div h2 {
    color: #ff0506;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont .txt {
    /* font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto; */
}

.testim .cont .txt img {
    display:  block;
    margin:  20px 0 0 0;
    transition:  0.2s;
}

.testim .cont .txt img:hover {
    opacity:  0.8;
}

.testim .cont .data {
   display:  block;
   padding:  2px 0 0px 0;
}

.testim .cont .title {
   display:  block;
   padding:  2px 0 0px 0;
}
.testim .cont .date {
   display:  block;
   padding:  1px 0 0px 0;
   font-size:  0.8em;
   opacity:  0.7;
}

.testim .cont .txt {
   display:  block;
   padding:  10px 0 20px 0;
}


.testim .cont .title b {
    font-size:  1.1em;
}

.testim .cont div.active .img img {           
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .data {  
    animation: testim-content-in .4s ease-in-out backwards;    
}

.testim .cont div.active p {  
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {         
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {      
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {   
    animation: testim-content-out .5s ease-in-out forwards;    
}


@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}


@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(15%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}


@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}


@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}


@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}


@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    
    .testim .cont div p {
        line-height: 25px;
    }

}




 .footer {
     background: #000;
     color:  #eee;
     display: block;
     text-align: center;
    /* border: 10px solid #fff;
     */
     padding: 25px 0 30px 0;
     line-height: 1em;
}

 .footer a {
    color:  #fff;
    transition:  0.3s;
 }
  .footer a:hover {
    opacity:  0.8;
 }

 .footer .spacer {
    opacity:  .75;
    width:  30px;
    display: inline-block;
    text-align: center;
 }

.footer .copyright {
    /* font-weight: bold;
    font-size: 0.8em; */
    opacity: 0.9;
}
 .footer .logo {
     line-height: 80px;
     text-decoration: none;
     font-weight: bold;
     color: #fff;
     font-size: 1.5em;
    /* opacity: 0.5;
     */
     text-align: center;
     display: block;
     filter: grayscale(1) brightness(90%);
}
 .footer .logo img {
     height: 150px;
}
 .footer .logo sup{
     color: #888;
     font-size: 0.5em;
     margin-left: -5px;
     opacity: 0.6;
}
 .footer hr.mini {
     width: 100px;
     border-color: #444;
}
 a.fb-msg-btn{
     display: inline-block;
     font-family: inherit;
     font-size: 14px;
     font-weight: bold;
     color: #fff !important;
     text-align: center;
     padding: 7px 16px;
     margin: 0;
     background-color: #0084ff;
     border: 0;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     cursor: pointer;
     outline: none;
}

 a.fb-msg-btn .fa {
    font-size:  1.5em;
    float:  left;
    margin:  1px 10px 0 -3px ;
    position: relative;
 }
 a:hover.fb-msg-btn {
     background-color: #0268c7;
}


.cols {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    float: none;
    clear: both;
    width: 100%
}

.cols::after {
    content: ' ';
    position: relative;
    display: block;
    float: none;
    clear: both
}

.cols>.c {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    float: left;
    clear: none;
    padding: 0;
    margin: 0
}

.cols-table {
    display: table
}

.cols-table>.c {
    display: table-cell;
    float: none;
    vertical-align: middle
}

.cols-ib {
    font-size: 0
}

.cols-ib>.c {
    display: inline-block;
    float: none;
    font-size: 1rem;
    vertical-align: middle
}

.cols-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cols-flex>.c {
    float: none;
    -ms-flex-positive: 1;
    flex-grow: 1;
    vertical-align: top
}

.cols-center {
    text-align: center
}

.cols-center>.c {
    float: none;
    margin: 0 auto
}

.c1p1 {
    width: 100%
}

.c1p2 {
    width: 50%
}

.c1p3 {
    width: 33.333%
}

.c2p3 {
    width: 66.666%
}

.c1p4 {
    width: 25%
}

.c3p4 {
    width: 75%
}

.c1p5 {
    width: 20%
}

.c2p5 {
    width: 40%
}

.c3p5 {
    width: 60%
}

.c4p5 {
    width: 80%
}

.c1p6 {
    width: 16.666%
}

.c5p6 {
    width: 83.333%
}

@media screen and (max-width: 1280px) {
    .cols>.c1p1-high {
        display:block;
        clear: both;
        width: 100%
    }
}

@media screen and (max-width: 872px) {
    .cols.cols-o-med {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cols.cols-o-med>.c {
        float: none;
        -ms-flex-positive: 1;
        flex-grow: 1;
        vertical-align: top
    }

    .cols>.c1p1-med {
        display: block;
        clear: both;
        width: 100%
    }

    .cols>.c1p2-med {
        width: 50%
    }

    .cols>.c1p3-med {
        width: 33.333%
    }

    .cols>.c2p3-med {
        width: 66.666%
    }

    .cols>.c1p4-med {
        width: 25%
    }

    .cols>.c3p4-med {
        width: 75%
    }

    .cols>.c2p5 {
        width: 40%
    }

    .cols>.c3p5 {
        width: 60%
    }

    .cols>.c0-med {
        display: none
    }

    .cols>.c-o1-med {
        -ms-flex-order: 1;
        order: 1
    }

    .cols>.c-o2-med {
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (max-width: 768px) {
    .cols>.c1p1-med-s {
        display:block;
        clear: both;
        width: 100%
    }

    .cols>.c1p2-med-s {
        width: 50%
    }

    .cols>.c1p3-med-s {
        width: 33.333%
    }

    .cols>.c2p3-med-s {
        width: 66.666%
    }

    .cols>.c1p4-med-s {
        width: 25%
    }

    .cols>.c3p4-med-s {
        width: 75%
    }

    .cols>.c0-med-s {
        display: none
    }
}

@media screen and (max-width: 480px) {
    .cols>.c1p1-low {
        display:block;
        clear: both;
        width: 100%
    }

    .cols>.c1p2-low {
        width: 50%
    }

    .cols>.c1p3-low {
        width: 33.333%
    }

    .cols>.c2p3-low {
        width: 66.666%
    }

    .cols>.c0-low {
        display: none
    }
}

@media screen and (max-width: 375px) {
    .cols>.c1p1-low-s {
        display:block;
        clear: both;
        width: 100%
    }

    .cols>.c1p2-low-s {
        width: 50%
    }

    .cols>.c1p3-low-s {
        width: 33.333%
    }

    .cols>.c2p3-low-s {
        width: 66.666%
    }

    .cols>.c0-low-s {
        display: none
    }
}


:root {
  --pink: #ecb2ba;
  --pink-dark: #c6939a;
  --tape-gray: #dbd8be;
  --tape-edge-gray: #b7b49d;
  --transparent: rgba(255, 255, 255, 0);
}

.pink {
  --paper-color: var(--pink);
  --paper-dark: var(--pink-dark);
  --shadow-size: 1px;
  --transparent: rgba(236, 178, 186, 0);
}

.blue {
  --paper-color: #d5e0f9;
  --paper-dark: #c2d0ea;
  --shadow-size: 3px;
  --transparent: rgba(213, 224, 249, 0);
}

.paper {
  position: relative;
  background: linear-gradient(
      to bottom right,
      var(--paper-dark),
      20%,
      var(--transparent)
    ),
    var(--paper-color);
  min-width: 250px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Caveat", cursive;
  font-size: 2rem;
  box-shadow: var(--shadow-size) var(--shadow-size) 2px var(--paper-dark);
  margin: auto;
  margin-top: 50px;
}

.paper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      var(--transparent),
      50%,
      var(--paper-dark),
      51%,
      var(--transparent)
    ),
    linear-gradient(
      to right,
      var(--transparent),
      50%,
      var(--paper-dark),
      51%,
      var(--transparent)
    );
}

.tape-section {
  position: absolute;
  width: 100%;
}

.top-tape {
  position: absolute;
  height: 4vmin;
  top: -10px;
  width: 110%;
  background-color: var(--tape-gray);
  border-right: 1px dotted var(--tape-edge-gray);
  border-left: 1px dotted var(--tape-edge-gray);
  opacity: 0.6;
}

.tape-section:first-of-type {
  top: 0;
}

.tape-section:last-of-type {
  bottom: 0;
}

.tape-section::before,
.tape-section::after {
  content: "";
  width: 10vmin;
  height: 4vmin;
  position: absolute;
  background-color: var(--tape-gray);
  opacity: 0.5;
  border-right: 1px dotted var(--tape-edge-gray);
  border-left: 1px dotted var(--tape-edge-gray);
}

.tape-section:last-of-type::after {
  transform: rotate(-45deg);
  right: -3vmin;
  top: -3vmin;
}

.tape-section:first-of-type::before {
  transform: rotate(-45deg);
  left: -6vmin;
}

.tape-section:first-of-type::after {
  transform: rotate(45deg);
  right: -1.4vmin;
  top: 0;
}

.tape-section:last-of-type::before {
  transform: rotate(45deg);
  left: -5vmin;
  bottom: 0;
}



.paper {
  --paper-dark: #e5c93d;
  --paper-color: #ffed87;

  position: relative;
  display: flex;
  justify-content: center;
 /*  min-width: 325px;
  min-height: 175px; */
  background: linear-gradient(
    135deg,
    var(--paper-dark),
    30%,
    var(--paper-color)
  );
  box-shadow: 3px 3px 2px var(--paper-shadow);
  transform: rotate(10deg);
  transform-origin: top left;
}

.paper p {
  margin: auto;
}

.pin {
  --pin-color: #d02627;
  --pin-dark: #9e0608;
  --pin-light: #fc7e7d;

  position: absolute;
  left: 20px;
  width: 60px;
  height: 50px;
}

.shadow {
  position: absolute;
  top: 18px;
  left: -8px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: radial-gradient(var(--paper-shadow), 20%, rgba(201, 191, 141, 0));
}

.metal {
  position: absolute;
  width: 5px;
  height: 20px;
  background: linear-gradient(to right, #808080, 40%, #eae8e8, 50%, #808080);
  border-radius: 0 0 30% 30%;
  transform: rotate(50deg);
  transform-origin: bottom left;
  top: 15px;
  border-bottom: 1px solid #808080;
}

.bottom-circle {
  position: absolute;
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--pin-color);
  background: radial-gradient(
    circle at bottom right,
    var(--pin-light),
    25%,
    var(--pin-dark),
    90%,
    var(--pin-color)
  );
}

/* Barrel */
.bottom-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 20px;
  height: 30px;
  transform: rotate(55deg);
  transform-origin: 100% 100%;
  border-radius: 0 0 40% 40%;
  background: linear-gradient(
    to right,
    var(--pin-dark),
    30%,
    var(--pin-color),
    90%,
    var(--pin-light)
  );
}

/* Top circle */
.bottom-circle::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: radial-gradient(
    circle at right,
    var(--pin-light),
    30%,
    var(--pin-color),
    var(--pin-dark) 80%
  );
}

#mobile-menu {
    position:  absolute;
    right: 2.8%;
    top:  20px;
    background: transparent;
    width:  60px;
    height: 60px;
    border:  none;
    display:  none;
    animation: siteLogo 0.4s ease-in-out backwards;
    animation-delay: 0.6s;
}

#mobile-menu i {
    background: #000;
    width:  100%;
    height:  5px;
    display: block;
    margin-bottom:  6px;
    border-radius: 5px;
    transition:  0.2s;
}

#mobile-menu i:nth-child(2) {
    width:  80%;
}

#mobile-menu i:nth-child(3) {
    width:  50%;
}

.show-menu #menu{
    display:  block;
}

.show-menu #mobile-menu i {
    background: #ff0506;
    width:  100% !important;
}

@media screen and (max-width: 700px) {
    body {
        font-size:  3vw;
    }
}

@media screen and (max-width: 1100px) {

    #mobile-menu {
        display:  block;
    }
    #menu {
        float:  inherit;
        position:  absolute;
        display:  none;
        background: rgba(0,0,0,0.95);
        top:  85px;
        padding: 10px 0 20px;
        width:  100%;
        animation: siteLogo 0.2s ease-in-out backwards !important;
     animation-delay: 0s !important;
    }

    #menu ul {
    margin:  0;
    padding:  0;
    float:  inherit;
}

    #menu ul li {
        float:  inherit;
        width:  100%;
        margin:  0;
    }

    #menu ul li a.active, #menu ul li.active a {
    color: #fff !important;
}

    body .header .site_logo {
        left:  15px;
        top:  -25px;
        height:  130px;
        z-index:  3;
    }

    body .header {
        height: 95px;
    }

    body .header .container{
        padding:  0;
        width:  100%;
    }

    .black {
        height:  5px !important;
    }

    .black .container {
        display:  none;
    }

    .header .logo img {
        height: 50px;
        margin: 16px 0px 0 140px;
        animation: siteLogo 0.4s ease-in-out backwards;
        animation-delay: 0.3s;
    }

    body .cover .container {
        top: 16vh;
    }

    body .cover {
        min-height: 72vh;
    }
    
    .cover .menu ul{
        margin: 0 0 20px 0 !important;
    }

    .cover .menu ul li {

        margin: 0 0 20px 0;
        width: 100%;
        animation-delay: 1.2s;
    }

    .cover .menu ul li:last-child {
        margin-bottom:  0px;
    }

    .cover .menu ul li a{
        box-sizing: border-box;
    }


    .container {
        max-width:  95%;
        width:  95%;
    }

    [data-block="hasznaltauto"] .hl, [data-block="berles"] .hl, [data-block="kapcsolat"] .hl {
        font-size:  1.9em !important;
    }

    [data-block="hasznaltauto"] .shl, [data-block="berles"] .shl, [data-block="kapcsolat"] .shl  {
        font-size:  1.1em !important;
    }
    [data-block="hasznaltauto"] .shl br {
        display:  none;
    }

    #data .desc {
    display: block;
    color: #777;
    font-size: 1em;
    line-height: 1.4em;
}

    .rental {
        margin-top:  -230px;
    }

    .rental-gallery {
        width:  100%;
        margin-bottom:  20px;
    }

 body .rental ul {
    float:  inherit !important;
    width:  100% !important;
    margin:  0;
    padding:  0;
}

body .rental ul.prize {
    margin: 20px 0 0 0;
}

.rental .item ul.data {
    padding-left: 0px;
    margin-bottom:  20px !important;
    /* margin-left: 30px; */
}

.rental .item ul.data li {
    margin-left: 20px;
    /* margin-left: 30px; */
}

    .card {
        margin-left:  2.5%;
        width:  95%;
        transform:  rotate(0);
    }

    .card .links {
        margin-left:  40px;

    }

    .card .fa {
        display:  none;
    }
    .tape-section {
        display:  none;
    }
    section.contact a {
        line-height: 2.6em !important;
    }
    /* .contact .links  {
        line-height: 2em !important;
    } */
    .card img {
        width:  100%;
        max-width:  100%;
        height:  190px;
        margin:  0 0 25px 0;
        object-fit: contain;
        object-position: center;
    }
    .footer .c {
       text-align:  center !important; 
    }
    .footer .right {
        padding:  20px 0 0 0;
        text-align:  center !important;
    }
}
