html,
body {
		scroll-behavior: smooth;
		color: #333333;
	
}

.gauto-responsive-menu {
	z-index: 1039;
}
.login.dropdown {
	z-index: 1040;
}



.header-action {
		line-height: normal;
}
.header-action a {
		padding: 20px 25px 20px 0px;
}
.header-action a:before {
		/*height: 99%;*/
		width: 40%;
		left: -28px;
}
.header-action:hover a i {
		transform: translate(-5px, 0px); /*rotate(45deg)*/
		animation: shake 0.5s 1 alternate; /*1 SAU infinite*/
}


.header-cart-box{
	position: fixed;
    /*margin-top: 36px; OR: */
	top: inherit;
	bottom: 10px;
	right: 20px;
	z-index: 1040;
}


@keyframes policelight{
	0% {box-shadow: 0px 0px 40px #00f; background-color: rgba(0,0,255,0.4); }
	10% {box-shadow: 0px 0px 40px #00f; background-color: rgba(0,0,255,0.4); }
	20% {box-shadow: 0px 0px 0px #00f; background-color: rgba(0,0,255,0); }
	30% {box-shadow: 0px 0px 40px #00f; background-color: rgba(0,0,255,0.4); }
	40% {box-shadow: 0px 0px 0px #00f; background-color: rgba(0,0,255,0); }
	
	50%{box-shadow: 0px 0px 0px #f00; background-color: rgba(255,0,0,0);}
	60%{box-shadow: 0px 0px 40px #f00; background-color: rgba(255,0,0,0.4);}
	70%{box-shadow: 0px 0px 0px #f00; background-color: rgba(255,0,0,0);}
	80%{box-shadow: 0px 0px 40px #f00; background-color: rgba(255,0,0,0.4);}
	90%{box-shadow: 0px 0px 0px #f00; background-color: rgba(255,0,0,0);}
}
.header-cart-box #dropdownMenu1 {
	background-image: url(../../img/cs_x_icon_cb.svg);
	/*background-size: cover;*/
	background-size: 40px;
	background-position: center;
	height: 45px;
	width: 45px;
	margin-top: 5px;
	border-radius: 10px;
	animation: pulse 0.5s infinite alternate/*, policelight 3s infinite*/;
}
.header-cart-box #dropdownMenu1>span{
	padding-right: 2px;
}

.header-cart-box .dropdown.show .cart-dropdown {
	padding: 5px 10px;
	
	/*apare deasupra butonului*/
	margin-top: -200px;
}


.dropdown-menu.cart-dropdown {
		min-width: max-content !important;
}

.cart-dropdown > ul.product_list > li {
		margin-bottom: 5px;
		padding-bottom: 5px;
}
.cart-dropdown > ul.product_list > li:last-child {
		border-bottom: 0px solid #ddd;
		margin-bottom: 0px;
		padding-bottom: 0px;
}

.cart-dropdown > ul.product_list > li a {
		display: block
}
.cart-dropdown > ul.product_list > li a:hover {
		animation: pulse 0.5s 1 alternate;
}
.cart-dropdown > ul.product_list > li a span.cs_icon {
		display: inline-block;
		width: 28px;
		height: 28px;
		border-radius: 100%;

		float: left;
}
.cart-dropdown > ul.product_list > li a span.cs_icon:before {
		content: '';
		display: inline-block;
		width: 14px;
		height: 14px;
		margin: 7px;
		background-size: cover;
}

.cart-dropdown > ul.product_list > li a span.cs_text {
		display: inline-block;
		font-size: 0.9rem;
		white-space: nowrap;
		margin: 1px 5px 0px 5px;

}

.cart-dropdown > ul.product_list > li a span.cs_facebook {
		background: #0084ff;
}
.cart-dropdown > ul.product_list > li a span.cs_whatsapp {
		background: #25d366;
}
.cart-dropdown > ul.product_list > li a span.cs_viber {
		background: #8f5db7;
}
.cart-dropdown > ul.product_list > li a span.cs_telegram {
		background: #1b9de2;
}
.cart-dropdown > ul.product_list > li a span.cs_call {
		background: #25d366;
}

.cart-dropdown > ul.product_list > li a span.cs_facebook:before {
		background-image: url(../../img/cs_messenger.svg);
}
.cart-dropdown > ul.product_list > li a span.cs_whatsapp:before {
		background-image: url(../../img/cs_whatsapp.svg);
}
.cart-dropdown > ul.product_list > li a span.cs_viber:before {
		background-image: url(../../img/cs_viber.svg);
}
.cart-dropdown > ul.product_list > li a span.cs_telegram:before {
		background-image: url(../../img/cs_telegram.svg);
}
.cart-dropdown > ul.product_list > li a span.cs_call:before {
		background-image: url(../../img/cs_call.svg);
}




.gauto-find-area {
		margin-top: 70px;
}

.find-box {
		z-index: 98;

		/*am scos calea spre imagine in index*/
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-attachment: scroll;
}


.find-form fieldset {
		border: 1px solid #7c8a97;
		padding: 5px;
}
.find-form legend {
		width: inherit;
		padding: 0 5px;
		margin-bottom: -10px !important;
		font-size: 12px !important;
}

.find-form fieldset input {
		width: 100%;
		border: 2px solid #f0f0ff;
		padding: 5px 10px;
		height: 45px;
		color: #111;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
}
.find-form fieldset input:focus {
		border: 2px solid #ec3323;
}



.gauto-breadcromb-area{
	padding: 25px 0;
}
.breadcromb-box li {
		font-size: 14px
}









.quick-links {
		width: auto;
}
.quick_links ul.quick-links li.active > a {
		color: #ec3323;
}






#tcal {
		line-height: normal;
}
.tcal {
		transition: none !important; /* "fugea" iconita */
}
.tcalActive {
		-webkit-transition: all 0.4s ease 0s !important;
		transition: all 0.4s ease 0s !important;
}
.tcalInput {
		background-color: #fff; /* unset/transparent */
}




.js-t,
.js-t * {
		box-sizing: content-box !important;
}









.find-text {
		margin-top: 20px;
		margin-right: 30px;
		text-align: center;
}
.find-text h3 {
		text-transform: inherit;
		font-size: 24px;
}


.site-heading a.gauto-btn {
		color: #ec3323;
		margin-bottom: 0;
}
.site-heading a.gauto-btn:hover {
		color: #fff;
}





.car-booking-right p.rental-tag a {
	color: #ffffff;
}


.car-features ul {
    width: 50%;
}


.preturi_chirie {
	margin-top: 20px;
}
.preturi_chirie fieldset {
	border: 1px solid #ec3323;
	padding: 5px;
	width: calc( (100% / 5) - 4px );/*4px = spatiu*/
	min-width: 86px;
	text-align: center;
	display: inline;
}
.preturi_chirie legend {
	width: auto;
	padding: 0 5px;
	margin-bottom: -10px !important;
	font-size: 12px !important;
	white-space: nowrap;
	text-align: left;
}


.btntoTop {
	z-index: 1040;
}
.lg-outer .lg-thumb {
    margin: auto;
}
.img_gallery img{
	margin-bottom: 10px;
}



.gauto-car-booking{
	padding-bottom: 30px;
}
.gauto-booking-form{
	padding-top: 30px;
}


.booking-right {
	padding: 20px;
    background: #f4f4f5 none repeat scroll 0 0;
}

.booking-right p,
.single-booking p {
	margin-top: 15px
}
/*-------------*/
.checkbox_x input[type=radio] {
	position: absolute;
	visibility: hidden;
}
.checkbox_x {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.checkbox_x label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 25px;
	margin: 2px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #020202;
}

.checkbox_x label:after {
	display: block;
	position: absolute;
	content: '';
	border: 3px solid #aaaaaa;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 2px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.checkbox_x label:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 8px;
	width: 8px;
	top: 8px;
	left: 6px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.checkbox_x input[type="radio"]:checked~label:after {
	border: 3px solid #ec3323;
}

.checkbox_x input[type="radio"]:checked~label:before {
	background: #ec3323;
}

.checkbox_x input[type="radio"]:checked~label {
	/*color: #ec3323;*/
	color: #020202;
}
/*-------------*/

.single-booking p input[type=tel],
.single-booking p input[type=text],
.single-booking p input[type=email],
.single-booking p input[type=number] {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-booking p textarea {
	width: 100%;
	border: 2px solid #f0f0ff;
	padding: 5px 10px;
	height: 120px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-booking p input:focus,
.single-booking p textarea:focus {
	border: 2px solid #ec3323
}





.footer-logo {
	margin-top: -10px;
}







/*================ Normal desktop :992px.==================== */

@media (min-width: 992px) and (max-width: 1169px) {
		.find-box {
				background-position: -45px 0px;
		}

}


/*================ Tablet desktop :768px.==================*/

@media (min-width: 768px) and (max-width: 991px) {

		.find-box {
				background-position: -120px 0px;
		}

		.find-text {
				margin-top: -5px
		}
		.find-text h3 {
				font-size: 18px;
		}
	
		.offer-tabs .row .col-lg-4:last-child {
			display: block
		}
	
		.header-action {/*
			display: block;
			margin-top: 10px;
		*/}
	
		.header-cart-box #dropdownMenu1 {
			margin-top: 0px;
		}

}


/*================== small mobile :320px. ===================*/

@media (max-width: 767px) {
		.find-box {
				background-image: none;
		}
		.car-features ul {
				width: 100%;
		}

		.car-features ul:nth-child(2) {
				margin-top: 0px;
		}
		.preturi_chirie fieldset {
				width: 100%;
		}
		.header-action {/*
			display: block;
			margin-top: 25px;
			margin-left: 40px;
			text-align: center;
		*/}
		.slicknav_btn {
			margin-top: -15px;
		}
		
		.header-cart-box #dropdownMenu1 {
			margin-top: 0px;
		}
	
	.gauto-main-header-area { background: #000000; margin-bottom: 1px;}
	.gauto-main-header-area .logo1 { display: none;}
	.gauto-main-header-area .logo2 { display: inline !important;}
		

}


/* ======================Large Mobile :480px.================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.car-features ul {
		width: 50%;
	}
	
	.car-features ul:nth-child(2) {
		margin-top: 20px;
	}
	
}










.preturi_chirie .col-sm-5ths {
    position: relative;
	width: 100%;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}
@media (min-width: 768px) {
    .preturi_chirie .col-sm-5ths {
		flex: 0 0 20%;
    	max-width: 20%;
    }
}
.preturi_chirie .row {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}
.preturi_chirie div div .col-md-12 {
	padding-right: 5px;
    padding-left: 5px;	
	
	margin-right: -1px;/*pentru border*/
    margin-bottom: -1px;/*pentru border*/
	border: 1px solid #ec3323;
	
	text-align: center;
}
