.tooltip {
    position: relative;
    display: inline-block;
    
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: #8bc100;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.no-border {border:none !important;}


@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

@media screen and (max-width: 480px)
{
[class*=columns-].no-space {
padding-bottom: 50px !important;
}
}

@media only screen and (max-width: 800px) {

.hide_on_mobile {
display: none !important;}

}

@media only screen and (min-width: 801px) {

.hide_on_desktop {
display: none !important;}

}


.slideshow-item.booking {
min-height: 640px !important;
background-position: 50% 98% !important;
}

.slideshow-item.static {
min-height: 240px !important;
background-position: 50% 95% !important;
}

.box-contact-small .h2 strong{
font-size: 0.96em !important;
}
c
.intro{
background: white !important;
}
header{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+19,ffffff+100&amp;1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(196,196,196,1) 0%, rgba(196,196,196,0.81) 19%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(196,196,196,0.81) 19%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(196,196,196,1) 0%,rgba(196,196,196,0.81) 19%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.wiggle1 {
    -webkit-animation: btnWiggle 2s infinite;
    -moz-animation: btnWiggle 2s infinite;
    -o-animation: btnWiggle 2s infinite;
    animation: btnWiggle 2s infinite;
}


@keyframes btnWiggle {
0% {
    -webkit-transform: rotate(0deg);
}
2% {
    -webkit-transform: rotate(-10deg);
}
3.5% {
    -webkit-transform: rotate(10deg);
}
5% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(0deg);
}
}
.slideshow-item-content {
top:20%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
footer .footer-info
{
padding:50px 0 !important;
background-image:url("https://www.gorentacar.ro/wp-content/uploads/2019/05/bacau-aeroport-inchirieri-auto.jpg") !important;
background-repeat: no-repeat !important;
background-position: right !important;
}
.top-panel .control-field{
display: none !important;
}
@media only screen and (max-width: 560px) {
footer .footer-info {
background-image: none !important;
background-color: #8cc101 !important;
}
#CookiebotWidget{
bottom: 80px !important;
left: 22px !important;
}
}