
.whatsapp-float {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: #25D366;
	color: white;
	border-radius: 50%;
	padding: 15px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	z-index: 9999;
	text-align: center;
	transition: transform 0.3s ease;
}

.whatsapp-float:hover {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.whatsapp-float {
	  padding: 12px;
	}
}

.sp-scroll-up {
  bottom: 26px;
}


.offcanvas-menu .logo{display:none !important;}
.burger-icon > span {background-color: #fff;}
/* creative slider joomla fix */
.ls-overflow-visible {
    overflow: hidden !important;
}

/* opening hours module */
.openinghours-notes, .openinghours-open, .openinghours-closed {
	position: relative;
	top: 0;
	right: 0px;
	margin-top: 0 !important;
	margin-bottom: 5px !important;
	padding: 0 10px !important;
	text-align: center;
	margin-top: -22px !important;
}

.openinghours-closed {
	background-color: #FFF0F0 !important;
}

.openinghours-eachday {
    display: block !important;
    overflow: auto !important;
    margin-bottom: 2px !important;
}
/* opening hours module */

/* Bottom logo and extra padding */
#sp-bottom{
	padding: 80px 0 30px;
}

#sp-bottom a {
    color: #fff;
}

#bottom-footer-logo{
	margin-top: -48px;
}
/* End of bottom logo and extra padding */

/* FIX JUMPIN HEADER*/
/*#sp-header.header-sticky ~ section#sp-main-body, #sp-header ~ section#sp-main-body  {
    padding-top: 0px !important;
}

#sp-header.header-sticky ~ section#sp-section-1 {
	margin-top: 94px;
}*/

/*
@media screen and (max-width: 992px) {
	#sp-header.header-sticky ~ section#sp-section-1 {
		margin-top: 73.5px;
	}
}*/
/*END OF FIX JUMPIN HEADER*/

body, .sp-preloader {
  background-color: #fff;
  color: #252525;
}

/* CENTER LOGO */
#sp-logo {display: table; margin: auto;}

#sp-header .logo {
	height: inherit;
}

@media (min-width: 992px) {
	#sp-logo {
	position: absolute !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 0 !important;
	}
	
	#sp-logo img {margin-left: 0px;}
	
	#sp-menu {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	    display: flex;
	    justify-content: center;
	}


	/*quick fix to center menu according to the menu items on desktop*/
	/*#sp-menu .sp-column{*/
		/*left: 15px;*/
		
		/*position: relative;*/
	/*}*/
}

.sp-megamenu-parent > li.logo-center {
	width: 200px;
	visibility: hidden;
}

html[lang="en-gb"] #sp-menu {
    left: 32px;
}

html[lang="el-gr"] #sp-menu {
	left: 0px;
}

@media (max-width: 1400px) {
	.sp-megamenu-parent > li.logo-center {
		width: 260px;
	}
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li.logo-center {
		width: 180px;
	}

	html[lang="en-gb"] #sp-menu {
		left: 0px;
	}
	html[lang="el-gr"] #sp-menu {
		left: -32px;
	}
}

#offcanvas-toggler > .fa {
    color: #fff;
}

/* TOP BAR AND HEADER */

#sp-header {
	/*background-color: #232323;*/
	background-color: #084D68;
	-webkit-transition: background 0.2s ease-in-out, margin 0.8s ease-in-out;
	transition: background 0.2s ease-in-out, margin 0.8s ease-in-out;
	height: 94px;
	box-shadow: none;
	display: flex;
	align-items: center;
}

.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
	display: block;
	float: unset;
	position: relative;
	text-align: center;
}

.sp-megamenu-parent > li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 -2px;
}

.sp-megamenu-parent > li.logo-center > a {
	margin: 0;
	padding: 0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	color: #ffffff;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-left: 28px;
	margin-right: 28px;
	padding-right: 0;
	padding-left: 0;
	transition-property: color, background-color, border-color, padding-top, padding-bottom;
	/*font-size: 18px;*/
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

@media (max-width: 1400px) {
	
	.sp-megamenu-parent > li > a {
		margin-left: 14px;
		margin-right: 14px;
	}
}

@media (max-width: 1200px) {
	
	.sp-megamenu-parent > li > a {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.sp-megamenu-parent > li:first-child > a {
	margin-left: 0 !important;
}
.sp-megamenu-parent > li:last-child > a {
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 700;
}




/* Our Cars Page */
.rental_item{
  overflow: hidden;
  transition: all 0.3s linear;
}

.rental_item:hover{
  box-shadow: 0 24px 24px -10px rgba(0,0,0,.1) !important;
}

.rental_one_item{
	overflow: hidden;
}

.label-diesel{
position: absolute;
top: 20px;
left: -30px;
background: #da2128;
color: #fff;
padding: 3px 45px;
font-weight: 900;
font-size: 12px;
-webkit-transform: rotateZ(-35deg);
transform: rotateZ(-35deg);
}

.label-auto {
position: absolute;
top: 5px;
right: 5px;
background: #000;
color: #fff;
padding: 5px 7px;
font-weight: 700;
font-size: 12px;
}

/* title */
.rental_item .rental_item_title .sppb-addon-title, .rental_one_item_title .sppb-addon-title{
	display: inline-block; 
}

.rental_item .rental_item_title .sppb-addon-content, .rental_one_item_title .sppb-addon-content{
	display: inline-block;
	padding-left: 10px;
}

.rental_item .rental_item_title span.type, .rental_one_item_title span.type{
	border:1px solid #444;
	border-radius: 4px;
	padding: 0 5px;
}

/* feautures */
.rental_item_features .sppb-addon-content{ display:flex;}

.rental_item_features .sppb-addon-content>div {
	display: flex;
	flex-wrap: wrap;
}

.rental_one_item_features .sppb-addon-content>div{
	display: flex;
}

.rental_one_item_features .sppb-addon-content>div>div {
	display: flex;
	width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing:border-box;
}

.rental_item_features .sppb-addon-content>div>div {
	flex: 0 50%;
	box-sizing:border-box;
	display: flex;
	align-items: center;
	margin: 5px 0;
}

.rental_item_features .sppb-addon-content>div>div img,.rental_one_item_features .sppb-addon-content>div>div img{
	width: 60px !important;
	height: 31px;
}
/* extra */
.rental_item_extra{
	font-size:0.8rem;
}

.rental_item_extra span{
	color:#077812;
	font-weight:500;
	font-size:initial;
}

/* extra right */
.rental_item_extra_right {
    display: flex;
    justify-content: center;
}

.rental_item_extra_right span{
	color:#077812;
	font-weight:500;
	font-size:initial;
}

.rental_item_extra_right .sppb-addon-content{
	text-align: center;
	font-size:0.8rem;
	border-radius: 5px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}

.rental_item_extra_right .sppb-addon-content div{
	/*background-color: #f7f7f7;*/
	/*padding: .125rem .5rem;*/
	padding: .125rem 0;
	color: #717171;
	border-bottom: 1px dotted #cccccc;
	/*margin-bottom: 5px;*/
	/*text-align: left;*/
}

.rental_item_extra_right .sppb-addon-content div:last-child{
	border-bottom: 0;
}

.bring_to_bottom{
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 992px) {
	.rental_item_extra_right .sppb-addon-content{
		text-align: unset;
		position: inherit;
		top: unset;
		transform: unset;
		
	}

	.rental_item_extra_right .sppb-addon-content div{
		display: inline;
		/*background-color: unset;*/
		padding: 0;
		color: unset;
		margin-bottom: 0;
		border-bottom: 0;
		text-align: unset;
	}

	.rental_item_extra_right .sppb-addon-content div::after{content: ",";}
	.rental_item_extra_right .sppb-addon-content div:last-child::after{content: "";}

	.bring_to_bottom{
		position: inherit;
		bottom: unset;
	}
}

.rental_item .sppb-carousel-extended-outer-stage,.rental_item .sppb-carousel-extended-item{
 	height: auto !important; 
}
/* End of Our Cars Page */

/* One Car Page */
.rental_item_extras ul{
	padding:0;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.rental_item_extras li {
	display: flex;
	padding: 12px 0;
	box-sizing: border-box;
	align-items: center;
}

.rental_item_extras li::before {
	display: block;
	content: ' ';
	background-image: url('../../../images/icons/check.svg');
	background-size: 28px 28px;
	height: 28px;
	width: 28px;
	margin-right: 15px;
	order: -1;
}
/* End of one Car Page */

/* Home Services Icons */

.home-services .sppb-addon-title > div{
	display: flex;
	align-items:center;
}


.home-services .sppb-addon-title > div > div img{
	margin-right: 10px;
	width: 45px;
	height: auto;
}
/* END OF Home Services Icons */

/* Home Background Teaser 1*/
.background-teaser-outer1{
  position:relative;
  text-align:center;
 padding: 25px 20px;
}

.background-teaser-outer1::before{
background-color: #ff9900;
transform: skew(-30deg);
  content: "";
position: absolute;
top: 0;
left: -50px;
right: 0;
bottom: 0;
z-index: -1;
}

.background-teaser-outer1 h3{
 /*font-size:22px;*/
 margin-bottom:0px; 
}

.background-teaser-outer1 h3 span{
 font-weight:300; 
}

/* Home Background Teaser 3*/
.background-teaser-outer3{
  position:relative;
  text-align:center;
 padding: 25px 20px;

}

.background-teaser-outer3::before{
background-color: #ff9900;
transform: skew(-30deg);
  content: "";
position: absolute;
top: 0;
left: 0;
right: -50px;
bottom: 0;
z-index: -1;
}

.background-teaser-outer3 h3{
 margin-bottom:0px; 
}

.background-teaser-outer3 h3 span{
 font-weight:300; 
}

/* Home Background Teaser 2*/
.background-teaser-outer2{
  position:relative;
  text-align:center;
 padding: 20px 20px;
}

.background-teaser-outer2 h2{
 margin-bottom:0px; 
}


.background-teaser-outer2 h2 span{
 font-weight:300; 
}


@media screen and (max-width: 992px) {
	.background-teaser-outer1, .background-teaser-outer3{
		padding: 15px 20px;
	}

	.background-teaser-outer2{
		padding: 5px 20px;
	}

	.background-teaser-outer1 h3, .background-teaser-outer3 h3{
		font-size:20px; 
	}

	.background-teaser-outer2 h2{
		font-size: 30px;
	}

	.background-teaser-outer1::before{
		transform: skew(0deg);
	}
	
	.background-teaser-outer3::before{
		transform: skew(0deg);
		width:100%;
	}

}


	#easylogic-link{
		display: flex;
		justify-content: end;
	}

	.lang-inline{
		display: flex;
		flex-direction: column;
		width: auto;
		position: fixed;
		top: 20px;
		z-index: 9999;
		right: 4%;
	}

	.lang-inline li {
	    /*margin: 0 10px 0 0;*/
	    opacity: 0.85;
	    transform: scale(1.25);
	    transition: all 0.15s linear;
	}

	.lang-inline li:hover {
	   	opacity: 1;
	   	transform: scale(1.35);
	}

	.mod-languages li {
	    margin-left: 0;
	    margin-right: 0;
	    padding: 5px;
	}

		.mod-languages li {
	    margin-left: 0;
	    margin-right: 0;
	    margin-top:5px;
	}


@media (max-width: 992px) {

	.lang-inline{
		right: 80px;
	}

	.offcanvas-menu{
		text-align: center;
	}

	#sp-bottom{
		text-align: center;
		padding: 80px 0 10px;
	}

	#sp-footer1{
		text-align: center;
	}

	#bottom-footer-logo{
		display: flex;
		justify-content: center;
	}

	#easylogic-link{
		justify-content: center;
	}

	.home-services .sppb-addon-title div{
		justify-content: center;
		text-align: center;
	}

	.home-services .sppb-addon-content{
		text-align: center;
	}

	/*opening hours*/
	.openinghours-notes, .openinghours-open, .openinghours-closed {
	    top: 25px;
	    right: 50%;
	    transform: translateX(50%);
	}

	.openinghours-eachday .openinghours-day,.openinghours-eachday .openinghours-date,.openinghours-eachday .openinghours-time{
		width: 33% !important;
	}

	/*get in touch bottom4 position*/
	.getintouch > div{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.getintouch > div > div:first-child{
		order:1;
	}

	.getintouch > div > div{
		width:100% !important;
	}

	.getintouch .addspace{
		padding-bottom: 0px !important;
	}
	/*end of get in touch bottom4 position*/

	.hideOnMobile{
		display: none;
	}

	.hideOnMobileImportant{
		display: none !important;
	}

	 .centerButtonsOnMobile .sppb-text-right , .centerButtonsOnMobile .sppb-text-left {
      text-align: center;
  	}

  	.centerTitleOnMobile .sppb-addon-title{
  		text-align: center
  	}

  	.centerContentOnMobile .sppb-addon-content{
  		text-align: center
  	}

  	.centerTitleContentOnMobile .sppb-addon-title, .centerTitleContentOnMobile .sppb-addon-content{
  		text-align: center;
  	}

	.centerMe{
  		text-align: center;
  	}
}

    /* LOGO */
    
    #sp-logo {
        z-index: 1000;
        display: table;
        margin: auto;
    }
    
    /* position: title - Language Switcher */
    

    
    ul.lang-inline {
    margin: 0;
    padding: 0;
    text-align: center;
    }

.sp-page-title {
    background: #f90;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #f90;
}
.sp-megamenu-parent > li:hover > a {
    color: #f90 !important;
}