::selection{
	background:#c31642
}
bold, strong{
	font-weight:900;
}
.prodswitcher img{
	width:85%;
	float:right;
}
.prodswitcher li{
	position:relative;
}
.prodswitcher li.uk-active  a{
	color:#000!important;
	font-weight:900;
}
.prodswitcher li:not(:first-child)::before{
	content:"";
	width:1px;
	height:100%;
	background-color:#fff;
	position:absolute;
	left:0:
}
.uk-navbar-nav>li.uk-active>a{
	font-weight:900;
}
.convertforms .cf-checkbox-group .cf-label, .convertforms .cf-radio-group .cf-label{
	color:#fff!important;
	font-size:15px!important;
	padding-left:10px;
}
.preventivo .convertforms .cf-checkbox-group .cf-label, .preventivo .convertforms .cf-radio-group .cf-label {
    color: #666 !important;
    font-size: 15px !important;
    padding-left: 10px;
}
.preventivo .convertforms .cf-btn {
    background-color: transparent;
    color: #c31642;
    border-color: #c31642;
    border: 3px solid;
    padding: 10px 40px;
}
.preventivo .convertforms .cf-btn:hover {
    background-color: #c31642;
    color: #fff;
    border-color: #c31642;
    border: 3px solid;
    padding: 10px 40px;
}

.uk-button-default button{
	background-color:transparent;
}
.uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary>:not([class*=uk-card-media]) .uk-button-default:hover .cf-btn-text{
	color: #c31642; 
}
.noleggio-preventivo .uk-button-default{
	background-color:#c31642!important
}
.noleggio-preventivo label{
	color:#808080!important;
}

.noleggio-preventivo .uk-tile-muted{
	border-radius:20px;
}
.prodotti-switcher .el-nav.uk-tab-left.uk-tab{
	background-color:#fff;
	border-radius:20px;
	-webkit-box-shadow: 0px 0px 35px -20px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 35px -20px rgba(0,0,0,0.1);
}
.prodotti-switcher .el-nav.uk-tab-left.uk-tab > li:nth-child(1){
	border-radius:20px 20px 0px 0px;
}
.prodotti-switcher .el-nav.uk-tab-left.uk-tab > li:last-child{
	border-radius:0px 0px 20px 20px;
}
.prodotti-switcher .el-nav.uk-tab-left.uk-tab > li a{
	font-weight:bold;
}
.prodotti-switcher .el-nav.uk-tab-left.uk-tab > li.uk-active a{
	color:#fff;
	font-weight:bold;
}
.prodotti-switcher .el-nav.uk-tab-left.uk-tab > .uk-active{
	background-image:url("../../../images/pixwall/prodotti/back-prod-switcher.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}
.prod-switch-applications{
	position:relative;
	padding-left:30px;
	color:#c31642;
	font-weight:bold;
}
.prodotti-switcher img{
	padding: 15px 60px;
    max-width: 290px;
    max-height: 300px;
}
.prodotti-switcher li{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
}
.prod-switch-applications::before{
	content:"";
	height:100%;
	float:left;
	width:2px;
	left:0px;
	background-color:#010101;
	position:absolute;
}
.prodotti-switcher .el-link.uk-button.uk-button-primary{
	position:relative;
	padding-right:50px;
}
.prodotti-switcher .el-link.uk-button.uk-button-primary::after{
	content:"";
	width:20px;
	height:13px;
	background-image:url('../../../images/pixwall/prodotti/after-arrow-pink.png');
	position:absolute;
	right:0px;
	top:17px;
	background-size:cover;
	right:15px;
}
.prodotti-switcher .el-link.uk-button.uk-button-primary:hover::after{
	filter: brightness(0) invert(1);
}
.prodotti-switcher li > a > div{
	width:40%;
}
.product-icons{
	display:flex;
	align-items:center;
}
.product-icons strong{
	display:none;
	padding-right:10px;
}
.product-icons > div{
	border-radius:40px;
	border: 1px solid;
	padding:10px;
	margin-right:15px;
	position:relative;
}
.tab-scheda-prodotto .uk-subnav-pill>*>:first-child {
	padding: 15px 25px;
	font-size: 16px;
	border: 2px solid #c31642;
	color: #000;
	letter-spacing: 1px;
}
.tab-scheda-prodotto .uk-subnav-pill>.uk-active>a {
    background-color: #c31642;
    color: #fff;
    box-shadow: 0px 0px 0px rgba(195, 22, 66, .35);
}
.icone-prodotto {
	display: table;
	width: 100%;
}
.icone-prodotto img {
	width: 60px;
	padding: 5px;
}
.uk-width-medium-1-7 {
	width: auto;
	margin-right: 5px;
	float: left;
	border: 1px solid #000;
    padding: 10px;
    border-radius: 45px;
    margin-bottom: 7px;
}
.uk-width-medium-1-7:nth-last-child(1) {
	margin-right: 0px;
}
.uk-width-medium-1-7 .uk-grid>* {
    padding-left: 5px;
}
.uk-width-medium-1-7 .uk-grid {
    margin-left: -5px;
}
.uk-width-medium-1-7 > div {
    position: relative;
}
.uk-width-medium-1-7 .didascalia {
	display: none;
	position: absolute;
    background: #fff;
    padding: 5px 15px;
    width: 200px;
    top: 80px;
    left: -70px;
    text-align: center;
    z-index: 999;
}
.uk-width-medium-1-7 .didascalia::after {
	content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    transform: rotate(45deg);
   	top: -10px;
    z-index: -1;
    -webkit-box-shadow: 0px 7px 36px -9px rgba(211, 211, 211, 0.85);
    -moz-box-shadow: 0px 7px 36px -9px rgba(211, 211, 211, 0.85);
    box-shadow: 0px 7px 36px -9px rgba(211, 211, 211, 0.85);
}
.uk-width-medium-1-7:hover .didascalia {
	display: block;
}
.uk-width-medium-1-7 > div {
	display: flex;
	align-items: center;
}
.tab-scheda-prodotto table{
  border-collapse: collapse;
}
.tab-scheda-prodotto td{
	border: 1px solid #d5d5d5;
    padding: 5px 10px;
	font-size:13px;
}
.tab-scheda-prodotto tr > td:nth-child(1){
	font-weight:bold;
	background-color:#c31642;
	color:#fff;
}
.tab-scheda-prodotto tr:hover td:not(:nth-child(1)) {
    background-color: #c3164217;
    color: #000;
}
.tab-scheda-prodotto > ul > li:last-child{
	display:none;
}
.caratteristiche-principali {
	margin-top: 50px;
}
.caratteristiche-principali {
	text-align: center;
}
.car-princ-img {
	height: 70px;
	width: 60px;
	margin: auto;
	display: flex;
	align-items: center;
}
.car-princ-img img {
	max-height: 100%;
	max-width: 60px;
	margin: auto;
}
.caratteristiche-principali .el-title {
	height: 70px;
}
.uk-tile-primary .btn-invio-form, .uk-card-primary .btn-invio-form {
	border: 2px solid #fff;
	line-height: 35px;
	font-size: 18px;
	background-color: transparent;
}
.uk-tile-primary .btn-invio-form:hover, .uk-card-primary .btn-invio-form:hover {
	opacity: 1;
	background-color: #fff;
	color: #000;
}
.uk-card-primary .convertforms .cf-form-wrap {
    padding: 0px;
}
.tm-toolbar {
	z-index: 999;
	padding-top: 0px;
}
.uk-modal-body ul.uk-nav li.uk-parent {
	position: relative;
}
.menu-arrow::after {
	position: absolute;
	top: 7px;
	right: 0px;
	width: 25px;
	height: 35px;
}
.menu-arrow.arrow-down::after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
}
.menu-arrow.arrow-up::after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z"/></svg>');
}

.fill-red {
	fill: #E51C26 !important;
}
.stroke-red {
	stroke:#E51C26;
}
div.mod-languages a {
    padding: 0px 0.5rem;
}
.uk-modal-body .mod-languages .uk-subnav {
	display: table;
    margin: auto;
}
.uk-modal-body .mod-languages li {
    margin: 0px;
    padding-left: 0px;
}

@media screen and (min-width: 960px) {
	#tm-main { 
		margin-top: -40px; 
	}
}


@media screen and (max-width: 1024px){
	.tab-scheda-prodotto > ul > li:nth-child(3){
		display:none;
	}
	.tab-scheda-prodotto > ul > li:last-child{
		display:block;
	}
}


@media screen and (max-width: 767px){
	h2 .uk-text-large {
    	font-size: 17px;
	}
	.display-1, .display-2, .uk-heading-large {
    	font-size: 40.75px;
    	letter-spacing: 3px;
	}
	.display-3, .display-4, .uk-heading-medium {
    	font-size: 35px;
	}
	.h1, .uk-h1, h1 {
    	font-size: 34px;
	}
	.uk-text-meta {
    	font-size: 17px;
	}
	.display-5, .display-6, .uk-heading-small {
    	font-size: 30px;
	}
	.btn, .uk-button {
		font-size: 14px;
		padding: 0 20px;
	}
	.el-nav.uk-subnav {
		width: 100%;
		margin-left: 0px;
	}
	.el-nav.uk-subnav li {
		width: 100%;
        display: table;
        padding-left: 0px;
        float: none;
	}
	.tab-scheda-prodotto .el-nav.uk-subnav li {
		margin-bottom: 8px;
	}
	.el-nav.uk-subnav li a {
		display: table-cell;
		margin: auto;
		text-align: center;
	}
	.el-nav.uk-subnav > .uk-active > a {
		text-decoration: underline;
	}
	.el-nav.uk-subnav li::before {
		display: none;
	}
	.tab-scheda-prodotto .uk-subnav-pill > li > a {
		display: table;
    	width: 100%;
	}
	.tab-scheda-prodotto .el-nav.uk-subnav > .uk-active > a {
		text-decoration: none;
	}
	.servizi-tab .el-nav.uk-subnav li {
		width: auto;
	}
	.servizi-tab .el-nav.uk-subnav li:nth-child(1) img {
		width: 60px;
        margin-right: 10px;
    }
    .servizi-tab .el-nav.uk-subnav li:nth-child(2) img {
		width: 50px;
        margin-right: 10px;
    }
    .servizi-tab .el-nav.uk-subnav li:nth-child(3) img {
		width: 60px;
        margin-right: 10px;
    }
    .servizi-tab .el-nav.uk-subnav li:nth-child(4) img {
		width: 50px;
        margin-right: 10px;
    }
    .servizi-tab .el-nav.uk-subnav li:nth-child(5) img {
		width: 50px;
    }
    #mosaico *+.uk-grid-margin, #mosaico .uk-grid+.uk-grid, #mosaico .uk-grid>.uk-grid-margin {
	    margin-top: 0px;
	}
	.mobile50vh {
		height: 50vh;
	}
	.mobile50vh > div {
		height: 50vh;
		min-height: auto !important;
	}
	.mobile70vh {
		height: 70vh;
	}
	.mobile70vh > div {
		height: 70vh;
		min-height: auto !important;
	}
	.h3, .uk-h3, h3 {
    	font-size: 18px;
	}
	.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
		min-height: 60px;
	}
}