@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css');

@font-face {
	font-family: 'FontAwesome';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.rmp {
	padding: 0;
	margin: 0;
}

.rmpl {
	padding-left: 0;
	margin: 0;
}

.rmpr {
	padding-right: 0;
	margin: 0;
}

.rmhp {
	padding-left: 7px;
	padding-right: 7px;
}

.cp {
	padding-left: 60px;
	padding-right: 60px;
}

.cpl {
	padding-left: 59px;
}

a {
	outline: 0 !important;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #3a474f;
	background-color: #fff;
}

.container {
	max-width: 1600px;
}

.img-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media(min-width: 1100px) {
	.container {
		width: 1050px;
	}
}

@media(min-width: 1200px) {
	.container {
		width: 1150px;
	}
}

@media(min-width: 1300px) {
	.container {
		width: 1250px;
	}
}

@media(min-width: 1400px) {
	.container {
		width: 1350px;
	}
}

@media(min-width: 1500px) {
	.container {
		width: 1450px;
	}
}

@media(min-width: 1600px) {
	.container {
		width: 1600px;
	}
}

/*header*/
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 92px;
	background-color: transparent;
	z-index: 9;
	background-image: url(../images/header-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	border-bottom: 1px solid #ffffff;

}

.site-header .left {
	background-color: #fff;
}

.site-header .left .logo {
	float: right;
	padding-top: 20px;
	padding-right: 15px;
	background-color: #fff;
	min-height: 91px;
	margin-right: -47px;
}

.site-header .right {
	float: left;
}

.site-header nav {
	float: left;
	min-height: 70px;
}

.header-overlay {
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100px;
}

.navbar-default {
	background-color: transparent;
	border: none;
	padding-left: 60px;
}

.navbar-default .navbar-nav {
	float: right;
	padding-right: 20px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 60px;
	height: 80px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
	background-image: url(../images/menuMo.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.language-switcher {
	float: right;
	padding-top: 34px;
	/* padding-left: 100px; */
	color: #fff;
}

.language-switcher li {
	display: inline-block;
	padding: 0 10px;
}

.language-switcher a {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}

.language-switcher li:first-child {
	border-right: solid #fff 1px;
}

/*home slideshow*/
.home-slider .slide-item img {
	width: 100%;
	height: 1224px;
	object-fit: cover;
}

/*home services*/
.home-services {
	min-height: 280px;
	margin-top: -350px;
	background-image: url('../images/overlay.png');
	padding: 20px;
	border-top: solid #fff 1px;
}

.home-services .item {
	outline: 0;
}

.home-services .item .counter {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #ed1b30;
	z-index: 9;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	padding-top: 7px;
}

.home-services .item img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.home-services .item a {
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	text-decoration: none;
}

.home-services .item a:hover {
	text-decoration: underline;
}

.home-services .item p {
	font-size: 13px;
	color: #fff;
	line-height: 15px;
}

.home-services .slick-next,
.home-services .slick-prev {
	position: absolute;
	top: 20%;
	width: 100px;
	height: 160px;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	outline: 0;
	z-index: 9;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

.home-services .slick-next {
	right: -100px;
	background-image: url(../images/slick-next.png);
}

.home-services .slick-prev {
	left: -100px;
	background-image: url(../images/slick-prev.png);
}

/*home machines*/
.home-machines {
	min-height: 260px;
	background-image: url(../images/machines-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 10px 0 10px 0;
}

.home-machines .title {
	font-size: 45px;
	font-weight: 300;
	color: #ed1b30;
	line-height: normal;
}

.home-machines .content {
	font-size: 13px;
	color: #343434;
	line-height: 15px;
	padding-bottom: 30px;
}

a.readmore {
	font-size: 25px;
	font-weight: 300;
	color: #343434;
	background-color: #ffffff;
	padding: 5px 20px;
	text-decoration: none;
}

a.readmore:hover {
	background-color: #ED1B30;
	color: #fff;
}

.home-app {
	padding: 30px 0 30px 0;
	min-height: 50px;
	background-color: #fff;
}

.home-app h3 {
	font-size: 35px;
	font-weight: 300;
	color: #4d545f;
	padding: 10px 0;
}

/*home comec*/
.home-comec {
	min-height: 250px;
	background-image: url(../images/home-comec-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 10px 0 10px 0;
}

.home-comec .title {
	font-size: 45px;
	font-weight: 300;
	color: #ed1b30;
}

.home-comec .content {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	min-height: 50px;
	padding-bottom: 30px;
}

.home-comec .readmore {
	margin-bottom: 20px;
}

/*site-footer*/
.site-footer {
	border-top: solid #fff 1px;
}

.site-footer .top {
	float: left;
	min-height: 150px;
	background-color: #343434;
	color: #fff;
}

.site-footer .widget_text {
	float: left;
	/*	width: 25%;*/
}

.site-footer .widget_text:nth-child(1),
.site-footer .widget_text:nth-child(2) {
	width: 20%;
}

.site-footer .widget_text:nth-child(3) {
	width: 30%;
}

.site-footer .widget_text:nth-child(4) {
	width: 30%;
}

.site-footer .widget-title {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 15px;
}

.site-footer .widget_text ul {
	padding-left: 0;
	margin-left: 0;
}

.site-footer .widget_text li {
	display: block;
	font-size: 13px;
}

.site-footer .widget_text li a {
	color: #fff !important;
	text-decoration: none;
	font-size: 13px;
}

.site-footer .textwidget a {
	color: #fff;
}

.site-footer .bottom {
	min-height: 32px;
	background-color: #5d5d5d;
	padding: 10px 0 0 0;
	color: #fff;
	font-size: 9px;
}

.site-footer .footer-social {
	padding-top: 10px;
	text-align: right;
}

.site-footer .footer-social li {
	display: inline-block;
	margin-left: 8px;
}

.site-footer .footer-social .fa {
	float: left;
	font-size: 30px;
	color: #fff;
}

.overlay.no {
	height: 0 !important;
}




/*page*/
.page-head {
	float: left;
	width: 100%;
	min-height: 56px;
	padding: 6px 0 10px 0;
	background-color: rgba(255, 255, 255, .9);
	margin-top: 92px;
}

/*machinery page*/
.machinery .background {
	background-image: url(../images/homepageimg.jpg);
	background-repeat: no-repeat;
	background-position: top -4px center;
	background-size: cover;
}

.machinery-wrapper {
	float: left;
	width: 100%;
	min-height: 300px;
	background-color: #656A70;
	padding-bottom: 40px;
	padding-top: 5px;
}

.machinery .slick-next,
.machinery .slick-prev {
	position: absolute;
	top: 20px;
	width: 100px;
	height: 160px;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	outline: 0;
	z-index: 9;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

.machinery .slick-next {
	right: -100px;
	background-image: url(../images/w-slick-next.png);
}

.machinery .slick-prev {
	left: -100px;
	background-image: url(../images/w-slick-prev.png);
}

.machines-slick .item,
.single.machinery .item {
	padding: 20px 0 20px 0;
	outline: 0;
	z-index: 9;
	min-height: 100px;
}

.zoom-ico {
	cursor: pointer;
}

.machines-slick .zoom-ico {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 9;
}

.single.machinery .zoom-ico {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.machines-slick .thumbnail {
	height: 220px;
	border-radius: 0;
	border: none;
	background-color: #fff;
}

.machines-slick .thumbnail img {
	max-height: 215px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.machines-slick .title a {
	font-size: 35px;
	font-weight: 300;
	padding: 12px 0;
	color: #fff !important;
}

.machines-slick .description {
	font-size: 13px;
	color: #e6e6e7;
	min-height: 165px;
	overflow: hidden;
	border-bottom: solid #94979b 1px;
	padding-bottom: 20px;
	line-height: 16px;
}

.accessori .machines-slick .description {
	border-bottom: none;
}

.machines-slick .main-details,
.single.machinery .main-details {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.machines-slick .main-details li,
.single.machinery .main-details li {
	display: inline;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid #75797e;
	font-size: 13px;
}

.machines-slick a.readmore {
	font-size: 20px;
	font-weight: 300;
	color: #343434;
}

.machines-slick a.readmore:hover {
	color: #fff;
}

.machinery .breadcrumbs {
	margin-top: 16px;
	color: #656a70;
	font-weight: bold;
}

.machinery .breadcrumbs a {
	font-weight: normal;
	color: #656a70;
}

.macchines-list {
	width: 759px;
	/*was 670*/
	padding-top: 7px;
	padding-left: 40px;
}

.macchines-list li {
	display: inline-block;
	margin-left: 6px;
}

.macchines-list li a:hover {
	color: red;
}

.macchines-list li a {
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
	color: #42484e;
	margin-left: 5px;
}

.macchines-list .active a {
	color: #ed1b30;
}

.accessori .acc-terms {
	padding-top: 11px;
}

.accessori .acc-terms li {
	display: inline-block;
}

.accessori .acc-terms li a {
	font-size: 16px;
	color: #42484e;
	margin-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.accessori .acc-terms li.active a,
.accessori .acc-terms li a:hover {
	color: #ed1b30;
}

/*single machine*/
.single .macchines-list {
	padding-top: 0;
}

.single.machinery .thumbnail {
	height: 430px;
	border-radius: 0;
	border: none;
	background-color: #fff;
	overflow: hidden;
}

.single.machinery .thumbnail img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.single.machinery .zoom-ico {
	top: 20px;
}

.single.machinery .item h1 {
	font-size: 35px;
	font-weight: 300;
	color: #fff;
	padding-bottom: 20px;
}

.single.machinery .item .brochure {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	color: #343434;
	background-color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	background-image: url(../images/brochure.jpg);
	background-repeat: no-repeat;
	background-position: center right 10px;
}

.single.machinery .main-details li {
	font-size: 13px;
	text-transform: uppercase;
}

.single.machinery .content {
	font-size: 13px;
	color: #fff;
	padding-top: 15px;
}

.single.machinery .content .title {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	padding-bottom: 30px;
}

/*nav tabs*/
.full-details {
	margin-top: 50px;
}

.full-details .nav-tabs {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border-bottom: none;
}

.full-details .nav-tabs>li {
	margin-bottom: 0px;
}

.full-details .nav-tabs>li>a {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	border-radius: 0;
	min-width: 200px;
	margin: 0;
	background-color: #84888d;
	border: none;

}

.full-details .nav-tabs>li>a:hover {
	background-color: #fff;
	color: #656a70;
	padding-top: 20px;
	margin-top: -10px;
}

.full-details .nav-tabs>li.active>a:focus,
.full-details .nav-tabs>li.active>a:hover,
.full-details .nav-tabs>li.active>a {
	border: none;
	color: #656a70;
	font-weight: 300;
	background-color: #fff;
	padding-top: 20px;
	margin-top: -10px;
}

.full-details table {
	background-color: #fff;
	padding: 10px;
}

.full-details .tab-content {
	padding-top: 60px;
	background-color: #fff;
	color: #000;
}

.full-details table:last-child {
	border-left: solid #fff 10px;
}

.full-details table tr.gray {
	background-color: #e3e1e2;
}

.full-details table tr td {
	font-size: 11px;
	color: #000;
	padding: 5px;
	color: #000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.full-details table tr:hover td {
	/*	background-color: #EC1B30;
	color: #fff;*/
}

.dati-tecnici-list li {
	float: left;
	width: 50%;
	display: block;
	text-align: left;
	font-size: 11px;
	color: #000;
	padding: 4px;
	border-left: 20px solid #fff;
}

.dati-tecnici-list li span {
	padding-right: 20px;
	text-align: left;
	float: left;
	width: 50%;
}

.dati-tecnici-list li:hover {
	/*background-color: #EC1B30;
	color: #fff;*/
}

.dati-tecnici-list li:nth-child(even) {
	border-right: solid #fff 20px
}

.dati-tecnici-list li:nth-child(odd) {
	border-right: solid #fff 5px;
}

.dati-tecnici-list li:nth-child(4n+1),
.dati-tecnici-list li:nth-child(4n+2) {
	background-color: #e3e1e2;
}

.dati-tecnici-list li:nth-child(4n+1):hover,
.dati-tecnici-list li:nth-child(4n+2):hover {
	/*background-color: #EC1B30;
	color: #fff;*/
}

.single .accessories {
	float: left;
	background-image: url(../images/acc_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 20px;
	min-height: 220px;
	border-top: solid #fff 1px;
	float: left;
	width: 100%;
}

.accessories-slick .thumbnail {
	max-height: 200px;
}

.accessories-slick .thumbnail img {
	max-height: 180px;
}

.accessories-slick .acc-item {
	outline: 0;
}

.accessories-slick .zoom-ico {
	top: 0 !important;
	right: 15px !important;
}

.single .accessories h4 {
	font-size: 45px;
	font-weight: 300;
	color: #ed1b30;
	padding-top: 16px;
}

/*page consumables*/
.consumables .page-head {
	height: 240px;
	background-color: transparent;
	margin-top: 65px;
}

.consumables .machinery-wrapper {
	background-color: #fff;
	padding: 20px;
	padding-top: 45px;
}

.consumables .page-head .breadcrumbs {
	min-height: 60px;
	background-color: rgba(255, 255, 255, .9);
	padding-top: 20px;
}

.consumables .page-head .breadcrumbs {
	font-size: 13px;
	color: #656a70;
	font-weight: bold;
}

.consumables .page-head .breadcrumbs a {
	font-weight: normal;
	text-decoration: none;
	color: #656a70;
}

.consumables .title,
.consumables .richiedi-preventivo a {
	font-size: 27px;
	font-weight: 300;
	padding-bottom: 20px;
}

.richiedi-preventivo a {
	font-size: 20px;
	text-decoration: none;
	color: #656A70;
}

.consumables .term .thumbnail {
	border: none;
	border-radius: 0;
}

.consumables .term .title {
	font-size: 30px;
	font-weight: 300;
	color: #ed1b30;
	text-transform: uppercase;
}

.consumables .term .description {
	min-height: 200px;
	font-size: 13px;
	line-height: 20px;
	padding-top: 17px;
}

.consumables .term .readmore {
	font-size: 20px;
	color: #fff;
	background-color: #ED1B30;
}

/*tax prodotti-type*/
.tax_prodotti .thumbnail {
	background-color: transparent !important;
	/*max-height: 200px !important;*/
}

.tax_prodotti .thumbnail img {
	position: relative !important;
}

.tax_prodotti .tab-content {
	padding-top: 30px;
	float: left;
	width: 100%;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.tax_prodotti .nav-tabs li a {
	color: #ed1b30 !important;
	font-weight: bold !important;
}

.tax_prodotti .product-item {
	min-height: 350px;
}

.tax_prodotti .product-item .inner {
	min-height: 70px;
	background-color: #fff;
	margin-bottom: 30px;
}

.tax_prodotti .product-item .thumb {}

.tax_prodotti .product-item h5 {
	font-size: 25px;
	font-weight: 300;
	text-align: left;
	color: #ed1b30;
}

.tax_prodotti .product-item h5 span {
	font-size: 13px;
	font-weight: 600;
	color: #4a4a4a;
	padding-left: 10px;
}

.tax_prodotti .product-item .product-details li {
	display: block;
}

.tax_prodotti .product-item .product-details li a {
	float: left;
	width: 100%;
	padding: 10px 10px 10px 0;
	border-bottom: solid #4a4a4a 1px;
	text-decoration: none;
	font-size: 13px;
	color: #4a4a4a;
}

.tax_prodotti .product-item .product-details li a i {
	float: right;
	color: #656A70;
	font-size: 20px;
}

.tax_prodotti .product-item .product-details li span {
	font-weight: bold;
}

.tax_prodotti .richiedi-preventivo a {
	color: #fff;
}

.pagenavi {
	padding: 20px;
}

.pagenavi a {
	color: red;
}



/*page distributor*/
.distributor {
	background-image: url(../images/homepageimg.jpg);
	background-repeat: no-repeat;
	background-position: top -5px center;
	background-size: cover;
}

.distributor .overlay {
	/*float: left;
	width: 100%;
	height: 70px;
	background-color: rgba(255,255,255,.8);
	margin-top: 92px;*/
	float: left;
	width: 100%;
	height: 59px;
	background-color: rgba(255, 255, 255, .8);
	margin-top: 90px;
}

.distributor .breadcrumbs {
	/*margin-top: 26px;
	color:#656a70;
	font-weight: bold;*/
	margin-top: 19px;
	color: #656a70;
	font-weight: bold;
}

.distributor .breadcrumbs a {
	font-weight: normal;
	color: #42484e;
}

.distributor .wrapper {
	float: left;
	width: 100%;
	min-height: 600px;
	background-color: #656A70;
	/*padding: 20px 0 20px 0;	*/
	padding: 34px 0 20px 0;
}

.distributor #gmap {
	height: 200px;
}

.distributor .sidebar .title {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	padding: 20px 0;
}

.distributor .sidebar .address {
	margin: 0;
	padding: 0;
}

.distributor .sidebar .address>li {
	display: block;
	float: left;
	width: 100%;
	padding: 6px;
	border-top: solid #94979B 1px;
	font-size: 13px;
	color: #e6e6e7;
	padding-left: 0;
}

.distributor .sidebar .address li:nth-child(2) {
	line-height: 14px;
	border-bottom: solid #94979B 1px;
	padding-bottom: 3px;
}

.sidebar .address li {
	float: left !important;
	width: 92% !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.sidebar .address li p {
	padding-top: 5px;
}

.sidebar h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 300 !important;
	padding: 16px 0px !important;
	font-size: 22px !important;
	color: #fff;
}

.distributor .page-title {
	font-size: 30px;
	padding-bottom: 8px;
	font-weight: 300;
	color: #fff;
	margin-top: 0;
}

.distributor #mapwrapper {
	height: 500px !important;
	border: solid #94979B 10px;
}

.distr-list {
	margin-left: -29px;
}

.distr-list li {
	display: inline-block;
}

.distr-list li a {
	float: left;
	font-size: 16px;
	color: #42484e;
	text-decoration: none;
	padding-right: 20px;
	text-transform: uppercase;
}

.distr-list .active a {
	color: #EC1B30;
}

.comec-marker {
	color: red;
}

.pin {
	position: absolute;
	background-image: url(../images/pin.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
}

.pin:hover {
	cursor: pointer;

}

.pin-active {
	background-image: url(../images/pin-active.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.pin-1 {
	top: 22%;
	left: 12%;
}

.pin-2 {
	top: 34%;
	left: 16%;
}

.pin-3 {
	top: 42%;
	left: 16%;
}

.pin-4 {
	top: 54%;
	left: 23%;
}

.pin-5 {
	top: 52%;
	left: 25%;
}

.pin-6 {
	top: 50%;
	left: 27%;
}

.pin-7 {
	top: 27.6%;
	left: 46.6%;
}

.pin-8 {
	top: 37%;
	left: 48%;
}

.pin-9 {
	top: 33%;
	left: 53%;
}

.pin-10 {
	top: 41%;
	left: 54%;
}

.pin-11 {
	top: 68%;
	left: 52%;
}

.pin-12 {
	top: 16%;
	left: 73%;
}

.pin-13 {
	top: 63%;
	left: 83.5%;
}

.pin-14 {
	top: 75%;
	left: 94.5%;
}

.pin-europa.pin-1 {
	top: 76%;
	left: 23%;
}

.pin-europa.pin-2 {
	top: 62%;
	left: 30%;
}

.pin-europa.pin-3 {
	top: 47%;
	left: 25%;
}

.pin-europa.pin-4 {
	top: 47%;
	left: 19%;
}

.pin-europa.pin-5 {
	top: 52%;
	left: 32%;
}

.pin-europa.pin-6 {
	top: 67%;
	left: 39%;
}

.pin-europa.pin-7 {
	top: 64.6%;
	left: 45%;
}

.pin-europa.pin-8 {
	top: 67%;
	left: 49%;
}

.pin-europa.pin-9 {
	top: 49%;
	left: 38%;
}

.pin-europa.pin-10 {
	top: 55%;
	left: 44%;
}

.pin-europa.pin-11 {
	top: 49%;
	left: 48%;
}

.pin-europa.pin-12 {
	top: 37%;
	left: 42%;
}

.pin-europa.pin-13 {
	top: 26%;
	left: 36.5%;
}

.pin-europa.pin-14 {
	top: 30%;
	left: 75.5%;
}

.pin-europa.pin-15 {
	top: 77%;
	left: 64.5%;
}

.pin-italia.pin-1 {
	top: 16%;
	left: 30.5%;
}

.pin-italia.pin-2 {
	top: 10%;
	left: 36%;
}

.pin-italia.pin-3 {
	top: 7%;
	left: 38%;
}

.pin-italia.pin-4 {
	top: 2%;
	left: 41%;
}

.pin-italia.pin-5 {
	top: 21%;
	left: 41%;
}

.pin-italia.pin-6 {
	top: 58%;
	left: 51.5%;
}

.popover {
	padding: 0;
	border-radius: 0;
	border: none;
}

.popover .arrow {}

.popover-title {
	font-family: 'Lato-Black';
	font-size: 18px;
	color: #ed192f;
	padding: 15px 10px 15px 10px;
	text-align: center;
	text-transform: uppercase;
}

.popover-content {
	font-family: 'Lato-Bold';
	font-size: 16px;
	color: #ffffff;
	background-color: #ed192f;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
}

.main-content .content a {
	color: #fff;
}


.articles .content {
	color: #e6e6e7;
	font-size: 13px;
	line-height: 18px;
}

.articles .content a {
	text-decoration: none;
	color: #e6e6e7;
	font-size: 13px;
	line-height: 18px;
}

/*page contact*/
.page-title {
	font-size: 30px;
	color: #fff;
	padding-bottom: 10px;
}

.contact .breadcrumbs {
	margin-top: 26px;
	color: #656a70;
	font-weight: bold;
}

.contact .breadcrumbs a {
	font-weight: normal;
	color: #656a70;
}

.contact .content {
	font-weight: 300;
	color: #fff;
	font-size: 12px;
}

.contact .visual-form-builder-container {
	margin-top: -15px;
}

.contact .visual-form-builder fieldset {
	background-color: transparent;
	border: none;
}

.contact .vfb-desc {
	color: #fff;
	font-weight: normal;
}

.visual-form-builder ul, .entry-content .visual-form-builder ul, .comment-content .visual-form-builder ul, .mu_register .visual-form-builder ul, .visual-form-builder ol, .entry-content .visual-form-builder ol, .comment-content .visual-form-builder ol, .mu_register .visual-form-builder ol {
	margin: 0;
}

.visual-form-builder li div label, .visual-form-builder li span label {
	color: #fff;
	font-weight: normal;
}

.contact .vfb-choice {
	color: #fff;
	font-weight: normal;
}

.contact .visual-form-builder input[type=text],
.contact .visual-form-builder input[type=email],
.contact .visual-form-builder input[type=tel] {
	padding: 0;
	border-radius: 0;
	float: left;
	width: 75%;
}

.visual-form-builder label .vfb-required-asterisk {
	color: #fff;
	font-weight: 300;
}

.contact .visual-form-builder textarea {
	padding: 10px;
	float: left;
	width: 88.4%;
	border-radius: 0;
}

.contact .vfb-item.vfb-item-checkbox,
.contact .vfb-fieldset-2.verification,
.contact .vfb-fieldset-2.verifica {
	padding-left: 100px !important;
}

.contact .verification input {
	width: 25%;
}

.contact .vfb-item-secret label {
	float: left;
	width: 100% !important;
}

.visual-form-builder .vfb-legend {
	margin-left: 0;
}

.contact .vfb-item.vfb-item-checkbox, .contact .vfb-fieldset-2.verification {
	padding-left: 95px !important;
}

.verification-field {
	width: 100px !important;
}

.required-message {
	font-style: italic !important;
	font-size: 14px;
	font-weight: 300;
}

.contact .clearfix.message {
	padding-top: 11px;
}

.contact .visual-form-builder .vfb-submit {
	background-color: #ed1b30;
	font-size: 20px;
	color: #fff;
	border: none;
	outline: 0;
	float: right;
	box-shadow: none;
	width: 88px !important;
	padding: 10px;
	text-transform: uppercase;
}

.contact .vfb-desc {
	float: left;
	width: 25% !important;
	font-weight: 300;
}

/*.vfb-item-secret,.vfb-legend h3{
	display: none !important;
}*/

.vfb-item-textarea .vfb-desc {
	width: 11.6% !important;
}

.visual-form-builder ul, .entry-content .visual-form-builder ul, .comment-content .visual-form-builder ul, .mu_register .visual-form-builder ul, .visual-form-builder ol, .entry-content .visual-form-builder ol, .comment-content .visual-form-builder ol, .mu_register .visual-form-builder ol {
	margin: 0 !important;
}

.p#form_success, .vfb-form-success {
	background-color: #fff !important;
	padding: 6px !important;
}


.guarda-anche .title {
	font-size: 20px !important;
	font-weight: 300;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.guarda-anche li {
	display: block;
}

.guarda-anche li a {
	float: left;
	width: 90%;
	padding: 5px;
	padding-left: 0;
	font-size: 13px;
	font-weight: 300;
	color: #e6e6e7;
	text-decoration: none;
	border-top: solid 1px #94979b;
}

.guarda-anche li:last-child a {
	border-bottom: solid 1px #94979b;
}

.richiedi-preventivo {
	float: left;
	margin-top: 20px;
	line-height: normal;
}

.breadcrumbs {
	text-transform: capitalize !important;
}

.download-content a {
	text-decoration: none;
	color: #000;
}

/*.download .wrapper{
	background-color: #fff !important; 
	min-height: 500px;
}
.download .page-title{
	font-size: 30px;
	color: #343434;
	text-transform: uppercase;
}
*/


@media(max-width: 1500px) {
	.language-switcher {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media(max-width: 1399px) {
	.language-switcher {
		position: absolute;
		top: -6px;
		right: 0;
	}

	.site-header .container {
		width: 100%;
	}

	.site-header .logo {
		float: left;
	}
}

@media(max-width: 1099px) {
	.site-header .left {
		width: 15% !important;
	}

	.site-header .right {
		width: 85% !important;
	}

	.contact .sidebar {
		display: none;
	}
}

@media(max-width: 1399px) {
	.nav>li>a {
		padding: 10px 4px;
	}
}

@media(max-width: 1199px) {
	.nav>li>a {
		padding: 10px 4px;
		font-size: 14px !important;
	}

	.language-switcher a {
		font-size: 14px;
	}
}

@media(max-width: 1099px) {
	.container {
		float: left;
		width: 100%;
	}

	.site-header .left {
		float: left;
		width: 20%;
	}

	.site-header .right {
		float: left;
		width: 80%;
	}

	.col-sm-offset-1,
	.col-sm-offset-4 {
		width: 100%;
		margin: 0;
	}

	.home-services .slick-prev {
		left: -50px;
	}

	.home-services .slick-next {
		right: -50px;
	}

	.machinery .slick-prev {
		left: -68px
	}

	.machinery .slick-next {
		right: -68px
	}

	.home-app h3 {
		font-size: 27px;
	}

	.home-comec .title {
		font-size: 34px;
	}

	.home-machines .title {
		font-size: 35px;
	}

	.consumables .title, .consumables .richiedi-preventivo a,
	.consumables .term .title {
		font-size: 20px;
	}

	.machinery.consumables .col-sm-3.hidden-xs {
		display: none;
	}

	.machinery.consumables .col-sm-9.col-xs-12 {
		float: left;
		width: 100%;
	}

	/*.machinery.consumables .term{
		float: left;
		width: 50%;
		margin-bottom: 31px;
	}*/
}

@media(max-width: 991px) {
	.site-header .left {
		float: left;
		width: 10%;
	}

	.site-header .right {
		float: left;
		width: 90%;
	}

	.navbar-default {
		padding-left: 0;
	}

	.nav>li>a {
		padding: 10px 4px;
		font-size: 12px !important;
	}

	.language-switcher {
		margin-top: -4px;
	}

	.language-switcher a {
		font-size: 12px;
	}
}

@media(max-width: 767px) {

	/*site header*/
	.site-header {
		height: 84px;
	}

	.site-head .left {
		float: left;
		width: 30%;
	}

	.site-header .right {
		float: left;
		width: 70%;
	}

	.site-header .left .logo {
		float: left;
	}

	.site-header nav {
		float: right;
		width: 100%;
	}

	.site-header .mobile-logo {
		position: absolute;
		left: -16px;
		top: 0px;
		background-color: #fff;
		padding: 10px;
	}

	.navbar-default {
		z-index: 99999;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		background-color: #fff;
		min-height: 200px;
		margin-top: 34px;
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		z-index: 999999;
	}

	.navbar-toggle {
		float: right;
		margin-right: -5px;
		background-color: #fff;
		box-shadow: none;
	}

	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: red;
	}

	.navbar-default .navbar-nav {
		float: left;
		width: 100%;
		margin: 0;
	}

	.navbar-default .navbar-nav>li>a {
		color: #000;
		padding: 10px;
		line-height: 20px;
		border-bottom: solid #ccc 1px;
		height: auto;
		z-index: 99999 !important;
	}

	/*homepage*/
	.home-slider .slide-item img {
		background-size: contain;
		height: 400px;
	}

	.home-services {
		margin-top: 0;
		background-color: #000;
		z-index: 9;
	}

	.home-services .slick-prev {
		left: -40px;
		background-size: 30px;
	}

	.home-services .slick-next {
		right: -40px;
		background-size: 30px;
	}

	.home-services .item {
		padding-left: 25px;
	}

	.home-machines .title,
	.home-machines .content {
		text-align: center;
	}

	a.readmore {
		float: left;
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 30px;
		clear: both;
	}

	.home-app {
		float: left;
		padding: 0px 0 30px 0;
	}

	.home-app h3 {
		font-size: 22px;
		text-align: center;
	}

	.home-comec .title,
	.home-machines .title {
		font-size: 25px;
		text-align: center;
	}

	.home-comec .content {
		float: left;
		width: 100%;
		-moz-column-count: 1;
		text-align: center;
	}

	.site-footer .widget_text {
		float: left;
		width: 100%;
		text-align: center;
	}

	.site-footer .bottom {
		float: left;
		width: 100%;
		text-align: center;
	}

	/*machinery page*/
	.page-head {
		margin-top: 82px;
	}

	.machinery .slick-next,
	.machinery .slick-prev {
		background-size: 30px;
	}

	.machinery .slick-next {
		right: -40px;
	}

	.machinery .slick-prev {
		left: -40px;
	}

	.machines-slick .title {
		text-align: center;
	}

	.machines-slick .description {
		text-align: center;
	}

	.single.machinery .item h1 {
		font-size: 22px;
		text-align: center;
	}

	.single.machinery .content {
		padding: 0;
		text-align: justify;
	}

	.single.machinery .content .title {
		text-align: center;
	}

	.full-details {
		padding: 0;
	}

	.full-details .nav-tabs>li {
		float: left;
		width: 100%;
		border-bottom: solid #ccc 1px;
	}

	.full-details .nav-tabs>li.active>a:focus, .full-details .nav-tabs>li.active>a:hover, .full-details .nav-tabs>li.active>a {
		float: left;
		width: 100%;
	}

	.single .accessories h4 {
		padding: 0;
		text-align: center;
		font-size: 22px;
	}


	/*contact page*/
	.contact .sidebar h4 {
		text-align: center;
	}

	.contact .content {
		text-align: center;
	}

	.distributor .sidebar .address {
		text-align: center;
	}

	.visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half {
		float: left !important;
		width: 100% !important;
	}

	.contact .vfb-submit {
		margin: 0 auto;
	}

	.contact #vfb-3 {
		margin: 0 auto !important;
	}

	.contact .visual-form-builder .vfb-submit {
		float: none;
	}

	.site-content {
		margin-top: 68px;
	}

	.site-header {
		z-index: 999;
	}

	.cp {
		padding: 0;
	}

	.cpl, .rmhp, .ccpl {
		padding: 0 !important;
	}

	.page-head {
		margin-top: 0;
	}

	.page-head .container {
		padding: 10px 0 0 0;
	}

	.page-head .col-sm-offset-4 {
		float: left;
		width: 100%;
		padding: 0;
	}

	.accessori .acc-terms {
		z-index: 99999;
		text-align: center;
	}

	.page-head .col-sm-offset-4 {
		z-index: 99;
	}

	.mobile-submenu {
		margin-bottom: 10px;
	}

	.mobile-submenu .mobile-toggle {
		margin-bottom: 10px;
	}

	.mobile-submenu li {
		display: block;
	}

	.mobile-submenu li a {
		float: left;
		width: 100%;
		padding: 1px;
		text-decoration: none;
		color: #fff;
	}

	.mobile-submenu .list-wrapper {
		display: none;
	}

	.full-details table:last-child {
		border-left: none;
	}

	.contact .vfb-desc {
		float: left;
		width: 100% !important;
	}

	.contact input,
	.contact textarea {
		float: left !important;
		width: 100% !important;
	}

	.contact .vfb-item.vfb-item-checkbox,
	.contact .vfb-fieldset-2.verification {
		padding-left: 0 !important;
	}

	.visual-form-builder label.vfb-choice {
		margin: 0;
	}

	.contact .verification input {
		float: left;
		width: 100%;
	}

	.contact #vfb-3,
	.contact #vfb-112 {
		float: left !important;
		width: 100% !important;
	}

	.site-header {
		height: 68px;
	}

	.mobile-logo img {
		max-width: 170px;
	}

	.language-switcher {
		position: absolute;
		top: -8px;
		right: 70px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-top: 17px;
	}

	.navbar-toggle {
		margin-top: 15px;
	}

	.home-comec {
		background-image: none;
	}

	.home-services {
		max-width: 100%;
		overflow-x: hidden;
	}

	.home-machines .content {
		float: left;
		width: 100%;
	}

	.home-comec .content {
		column-count: 1;
	}

	.home-services .slick-next,
	.home-services .slick-prev {
		background-size: 20px;
	}
}


@media(max-width: 480px) {
	.home .site-content {
		margin-top: 0;
	}

	.home-services {
		padding-left: 0;
		padding-right: 0;
	}

	.home-services {
		margin-top: -71px;
		z-index: 999;
	}

	.site-footer .widget_text {
		float: left !important;
		width: 100% !important;
	}

	.consumables .machinery-wrapper {
		padding: 0;
	}

	.home-services .item img {
		float: left;
		width: 100%;
	}

}

/*articles*/
.article-item a {
	font-size: 14px;
	color: #fff;
}

.single-content {
	color: #fff;
}

/*default page*/
.default-page .single-content a {
	color: #fff;
}

.default-page .content p {
	margin: 0;
}

.default-page .content .page-title {
	padding-bottom: 25px;
}

.product-list {
	min-height: 300px;
	background-color: #fff;
	color: #000;
}

.addthis_toolbox {
	float: left;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
}

.addthis_toolbox .at-icon-wrapper,
.addthis_toolbox .at-icon-wrapper svg {
	width: 20px !important;
	height: 20px !important;
}

span.wpcf7-list-item {
	margin-left: 0 !important;
}

.__privacy {
	margin-top: 20px;
}

.wpcf7-radio input {
	float: left;
	margin-right: 10px;
}

/*.wpcf7-list-item-label{
	margin-right: 0;
}*/

.disableCopy {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Machine type filter styles (like accessories) */
.machinery .acc-terms {
	padding-top: 11px;
}

.machinery .acc-terms li {
	display: inline-block;
}

.machinery .acc-terms li a {
	font-size: 16px;
	color: #42484e;
	margin-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.machinery .acc-terms li.active a,
.machinery .acc-terms li a:hover {
	color: #ed1b30;
}