﻿.logo-slider{
	position: relative;
}
/* Carousel heading */
.heading {
  display: block;
  text-align: center;
}

/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.9, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 16.66666%;
  padding: 0 5px;
  position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: #cbdb2a;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
  left: -40px;
}

.multi-carousel-control-next {
  right: -40px;
}

/* Image container with dynamic height */
.img-container {
  border-radius: 1.5rem;
/* height: var(--carousel-height, 80vh); */
	height:auto;
  overflow: hidden;
  position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
  height:auto;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  user-drag: none;
  width: 100%;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2; /* Higher than default but below controls */
  /* Isolation prevents z-index context issues */
  isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 50%;
  }
.multi-carousel-control-prev,
.multi-carousel-control-next {
	display: none;
	}
	
}




.section-team{
	background-color: #2e3031;
	margin-top:50px;
	padding-bottom: 50px;
}
.section-team .section-head{
	color: #cbdb2a;
}

.container.team{
}
.team-member{
	padding: 30px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.team-member:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.team-member img{
	border-radius: 20px;
	width:100%;
	height:auto;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);

}
.team-name{
	position: absolute;
bottom: 30px;
	left:30px;
	right:30px;
    top: auto;
    background: linear-gradient(transparent, rgba(26, 50, 62, 1));
    height: 45%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color:#fff;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 20px;
	background-blend-mode: multiply;
}
.team-name span{
	font-weight: 300;
	font-size: 75%;
}
.default-news{
display:none;
}

#contract-feedback .link-right, #foglalas-feedback .link-right{
height: 50px;
line-height:50px;
width:100%;
background-color:#1b489d;
color:#fff;
font-size: 15px;
text-transform:uppercase;
text-align:center;
border-radius: 50px;
}
#bikeinfo img{
width:100%;
margin: 25px 0;
}
#bikeinfo .modal-title{
    margin-top: 13px;
    font-weight: bold;
    padding-left: 15px;
}
#adatmegadas .tab-pane{
padding-bottom: 150px; 
}
.nf h1.header-text, .nf .header-text {
    text-align:center;
        line-height: 1.7rem;
}
.kiszallitas .rent-place{
pointer-events:none !important;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background:none;
background-color: transparent;
color:#f00;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
   background:none;
    background-color: #1b489d;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background:none;
   background-color: #1b489d;
}

.datepicker.datepicker-inline, .datepicker .table-condensed, .datepicker table tr{
width: 100%;
table-layout: fixed;
}
.datepicker .table-condensed{
font-size: 0.9rem;
}
.datepicker .disabled{
opacity: 0.75;
}
.datepicker table tr td.day{
transition: all 0.2s ease-in-out;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background:#1b489d;
color: #fff;
}


.datepicker table tr td.today:hover{
    background:#1b489d;
color: #fff;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active{
color:#fff;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled.disabled{
background-image: none;
background-color:transparent;
color:#000;
}
.datepicker table tr td.today.disabled.disabled{
color: #999;
}
.datepicker td, .table-condensed .new{
display:table-cell;
font-weight:500;
border-radius: 6px;
width:14.285%;
    height: 29px;
    line-height: 26px !important;
}
.container.nr-container.bike-categories{
padding-bottom:150px;
}
#felvetel-napja .datepicker table tr td.active:hover, 
#felvetel-napja .datepicker table tr td.active:hover.active, 
#felvetel-napja .datepicker table tr td.active:hover, 
#felvetel-napja .datepicker table tr td.active.active{
    background:#1b489d;
color:#fff;
border-radius:10px;
border:solid 1px #fff;

}

#leadas-napja .datepicker table tr td.active:hover, 
#leadas-napja .datepicker table tr td.active:hover.active, 
#leadas-napja .datepicker table tr td.active:hover, 
#leadas-napja .datepicker table tr td.active.active{
    background:#1b489d;
color:#fff;
border-radius:10px;
border:solid 1px #fff;
}


#leadas-napja .datepicker table tr td.start, 
#leadas-napja .datepicker table tr td.start:hover.active, 
#leadas-napja .datepicker table tr td.start:hover, 
#leadas-napja .datepicker table tr td.start.active{
border-radius:10px;
border:solid 1px #fff;
}

.nr-input-mob{
display:none;
}

#leadas-napja .datepicker table tr td.start{
background-color:rgba(0,0,0,0.05);
position:relative;

}


@media (max-width: 992px) {

.nr-input-mob{
display:block;
position:relative;
width:100%;
text-align:center;
}
.nr-input-mob .nr-input{
        display: inline;
        position: relative;
        margin: 0 10px;
        width: 90px;
        text-align: center;
        padding: 0;
}
}


.datepicker table tr td.today:hover{
background-color:#1b489d !important;
color:#fff !important;
}
.datepicker table tr td.new{
    color: #000;
}
.datepicker table tr td.new.disabled{
    color: #999;
}
.datepicker table tr td.new.disabled:hover{
    color: #fff;
}
#carousel-bbt.carousel, #carousel-rental.carousel, #carousel-school.carousel, #carousel-travel.carousel, #carousel-camps.carousel, #carousel-bike-rental.carousel, #carousel-flotta.carousel  {
    height: calc(100vh - 215px);
    margin-top: 100px;
    margin-bottom: 10px;
}
.atvetelhely-ok .map-canvas{
pointer-events:none;
background-color:#fff;
}

.atvetelhely-ok .map-canvas div{
opacity:0.85;
}


.carousel.nf .top-over-grid {
    bottom: auto;
    top: 0;
    background: linear-gradient(rgba(0, 24, 40, 0.9), transparent);
    height: 35%;
}
.nf .scroll-down{
    bottom: 35px;
}
.nf .rent-base {
    height: 60px;
    transition: all 0.5s ease-in-out;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
}
.rent-wrap img{
	width:500px;
}
@media (max-width: 1360px) {
.rent-wrap img{
	width:350px;
}
.navbar.navbar-bbt {

}
.navbar-brand {

}
	.norm .container .row{
		padding:0;
	}
}	

.nf .rent-wrap {
    width: 100%;
    position: absolute;
    bottom: 50px;
    pointer-events: none;
}
.category-link{
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.category-link:hover{
	-ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}
.bl-head{
	z-index: 400;
}
.cat-db{
	position: absolute;
	top: 15px;
	right:0;
	padding: 3px 15px;
	background-color: #1b489d;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
display: inherit;
}
.cat-db div{
display:inline-block;
margin-left: 7px;
}
.nr-container.bike-categories{
		    margin-top: 15px;
	}	
.nobikestyle .category-link{
	opacity: 0.8;
	pointer-events: none;
}
.res.all-cat{
	background-color:  #1b489d;
	font-weight: bold;
	margin-top:0;
}
.rent-box .res {
    background-color: #2e3031;
    border: none 0;
    width: auto;
    line-height: 46px;
    padding: 0px 20px 0 10px;
    font-weight: 700;
    border: none 0;
    height: 60px;
    margin: 0 10px;
	color:#cbdb2a !important;
}
.rent-box .res:hover {
	color:#fff !important;
}
#carousel-bbt .rent-box .res{
line-height:60px;
}
.rent-box .buy .res{
    margin: 10px auto auto auto;
padding: 0px 10px 0 10px;

}
.nf .rent-wrap .container {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display:flex;
    justify-content: center;
}
.atadmodal.show, .atvevomodal.show{
	    position: absolute;
	display: block !important;
    top: -300px;
    width: 410px;
    height: 300px;
    background-color: #fff;
    overflow: hidden;
	background-color: transparent;
}
#atvevomodal.atvevomodal.show{
top: -350px;
height:340px;
}

.atadmodal.show .modal-dialog, .atvevomodal.show .modal-dialog{
	box-shadow: none;
}
.bootstrap-select.show-tick li.disabled.selected.active .check-mark{
    display:none;
}
.bootstrap-select.show-tick li.disabled.selected.active{
        display:none !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #484848;
    text-decoration: none;
    background-color: #fff;
}
.bootstrap-select .dropdown-item small{
    font-size:90%;
    color:#484848;
}
.bootstrap-select .dropdown-menu li.active small {
    color: #484848 !important;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 13px;
}
.bootstrap-select .dropdown-menu li a{
    padding-left:15px;
}

.city-modal .res-mobile, .sameplace .res-mobile{
    display:none;
}




.nr{
    display:none;
}
.nf.carousel .rent-box {
    position: relative;
    background-color: rgba(255,255,255,1);
    margin-bottom: 15px;
    padding: 10px 0px;
    height: auto;
    width:auto;
    border-radius:60px;
        display: flex;
}
.foglalj{
position: absolute;

top: -55px;
font-size: 35px;
font-weight:900;
color:#fff;
text-transform: uppercase;
    line-height: 45px;
}
.foglalj small{
    font-size: 65%;
    line-height: 145%;
    display: block;
}
.carousel.nf.bbt-turak .top-over-grid, .carousel.nf.bbt-csapatepites .top-over-grid {
    bottom: 0;
    top: auto;
    background: linear-gradient(transparent, rgba(0, 24, 40, 0.7));
    height: 50%;
}

#carousel-rental.bbt-turak .foglalj, #carousel-rental.bbt-csapatepites .foglalj, #carousel-rental.bbt-elmenycsomagok .foglalj{
    left: calc(50% - 200px);
    width: 400px;
    text-align: center;
    top: -150px;

}
.bbt-turak .rent-box .res, .bbt-csapatepites .rent-box .res, .bbt-elmenycsomagok .rent-box .res{
line-height: 59px;
padding: 0 30px;
}
.szemelyes-atvetel .rent-base{
    display:none;
}
.szemelyes-atvetel .nr{
    display:flex;
    flex-direction:row;
}
.nr .rent-place{
    display:flex;
    position:relative;
}
.nr .bootstrap-select.bs-container {
    left: 0;
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

.nr .dropdown-menu{
max-height: 350px !important;
    top: 360px !important;
    left: 0px !important;
    border-radius: 0px;
    padding: 17px 0;
    border:none 0;
}

.statnumber{
    width: 35px;
    min-width:35px;
    height:35px;
    background-color:#1b489d;
    border-radius:50%;
    color:#fff;
    line-height:35px;
    text-align:center;
    font-weight:bold;
    position:absolute;
    top: 13px;
    left: 15px;
    pointer-events:none;
}
.rent-date .statnumber{
    left:12px;
}
.nr .bootstrap-select > .dropdown-toggle{
    height:60px;
    width:230px;
    border: none 0;
    border-radius:60px;
    margin: 0 10px;
        padding: 0px 15px 0 60px;
            display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.nr .bootstrap-select > .dropdown-toggle::after{
    display:none;
}
.bootstrap-select .dropdown-toggle .filter-option{
    display:flex;
    height:auto;
    margin-top: 4px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    line-height: 18px;
    font-size: 0.9rem;
    margin-top: 3px;
}
.bootstrap-select .dropdown-toggle .filter-option small {
    display: block;
    margin-top: -1px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner span{
    margin-top: 8px;
    display: block;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner span.ph{

    color:#484848;
    margin-top:3px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text{
    font-size:0.8rem;
    font-weight:bold;
}
.nr .bt.dropdown-toggle, .nr .bt.dropdown-toggle:focus, .nr .bt.dropdown-toggle:active{
    border:none !important;
    outline:none !important;
}
.nr .bootstrap-select.form-control{
    background-color:transparent;
}
.nr .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .nr .bootstrap-select .dropdown-toggle:focus {
    border:none !important;
    outline:none !important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle, .nr .bt.dropdown-toggle, .nr .bootstrap-select .dropdown-toggle{
    background-color:#e9ebf3;
}
.nr .filter-option-inner-inner{
    font-weight:bold;
	font-size: 13px;
}
.nr-input::placeholder{
    font-weight:bold;
	font-size: 13px;
}
.rent-place{
	cursor: pointer;
	width: 250px; background-color: #e9ebf3; border-radius: 60px; margin: 0 10px;
}
.rent-place  .filter-option-inner-inner{
    line-height: 17px;
    white-space: nowrap;
    left: 60px;
    position: absolute;
    padding-top: 23px;
    width: 190px;
}
.rent-date .filter-option-inner-inner {
    line-height: 17px;
    white-space: nowrap;
    left: 60px;
    position: absolute;
    padding-top: 23px;
    width: 180px;
}
.rent-place  .filter-option-inner-inner span{
	width:100%;
}
.rent-place  .filter-option-inner-inner small{
	font-size: 90%;
	display: block;
	width: 90%;
    overflow: hidden;
}

.rent-date  .filter-option-inner-inner small{
	font-size: 90%;
	display: block;
	width: 90%;
    overflow: hidden;
	color:#fff;
	    margin-top: 15px;
}
.citybox{
	max-height: 200px;
	overflow-y: scroll;
	margin-top: 15px;
}

/* width */
.citybox::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.citybox::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.citybox::-webkit-scrollbar-thumb {
  background: #1b489d; 
}

/* Handle on hover */
.citybox::-webkit-scrollbar-thumb:hover {
  background: #1b489d; 
}


.city-label{
	font-size: 0.9rem;
	border-bottom: solid 1px #d8d7d7;
	padding: 4px 0 3px 0;
	    float: left;
    min-width: 100%;
}
.city-label input{
	width:15px;
	height:15px;
	margin-right: 15px;
	float: left;
	margin-top: 12px;
	position: relative;
	opacity: 0;	
}

.city-label label{
	float: left;
    margin-bottom: 0;
	    line-height: 20px;
	width: 100%;
	position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.city-label label::after{
position: absolute;
    left: -1px;
    top: 8px;
    width: 23px;
    height: 23px;
    content: '';
    background-position: center;
    background-image: url(/img/ikon/pipa.svg);
	opacity: 0.1;
	transition: all 0.2s ease-in-out;
}
.city-label label:hover::after{
	opacity: 1;
}
.city-label label strong{
	display: block;
	min-width: 100%;
}

.nr .bootstrap-select .dropdown-menu li{
    border-bottom:solid 1px #d8d7d7;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #000;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder{
    font-size:0.8rem;
}
.sameplace .modal-dialog{
    background-color:#fff;
    padding: 20px;
    pointer-events:all;
}
.res.sp-btn{
    border:solid 1px #1b489d;
    background-color:#fff;
    color:#1b489d !important;
	line-height: 47px;
    width:100%;
    font-size:1rem;
    position:relative;
    text-align:center;
    transition:all 0.2s ease-in-out;
}
.all-cat{
    margin-top:0;
}
.sameplace .small{
    font-size:90%;
    display:block;
    max-width:85%;
    margin:auto;
}
.sameplace ul{
    font-weight:bold;
    padding-left:15px;
}
.res.sp-btn i{
    font-size:2rem;
    position:absolute;
left: 10px;
    top: 8px;
}
.res.sp-btn.active, .res.sp-btn:hover{
    border:solid 1px #1b489d;
    background-color:#1b489d;
    color:#fff !important;
}
.res.sp-btn.active.red{
background-color:rgba(240, 93, 94, 1);
border-color:rgba(240, 93, 94, 1);
}
.res.sp-btn.active:hover{
    background-color:#484848;
}
.daterangepicker .calendar-table{
    box-shadow:none !important;
}
.daterangepicker .calendar-table table{
	width:100%;
	text-align: center;
}

.picker-head{
    line-height:20px;
    font-weight:bold;
    font-size:0.9rem;
    text-align:center;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    border:none 0 !important;
}
.szemelyes-atvetel .rent-wrap {
    margin-bottom: 0px;
}
.nr .rent-date{
    position:relative;
    width:230px;
    height:60px;
    background-color: #e9ebf3;
    border-radius:60px;
    margin:0 10px;
}
.nr-input, .nr-input:focus{
    width:100%;
    border:none 0;
    background-color:transparent;
    outline:none;
    width:100%;
    position:absolute;
    left:0;
    top:0px;
    height:100%;
    padding: 0px 15px 0 60px;
    font-weight:bold;
    font-size:0.9rem;
    cursor:pointer;
    z-index:15;
}
.dropuprange{
position: absolute;
    width: 320px;
    background-color: #fff;
    border-radius: 15px;
    bottom: 80px;
    height: 270px;
    left: -45px;
    padding:15px 10px 0 10px;
    transition:all 0.2s ease-in-out;
    visibility:hidden;
    opacity:0;
    overflow:hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.rent-now {
    position: fixed;
    right: -320px;
    bottom: 100px;
    background-color: #fff;
    height: 60px;
    border-radius: 40px;
    color: #484848;
    z-index: 1000;
    width: 300px;
    line-height: 60px;
    border: solid 1px #484848;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.rent-now i {
    float: left;
    font-size: 35px;
    margin: 12px 20px;
}
.scroll .rent-now {
    right: -70px;
}
#carousel-rental.kolcsonzo-arak .carousel-item:nth-child(1) {
    background-image: url(/img/bbt-slider/kerekpar-kolcsonzo-arak.jpg);
}

@media (min-width: 992px) {
    .dropuprange .idopontok{
        display:none;
    }
	

	
	
#terkepnezet-01{
    display:none;
}
    .dropuprange.showtimes .idopontok, .dropuprange.showtimes .idopontok .picker-head{
        display:block;
    }
    .dropuprange.showtimes .idopontok .picker-head{
        margin-bottom:20px;
    }

    .dropuprange.showtimes .picker-head, .dropuprange.showtimes .pickertable{
        display:none;
    }

    .dropuprange.showtimes{
        height: auto;
    }


}
.dropuprange.showme{
    visibility:visible;
    opacity:1;
}
.daterangepicker.drop-up:before, .daterangepicker.drop-up:after{
    display:none;
}
.dropuprange .daterangepicker{
    position:relative;
    top:0 !important;
    left:5px !important;
    border:none 0;
}
.idopontok {
    text-align:center;
    padding-bottom:10px;
}
.idopontok input[type="radio"] {display:none;}

.idopontok span{
    background-color:#fff;
    border: solid 1px #1b489d;
    font-size:0.9rem;
    display:inline-block;
    line-height:23px;
    padding:0 7px;
    border-radius:7px;
	margin: 0 3px;
	width:56px;
}

.idopontok :checked + span {
  background-color: #1b489d;
  color:#fff;
}
.res.submit{
    line-height:30px;
    height:30px;
    padding: 0 15px;
    margin-bottom:15px;
    float:right;
}
.nr-label{
        position: absolute;
    font-size: 0.7rem;
    font-weight: bold;
    left: 60px;
    top: 4px;
    color: #000;
    pointer-events:none;
}
.rent-date .nr-label{
    left:60px;
}
.atvetelido{
position: absolute;
    top: 38px;
    left: 60px;
    z-index: 3;
    font-size: 0.75rem;
}
.rent-place.leadas, .rent-date.rent-date1, .rent-date.rent-date2{
    pointer-events: none;
    opacity:0.5;
}
.atvetelhely-ok .rent-place.leadas{
    pointer-events:all;
    opacity:1;
}
.atvetelhely-ok .rent-place._atvetel, .leadashely-ok .rent-place.leadas{
	background-color: #1b489d;
	color: #fff;
}

.atvetelhely-ok .rent-place._atvetel .nr-label, .leadashely-ok .rent-place.leadas .nr-label{
	color: #fff;
}

.atvetelhely-ok .rent-place._atvetel .statnumber {
    color: #1b489d;
    background-color: #fff;
}
.atvetelhely-ok .nr .atvetel .bootstrap-select .dropdown-toggle {
    background-color: #1b489d;
}

.leadashely-ok .rent-place.leadas .statnumber {
    color: #1b489d;
    background-color: #fff;
}

.atvetelhely-ok .nr .atvetel .nr-label, .atvetelhely-ok .nr .atvetel .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color:#fff !important;
}

.atvetelhely-ok .nr .atvetel .statnumber{
    color:#1b489d;
    background-color:#fff;
}


.filter-option-inner-inner .text-muted{
    color:#fff !important;
}


.rent-submit .res{
    position: relative;
    font-size: 15px;
    padding-left: 55px;
    width: 190px;
    line-height: 17px;
    text-align: left;
    padding-top: 0px;
    pointer-events:none;
    opacity:0.5;
    background-color: #f27d83;
}
.rent-submit img{
    position:absolute;
    top: 14px;
    left: 12px;
    background-color:#fff;
    width:32px;
    height:32px;
    border-radius:50%;
    border:solid 3px #fff;
}



.leadashely-ok .rent-date.rent-date1{
    pointer-events:all;
    opacity:1;
}

.leadashely-ok .nr .leadas .bootstrap-select .dropdown-toggle {
    background-color: #1b489d;
}
.leadashely-ok .nr .leadas .nr-label, .leadashely-ok .nr .leadas .bootstrap-select .dropdown-toggle .filter-option-inner-inner{

}

.leadashely-ok .nr .leadas .statnumber{
    color:#1b489d;
    background-color:#fff;
}
.drop-select-1, .drop-select-2{
    position:absolute;
    bottom:80px;
    left:-15px;
    background-color:#fff;
    padding:15px;
    width:320px;
    height:350px;
    display:none;
    border-radius:15px;
    overflow:hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.drop-select-2{
    height:210px;
}
.drop-select-1.showme, .drop-select-2.showme{
    display:block;
}

.show .dropdown-menu{
 display: flex;
    flex-direction: column;
    top: 0 !important;
    height: 100%;
    width: 100% !important;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: auto;
    left: auto;
    height: 0 !important;
    padding: 0 !important;
}

.rent-date .nr-input::placeholder{
color:#1b489d;
}


.felvetelido-ok .rent-date.rent-date2{
    pointer-events:all;
    opacity:1;
}

.felvetelido-ok .nr .rent-date.rent-date1 {
    background-color: #1b489d;
}

.felvetelido-ok .rent-date1 .filter-option-inner-inner.ng-scope, .leadasido-ok .rent-date2 .filter-option-inner-inner.ng-scope {
    display:none;
}

.felvetelido-ok .nr .rent-date1 .nr-label, .felvetelido-ok .nr .rent-date1 .nr-input, .felvetelido-ok .nr .rent-date1 .atvetelido{
    color:#fff !important;
}

.felvetelido-ok .nr .rent-date1 .statnumber{
    color:#1b489d;
    background-color:#fff;
}




.leadasido-ok .rent-submit .res{
    pointer-events:all;
    opacity:1;
}

.leadasido-ok .nr .rent-date.rent-date2 {
    background-color: #1b489d;
    /*pointer-events: none;*/
}
.leadasido-ok .nr .rent-date2 .nr-label, .leadasido-ok  .nr .rent-date2 .nr-input, .leadasido-ok  .nr .rent-date2 .atvetelido{
    color:#fff !important;
}

.leadasido-ok .nr .rent-date2 .statnumber{
    color:#1b489d;
    background-color:#fff;
}
.nr-container{
	margin-top: 50px;
}

.nr-container .section-head{
    text-shadow:none;
    text-transform:uppercase;
    text-align:left;
}
.category-link{
    height:280px;
    background-size:cover;
    width:100%;
    display:flex;
    border-radius:15px;
    padding:30px;
    position:relative;
    overflow:hidden;
    margin-bottom:30px;
	background-position: center;
}
.category-link .top-over-grid{
	display: none;
}
.category-link span{
    font-weight:900;
    font-size: 2.5rem;
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    width:100%;
    padding:20px 30px;
    background: linear-gradient(transparent, rgba(0, 24, 40, 0.9));
}
.rent-mobile-head{
    display:none;
}
.every-dt{
background-color:#fff;
position:fixed;
bottom:0;
left:0;
padding: 20px 15% 30px 15%;
z-index: 1050;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.every-dt .res.sp-btn{
    width: auto;
    max-width: 220px;
    display: block;
    margin: auto;
}

@media (max-width: 992px) {
#carousel-bbt .rent-box .res{
line-height:50px;
}

.foglalj{
left:0px;
top:-35px;
width:100%;
text-align:center;
}

.atadmodal.show{
position: fixed;
top:50px;
left:0;
width: 100%;
height: 100%;
background-color: #fff;
}
.proc-footer.every-dt{
    display:none;
}
.bikelist-btn {
padding:0 7px;
}
.bikelist-btn i {

}
.bikelist-btn span {
width:100%;
text-align:center;
}
.rent-now{
display:none;
}
}

@media (min-width: 992px) {
.proc-footer.every{
    display:none;
}
.bbt-helyek .proc-views{
display:none;
}
}


.proc-footer{
   position: relative;
	padding: 0px;
}
.cat-box.van{
	background-color: aqua;
}
.nr-container.bikelist-head {
    margin-top: 15px;
}
.nr-container.bikelist-head .section-head{
	margin-bottom: 0;
}
.category-name img{
	display: none;
}
.bbt-helyek .category-name{
padding-left:15px;
}
.bbt-helyek .category-name img{
	display: block;
        width: 50px;
    margin-top: 2px;
display:none;
}
.bike-pager{
	background-color:rgb(100, 189, 188);
	border-radius: 7px;
	padding-left: 15px;
	padding-right: 15px;
	justify-content: space-between;
	margin-bottom: 10px;
	height:40px;

}

.bike-pager .equip-price, .bike-pager .pr.online  {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    border: none 0;
}
.bike-pager .equip-price{
	padding: 0;
	margin-right: 0;
}

.bike-pager .pr.online, .category-name{
	font-weight: 700;
    padding: 0;
	line-height: 40px;
}

    #adatmegadasform .res.w-100 {
        margin-left: 20px;
        width: calc(50% - 40px) !important;
        margin-top: 0;
    }

#accessories button.res {
    padding: 2px 20px 5px 55px;
    float: right;
margin-right: 15px;
width:auto;
height:50px;
}
#accessories .res.sp-btn i {
    left: 10px;
    top: 9px;
}
#accessories .modal-title button.res{
	float: right;
	background-color: rgba(240, 93, 94, 1);
}
#accessories button.res.noacc{
	background-color: rgba(240, 93, 94, 1);
}

.accesories-footer{
position:fixed;
bottom:0;
left:0;
width:100%;
z-index3;
background-color:#fff;
pointer-events:all;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
height:100px;
justify-content: center;
    display: flex;
}
#adatmegadas .rent-box.fixedsticky{
	z-index: 0;
}
.safelabel {
    width: calc(50% - 23px);
    background-color: #fff;
    border: solid 1px #1b489d;
    height: 40px;
    border-radius: 40px;
    margin: 10px;
    padding: 4px;
}
.safelabel .checkbox{
	border-radius: 50%;
    border-width: 1px;
	
}
.proc-footer.tetelek{
	z-index: 1000;
	width:100%;
}
#accessories .label-1 img {
    width: 60%;
}
.rent-box.fixedsticky .res {
    width: calc(100% - 10px);
	    height: 45px;
}
.rent-box .res.fizeteshez{
		margin-top: 15px;
	}



@media (min-width: 1024px) and (max-width: 1280px){
.category-link{
    height:200px;
}
.rent-wrap .container{
    bottom:80px;
}
.nf .scroll-down {
    bottom: 20px;
}
.daterangepicker {
    transform: scale(1);
}
	#carousel-rental.carousel, #carousel-school.carousel, #carousel-travel.carousel, #carousel-camps.carousel, #carousel-bike-rental.carousel {
height: calc(100vh - 50px);
    margin-top: 50px;
    margin-bottom: 30px;
}
	
.city-modal .modal-dialog, #sameplacemodal .modal-dialog {
   transform: scale(0.7) !important;
}
	.erfa{
		width:210px;
		height: 147px !important;
	}
	.erfa-close {
    bottom: 125px;
	}
}





@media (max-width: 1200px){
.szemelyes-atvetel .nr.default{
    display:none;
}
.gmnoprint.gm-bundled-control{
    display:none !important;

}
.bbt-helyek {
    padding-top: 50px;
}
#carousel-flotta.carousel {
    margin-top: 50px;
}

}

@media (max-width: 1024px) {
#carousel-bbt.carousel, #carousel-rental.carousel, #carousel-school.carousel, #carousel-travel.carousel, #carousel-camps.carousel, #carousel-bike-rental.carousel, #carousel-flotta.carousel {
    margin-top: 0px;
}
}

@media (max-width: 992px) {
.foglalj, #carousel-rental.bbt-turak .foglalj, .nf .head-wrap .section-head, #carousel-rental.bbt-csapatepites .foglalj, #carousel-rental.bbt-elmenycsomagok .foglalj {
font-size: 30px !important;
        left: -35px;
        top: -50px;
        width: 350px;
margin-top:0 !important;
}


.bbt-helyek {
    padding-top: 115px;
}
	
.tab-pane .ins-head strong {
        display: none;
    }
	
	
	
	.fizeteshez{
		display: none;
	}
	
#accessories{
padding:0 !important;
}
#accessories .modal-dialog, #safe .modal-dialog {
    width: 100%;
    max-width: none;
    height: auto;
	margin: 0;
	padding-bottom: 300px;
	background-color: #fff;
}
#accessories .modal-dialog{
position:relative;
padding-right:0 !important;
top:0;
}
	
#accessories.modal, #safe.modal, #bikeinfo.modal {
   top:0px;
	padding: 0 !important;
}
#bikeinfo .modal-dialog {
   margin:0;
}
.scroll #accessories .modal-dialog, #accessories .modal-dialog {
    top: 0px;
}
#accessories button.res{
		width:100%;
margin-right:0;
padding: 0;
	}
#accessories button.res.noacc{
	display: block;
}
.accesories-footer{
	float: none;
}
	
	#accessories .modal-title{
		display: none;
	}	
	
	
	
.rent-place.leadas, .rent-date.rent-date1, .rent-date.rent-date2 {
    pointer-events: none;
    opacity: 0;
}
	
	
	
	
.nr-container.bike-categories {
    margin-top: 80px;
}
		.place-item .close{
		position: relative;
		margin-bottom: -30px;
	}
.category-link span {
    font-size: 2rem;
    position: absolute;
    padding: 3px 11px;
    background: linear-gradient(transparent, rgba(0, 24, 40, 0.9));
}	

.atadmodal.modal.fade .modal-dialog{
    transition:none;
top: 35px;
}
.atadmodal .rent-mobile-head{
position:relative;
top:auto;
margin-bottom: 15px;
}
.city-label{
padding-left:15px;
}
.atadmodal.show .modal-dialog, .atvevomodal.show .modal-dialog, .atadmodal .modal-dialog, .atvevomodal .modal-dialog {
box-shadow: none;
left: 0;
padding: 0px 0px 20px 0px;
}


.atvevomodal.show .modal-dialog {
padding-top:0;
}



	.modal.city-modal{
		top:50px;
background-color: transparent;
pointer-events:none;
	}
	
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-size: 01.1rem;
    height: 47px;
}
	
	
.citybox {
    margin-top: 15px;
    max-height: 100%;
}	
.nf .head-wrap .section-head {
width: 100%;
        max-width: none;
        margin-bottom: 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 35px;
        line-height: 40px;
        margin-top: 35px;
}
	.city-modal .place-item{
		height:100%;
	}
	.city-modal .modal-dialog{
		box-shadow: none;
	}
	
.rent-place .filter-option-inner-inner {
    display: none;
}	
	
    .rent-date2, .rent-date1{
        display:none;
    }
        .rent-date2.show, .rent-date1.show {
            display: flex;
        }

.atvetel .btn-light.dropdown-toggle, .leadas .btn-light.dropdown-toggle{
    display:none;
}
.city-modal .res-mobile, .sameplace .res-mobile{
    display:block;
    background-color: rgb(23, 71, 157);
    position:absolute;
    bottom:20px;
    width:calc(100% - 60px);
    font-weight:700;
}
.city-modal .modal-dialog, .sameplace .modal-dialog{
    margin: 0;
    position:fixed;
    width: 100%;
    border-radius: 0;
    height: calc(100% - 120px);
    padding: 30px 0;
    top: 120px;
    max-width: none;
}
	.city-modal .modal-dialog{
		padding-top: 0;
	}
.sameplace .modal-dialog{
}
.city-modal .res-default{
    display:none;
}
.city-modal .img-place-info{
    height: 200px;
}
.rent-place.leadas, .rent-date.rent-date1, .rent-date.rent-date2 {
    pointer-events: all;
    opacity: 1;
}
	.city-modal .place-item .schooler-num{
		border-bottom: none 0;
		padding-bottom: 0;
        padding-left: 30px;
	}

.erfa, .erfa-close, .bd-cont{
    display:none !important;
}
.atvetel button, .statnumber, .nr-label{
    visibility:hidden;
    opacity:0;
}
.daterangepicker thead tr:first-child {
    height: 50px;
}
.drop-select-1, .drop-select-2, .dropuprange {
    position:fixed;
    top:50px;
    left:100%;
    width:100%;
    display:flex;
    background-color:#fff;
    height:calc(100% - 50px);
    border-radius:0;
    z-index:500;
    transition:all 0.5s ease-in-out;
}
.drop-select-1, .drop-select-2{
left:0;
top: 0;
background-color: transparent;
        pointer-events: none;
box-shadow: none;
}
.drop-select-1{
height:100%;
}

.dropuprange{
    left:0;
    flex-direction: column;
        padding-top:80px;
}
.dropuprange .daterangepicker{
    left:0 !important;
    right:0 !important;
    width:100%;
height: 100%;
        margin: 0;
}
.dropuprange .res.submit{
    display:none;
}
.picker-head{
    display:none;
}
.pickertable{
    width:100%;
    height: 100%;
}
.drop-select-1.showme, .drop-select-2.showme{
    left:0;
}
#carousel-rental.carousel{
    height: calc(100vh - 50px);
    margin-top: 0px;
    margin-bottom: 30px;
}
.nr .show .dropdown-menu{
    max-height:none !important;
}
.szemelyes-atvetel #carousel-rental.carousel .rent-box {
    border:none 0;
}



    #carousel-rental.carousel .rent-box{
        background-color:transparent;
    }
   .nf .rent-base{
        display:flex;
        flex-direction:column;
        height:auto;
    }
.szemelyes-atvetel .nf .rent-base{
        display:none;
    }

    .rent-box .res{
        padding-left:20px;
		padding-right: 20px;
        margin-bottom:15px;
height: 50px;
    }
.bbt-elmenycsomagok .rent-box .res, .bbt-turak .rent-box .res, .bbt-csapatepites .rent-box .res {
    line-height: 50px;
}
    .rent-wrap .container{
        max-width:280px;
    }

.rent-mobile-head{
    position:absolute;
    top:50px;
    left:0;
    height: 70px;
    display:flex;
    background-color:#fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    border-top:solid 1px #1b489d;
    padding: 10px 0 5px 0;
    pointer-events: all;
    transition:all 0.5s ease-in-out;
z-index:500;
}
.rent-mobile-head.nap-01, .rent-mobile-head.idopont-01{
top:0;
}
.rent-mobile-head.idopont-01{
    display:none;
}
.nr .rent-place{

}
.atvetelhely-ok .atvetel .rent-mobile-head, .atvetelhely-ok .drop-select-1{
    left:auto;
    right:100%;
    display:none;
}
.daterange-dropup1 .idopontok, .daterange-dropup2 .idopontok {
    display:none;
}
.daterange-dropup1.showtimes .idopontok, .daterange-dropup1.showtimes .rent-mobile-head.idopont-01, 
.daterange-dropup2.showtimes .idopontok, .daterange-dropup2.showtimes .rent-mobile-head.idopont-01{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.idopontok span {
    background-color: #fff;
    border: solid 1px #1b489d;
    font-size: 1rem;
    display: inline-block;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 7px;
    margin:7px;
	width: 65px;
}
.daterange-dropup1.showtimes .nap-01, .daterange-dropup1.showtimes .pickertable, .daterange-dropup2.showtimes .nap-01, .daterange-dropup2.showtimes .pickertable {
    display:none;
}
.drop-select-2 .rent-mobile-head{
    display:none;
}
.atvetelhely-ok .drop-select-2 .rent-mobile-head{
    display:flex;
}
.atvetelhely-ok .drop-select-2{
    display:flex;
}


    .rmh-text {
        width: 100%;
        text-align: center;
            font-size:0.8rem;
    font-weight:700;
text-transform:uppercase;
    }   
     
.city-modal .res-mobile{
    font-size:0.9rem;
    font-weight:700;
	margin-left: 30px;
}
.proc-views{
    position:fixed;
    left:0;
    bottom: 0px;
    width:100%;
background-color:#fff;
height:90px;
padding: 20px 30px;
}

.proc-views a{
        color: #fff !important;
        background-color: rgb(23, 71, 157);
        border-radius: 50px;
        height: 50px;

        width: 100%;
        pointer-events: all;
        align-items: center;
        justify-content: center;
        display: flex;
        font-weight: 500;
        opacity: 1;
        visibility: visible;
	text-transform:uppercase;
}
.bbt-helyek .proc-views a{

}
.bbt-helyek .proc-views{
padding-top:9px;
z-index:10;
}
.proc-views a i{
    font-size:25px;
        display:flex;
}

   .mobile.rent-inner{
        position: fixed;
        top: 50px;
        left: 100%;
        width: 100%;
        height: calc(100% - 50px);
        display:flex;
        transition:all 0.3s ease-in-out;
        pointer-events:none;
        z-index:1200;
   }
   .szemelyes-atvetel .mobile.rent-inner{
       left:0;
   }


    .stat-01.mapview{
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        transition:all 0.3s ease-in-out;
    } 
    .stat-01.listview{
        background-color: #fff;
        position: absolute;
        top: 0px;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transition:all 0.3s ease-in-out;
    }

.atvetel-lista .stat-01.mapview{
    right:100%;
}
.atvetel-lista .stat-01.listview{
    left:0;
    padding-top:120px;
}

.szemelyes-atvetel .erfa, .szemelyes-atvetel .erfa-close{
       display:none;
   }


.proc-back{
    display: flex;
    font-size: 55px;
    width: 50px;
    height: 45px;
    line-height: 45px;
    opacity: 1 !important;
    visibility: visible !important;
    border: none 0;
    background-color: transparent;
    position: absolute;
    top: 25px;
    left: 0px;
    padding-top: 5px;
    padding-left: 0;
}
.proc-back i{
    line-height: 33px;
}
.proc-line{
    width: calc(100% - 140px);
    background-color: #eaeaea;
    height: 7px;
    margin-top: 21px;
    margin-right: 25px;
    position: absolute;
    top: 23px;
    left: 70px;
}
.proc-line-inner{
    height:100%;
    width:10%;
    background-color:rgb(23, 71, 157);
    position:relative;
}
.proc-line-inner::after{
    background-color: rgb(23, 71, 157);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: -5px;
    top: -4px;
}
   .proc-footer{
       display:block;
       position:fixed;
       bottom:0;
       left:0;
       background-color:#fff;
       padding:10px 30px 20px 30px;
       width:100%;
       pointer-events: all;
       z-index:5000;
	   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

   }
.accesories-footer{
height:auto;
}
.accesories-footer .modal-content{
padding:0;

}
   .proc-btn {
       background-color:#1b489d;
       color:#fff;
       font-size:1rem;
       font-weight:bold;
       text-transform:uppercase;
       width:100%;
       display:block;
       line-height:45px;
       text-align:center;
       color:#fff !important;
       height:45px;
       width:100%;
       border:none;
       border-radius: 30px;
       visibility:visible !important;
       opacity:0.5 !important;
       pointer-events:none;
       position:relative;
   }
   .proc-btn img{
       position:absolute;
       width:35px;
       height:35px;
       left: 15px;
       top:15px;
   }
   .proc-btn.active{
       opacity:1 !important;
       pointer-events:auto;
   }
   .drop-select-2.showme .proc-btn{
       pointer-events:all;
       opacity:1 !important;
   }
   .proc-head{
       text-align:center;
       font-size:0.8rem;
       font-weight:bold;
       margin-bottom: -5px;
   }

   .atvetel-lista .map-canvas{
       display:none;
   }
   .mobile.rent-inner.atvetel-lista{
       pointer-events:all;
   }
   .nr .bootstrap-select.bs-container{
position: absolute;
    top: 120px;
    height: calc(100% - 220px) !important;
   }
   .listanezet #listanezet-01{
       display:none;
   }
   .listanezet #terkepnezet-01{
       display:flex;
   }
   .sameplace .modal-dialog{
margin-top: 0px;
        box-shadow: none;
   }

	#sameplacemodal .modal-dialog{
		padding-left: 15px;
		padding-right: 15px;
	}
	
   .atvetelhely-ok .drop-select-1{

   }
	.szemelyes-atvetel.leadasido-ok .nr {

}
	.place-item .close{
		margin-top:15px;
		margin-right: 15px;
		    width: 39px;
    height: 39px;
		border-radius: 5px;
	}	

   #terkepnezet-02{
       display:none;
   }
   .drop-select-2.showme #terkepnezet-02{
       display:flex;
   }

      .drop-select-2.showme #listanezet-02{
       display:none;
   }

.modal-backdrop.short{
    background-color:transparent;
}
.time-01-selected .proc-btn{
    pointer-events:all;
    opacity:1 !important;
}
.rent-submit, .nr-input{
    display:none;
}
.nr .rent-date{
    background-color:transparent;
}
	.category-link{
		height:170px;
	}
	
	.bikelist-btns{
		width:100%;
	}
	.pg-bikelist .rs-opt-container{
		position: relative;
		top:auto;
		margin-top:55px;
		        margin-bottom: 15px;
	}	
	.bikelist-btn{
		width: calc(50% - 5px);
margin-left:0;
	}	
	
	
}

@media (max-width: 768px) {
    #datepick .link-right {
        margin-top: 10px;
    }


#carousel-bbt .rent-box .res {
    line-height: 50px;
height:50px;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev{
padding-top:10px;
padding-bottom:20px;
}
.datepicker td, .table-condensed .new{
    height: 60px;
    line-height: 58px !important;
}

    .free-picker{
        padding-top:30px;
        padding-bottom:15px;
                border-bottom: solid 1px #1b489d;
    }
    .times-container .fix-right{
        border:none 0;
        padding-right: 0;
        padding-bottom:100px;
    }
    #modal_idopontok{
        top: 0px;
    }
.pv-list, .pv-free{
    display:none;
}
#datepick .container{
    padding-right:30px;
}
.turak-nr.nr{
        display: flex;
    flex-direction: row;
}

    .nr-container.bike-categories {
        margin-top: 40px;
    }

	.pg-bikelist .rs-opt-container{
		margin-top:25px;
	}	
	    .row.newsletter .col-12 {
        margin-bottom: 10px;
    }
	
.category-link span {
    font-size: 1.2rem;
    padding: 3px 11px;
    background: linear-gradient(transparent, rgba(0, 24, 40, 0.9));
}	
	    .close.nem {
        float: none;
    }
	
    #adatmegadasform .res.w-100 {
       line-height: 1rem;
		padding: 10px 5px;
    }
	
    .safety {
        top: 0px;
        position: relative;
    }	
	
.safe-price {

    margin-top: -50px;
}
	
	
}

@media screen and (max-height:760px) {

.category-link {
    margin-bottom: 15px;
		
}
	
    .city-modal .img-place-info {
        height: 140px;
    }
    .city-modal .res-mobile, .sameplace .res-mobile {
        bottom: 20px;
    }
	
	.sameplace .small {
    max-width: 95%;
}

.cat-db {

    padding: 0px 10px;
	font-size: 0.85rem;

}	
	
.cat-links{
    padding-right: 7px;
}
.cat-links:nth-child(2n){
    padding-left: 7px;
	padding-right: 15px;
}	
	
	
}

@media (max-width: 576px) {
    .bike-pager .equip-price {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        width:auto;
        padding:0;
    }
	
.bike-pager {
    height: 40px;
}	
	
	
}




@media (max-width: 400px) {
	.bikelist-btn{
		font-size: 0.6rem;
	}
}
.relive{
    overflow:hidden;
    max-width: 992px;
}
@media (max-width: 1200px) {
.foglalj {
    font-size: 30px;
}
.relive{
    max-width: 800px;
    margin-bottom: 15px;

}
}

.relive iframe {
    height: 430px !important;
    margin-top: 0px;
}
@media (max-width: 875px) {
.relive iframe{
    height:375px !important;
}
}
@media (max-width: 720px) {
.relive iframe{
    height:345px !important;
}
}
@media (max-width: 650px) {
.relive iframe{
    height:280px !important;
}
}
@media (max-width: 550px) {
.relive iframe{
    height:255px !important;
}
}
@media (max-width: 500px) {
.relive iframe{
    height:350px !important;
}
}
@media (max-width: 450px) {
.relive iframe{
    height:220px !important;
}
}
@media (max-width: 400px) {
.relive iframe{
    height:180px !important;
}
}
@media (max-width: 370px) {
.relive iframe{
    height:160px !important;
}
}
@media (max-width: 330px) {
.relive iframe{
    height:130px !important;
}
}