/**{
	font-family: Rubik !important;
}
*/
*{
	user-select: none;
}
:root{
    --bs-kiteasy: #00de0b;
    --bs-kitstart: #45acf7;
    --bs-kitfirst: #ff8718;
    --bs-kitpro: #ffd700;

    --bs-kitforce: #e51515;
/*    --bs-kitzephyrus: #ce00ff;*/

	--bs-kitkart: #e51515;
    --bs-kitkartd: #858585;

    --bs-kitbatteria: #ffffff;
    --bs-kitbatteriadk: #5c5c5c;

    --bs-kitcond: #dfff00;
    --bs-kitpushpull: #ce00ff;
}

.displayNone{
    display: none;
}

.allkits{
	text-align: center;
	padding-top: 50px;
}

.kartButtonMaster, .firstButtonMaster, .proButtonMaster{
	text-align: right;
	padding-top: 8px;
}

.batteriaButtonMaster{
    text-align: right;
    padding-top: 20px;
}

.allkits .default-btn{
	background: #660101 none repeat scroll 0 0;
	color: white;
/*	padding: 17px 145px 14px;*/
}

.azienda-carousel{
    border: 2px solid #e51515;
}

.homeAnteprime .owl-item img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: filter 0.4s;
}

.homeAnteprime .owl-item:hover img{
    -webkit-filter: grayscale(0);
}

.homeAnteprime .owl-item:nth-child(1) img{
	border: 2px solid var(--bs-kiteasy);
}

.homeAnteprime .owl-item:nth-child(2) img{
	border: 2px solid var(--bs-kitstart);
}

.homeAnteprime .owl-item:nth-child(3) img{
	border: 2px solid var(--bs-kitfirst);
}

.homeAnteprime > h5 a {
	color: #ffffff;
}

.homeAnteprime .blog-text h5{
	font-size: 16px;
}

.homeAnteprime .owl-item:hover .blog-text-easy > h5 a{
	color: var(--bs-kiteasy);
}

.homeAnteprime .owl-item:hover .blog-text-start > h5 a{
	color: var(--bs-kitstart);
}

.homeAnteprime .owl-item:hover .blog-text-first > h5 a {
	color: var(--bs-kitfirst);
}

.homeAnteprime .owl-item:hover .blog-text-pro > h5 a {
    color: var(--bs-kitpro);
}

.homeAnteprime .owl-item:hover .blog-text-force > h5 a {
    color: var(--bs-kitforce);
}

.homeAnteprime .owl-item:hover .blog-text-kart > h5 a {
    color: var(--bs-kitkart);
}

.homeAnteprime .owl-item:hover .blog-text-zephyrus > h5 a {
    color: var(--bs-kitzephyrus);
}

.homeAnteprime .owl-item:hover .blog-text-cond > h5 a {
    color: var(--bs-kitcond);
}

.about-title h3, .about-title span, .about-text{
	color: white;
}

.about-area .about-text, .about-area .about-title{
	padding-left: 0px;
}

.icon-Mail:before {
	padding-left: 5px;
}

.single-shop-item{
	margin-bottom: 0px;
}

.shop-list-area{
	padding-bottom: 50px;
    padding-top: 70px;
}

.shop-list-intro-area{
	padding-bottom: 70px;
    padding-top: 70px;
}

.facebookEmbed{
	clear: both;
	position: relative;
	width: 100%;
	padding-top: 24px;
}

.shop-info-acapo{
	color: white !important;
	display: block;
    padding-left: 30px;
}

.shop-info .checkEasy{
    background-color: var(--bs-kiteasy);  
}

.shop-info .checkCond{
    background-color: var(--bs-kitcond);  
}

.shop-info .checkForce{
	background-color: var(--bs-kitforce);
}

.shop-info .checkStart{
	background-color: var(--bs-kitstart);	
}

.shop-info .checkFirst{
	background-color: var(--bs-kitfirst);	
}

.shop-info .checkPro{
	background-color: var(--bs-kitpro);	
}

.shop-info .checkZephyrus{
	background-color: var(--bs-kitzephyrus);	
}

.shop-info .checkKart{
	background-color: var(--bs-kitkart);
}

.shop-info .checkPushPull{
    background-color: var(--bs-kitpushpull);
}

.kart-btn{
	background: #660101 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "oswaldmedium";
    font-size: 13px;
    padding: 17px 40px 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    min-width: 260px;
    text-align: center;
}

.first-btn{
    background: #a34f00 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "oswaldmedium";
    font-size: 13px;
    padding: 17px 40px 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    min-width: 260px;
    text-align: center;
}

.pro-btn{
    background: #877200 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "oswaldmedium";
    font-size: 13px;
    padding: 17px 40px 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    min-width: 260px;
    text-align: center;
}

.batteria-btn{
    background: var(--bs-kitbatteriadk) none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "oswaldmedium";
    font-size: 13px;
    padding: 17px 40px 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    min-width: 260px;
    text-align: center;
}

.kart-btn::after{
    background: var(--bs-kitkart) none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.first-btn::after{
    background: var(--bs-kitfirst) none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.pro-btn::after{
    background: var(--bs-kitpro) none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.batteria-btn::after{
    background: var(--bs-kitbatteria) none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.kart-btn span, .kart-btn i, .batteria-btn span, .batteria-btn i{
    z-index: 2;
    position: relative;
    transition: all 0.5s ease 0s;
    color: #fff; /*TOGLIERE SE SI VUOLE CAMBIARE COLORE ALLA SCRITTA*/
}

.first-btn span, .first-btn i, .pro-btn span, .pro-btn i{
    z-index: 2;
    position: relative;
    transition: all 0.5s ease 0s;
    color: #fff; /*TOGLIERE SE SI VUOLE CAMBIARE COLORE ALLA SCRITTA*/
}

.kart-btn span, .batteria-btn span, .first-btn span, .pro-btn span{
	padding-left: 5px;
}

.kart-btn i, .batteria-btn i, .first-btn i, .pro-btn i{
    font-size: 15px;
}

.kart-btn:hover:after {
    height: 100%;
    border-radius: 2px;
}

.first-btn:hover:after {
    height: 100%;
    border-radius: 2px;
}

.batteria-btn:hover:after {
    height: 100%;
    border-radius: 2px;
}

.pro-btn:hover:after {
    height: 100%;
    border-radius: 2px;
}

.kart-btn:hover{
    background: var(--bs-kitkart);
}

.first-btn:hover{
    background: var(--bs-kitfirst);
}

.pro-btn:hover{
    background: var(--bs-kitpro);
}

.first-btn:hover span{
    color: #000000;
}

.first-btn:hover i{
    color: #000000;
}

.batteria-btn:hover{
    background: var(--bs-kitbatteria);
}

.batteria-btn:hover span{
    color: #000000;
}

.batteria-btn:hover i{
    color: #000000;
}

.pro-btn:hover span{
    color: #000000;
}

.pro-btn:hover i{
    color: #000000;
}

.brandItem{
	position: initial !important;
	margin: 0px auto;
}

.brandItem img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: filter 0.4s;
    width: 100%;
}

.brandItem a:hover img{
    -webkit-filter: grayscale(0);
}

.brandItem .latest-p-title {
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), #3d0000) repeat scroll 0 0;
}

.aziendaSoluzioni .owl-item .single-testi img {
    border: 2px solid #ffffff69;
}

.aziendaBrand .grid{
	height: initial !important;
}

.aziendaBrand .latest-p-title{
	padding: 60px 10px 10px;
}

.aziendaWidgets.col-md-6:first-child .single-service:after, .col-md-6:nth-child(4) .single-service:after {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: none;
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
}

.aziendaWidgets .single-service:after {
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
	border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.aziendaWidgets .col-md-6:nth-child(4) .single-service{
    padding-top: 60px;
}

.aziendaWidgets .single-service {
    min-height: 420px;
}

.aziendaTecnologia .section-title > p, .aziendaTecnologia .section-title-light > p, .aziendaIntroduzione .section-title > p, .aziendaIntroduzione .section-title-light > p {
    line-height: 20px;
}

a.aziendaKit i{
	font-style: normal;
	transition: all 0.3s;
	-webkit-transition-delay: all 0.3s;
	-moz-transition-delay: all 0.3s;
	-ms-transition-delay: all 0.3s;
	-o-transition-delay: all 0.3s;
}

a.aziendaKit:link, a.aziendaKit:visited, a.aziendaKit:active{
	color: #ffffff;
}

a.aziendaKit:hover .aziendaKitEasy{
    color: var(--bs-kiteasy);
}

a.aziendaKit:hover .aziendaKitStart{
	color: var(--bs-kitstart);
}

a.aziendaKit:hover .aziendaKitFirst{
	color: var(--bs-kitfirst);
}

a.aziendaKit:hover .aziendaKitPro{
	color: var(--bs-kitpro);
}

a.aziendaKit:hover .aziendaKitForce{
	color: var(--bs-kitforce);
}

a.aziendaKit:hover .aziendaKitZephyrus{
	color: #dd4fff;
}

.shortMenuVisible{
    display: none !important;  
}

.shortMenuSocialLang{
    text-align: right !important;
}

.shortMenuSocialLang i{
    margin-left: 15px;
}

.shortMenuSocialLang .fi-gb, .shortMenuSocialLang .fi-it{
    margin-left: 12px;
    margin-right: -3px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .aziendaWidgets .single-service{
    	min-height: 320px;
    }
    .aziendaWidgets .col-md-6:nth-child(4) .single-service:after, .aziendaWidgets .col-md-6:nth-child(3) .single-service:after{
    	border-bottom: none;
    }
    .aziendaWidgets .col-md-6:nth-child(1) .single-service:after, .aziendaWidgets .col-md-6:nth-child(2) .single-service:after{
    	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .aziendaWidgets .col-md-6:nth-child(4) .single-service{
    	padding-top: 40px;
    }	
}

@media (max-width: 767px) {
    .aziendaWidgets .col-md-6:nth-child(4) .single-service{
    	padding-top: initial;	
    }
}

@media (max-width: 767px) {
    .aziendaWidgets .single-service{
    	min-height: 0px;
    }
    .aziendaWidgets .single-service p{
    	padding: 0px 70px 0px 70px;
    }    
}

@media (max-width: 767px) {
    .aziendaTecnologia .section-title > p, .aziendaTecnologia .section-title-light > p, .aziendaBrand .section-title > p, .aziendaBrand .section-title-light > p{
        line-height: 20px;
        overflow: initial;
        text-overflow: ellipsis;
        white-space: initial;
    }
}


@media (max-width: 575px) {
    .aziendaBrand .row>* {
        flex: 0 0 auto;
        width: 65%;
    }
}