@font-face { font-family: 'GTWalsheim-Bold'; src: url('../fonts/GTWalsheim-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GTWalsheim-Bold.woff') format('woff'), url('../fonts/GTWalsheim-Bold.ttf') format('truetype'), url('../fonts/GTWalsheim-Bold.svg#GTWalsheim-Bold') format('svg'); font-weight: normal; font-style: normal; }

/*************************
*******Typography******
**************************/

.form-control:focus, textarea:focus, input:focus, select:focus, button:focus, .btn:focus, .btn.btn-primary:focus, .btn.btn-secondary:focus, .btn.btn-cart:focus{
    outline: 0;
	box-shadow:none!important;
	border-color: inherit;
  	-webkit-box-shadow: none;
	outline-color: #fff;

}

.form-control:active, input:active, select:active ,button:active, .btn:active, btn.btn-primary:active, .btn.btn-secondary:active, .btn.btn-cart:active {
  	outline: 0;
	box-shadow:none!important;
	border-color: inherit;
  	-webkit-box-shadow: none;
  	box-shadow: none;
	outline-color:#fff;
}
body {
	background: #fff;
	color: #231f20;
	line-height: 26px;
	font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size:14px;
}

.row {
	margin: 0;
}
.container {
}
.containers {
	background:#fff;
}
.maincontainer {

	background:#fff;
}
h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight: 400;
	font-family: 'GTWalsheim-Bold';
	color: #121cd2;
	margin:40px 0 0 0;
}
div.itemView{padding-bottom:0!important;}
h1 {margin-top:0;
	text-align: center;
	font-size:26px;}

h5{font-size:16px;}
.itemTitle {
	text-align: left;
	padding: 20px 0;
	margin-left:-55px;
	font-size:24px;
}
a {
	color: #121cd2;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}
a:hover {
	text-decoration: none;
	color: #000;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.nopadding {
	padding: 0;
}
.nopaddingleft {
	padding-left: 0;
}
.nopaddingright {
	padding-right: 0;
}
p {
	margin: 0 0 20px 0;
}
div.itemListCategory h2 {
	font-size:26px;
	text-align: left;
    margin-left: -55px;

}
div.itemListCategory{padding:0 0 20px 0!important;}



.logo {
	height:125px;
}
.bottom2 {
	padding:0;
}
.section-header {
	margin-bottom: 50px;
}
.section-header .section-title {
	font-size: 44px;
	color: #272727;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 20px;
}
.section-header .section-title:before {
	content: "";
	position: absolute;
	width: 140px;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	height: 1px;
	background: #ebebeb;
}
.section-header .section-title:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -11px;
	left: 50%;
	margin-left: -12px;
	border: 5px solid #fff;
	border-radius: 20px;
	background: #a39d8f;
}
.btn {
	border-width: 0;
	border-bottom-width: 3px;
	border-radius: 3px;
}
.btn.btn-primary {
	background: #000;
    border: 1px solid #000;
    border-radius: 20px;

}
.btn.btn-primary:hover, .btn.btn-primary:focus {
	background: #fff;
	color:#000;
}
.btn.btn-cart{border: 0;
    border-radius: 20px;color:#fff;background:#121cd2;border: 1px solid #121cd2;}
.btn.btn-cart:hover{
    border-radius: 20px;color:#121cd2;background:#fff;}

.btn.btn-secondary{border: 0;
    border-radius: 20px;color:#000;background:#fff;border:1px solid #000;}

.btn.btn-secondary:hover{border: 0;
    border-radius: 20px;color:#fff;background:#000;}


.readmore {
	color: #243D88;
	padding: 10px;
	margin-top: 10px;
}
.column-title {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}
.column-title:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40%;
	border-bottom: 1px solid #a39d8f;
}
ul.nostyle {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
ul.nostyle i {
	color: #a39d8f;
}
.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}
div.row.transparent {
	background: rgba(255, 255, 255, 0.9);
}
@-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/
.header{}
.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	background:transparent;
}
.navbar.navbar-default .navbar-toggle {
	margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 20px 15px 10px;
}
.topmenu {
	height: 50px;
	margin-right: 25px;
	margin-top:15px;

}
.navbar.fixed-nav {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: -49px;
	width: 100%;
}
.navbar.fixed-nav .navbar-brand {
	height: auto;
	padding: 5x;
	transition: all 0.5s ease;
}

.navbar-brand img{width:240px;width:280px;height:auto;margin-top:7px;}
/***SMALLER MENU ON SCROLLING  *****/


#main-menu {
	position:absolute;
	right:0;
	bottom:0;
	top: 75px;
}
.navbar.fixed-nav .navbar-brand {
	padding:5px;
}
.navbar.fixed-nav .navbar-brand img {
	width:70%;
	height:auto;
}
#main-menu .navbar.fixed-nav .navbar-nav > li > a {
	padding-bottom:17px!important;
	padding-top:15px!important;
}
#main-menu .navbar.fixed-nav .dropdown-menu {
	margin-top:0px!important;
}
.dropdown-menu>li>a{white-space:normal;}
/* Activates hovering the main items to show the sub items */
@media (min-width: 980px) {
.navbar-nav > li > a, .dropdown-menu {
	margin: 0;
}
.navbar-nav > li.dropdown:hover ul.dropdown-menu, .nav-tabs > li.dropdown:hover ul.dropdown-menu {
	display: block;
	width:100%;
}
.navbar-nav > li.dropdown ul.dropdown-menu .dropdown-submenu .dropdown-menu, .nav-tabs > li.dropdown ul.dropdown-menu .dropdown-submenu .dropdown-menu {
	display: none;
}
.navbar-nav > li.dropdown ul.dropdown-menu .dropdown-submenu:hover .dropdown-menu, .nav-tabs > li.dropdown ul.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
	display: block;
}
}
 @media only screen and (min-width: 768px) {
#top-menu .navbar-nav > li > a {
	color:#bab5ab;
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;

}
#main-menu .navbar-nav > li {
	font-family: Helvetica, Arial, sans-serif;
}
#main-menu .navbar-default {
/*background: rgba(255, 255, 255, 0.9);*/

}
#main-menu .navbar-default .navbar-nav > li > a {
	padding: 10px 20px;
	padding-bottom: 10px;
	text-transform: none;
	color:#000;
	font-size: 17px;
	font-weight:400;
}
#main-menu .navbar-default .navbar-nav > li.active > a, #main-menu .navbar-default .navbar-nav > li.open > a, #main-menu .navbar-default .navbar-nav > li:hover > a {
	background: transparent;
	color:#121cd2;
}
#main-menu .navbar-default .dropdown-menu {
	padding: 0px;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-clip: inherit;
	padding-top:10px;
	border-top:1px solid #000;
	width:100%;
}
#main-menu .navbar-default .dropdown-menu ul{margin:0;padding:0;}
#main-menu .navbar-default .dropdown-menu > li {
	margin-left: 0px;
	padding-left: 0px;
	-webit-transition: border-color 400ms;
	transition: border-color 400ms;
}
#main-menu .navbar-default .dropdown-menu > li > a {
	padding: 10px 15px;
	color: #000000;
	font-size:15px;
}
#main-menu .navbar-default .dropdown-menu > li:first-child > a {
	border-top: 0;
}
#main-menu .navbar-default .dropdown-menu > li.active, #main-menu .navbar-default .dropdown-menu > li.open, #main-menu .navbar-default .dropdown-menu > li:hover {
	background-color: #0d00d6;
}
#main-menu .navbar-default .dropdown-menu > li.active > a, #main-menu .navbar-default .dropdown-menu > li.open > a, #main-menu .navbar-default .dropdown-menu > li:hover > a {
	color: #fff;
	background-color: #0d00d6;
}
}
#main-slider {
	overflow: hidden;
	position:relative;
}
#main-slider .item {
	height: 80vh;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	position:relative;
}
#main-slider .slider-inner {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: left;
	font-size: 26px;
}
.slider-inner .container, .slider-inner .col-sm-12 {
	padding-left:0!important;
}
#main-slider .carousel-content {
	width:650px;
	height:245px;
	border-top-right-radius:50% 100%;
	background-size: 33% auto;
	background-position: 35px 20px;
	background-repeat:no-repeat;
	position: absolute;
	bottom:0;
	left:0;
}

/* old flexo fc234e
old compo 5530fb
old kiudo fd8924
***/


#main-slider .carousel-content.flexo {
	background-color:#FF1C4A;
	background-image:url(../images/flexo-white.svg);
}
#main-slider .carousel-content.compo {
	background-color:#541CFF;
	background-image:url(../images/compo-white.svg);
}
#main-slider .carousel-content.plago {
	background-color:#21d447;
	background-image:url(../images/plago-white.svg);
}
#main-slider .carousel-content.kiudo {
	background-color:#FF8A00;
	background-image:url(../images/kiudo-white.svg);
}
#main-slider .carousel-content.hyrax {
	background-color:#00B834;
	background-image:url(../images/hyrax-white.svg);
  background-position:49px 35px;
  background-size:38%!important:
}
#main-slider .carousel-content-wrapper {
	text-align: center;
	position: absolute;
	bottom: 67px;
	width: 500px;
	left: 200px;
}
#main-slider .carousel-content h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	font-weight: 200;
	text-align:left;
	margin-left:238px;
}
#main-slider .carousel-content h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 50px;
	color: rgb(255, 255, 255);
	padding-top:90px;
}
#main-slider .carousel-content .head {
	font-family: "Open Sans", sans-serif;
	font-size: 27px;
	line-height: 37px;
	color: #FFF;
}
#main-slider .carousel-content .btn {
	color:#fff;
	padding:5px 50px 5px 0;
	font-size: 21px;
	background:url(../images/ctarrow.png) right center no-repeat;
}
#main-slider .owl-prev, #main-slider .owl-next {
	position: absolute;
	top: 45%;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	margin-top: -35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100px;
	z-index: 5;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
}
#main-slider .owl-prev {
	left: -5px;
	text-indent: 14px;
	background:url(../images/owl-next.svg) center center no-repeat;
	background-size:50%;
}
#main-slider .owl-next {
	right: -5px;
	text-indent: -14px;
	background:url(../images/owl-prev.svg) center center no-repeat;
	background-size:50%;
}
#main-slider .slider-inner p {
	text-align:left;
	line-height:35px;
}
#main-slider .slider-inner .carousel-content img {
	float:left;
	margin-left:80px;
	margin-right:40px;
}
.slider-text{
padding: 97px 0 0 110px;
float: none;
display: block;
font-family: 'GTWalsheim-Bold';
color:#fff;
	}
	.slider-text h3{color:#fff;font-size:36px;font-weight:500;padding-bottom:10px;}

/*** FIXED HEADER***/
#fixed-header{display:none;}
#fixed-header{position:fixed;top:0;left:0;z-index:1000;background:#fff;box-shadow: 2px 3px 3px rgba(0,0,0,0.4);width:100%;}
#fixed-header .logo-sm {padding:10px;}
#fixed-header .navbar-brand{height:auto;padding:0;}
#fixed-header .navbar-brand img{height:50px;width:auto!important;}
#fixed-header #top-menu{height:auto;margin-top:15px;text-align:right;}
#fixed-header #main-menu{position:relative;display:inline-block;top:20px;width:90%;}
#fixed-header .cart{margin:10px 15px 0 0;}
#fixed-header .navbar-bar{float:right;}
#fixed-header #main-menu .navbar-default .navbar-nav > li > a {font-size:17px;}




/*************************
******* prodotti home ******
**************************/

#owl-products .owl-prev, #owl-products .owl-next {
	position: absolute;
	top: 50%;
	color: #dddddd;
	font-size: 30px;
	display: inline-block;
	margin-top: -35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	z-index: 5;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
#owl-products .owl-prev:hover, #owl-products .owl-next:hover {
	color: #243D86;
}
#owl-products .owl-prev {
	left: -60px;
}
#owl-products .owl-next {
	right: -60px;
}
.products-home {
	padding: 0 0 15px 0;
	text-align: left;
	font-size:12px;
	width:90%;
	margin:0 auto;
}
#module_95{width:100%;}
.products-home h2 {
	margin-top: 15px;
	font-size: 23px;
    text-align: left;
	margin-left:-29px;
}
.products-home h3 {
	text-align: left;
	display: block;
	margin: 0 auto 12px auto;
	font-size: 20px;
	color: #777673;
	font-weight: 600;
	min-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
}
.products-home h5 {font-family: Helvetica, Arial, sans-serif;font-size:14px;font-weight:500;}

.products-home .owl-item .item {
	width:100%;
	padding: 10px;
	padding-bottom:0px;
	margin: 0 auto;
}
.products-home .owl-item:last-child .item .moduleItemIntrotext{border-right:1px solid #000;}
.products-home .owl-item .item .moduleItemIntrotext{border-left:1px solid #3e3a3b;padding:0px 15px 0 15px; }
.products-home .owl-item .item a, .products-home .item a, .products-home h3 {
	font-size: 21px;
}
.products-home .introtext {
	line-height: 22px;
	font-size: 14px;
	min-height:65px;
}

.products-home .moduleItemIntrotextWrapper {
	padding:0px 10px 0 10px;
	position:relative;
	min-height:140px;
}
.products-home .moduleItemIntrotextWrapper:hover, .products-home .moduleItemIntrotextWrapper:hover a {
}
.products-home .owl-item .item a.moduleItemCategory {
	font-size:14px;

	bottom:20px;
}
.products-home .productImageContainer {
	text-align: center;  /* align the inline(-block) elements horizontally */
	font: 0/0 a;         /* remove the gap between inline(-block) elements */
	min-height:180px;
	/* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
  display:flex;
  align-items:center;
}
.products-home .productImageContainer img{width:100%;height:auto;}
.products-home .productImageContainer:before {    /* create a full-height inline block pseudo=element */
	content: '';
	display: inline-block;
	vertical-align: middle;  /* vertical alignment of the inline element */
	height: 100%;
	margin-right: -0.25em; /* Adjusts for spacing */
}
.products-home .productImageContainer img {
	display: inline-block;
	vertical-align: middle;
	/*margin-top:50px;*/
	width:50%;height:auto;
}
.products-home a.overimg {
	position:absolute;
	width:100%;
	display:block;
	height:100%;
	top:0;
	left:0;
}
.products-home a.overimg:hover {
	background:rgba(220,220,220,0.3)
}
.productListing {
	padding-bottom:60px;
}
.products-home .catItemIntroText {
	min-height: 60px;
	line-height: 20px;
	overflow: hidden;
	padding: 0px;
}
 .prodotto .item h5{font-size:14px;font-family:Helvetica, Arial, sans-serif;}
 .prodotto .introtext {
	line-height: 22px;
	font-size: 14px;
}


/*** COLORI ***/
.flexo{color:#FF1C4A;}
.compo{color:#541CFF}
.plago{color:#00D63D}
.kiudo{color:#FF8A00}
.hyrax{color:#00B834;}

/** CATEGORIE COLORI **/
li.flexo, li.compo, li.plago, li.kiudo,li.hyrax{color:#000;font-weight:500}
.servizi li span{font-weight:bold;}
.products-home .owl-item .item.cat3 a, .products-home .item.cat3 h5,
.prodotto .item.cat3 h5, .prodotto .item.cat3 a,
.products-home .owl-item .item.cat39 a, .products-home .item.cat39 h5,
.prodotto .item.cat39 h5, .prodotto .item.cat39 a{color:#FF1C4A;margin-bottom:0px;}
.products-home .owl-item .item.cat4 a, .products-home .item.cat4 h5,
 .prodotto .item.cat4 h5, .prodotto .item.cat4 a,
 .products-home .owl-item .item.cat50 a, .products-home .item.cat50 h5,
.prodotto .item.cat50 h5, .prodotto .item.cat50 a{color:#541CFF;margin-bottom:0px;}
.products-home .owl-item .item.cat5 a, .products-home .item.cat5 h5,
 .prodotto .item.cat5 h5, .prodotto .item.cat5 a,
 .products-home .owl-item .item.cat54 a, .products-home .item.cat54 h5,
.prodotto .item.cat54 h5, .prodotto .item.cat54 a{color:#00D63D;margin-bottom:0px;}
.products-home .owl-item .item.cat6 a, .products-home .item.cat6 h5,
 .prodotto .item.cat6 h5, .prodotto .item.cat6 a,
 .products-home .owl-item .item.cat44 a, .products-home .item.cat44 h5,
 .prodotto .item.cat44 h5, .prodotto .item.cat44 a{color:#FF8900;margin-bottom:0px;}

 .products-home .owl-item .item.cat78 a, .products-home .item.cat78 h5,
  .prodotto .item.cat78 h5, .prodotto .item.cat78 a,
  .products-home .owl-item .item.cat83 a, .products-home .item.cat83 h5,
   .prodotto .item.cat83 h5, .prodotto .item.cat83 a{color:#00B834;margin-bottom:0px;}

.products-home .owl-item .item a.grey,
.prodotto .item a.grey{color:#231f20;font-size:14px;font-weight:500;}
.btm-link{line-height:16px;margin-top:2px;}
.prodotto .item a span,
.products-home .owl-item .item a span,
.catalogo h1.itemTitle span{font-size:14px;color:#000;font-weight:500;font-family: Helvetica, Arial, sans-serif;}
/*************************
******* categorie home ******
**************************/
.bottom1{padding:0 50px;}
.cathome h2 {
	margin:50px auto 25px auto;
	font-size:23px;
	text-align:left;
}
.cathome {
	background-color:#fff;
	padding:20px 0;
	text-align:center;

}

.flex{display:flex; flex-wrap: wrap;}

.catflex{padding:0 25px;}
.cathome .catitem {
	font-size:12px;
	overflow:hidden;
	padding:5px;
	margin-bottom:2%;
	margin-right:1%;
	margin-left:1%;
	width:48%;
  min-height:335px;
	background-repeat:no-repeat;
	background-position:25px 25px;

}
.cathome .catimage {
}
div .cathome .catimage img {
	width:170px;
	height:auto;
}
.cathome .cattext {
	padding:15px;
	text-align:left;
	font-size:14px;
	/*min-width:370px;
	height:245px;*/
	padding-bottom:25px;
}
.cathome h3 {
	display:block;
	text-align:center;
	text-transform:uppercase;
	line-height:normal;
	padding:0;
	margin:0;
	font-size:20px;
}
.cathome h4 {
	display:block;
	text-align:left;
	line-height:normal;
	padding:100px 0 0 14%;
	margin:0;
	font-size:30px;
	color:#fff;
	font-weight:700;
	margin-bottom:10px;
}
.cathome .catitem.flexo  {
	background:#FF1C4A url(../images/flexo-white.svg) 25px 25px no-repeat;/*border:3px solid #fff;*/
	background-size:35%;
	border:2px solid #FF1C4A;
}
/*.cathome .catitem.flexo:hover{background:#fff url(../images/flexo-color.svg) 25px 25px no-repeat;border:3px solid #FF1C4A;background-size:35%;}
.cathome .catitem.flexo:hover div.cattext-desc,
.cathome .catitem.flexo:hover h4{color:#FF1C4A}
.cathome .catitem.flexo:hover */

.cathome .catitem.flexo h4 {
	color:#fff;
}
.cathome .catitem.flexo:hover  {
	background:#fff url(../images/flexo.svg) 25px 25px no-repeat;/*border:3px solid #fff;*/
	background-size:35%;

}
.cathome .catitem.flexo:hover h4,
.cathome .catitem.flexo:hover .cattext-desc {
	color:#FF1C4A;
}
.cathome .catitem.flexo:hover div.catlink {
	color:#FF1C4A;
	background-image:url(../images/ctarrow-flexo.png);
}

.cathome .catitem.compo {
	background:#541CFF url(../images/compo-white.svg) 25px 25px no-repeat;
	background-size:35%;
	border:2px solid #541CFF;
}
.cathome .catitem.compo h4 {
	color:#fff;
}
.cathome .catitem.compo:hover  {
	background:#fff url(../images/compo.svg) 25px 25px no-repeat;/*border:3px solid #fff;*/
	background-size:35%;

}
.cathome .catitem.compo:hover h4,
.cathome .catitem.compo:hover .cattext-desc {
	color:#541CFF;
}
.cathome .catitem.compo:hover div.catlink {
	color:#541CFF;
	background-image:url(../images/ctarrow-compo.png);
}


.cathome .catitem.kiudo {
	background:#FF8A00 url(../images/kiudo-white.svg) 25px 25px no-repeat;
	background-size:35%;
	border:2px solid #FF8A00;
}
.cathome .catitem.kiudo h4 {
	color:#fff;

}
.cathome .catitem.kiudo:hover  {
	background:#fff url(../images/kiudo.svg) 25px 25px no-repeat;/*border:3px solid #fff;*/
	background-size:35%;

}
.cathome .catitem.kiudo:hover h4,
.cathome .catitem.kiudo:hover .cattext-desc {
	color:#FF8A00;
}
.cathome .catitem.kiudo:hover div.catlink {
	color:#FF8A00;
	background-image:url(../images/ctarrow-kiudo.png);
}


.cathome .catitem.plago  {
	background:#00D63D url(../images/plago-white.svg) 25px 25px no-repeat;
	background-size:35%;
	border:2px solid #00D63D;
}
.cathome .catitem.plago h4 {
	color:#fff;
}
.cathome .catitem.plago:hover  {
	background:#fff url(../images/plago.svg) 25px 25px no-repeat;/*border:3px solid #fff;*/
	background-size:35%;

}
.cathome .catitem.plago:hover h4,
.cathome .catitem.plago:hover .cattext-desc {
	color:#00D63D;
}
.cathome .catitem.plago:hover div.catlink {
	color:#00D63D;
	background-image:url(../images/ctarrow-plago.png);
}


.cathome .catitem.hyrax  {
	background:#00B834 url(../images/hyrax-white.svg) 35px 35px no-repeat;
	background-size:35%;
	border:2px solid #00B834;
}
.cathome .catitem.hyrax h4 {
	color:#fff;
}
.cathome .catitem.hyrax:hover  {
	background:#fff url(../images/hyrax.svg) 35px 35px no-repeat;/*border:3px solid #fff;*/
	background-size:35%;

}
.cathome .catitem.hyrax:hover h4,
.cathome .catitem.hyrax:hover .cattext-desc {
	color:#00B834;
}
.cathome .catitem.hyrax:hover div.catlink {
	color:#00B834;
	background-image:url(../images/ctarrow-hyrax.png);
}
.cathome .catitem.hyrax .cattext{
  background:url(../images/poweredby-getech.png) top right no-repeat;
  background-position: right 25px top 25px;
  background-size: 150px auto;

}

div.catimagehover {
	position:absolute;
	background:none;
	display:block;
	width:100%;
	top:0;
	left:15px;
	height:100%;
}
.catitem.flexo div.catimagehover:hover {
	background:rgba(182,30,91,0.5)
}
.catitem.compo div.catimagehover:hover {
	background:rgba(0,95,135,0.5)
}
.catitem.kiudo div.catimagehover:hover {
	background:rgba(206,149,0,0.5)
}
.catitem.plago div.catimagehover:hover {
	background:rgba(109,183,42,0.5)
}
.catitem div.catlink {
	font-weight:normal;
	color:#fff;
	padding:5px 25px 5px 10px;
	font-size: 21px;
	background:url(../images/ctarrow.png) 95% center no-repeat;
	text-transform:capitalize;
	margin-bottom:10px;
	border-radius:25px;
	width:20%;
	font-family: 'GTWalsheim-Bold';
	position:absolute;
	bottom:0;
	right:10px;
}
.catitem:hover div.catlink a {
	color:#fff;

}

.catitem.compo div.catlink a:hover {
	background-color:#000;
	color:#fff;
}


.catitem.kiudo div.catlink a:hover {
	background-color:#000;
	color:#fff;
}


.catitem.plago div.catlink a:hover {
	background-color:#000;
	color:#fff;
}
div.catlink {
	width:30%;
	float:right;
	padding-top:25px;
}
div.cattext-desc {
	width:90%;
	color:#fff;
	padding-left:14%;
	font-size:18px;
	font-weight:100;
	line-height: 25px;
}
div.catlogos {
	text-align:center;
	margin:0;
}


.updates{margin:0;padding:0 50px}
/*************************
******* newshome home ******
**************************/
#module_101{padding-left:0;}
.newshome {
	padding:0 25px 50px;
}
.notizie h3,
.nl_hp h3,
.videohp h3,
.photoslider h3 {
	margin:10px 0 25px 0;
	text-align:left;
	font-size:23px;
	font-weight:normal

}
.photoslider h3{margin-left:-5px;}
.notizie h3{margin-left:-30px;}
.videohp .videos{background:#dcddde;padding: 7px 15px 15px 15px;}
.videos h4{margin-top:10px;}
.notizie{padding:0px;}
.notizie h4 {color:#121cd2;font-size:19px;margin:0;padding:0;}
.newshome a.moduleItemTitle {
	font-size:19px;
	color:#121cd2;
	text-transform:none;
	display:block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:500;
}
.nl_hp h4 a{color:#000;}
.nl_hp a.moduleItemReadMore{color:#000;text-decoration:underline;}
.nl_hp a.moduleItemReadMore:hover{text-decoration: none;}
.newshome .moduleItemDateCreated, .moduleItemDateCreated,
.catItemDateCreated {
	color:#484848;
	font-size:14px;
	padding-left:0px;
	margin-bottom:10px;
}
.newshome .item {
	padding:5px 5px 25px 5px;
}
 .moduleItemReadMore.readmore,
 div.catItemReadMore a {
	color: #231f20;
	padding:0px 0px 0px 0;
	margin-top: 0px;
	font-weight: 600;
 	display:block;
	text-decoration:underline;
	font-size:14px;
	}

.newshome .moduleItemReadMore:hover,
div.catItemReadMore a:hover {
	color:#121cd2;
	text-decoration:none;
}
.autore{    font-weight: 100;
    font-size: 15px;
    line-height: 15px;}

.moduleCustomLink{color:#000;border:1px solid #000;padding:2px 10px;text-align:center;font-size:14px;border-radius:20px;}
	.moduleCustomLink:hover{background:#000;color:#fff;}

/**** NEWSLETTER HP *****/
.newsletter {background:#dcddde;padding:7px 15px 15px 15px;font-size: 14px;}
.numero_nl{float:right;color:#4a4a4a;}
.newsletter h4{font-size:18px;padding-right:50px;font-family: Helvetica, Arial, sans-serif;font-weight:500;margin:0px;padding:10px 0 0 0;}
.newsletter img{width:100%;height:auto;}

.flex-wrap{display:flex;flex-wrap:wrap;}
.newsletter-item{margin-bottom:25px;}

/*** VIDEO HP***/
.videos{padding:5px 0;}
.videos h4{margin-bottom:0;}
.videos h4 a{font-family: Helvetica, Arial, sans-serif;font-weight:500;color:#000;}
.video-container{background:#dcddde;width:23%;}
.video_data{text-align:right;font-size: 14px;color:#4a4a4a;display:inline-block;float:right}
.moduleItemVideoLink{font-size:14px;text-decoration:underline;color:#000;}
div.catItemBody{padding:0;}
.video-container h3.catItemTitle{color:#000;}
/*** GALLERIA FOTO ***/
.pic-container{padding:0 25px;}
.photoslider{padding:0 50px;}
.zoom{position:absolute;bottom:10px;right:10px;width:10%;height:auto;}

div.catItemHeader h3.catItemTitle{font-size:19px;}

.videocat{display:inline-block;font-weight:bold;}
/*************************
******* fiere ******
**************************/
.fierehome h3 {
	margin:30px 0 50px;
	text-align:center;
}
.fierehome img {
	opacity:0.75;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.fierehome img:hover {
	opacity:1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

/***BANNER***/
.banner{background-size:cover;background-repeat:no-repeat;}
.banner img{width:100%;height:auto;}

.padding50 {padding:15px 50px;}
.fullimg {margin:20px 0;}
.fullimg img{width:70%;height:auto;}
.img-full img{width:100%;height:auto;}
/*************************
******* breadcrumb ******
**************************/
.breadcrumb{text-transform:lowercase;}

.contenitore{padding:0 95px;}


#breadcrumbs {
	background-color:#fff;
	position: relative;
	/*overflow: hidden;
	float:right;*/
	width:100%;text-align:right;
}
#breadcrumbs .breadcrumb {
	background-color: #FFF;
	padding: 0px 15px;
	list-style: outside none none;
	border-radius: 0px;
	display: inline;
	float: right;
	margin-top: 0px;
	font-size: 11px;
	margin-right: 25px;
	margin-top:20px;
}
#breadcrumbs .breadcrumb > li {
	padding: 0px 3px;
}
#breadcrumbs .breadcrumb > li > a {
	text-transform:lowercase;
	color:#000;
}
#breadcrumbs > li + li::before {
	padding: 0px;
	content: "";
}
#breadcrumbs .divider {
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: none;
	width: auto;
	height: auto;
	color: #000;
	background-color: none;
}
#breadcrumbs .breadcrumb i {
	font-weight: 100;
	padding: 0 5px;
	font-size: px;
}
#breadcrumbs .breadcrumb > li + li::before {
	padding: 0px;
	color: #000;
	content: "";
}
#breadcrumbs .pageHead{float:left;}
#breadcrumbs h1.pageHeader {
	display: inline-block;
	text-align: left;
	font-size: 23px;
	font-weight:100;
	color:#0d00d6;
	padding-left:50px;
}
/*************************
******* catalogomenu ******
**************************/

.menuprod{width:100%;}
.avvisocatalogo{
	font-size:20px;
}
.btn-pdf{background: #fff;
    border-radius: 25px;
    color: #000;
    font-size: 13px;
	border:2px solid #000;}

.btn-filters{background: #fff;
    border-radius: 25px;
    color: #000;
    font-size: 12px;
	border:2px solid #000;}
.avvisocatalogo .btn{
	margin:20px 0;
}
.avvisocatalogo .btn-pdf:hover{
	color:#fff;background:#000;
}
.avvisocatalogo .btn-filters:hover{
	color:#fff;background:#000;
}
.avvisocatalogo .col-md-8{
	margin-top:10px;
}

.catalogmenu {
	margin-top:0px;
}
div.k2CategoriesListBlock ul {
	width:100%;
}
ul.level0 li a span {display:none;}
ul.dropdown-menu li a span {display:block;}
.catalogmenu > .nav > li.dropdown {
	background-position:10px center;
	background-repeat:no-repeat;
	display:inline-block;
	margin:1% 0.5%;
	text-align:left;
	position:relative;
	width:24%;
	padding:15px 15px 15px 55px;
	background-size:35%;

}
.catalogmenu > .nav > li.dropdown a {
	color:#fff;
	text-transform:none;
	font-size:27px;
	display:block;

}
.catalogmenu > .nav > li.dropdown a::after{position:absolute;content:"";width:35px;height:35px;
background:url(../images/ctarrow.png) center center no-repeat;top:0px;right:0;transition: ease-in 0.1s;background-size: 70%;}
.catalogmenu > .nav > li.dropdown a:hover{background:none;}
.catalogmenu > .nav > li.dropdown a:hover::after{-webkit-transform: rotate(90deg);transform: rotate(90deg);transition: ease-in 0.1s;}
.catalogmenu > .nav > li.dropdown > .marker {
	position:absolute;
	right:0;
	bottom:0;
	width: 0;
	height: 0;
	text-indent: -9999px;

}

.catalogmenu > .nav > li.item_3,
.catalogmenu > .nav > li.item_39 {
	background-color:#FF1C4A;
}
.catalogmenu > .nav > li.activeCategory.item_3 a {color:#FF1C4A;}
.catalogmenu > .nav > li.activeCategory.item_3 a::after,
.catalogmenu > .nav > li.activeCategory.item_39 a::after{background:url(../images/ctarrow-flexo.png) center center no-repeat;background-size: 70%;}

.catalogmenu > .nav > li.item_4,
.catalogmenu > .nav > li.item_50 {
	background-color: #541CFF;
}
.catalogmenu > .nav > li.activeCategory.item_4 a {color:#541CFF;}
.catalogmenu > .nav > li.activeCategory.item_4 a::after,
.catalogmenu > .nav > li.activeCategory.item_50 a::after{background:url(../images/ctarrow-compo.png) center center no-repeat;background-size: 70%;}

.catalogmenu > .nav > li.item_6,
.catalogmenu > .nav > li.item_44 {
	background-color: #FF8A00;
}
.catalogmenu > .nav > li.activeCategory.item_6 a {color:#FF8A00;}
.catalogmenu > .nav > li.activeCategory.item_6 a::after,
.catalogmenu > .nav > li.activeCategory.item_44 a::after{background:url(../images/ctarrow-kiudo.png) center center no-repeat;background-size: 70%;}

.catalogmenu > .nav > li.item_5,
.catalogmenu > .nav > li.item_54 {
	background-color: #00D63D;
}
.catalogmenu > .nav > li.activeCategory.item_5 a {color:#00D63D;}
.catalogmenu > .nav > li.activeCategory.item_5 a::after,
.catalogmenu > .nav > li.activeCategory.item_54 a::after{background:url(../images/ctarrow-plago.png) center center no-repeat;background-size: 70%;}
.catalogmenu > .nav > li.activeCategory.item_78 a::after{background:url(../images/ctarrow-hyrax.png) center center no-repeat;background-size: 70%;}

.catalogmenu > .nav > li.item_78,
.catalogmenu > .nav > li.item_83 {
	background-color: #00B834;
}




.catalogmenu > .nav > li.dropdown > ul.dropdown-menu {
	box-shadow:none;
	color:#fff;
	width:100%;
	border:none;
	border-radius:0;
}
.catalogmenu > .nav > li.dropdown > ul.dropdown-menu a::after{background:none;}
.catalogmenu > .nav > li.dropdown > ul.dropdown-menu a:hover::after{}
.catalogmenu > .nav > li.item_3 > ul.dropdown-menu,
.catalogmenu > .nav > li.item_39 > ul.dropdown-menu {
	background-color:#FF1C4A;
}
.catalogmenu > .nav > li.item_4 > ul.dropdown-menu,
.catalogmenu > .nav > li.item_50 > ul.dropdown-menu {
	background-color:#541CFF;
}
.catalogmenu > .nav > li.item_6 > ul.dropdown-menu,
.catalogmenu > .nav > li.item_44 > ul.dropdown-menu {
	background-color:#FF8A00;
}
.catalogmenu > .nav > li.item_5 > ul.dropdown-menu,
.catalogmenu > .nav > li.item_54 > ul.dropdown-menu {
	background-color:#00D63D;
}
.catalogmenu > .nav > li.item_78 > ul.dropdown-menu,
.catalogmenu > .nav > li.item_78 > ul.dropdown-menu,
.catalogmenu > .nav > li.item_83 > ul.dropdown-menu,
.catalogmenu > .nav > li.item_83 > ul.dropdown-menu {
	background-color:#00B834;
}
.catalogmenu > .nav > li.dropdown > ul.dropdown-menu > li > a, .catalogmenu > .nav > li.dropdown > ul.dropdown-menu > li > a:hover {
	color:#fff;
	font-size:17px;
	padding:7px 13px;
	font-weight:400px;
}
.catalogmenu > .nav > li.activeCategory {
	background-color: #fff;
	color:#FF1C4A;
	padding:12px 12px 12px 52px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.catalogmenu > .nav > li.item_3,
.catalogmenu > .nav > li.item_39{background-image: url(../images/flexo-white.png);}
.catalogmenu > .nav > li.item_4,
.catalogmenu > .nav > li.item_50{background-image: url(../images/compo-white.png);}
.catalogmenu > .nav > li.item_5,
.catalogmenu > .nav > li.item_54{background-image: url(../images/plago-white.png);}
.catalogmenu > .nav > li.item_6,
.catalogmenu > .nav > li.item_44{background-image: url(../images/kiudo-white.png);}
.catalogmenu > .nav > li.item_78,
.catalogmenu > .nav > li.item_83{background-image: url(../images/hyrax-white.png);background-size: 25%;}

.catalogmenu > .nav > li.activeCategory.item_3,
.catalogmenu > .nav > li.activeCategory.item_39{background-image: url(../images/flexo.png);border:3px solid #FF1C4A;}
.catalogmenu > .nav > li.activeCategory.item_3 ul li.activeCategory a,
.catalogmenu > .nav > li.activeCategory.item_39 ul li.activeCategory a{background:#fff;color:#FF1C4A;}
.catalogmenu > .nav > li.activeCategory.item_4,
.catalogmenu > .nav > li.activeCategory.item_50{background-image: url(../images/compo.png);border:3px solid #541CFF;}
.catalogmenu > .nav > li.activeCategory.item_4 ul li.activeCategory a,
.catalogmenu > .nav > li.activeCategory.item_50 ul li.activeCategory a{background:#fff;color:#541CFF;}
.catalogmenu > .nav > li.activeCategory.item_5,
.catalogmenu > .nav > li.activeCategory.item_54{background-image: url(../images/plago.png);border:3px solid #00D63D;}
.catalogmenu > .nav > li.activeCategory.item_5 ul li.activeCategory a,
.catalogmenu > .nav > li.activeCategory.item_54 ul li.activeCategory a{background:#fff;color:#00D63D;}
.catalogmenu > .nav > li.activeCategory.item_6,
.catalogmenu > .nav > li.activeCategory.item_44{background-image: url(../images/kiudo.png);border:3px solid #FF8A00;}
.catalogmenu > .nav > li.activeCategory.item_6 ul li.activeCategory a,
.catalogmenu > .nav > li.activeCategory.item_44 ul li.activeCategory a{background:#fff;color:#FF8A00;}
.catalogmenu > .nav > li.activeCategory.item_78 ul li.activeCategory a,
.catalogmenu > .nav > li.activeCategory.item_83 ul li.activeCategory a{background:#fff;color:#00B834;}

.catalogmenu > .nav > li.activeCategory.item_78,
.catalogmenu > .nav > li.activeCategory.item_83{background-image: url(../images/hyrax.png);border:3px solid #00B834;    background-size: 25%;}




.catalogmenu > .nav > li.activeCategory a{}
.catalogmenu > .nav > li.item_3 > ul.dropdown-menu > li >a:hover,
.catalogmenu > .nav > li.item_3 > ul.dropdown-menu > li >a:hover {
	color:#FF1C4A;
	background:#ffffff;
}
.catalogmenu > .nav > li.item_4 > ul.dropdown-menu > li >a:hover,
.catalogmenu > .nav > li.item_50 > ul.dropdown-menu > li >a:hover {
	color:#541CFF;
	background:#ffffff;
}
.catalogmenu > .nav > li.item_5 > ul.dropdown-menu > li >a:hover,
.catalogmenu > .nav > li.item_54 > ul.dropdown-menu > li >a:hover {
	color:#00D63D;
	background:#ffffff;
}
.catalogmenu > .nav > li.item_6 > ul.dropdown-menu > li >a:hover,
.catalogmenu > .nav > li.item_44 > ul.dropdown-menu > li >a:hover {
	color:#FF8A00;
	background:#ffffff;
}
.catalogmenu > .nav > li.item_78 > ul.dropdown-menu > li >a:hover,
.catalogmenu > .nav > li.item_83 > ul.dropdown-menu > li >a:hover{background:#fff;color:#00B834;}
/*************************
******* catalogo ******
**************************/
.prodotto{padding:0 15px;margin:25px 0px 50px 0px;border-left:1px solid #000;}
.prodotto:nth-child(6n){border-right:1px solid #000;}
.prodotto .productImageContainer{text-align:center;min-height: 170px;display:flex;  align-items:center;}
.productImageContainer img{width:70%;height:auto;}
.catalogo a h2.catcategoria {
	text-align:left;
	font-weight:100;
	font-size:14px;
	color:#000;
	margin:0;
	padding:0;
}
.catalogo h1.itemTitle,
.catalogo h1.itemTitle span.highlight {
	margin-top:25px;
	padding-top:0;
	text-align:left;
	margin-left: 0;
	line-height: 20px;
	margin-bottom: 25px;
	font-size:24px;
	font-weight:bold;
}
.catalogo .itemIntroText{font-size:14px;color:#000;}
.catalogo .itemImageBox {
	margin-top:40px;
}
.catalogo span.itemImage img {
	border:none;
	padding:0;
	width:100%;
	height:auto;
}
.catalogo table {
	font-size:14px;
	color:#000;
}
.catalogo table.dataTable.no-footer{border:0; border-bottom:1px solid #ededed;}
.catalogo table tr:nth-child(even) {background: #ededed;}
.catalogo table tr:nth-child(even) td{border-right:3px solid #fff;}
.catalogo table tr:nth-child(odd) {background: #fff;}
.catalogo table tr:nth-child(odd) td{border-right:3px solid #ededed;}
.catalogo table tr:nth-child(odd) td:last-child{border:0;}
.catalogo table.dataTable thead th, .catalogo table.dataTable thead td{border:0;border-right: 2px solid #fff; font-family: Helvetica, Arial, sans-serif;   font-weight:500;}
.catalogo table, .catalogo table th, .catalogo table td {
	/* border: 1px solid #aaa;*/
   line-height:20px;
   padding:10px;
}
.catalogo table.dataTable tbody td{padding:7px 10px;}

.catalogo table{width:100%;margin:0;padding:0;}
 .catalogo table th, .catalogo table td p {
	margin:0;
	padding:0;
	width: auto;
}
.catalogo table td {
	padding:10px;
}

.catalogo table th {
	color: #fff;
	padding:15px;
}
.catalogo table td {
	padding:3px 10px;
}


.catalogo div.sigProGalleriaWhiteContainer {
	background:#fff!important;
	padding:0!important;
}
.catalogo p.sigProGalleriaWhiteTargetTitle {
	background:#fff!important;
}
.col-md-3.colonnaprodotto {
	padding-right:30px;
	padding-left:0;
	margin-top:24px;
}
.col-md-3.colonnaprodotto .itemImageGallery img {
	width:100%;
	height:auto;
}
#downloadfile{margin:50px 0 0;}
#downloadfile a{border-radius:25px;border:2px solid #000;color:#000;padding:5px 10px;font-size: 13px;}
#downloadfile a:hover{color:#fff;background:#000;}
#imageProdotto .sigProGalleriaWhitePlaceholder{border:2px solid #9d9d9d;margin-right:25px;}
#imageProdotto ul.sigProGalleriaWhite{clear:none!important;margin-bottom:15px!important;}
#imageProdotto ul.sigProGalleriaWhite li.sigProThumb{border:2px solid #9d9d9d!important;}
a.sigProGalleriaWhiteTargetLink img.zoom{width:auto!important;border:2px solid #000;border-radius:50%;bottom:18px;right:18px;}
#documentiProdotto{display:none;}

.cat3 h1, .cat3 h5, .cat39 h1, .cat39 h5{color:#FF1C4A;}
.cat4 h1, .cat4 h5, .cat50 h1, .cat50 h5{color:#541CFF;}
.cat5 h1, .cat5 h5, .cat54 h1, .cat54 h5{color:#00D63D;}
.cat6 h1, .cat6 h5, .cat44 h1, .cat44 h5{color:#FF8A00;}
.cat78 h1, .cat78 h5, .cat83 h1, .cat83 h5{color:#00B834;}


.catalogo .cat3 table th, .catalogo .cat39 table th{background:#FF1C4A;}
.catalogo .cat4 table th, .catalogo .cat50 table th{background:#541CFF;}
.catalogo .cat5 table th, .catalogo .cat54 table th{background:#00D63D;}
.catalogo .cat6 table th, .catalogo .cat44 table th{background:#FF8A00;}
.catalogo .cat78 table th, .catalogo .cat83 table th{background:#00B834;}


.mchenzie{margin:5px 0;    font-size: 19px;}

.addtocart{background:none;color:#000;border-radius:25px;padding:1px 10px;border:0;font-size: 13px;border:1px solid #000}
.addtocart:hover{color:#fff;background:#000;}

input#product_qty{ width: 70px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;}
button.close {position:absolute;top:5px;right:10px;}

.modal{ background: rgba(0,0,0,0.75);}
.modal-content .modal-header h5{color:#ffffff;}

.modal-content.cat3 .modal-header, .modal-content.cat39 .modal-header{background:#FF1C4A;}
.modal-content.cat4 .modal-header, .modal-content.cat50 .modal-header{background:#541CFF;}
.modal-content.cat5 .modal-header, .modal-content.cat54 .modal-header{background:#00D63D;}
.modal-content.cat6 .modal-header, .modal-content.cat44 .modal-header{background:#FF8A00;}
	.modal-title {}


.cart{width:50px;background:url(../images/cart.png) center right no-repeat;background-size:70%;float:right;margin-left:15px;}
.cart p{padding:10px 0 10px 0;margin:0;text-align:left;font-size: 14px;}
.cart a{color:#000;}
.numeri {
	text-align:center;
	padding:0px;
	background-color:#fff;
	position:relative;
	height:400px;
	clear:both;
}
.numeri .owl-theme .owl-controls {
	margin: 0;
	text-align: center;
}
/* Styling Pagination*/
.numeri .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}
.numeri .owl-theme .owl-controls .owl-page span {
	display: block;
	margin: 50px 5px;
	line-height: 1.0;
	color: #d4d4d4;
	text-transform: uppercase;
  margin-bottom: 10px;
}
.numeri .owl-theme .owl-controls .owl-page.active span {
	color: #333333;
}
.numeri h3 {
	text-align:center;
	display:block;
	padding-top:0px;
	margin-top:20px;
}
.numeri #owl-storia .owl-wrapper-outer {
	position: absolute;
	top: 93px;
	background-color:#0d00d6;
	height:235px;
	text-align:center;
	color:#fff;
	font-size:25px;
	padding:20px 0;
	border-top:10px solid #fff;
}
.numeri #owl-storia .owl-wrapper .item {
	width:70%;
	margin:0 auto;
	margin-top:80px;
}
.numeri #owl-storia .owl-controls {
	position: absolute;
	top: 3px;
	text-align: center;
	width: 100%;
	font-size:23px;
}
.numeri #owl-storia .owl-buttons {
	position: absolute;
	top:200px;
	width:100%;
	font-size:70px;
}
.numeri #owl-storia .owl-page {
	margin:0 20px;
	text-align:center;
	color:#000;
}
.numeri #owl-storia .owl-page span {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:23px;
}
.numeri #owl-storia .owl-page.active, .numeri #owl-storia .owl-page.active span, .numeri #owl-storia .owl-page.active .circle {
	color:#0d00d6;
	font-weight:100;
	font-family: Helvetica, Arial, sans-serif;
	font-size:23px;
}
.numeri #owl-storia .owl-page.active .circle {
	background-color: #0d00d6;
}
.numeri #owl-storia .owl-page .circle {
	border: 3px solid #FFF;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #000;
	margin:0px auto;
}
.numeri #owl-storia .owl-buttons .owl-next {
	position: absolute;
	right:50px;
	background:url(../images/arrow-r.png) center center no-repeat;
	width:30px;
	height:30px;
}
.numeri #owl-storia .owl-buttons .owl-prev {
	position: absolute;
	left:50px;
	width:30px;
	height:30px;
	background:url(../images/arrow-l.png) center center no-repeat;
}
/*
.numeri .year {
	font-size: 36px;
	width: 45%;
	float: left;
	font-weight: 700;
	text-align: right;
	margin-right: 10px;
	display: table-cell;
	vertical-align: middle;
	line-height: 45px;
font-family: Helvetica, Arial, sans-serif;
}

.numeri .story {
	font-size: 28px;
	float: left;
	font-weight: 100;
	text-align: left;
	width: 45%;
	padding-left: 0px;
	display: table-cell;
	vertical-align: middle;
	line-height: 45px;
font-family: Helvetica, Arial, sans-serif;
}*/

.story-text span{font-size: 36px;font-weight: 700;font-family: Helvetica, Arial, sans-serif;}
.story-text{font-size: 28px;font-weight: 100;font-family: Helvetica, Arial, sans-serif;}


/*************************
******* news home ******
**************************/

.bottom3 {
	padding: 50px 0;
}
.latestNews h3 {
	text-align: center;
	padding: 10px 0;
}
.latestNews .item-wrapper {
	padding: 0 10px 0 0;
}
.latestNews .moduleItemDateCreated {
	font-size: 12px;
	color: #ddd;
}
.latestNews a.moduleItemTitle {
	display: block;
	min-height: 80px;
	color: #333333;
	font-size: 24px;
}
.latestNews .moduleItemIntrotext {
	margin-bottom: 20px;
}
/*************************
**************************/
div.itemIntroText{font-weight:normal;}
#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #121cd2;
}
#progressBar {
	margin-top: -4px;
	position: relative;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}
#features {
	padding: 50px 0;
	text-align: center;
}
#features {
}
#features .box-home {
	height: 250px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	margin-top: 20px;
}
#features .box-home .box-content {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 20px;
	font-weight: 100;
}
#features .box-home p {
	display: inline;
	margin-right: 10px;
}
#features .box-home.text-grey, #features .box-home.text-grey a, #features .box-home.text-grey h3, #features .box-home.text-grey i {
	color: #686868!important;
	background-position: center;
}
#features .box-home.text-white, #features .box-home.text-white a, #features .box-home.text-white h3, #features .box-home.text-white i {
	color: #ffffff!important;
	background-position: center;
}
.addthis_sharing_toolbox {
	margin:10px 0 10px 10px;
}
.addthis_sharing_toolbox .at-svc-linkedin, .addthis_sharing_toolbox .at-svc-facebook, .addthis_sharing_toolbox .at-svc-google_plusone_share, .addthis_sharing_toolbox .at-svc-twitter {
/*background-color:#d8d1bf;
	border-radius:3px;
*/}
/* search box */
#mod-finder-searchform label {
	display: none;
}
/* reset webkit search input browser style */
input#mod-finder-searchword {
	outline: none;
	float: right;
}
input#mod-finder-searchword[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#mod-finder-searchword::-webkit-search-decoration, #mod-finder-searchword::-webkit-search-cancel-button {
 display: none; /* remove the search and cancel icon */
}
/* search input field */
#mod-finder-searchword[type=search] {
	background:	url(../images/search-ico.svg) no-repeat center center;
	border:1px solid #000;
	border-radius:50%;
	width: 28px!important;
	height:28px;
	padding:0;
	margin:10px 15px 0 25px;
	/*-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;*/
}
#mod-finder-searchword[type=search]:focus {
	width: 130px;
	background-color: #fff;
}
.finder-responsive a img{
	width: 30px;
    margin-top: 2px;}

/* placeholder */
#mod-finder-searchword:-moz-placeholder {
 color: #999;
}
#mod-finder-searchword::-webkit-input-placeholder {
 color: #999;
}
#mod-finder-searchword[type=search] {
	width: 45px;
	padding-left: 0px;
	color: transparent;
	cursor: pointer;
	margin-right: 50px;
}
#mod-finder-searchword[type=search]:hover {

}
#mod-finder-searchword[type=search]:focus {
	width: 130px!important;
	padding-left: 42px;
	color: #000;
	cursor: auto;
	border-radius:17px;
	background-position:10px center !important;
	font-size:14px;
}
#mod-finder-searchword:-moz-placeholder {
 color: transparent;
}
#mod-finder-searchword::-webkit-input-placeholder {
 color: transparent;
}
/*  ******************** */

.login-wrapper {
	position: relative;
	z-index: 1000;
}
.loginBtn a {
	background: #fff url(../images/locker-icon.png) 9px center no-repeat;
	float: right;
	padding-right: 20px;
	line-height: 45px;
	padding-left: 50px;
	color: #a39d8f;
}
.loginBtn a[aria-expanded="true"] {
	background: #a39d8f url(../images/locker-icon.png) 9px center no-repeat;
	color: #fff;
}
#loginbox {
	background-color: #a39d8f;
	position: absolute;
	right: 45px;
	top: 45px;
	z-index: 1000;
	padding: 10px;
	width: 200px;
	height: 255px;
	color: #fff;
}
#loginbox a {
	color: #fff;
}
#loginbox .btn.btn-primary {
	background-color: #fff;
	color: #2A95BE;
	width: 170px;
	border: none;
}
#loginbox input {
	color: #333;
}
#loginbox span a, #loginbox span {
	color: #fff;
	font-size: 11px;
	margin: 2px 0;
	display: block
}
/*  ******************** */

#cta {
	padding: 50px 0;
	background-color: #eeeeee;
}
#cta h2 {
	margin-top: 0;
}
#cta .btn {
	margin-top: 40px;
}
#cta2 {
	background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	padding-top: 70px;
}
#cta2 .btn {
	margin-top: 10px;
}
#cta2 h2 {
	color: #fff;
	font-size: 44px;
	line-height: 1;
}
#cta2 h2 > span {
	color: #a39d8f;
}
#features {
	padding: 100px 0;
}
#features .media.service-box:first-child {
	margin-top: 80px;
}
#services {
	padding: 100px 0 75px;
}
.media.service-box {
	margin: 25px 0;
}
.media.service-box .pull-left {
	margin-right: 20px;
}
.media.service-box .pull-left > i {
	font-size: 24px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	border-radius: 100%;
	color: #a39d8f;
	box-shadow: inset 0 0 0 1px #d7d7d7;
	-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
	transition: background-color 400ms, background-color 400ms;
	position: relative;
}
.media.service-box .pull-left > i:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: -10px;
	border: 4px solid #fff;
	border-radius: 20px;
	background: #a39d8f;
}
.media.service-box:hover .pull-left > i {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	color: #fff;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#products {
	padding-top: 20px;
}
#products .products-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
	display: inline-block;
}
#products .products-filter > li {
	float: left;
	display: block;
}
#products .products-filter > li a {
	display: block;
	padding: 7px 15px;
	background: #eeeeee;
	color: #64686d;
	position: relative;
}
#products .products-filter > li a:hover, #products .products-filter > li a.active {
	background: #a39d8f;
	color: #fff;
	box-shadow: 0 -3px 0 0 #318daf inset;
	-webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#products .products-filter > li a.active:after {
	content: " ";
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #318daf transparent transparent transparent;
}
#products .products-filter > li:first-child a {
/*border-radius: 4px 0 0 4px;*/
}
#products .products-filter > li:last-child a {
/*border-radius: 0 4px 4px 0;*/
}
#products .products-items {
	margin: -15px;
}
#products .products-item {
	width: 24.9%;
	float: left;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#products .products-item .products-item-inner {
	position: relative;
}
#products .products-item .products-item-inner .products-info {
	opacity: 0;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
#products .products-item .products-item-inner .products-info h3 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	color: #fff;
}
#products .products-item .products-item-inner .products-info .preview {
	position: absolute;
	top: -18px;
	right: 12px;
	border-radius: 50%;
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 0 2px #fff;
	-webkit-box-shadow: 0 0 0 2px #fff;
}
#products .products-item:hover .products-info {
	opacity: 1;
}
#products .tabitem {
	text-align: center;
	border: none;
	padding: 0;
}
#products .tabitem span {
	text-align: center;
	border: none;
	padding: 3px;
	margin: 5px 25px 5px 0;
	display: block;
	background-color: #fff;
}
#products .tabitem.active span {
	background-color: #a39d8f;
}
#products .tabitem.active span a {
	color: #fff;
}
#products .nav-tabs {
	border: none;
}
#products .nav-tabs > li.active > a, #products.nav-tabs > li.active > a:hover, #products .nav-tabs > li.active > a:focus {
	border: none;
	background-color: fff;
}
#products .product-item {
	width: 210px;
	padding: 10px;
	border: none;
	float: left;
	margin: 20px 5px;
}
#products .product-image {
	width: 190px;
	height: 130px;
	overflow: hidden;
	text-align: center;
}
#products h2.product-title, #products h2.product-title a {
	font-size: 20px;
	height: 30px;
	color: #333333;
	display: block;
	text-align: center;
}
#products .product-image img {
/*width:100%;
	height:auto;*/
}
.products-item {
	z-index: 2;
}
.isotope-hidden.products-item {
	pointer-events: none;
	z-index: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.OrganizationName {
	display:block;
	text-align:center;
	padding-right:15px;
	font-weight:700;
	font-size:12px;
}
.OrganizationRole {
	font-weight:700;
	display:block;
	text-align:center;
	padding-right:15px;
	font-size:11px;
	text-transform:uppercase;
	line-height:14px;
	color:#bbb;
}
.isocontainer{margin:5px;}
.isocontainer img{width:100%;height:auto;}
/*** ITEM K2 PAGE CATALOGUE ****/

div.benefits {
	background: #01b0f1;
	color: #fff;
	padding: 25px;
	margin-top: 20px;
}
div.benefits h3 {
	color: #fff;
	text-align:center;
	margin-top:0;
}
div.techintro {
	font-size: 30px;
	font-weight: 200;
	color: #333;
	margin-top: 50px;
}
div.techfull {
	margin-bottom: 50px;
}
div.appfields {
	background: #eeeeee;
	padding: 15px;
	margin-bottom:15px;
}
div.segments {
	background: #eeeeee;
	padding: 15px;
}
div.techdown {
	background: #eeeeee;
	padding: 15px;
}


div.appfields h3, div.segments h3, div.techdown h3 {
	padding-top: 0;
	margin: 0 0 20px 0;
	color: #333;
}
div.appfields .appvalue, div.segments .appvalue {
	color: #14b5f0;
	/*border: 1px solid #14b5f0;*/\
	background-color:#14b5f0;
	padding: 5px;
	color:#fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin: 5px 10px 5px 0;
}
div.appvalue a {
	color:#fff;
}
#testimonial {
	background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 100px 0;
	color: #fff;
}
#testimonial h4 {
	color: #fff;
	margin-bottom: 0;
}
#testimonial small {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
	margin-top: 10px;
}
#about {
	padding: 100px 0;
}
#work-process {
	padding: 100px 0 50px;
	background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}
#work-process h2 {
	color: #fff;
}
#work-process h3 {
	color: #fff;
	margin-bottom: 0;
}
#work-process .icon-circle {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border: 2px solid #a39d8f;
	border-radius: 100px;
	position: relative;
}
#work-process .icon-circle > span {
	border-style: solid;
	border-width: 2px;
	border-color: #a39d8f;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 20px;
	top: -12px;
	color: #64686d;
}
.team{margin-top:0;}
#work-process h3 {
	margin-bottom: 50px;
}
#meet-team {
	padding: 100px 0;
}
#meet-team .team-member {
	padding: 13px;
	background: #eeeeee;
	border: 2px solid #eeeeee;
	transition: border-color 400ms;
	-webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
	margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
#meet-team .team-member:hover {
	border-color: #a39d8f;
}
#meet-team .team-member:hover .social-icons > li > a {
	background: #a39d8f;
}
#meet-team .social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}
#meet-team .social-icons > li {
	display: inline-block;
}
#meet-team .social-icons > li > a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #222534;
	border-radius: 3px;
}
.divider {
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	width: 95%;
	height: 1px;
}
.progress {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav.main-tab {
	background: #eee;
	border-bottom: 3px solid #222534;
	border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
	color: #272727;
}
.nav.main-tab > li.active > a {
	background: #222534;
	color: #a39d8f;
}
.nav.main-tab > li:first-child > a {
	border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
	border-radius: 0 3px 0 0;
}
.tab-content {
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px 0px;
	border-radius: 0;
	border: none;
	text-align: center;
}
.panel-default {
	border-color: #eee;
}
.panel-default > .panel-heading {
	background-color: #fff;
	border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
	font-size: 14px;
	font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #eee;
}
#animated-number {
	padding: 100px 0 70px;
	background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}
#animated-number h1, #animated-number h2, #animated-number h3, #animated-number h4 {
	color: #fff;
}
#animated-number strong {
	display: block;
	margin-bottom: 30px;
}
.animated-number {
	display: inline-block;
	width: 140px;
	height: 140px;
	font-size: 24px;
	line-height: 140px;
	border: 3px solid #fff;
	border-radius: 100px;
	margin-bottom: 20px;
}
#pricing {
	padding: 100px 0 70px;
}
#pricing ul.pricing {
	list-style: none;
	padding: 0;
	margin: 70px 0 30px;
	border: 1px solid #eee;
	border-radius: 5px 5px 4px 4px;
	padding: 15px;
	text-align: center;
}
#pricing ul.pricing li {
	display: block;
	padding: 10px;
}
#pricing ul.pricing li.plan-header {
	background: #eee;
	border-radius: 4px 4px 0 0;
	margin: -15px -15px 10px;
	padding: 15px 15px 30px;
	border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
	position: relative;
	margin-top: -63px;
	top: -10px;
	display: inline-block;
	width: 116px;
	height: 116px;
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	color: #fff;
	border-radius: 100px;
	border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
	display: block;
	line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
	margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
	margin-top: 10px;
	font-size: 24px;
	color: #272727;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
#pricing ul.pricing.featured {
	background: #222534;
	color: #fff;
	border: 0;
}
#pricing ul.pricing.featured li.plan-header {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
	color: #fff;
}
#get-in-touch {
	padding: 100px 0 50px;
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	color: #fff;
}
#get-in-touch h1, #get-in-touch h2 {
	color: #fff;
}
#blog {
	padding: 100px 0;
}
#blog .blog-post {
	border: 1px solid #eee;
	padding: 15px;
}
#blog .blog-post .post-format {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #222534;
	border: 3px solid #fff;
	border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
	margin: -15px -15px 15px;
	position: relative;
}
#blog .blog-post.blog-large .post-format {
	width: 66px;
	height: 66px;
	line-height: 60px;
	position: absolute;
	right: 20px;
	bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
	font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #a39d8f;
}
#blog .blog-post.blog-large .entry-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
	color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
	color: #a39d8f;
}
#blog .blog-post.blog-media {
	margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
	margin: -15px 15px -15px -15px;
	position: relative;
}
#blog .blog-post.blog-media .post-format {
	position: absolute;
	top: 20px;
	right: -10px;
}
#blog .blog-post.blog-media .entry-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #a39d8f;
}
#blog .blog-post.blog-media .entry-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
	color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
	color: #a39d8f;
}
#blog .blog-post .entry-meta {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
	display: inline-block;
	margin-right: 10px;
	color: #999;
}
#blog .blog-post .entry-meta > span > a {
	color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
	color: #a39d8f;
}
#contact {
	position: relative;
	overflow: hidden;
}
#contact .container-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(69, 174, 214, 0.3);
	z-index: 1;
}
#contact .contact-form {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	margin-top: 50px;
}
#contact .contact-form h3 {
	margin-top: 0;
}
.rs_subscribe {
	padding:50px 0;
}
.rs_subscribe h1 {
	padding:50px 0;
}

.cart-table .intro{padding-top: 18px;}

/***********************
********* Footer ******
************************/
#footer {
	padding: 30px;
	color: #fff;
	background:#231f20;
	font-size:14px;
	line-height:22px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #a39d8f;
	background: none;
}
#footer .moduletable.footermenu {
	margin-top: 0px;
	padding:0;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#footer ul > li {
	display: inline-block;
	margin: 0px;
	padding:0;
}
#footer .footermenu ul > li:first-child{border-right:1px solid #ccc;}
#footer .footermenu ul > li:first-child a{padding-left:0;}
#footer h3 {
	color: #ddd;
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: 500;
}
#footer p {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	font-weight: 100;
}
#footer div.moduletable {
	padding-bottom: 0px;
}
#footer .nav > li > a{padding:0 10px;text-decoration:underline}
#footer i.fa {
	color: #999;
	font-size: 30px;
	margin-right: 20px;
}
#footer i.fa:hover {
	color: #fff;
}
#footer ul.footer-assets {
	border-top: 1px solid #444;
}
#footer ul.footer-assets li {
	float: none;
	display: block;
	border-bottom: 1px solid #444;
	padding: 7px 0;
	margin: 0;
}
#footer ul.footer-assets li a {
	color: #999;
}
#footer ul.footer-assets li a:hover {
	color: #a39d8f
}
#footer .k2CategoriesListBlock ul li, #footer .k2ItemsBlock ul li {
	padding: 0;
	margin: 1px 0 1px 0;
}
#footer .k2CategoriesListBlock ul.level0 li a, #footer .k2ItemsBlock ul li a {
	background: #2b2b2b;
	color: #999;
	font-size:12px;
	padding: 3px 5px;
	margin: 2px 0 0 0;
}
#footer .k2CategoriesListBlock ul.level0 li a:hover, #footer .k2ItemsBlock ul li a:hover {
	background-color: #a39d8f;
	color: #333;
}
#footer a.contatto {
	width: 49%;
	float: left;
	background: #373737;
	text-align: center;
	margin: 1px;
}
#footer a.contatto:hover {
	background-color: #a39d8f;
	color: #333;
}
#footer div.worldmap {
	width: 100%;
	background: url(../images/techworld.png) bottom center no-repeat;
	padding: 100px 0 100px 0;
	clear: both;
}
#footer div.copyright {
	font-size: 13px;
	color: #ccc;
	padding-top: 0px;
	text-align:left;
	line-height:16px;
}
#footer div.copyright ul.nav.menu {
	margin: 0;
	padding: 0;
	text-align: right;
}
#footer div.copyright ul.nav.menu li {
	border-right: 1px solid #666;
	padding: 0 7px;
	margin: 0;
	line-height: 15px;
	text-align: center;
}
#footer div.copyright ul.nav.menu li a {
	font-size: 13px;
	color: #666;
	padding: 0;
	margin: 0;
}
#footer div.copyright ul.nav.menu li a:hover {
	color: #fff;
	background: none;
}
#footer div.copyright ul.nav.menu li.item-159 {
	border: 0;
}
#system-message-container {
	margin:15px 0;
	background-color: #a39d8f;
	color:#fff;
}

.footer1 strong{font-size:15px;}
.social{margin-bottom:7px;}

/**** CONTACT & FLAGS ****/
div.Italy h4 {
	background: url(../images/itaflag.png) top left no-repeat;
	padding-left: 45px;
}
div.China h4 {
	background: url(../images/chiflag.png) top left no-repeat;
	padding-left: 45px;
}
div.Argentina h4 {
	background: url(../images/argflag.png) top left no-repeat;
	padding-left: 45px;
}
div.Brasil h4 {
	background: url(../images/braflag.png) top left no-repeat;
	padding-left: 45px;
}
div.Austria h4 {
	background: url(../images/ausflag.png) top left no-repeat;
	padding-left: 45px;
}



div.contact .accordion-heading {
	padding-left: 20px;
}
div.contact .dl-horizontal dt {
	width: 20px;
	text-align: left;
}
div.contact .dl-horizontal dd {
	margin: 2px 0 3px 0px;
	font-size:16px;
}
.form-horizontal .control-label {
	text-align: left;
}
div.contact input, select, textarea {
	border: 1px solid #ccc;
	margin-right:15px;
}
div.contact legend {
	font-size: 14px;
	color: #999
}
dl {
	margin-bottom: 45px;
}
.namegroup {
	padding-left: 0;
}
.emailgroup {
	padding-right: 0;
}
form#contact-form {
	padding-bottom: 45px;
}

.contact-telephone{padding:5px 30px;background:url(../images/tel.png) center left no-repeat;background-size:12%;}
.contact-fax{padding:5px 30px;background:url(../images/fax.png) center left no-repeat;background-size:12%;}
.contact-mail{padding:5px 30px;background:url(../images/email.png) center left no-repeat;background-size:9%;}
.contact-webpage{padding:5px 30px;background:url(../images/www.png) center left no-repeat;background-size:9%;}

textarea#messaggio{width:97%;border:0;background:#ededed;font-size:15px;padding:10px;margin-top: 5px;    margin-bottom: 15px;}
.contact-form .formResponsive .formHorizontal .rsform-block{margin:0;padding:0px 25px 0 0!important;}
.contact-form .formResponsive .formHorizontal .rsform-block.rsform-block-captcha{margin:25px 0 5px 0;line-height:10px;}
.formResponsive .formHorizontal .formControlLabel{width:auto!important;}
.formResponsive input[type="radio"], .formResponsive input[type="checkbox"]{margin:10px 10px 0 0!important;}
.rsform-block-captcha{padding:10px 15px 0 15px!important;}
.formResponsive .formHorizontal .rsform-block.rsform-block-newsletter{padding-top:0!important;}
div#k2Container .distributore .formResponsive .formHorizontal .rsform-block.rsform-block-privacy{margin-bottom:0!important;}
#mappa{margin:25px 100px 25px 0;}
.contact h4{color:#000;font-size:21px;;font-family: Helvetica, Arial, sans-serif;font-weight:500;margin-bottom: 15px;}

.rsform-block-cliente-field{padding-bottom:15px;}
.antispam{margin:15px 0;}

.allegato{/*padding:10px;background:#fff;border:1px solid #ececec;*/margin:0px 0 10px 0;border-bottom:2px dotted #ccc;border-top:2px dotted #ccc;padding:15px 0;}
.allegato i{font-size:40px;float:left;margin-right: 15px; margin-top: 5px;color: #666;}

.rsform-block-piva-field{clear:both;}
/**** EVENTS CSS ****/
.rsupcomingevents ul.rsepro_upcoming {
	margin: 40px 0 0 0;
}
.rsepro_upcoming li.eventItem {
	background: #f2f2f2;
	padding: 20px 10px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
div.eventDate {
	width: 15%;
	float: left;
	font-weight: 200;
	text-align: left;
	margin-top:10px;
	margin-left:0px;
}
span.eventDate {
	color: #666;
	text-align: left;
	display:block;
	font-weight: 100;
}
span.eventDate.monthy {
	font-size:13px;
	margin-top:10px;
	display:block;
	font-weight: 100;
}
.day {
	font-size: 53px;
}
h4.eventitle {
	font-size: 25px;
	margin: 0;
}
a.readevent {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #00b0f0 url(../images/readgt.png) 95% 55% no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 3px 15px;
}
a.readevent:hover {
	background-color: #333;
}
.rsupcomingevents h3 {
	text-align: center;
}
.rs_controls {
	margin-top: 30px!important;
	margin-bottom: 10px;
}
/**** RSEVENTS PAGINA CATEGORIA ****/

#rs_events_container.rs_events_container {
	margin-top:40px!important;
}
.rs_event_detail {
	box-shadow: none!important;
	border-radius: 0!important;
	padding: 15px!important;
	margin-bottom: 45px!important;
}
.rs_event_data {
	margin-top: 15px
}
.rs_event_details h3 {
	margin-top: 7px;
	padding-bottom:20px;
}
.rsevents_right {
	padding-bottom: 45px;
}
.rsevents_right a.readevent {
	width: 84%;
}
.rs_events_container li.rs_event_detail {
	padding:20px!important;
}
ul.rsevent_dettaglilist li {
	line-height: 21px;
	color: #888f98;
}
ul.rsevent_dettaglilist li i {
	color: #64686D;
}
div#rs_event_show h1 {
	padding-bottom: 40px;
	padding-top: 30px;
}
#rs_event_show .description {
	text-align:left;
	padding-right: 30px;
	display: block;
}
div.eventdettagli {
	background: #F2F3F6;
	padding: 30px;
}
div.eventdettagli a.btn {
	display: block;
	text-align: left;
	background: #00b0f0 url(../images/readgt.png) 95% 55% no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 3px 15px;
	margin-bottom: 10px;
	padding: 10px 15px;
	border-radius: 0px;
	text-transform: uppercase;
}
div.eventdettagli a.btn:hover {
	background: #333 url(../images/readgt.png) 95% 55% no-repeat;
}
.rs_image {
	float: none!important;
	text-align: center;
}
.rs_image img {
	width: 100%;
	height: auto;
}
div.googlemappa {
	margin-top: 45px;
}
div#rs_event_show h1 {
	text-align: center;
}
/***************************
*********SERVICES***********/
div.services {
	padding:0;
	background:#F2F3F6;
	margin-bottom:15px;
	width:48%;
	margin-right:1%;
}
div.services i {
	color: #2A95BE;
	font-size: 22px;
	height: 35px;
	width: 35px;
	line-height: 51px;
	text-align: center;
}
div.services:hover {
	background:#ffffff
}
a.readevent.services {
}
.buttonpadding {
	padding-top:60px;
	padding-right:0;
	margin:0;
	text-align:right;
	position:relative;
	height:100%;
}
.service-title {
	font-size: 20px;
	display: block;
	margin:15px 0 3px 0;
	text-align: left;
}
.finder-responsive {
	width:50px;
	float:left;
	margin-top:7px;
}
.word {
	padding-bottom:10px;
}
/***************************
*********BANNER MENU***********/
div#productfilters {
	position:absolute;
	top:520px;
	left: 0;
	right: 0;
}
div#productfilters .container {
	margin:0 auto;
}
div#productfilters ul.nav-tabs {
	font-size:16px;
	border:0;
	position: relative;
	margin:0 auto;
}
div#productfilters ul.nav-tabs li {
	margin:0;
	background:rgba(255,255,255,0.9);
	width:24.7%;
	padding:3px 22px;
	display: block;
	float:left;
	margin:0 2px;
}
div#productfilters ul.nav-tabs li:hover {
	background:rgba(255,255,255,1);
}
div#productfilters ul.nav-tabs li.divider, div#productfilters ul.nav-tabs li.divider:hover {
	border:2px solid #fff;
	height:auto;
	background:rgba(0,0,0,0.2);
	color:#fff;
	padding:9px 20px;
	margin:0;
	margin-top:1px;
}
div#productfilters ul.nav-tabs .dropdown {
}
div#productfilters ul.nav-tabs ul.dropdown-menu {
	box-shadow:none;
	border-radius:0;
	border:0;
	position:absolute;
	top: -102px;
	left: -2px;
	right:0;
	text-align: center;
	overflow: hidden;
	z-index: 10000;
	background:rgba(255,255,255,1);
	width:99.4%;
}
div#productfilters .nav-tabs li a {
	color:#474c50;
	border:0;
	margin:0;
}
div#productfilters .nav-tabs li a:hover {
	background:none;
	border:0;
	color:#a39d8f;
	margin:0;
}
div#productfilters nav > li {
	position:static;
}
div#productfilters .dropdown {
	position:static;
}
div#productfilters ul.nav-tabs li.dropdown {
	background:rgba(255,255,255,0.8);
	background-image: url(../images/droparrow.png);
	background-position:95% 55%;
	background-repeat:no-repeat;
}
div#productfilters ul.nav-tabs li:hover {
	background:rgba(255,255,255,1);
	background-image: url(../images/droparrow-h.png);
	background-position:95% 55%;
	background-repeat:no-repeat;
}
div#productfilters ul.nav-tabs a, div#productfilters ul.nav-tabs a:hover, div#productfilters ul.nav-tabs ul.dropdown-menu li, div#productfilters ul.nav-tabs ul.dropdown-menu li:hover {
	background:transparent;
}
div#productfilters ul.nav-tabs a:hover {
	margin:0;
}
div#productfilters ul.nav-tabs ul.dropdown-menu li, div#productfilters ul.nav-tabs ul.dropdown-menu li:hover {
	border:0;
	margin-top:0;
	padding:10px 0;
	margin:0;
}
div#productfilters ul.nav-tabs ul.dropdown-menu li a:hover {
	color:#a39d8f;
}
div#productfilters .caret {
	float:right;
	border:0;
background:width:0px;
	height:0px;
}
div#productfilters .caret:hover {
	background:url(../images/droparrow-h.png) bottom right no-repeat;
}
div#productfilters ul.nav-tabs li.item-182 {
	margin-right:0;
}
.needhelp p {
	font-size:12px;
	padding:0;
	margin: 8px 0 0 0;
	color:#999
}
.needhelp i {
	color:#999;
	font-size:19px;
}


div.getechworld {
	background:url(../images/getechworld.png) top center no-repeat;
	padding:115px 0;
}
div.getechworld a.scopri {
	background:#F5F2ED;
	padding:10px 30px;
	border-radius:3px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
}
div.getechworld a.scopri:hover {
	background:#243d88;
	color:#F5F2ED;
}
div.catalogo-home {
	background:url(../images/catalogoico.png) top center no-repeat;
	padding:20px 0 20px 0;
	text-align:center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
div.catalogo-home:hover {
	background:url(../images/catalogoico-h.png) top center no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
div.catalogo-home:hover h3 {
	color:#243d88;
}
div.catalogo-home h3 {
	font-size:22px;
	text-transform:uppercase;
	color:#646360;
	padding:125px 0 50px 0;
}
a.richiedi {
	background:#F5F2ED;
	padding:10px 30px;
	border-radius:3px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
}
a.richiedi:hover {
	background:#243d88;
	color:#F5F2ED;
}
div.materiale-home {
	background:url(../images/promoico.png) top center no-repeat;
	padding:20px 0 20px 0;
	text-align:center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
div.materiale-home:hover {
	background:url(../images/promoico-h.png) top center no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
div.materiale-home:hover h3 {
	color:#243d88;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
div.materiale-home h3 {
	font-size:22px;
	text-transform:uppercase;
	color:#646360;
	padding:125px 0 50px 0;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}
ul.sigProElegant li.sigProThumb a.sigProLink {
	border:0!important;
}
.clr {
	clear:both;
}
.clr.promo {
	margin:20px 0;
	border-bottom:1px solid #ccc;
	clear:both;
	padding-top:20px;
}
.promotxt {
	margin-top:45px;
}
figcaption {
	font-style:italic;
	font-size:12px;
	color:#b1b0ae;
}
div.addthis_horizontal_follow_toolbox {
	float:right;
	width:105px;
	margin:10px 0 0 15px;
}
div.addthis_toolbox {
	float:right;
}
div#atftbx p {
	display:inline;
	margin:0;
}
.notizia{margin:25px 0 25px 0;}
div.notizia h3.catItemTitle {
	padding-top:0;
	font-size:19px;
	font-weight:500;
}
div.notizia .catNewsTextBox {
	padding-left:0!important;
}
div.catNewsImageBox {
	padding-left:0!important;
}
div.catNewsImageBox div.catItemImageBlock {
	padding:0;
}
div.mod-languages ul {
	margin: 9px 15px 0 0!important;
}
#fixed-header div.mod-languages ul {
	margin: 9px 0px 0 15px!important;
}
div.catItemImageBlock{padding:0}
span.catItemImage img{padding:0}
div.mod-languages a {
	width:30px;
	height:30px;
	border-radius:50%;
	color:#000;
	font-weight:500;
	font-size:15px;
	border-radius:50%;
	text-align:center;
	display: inline-block;
	line-height: 30px;
	border:1px solid #000;
}
div.mod-languages li.lang-active a, div.mod-languages a:hover {
	color:#fff;
	background:#000;
}
div.k2CategoriesListBlock ul li.activeCategory a {
	font-weight: normal!important;
}
i.fa-facebook {
	background:#000;
	color:#fff;
	border-radius:50%;
	line-height:35px;
	width:35px;
	font-size:19px;
	text-align:center;
	margin-top:10px;
}

div.k2Pagination ul li.disabled{
	display:none!important;
}


div.k2Pagination ul:after {
    content:'';
    display:block;
    clear: both;
}

/***** FORM CONTATTI WORLD ****/
div#k2Container .formResponsive .formHorizontal .rsform-block{float:left;margin-bottom:0;}
div#k2Container .distributore .formResponsive .formHorizontal .rsform-block{float:left;margin-bottom:0px;}

.formResponsive select, .formResponsive input[type="text"], .formResponsive input[type="password"],
.formResponsive input[type="email"] {height:30px!important;width:100%;}
div#k2Container .formResponsive .formHorizontal .rsform-block.rsform-block-messaggio,
div#k2Container .formResponsive .formHorizontal .rsform-block.rsform-block-captcha{}
div#k2Container  textarea#messaggio{width:98%;}


.formResponsive .formHorizontal input, .formResponsive .formHorizontal textarea, .formResponsive .formHorizontal select, .formResponsive .formHorizontal .formValidation, .formResponsive .formHorizontal .uneditable-input, .formResponsive .formHorizontal .input-prepend, .formResponsive .formHorizontal .input-append {display:block!important;}

/***CART CHECKOUT ***/
.rsform-block-cart ul{list-style:none;margin:0;padding:0;font-size:14px;}
.rsform-block-cart ul li{padding:0;margin:0;display:flex; flex-wrap: wrap;}
.rsform-block-cart ul li div{padding:0;margin:0;}
.rsform-block-cart ul li:nth-child(odd){background:#fff;}
.rsform-block-cart ul li:nth-child(odd) div{border-right:2px solid #ededed;padding:5px 10px;}
.rsform-block-cart ul li:nth-child(even){background:#ededed;}
.rsform-block-cart ul li:nth-child(even) div{border-right:2px solid #fff;padding:5px 10px;}
.rsform-block-cart ul li:last-child{border-bottom:1px solid #ccc;}
.rsform-block-cart ul li.cart_head{background:#121cd2;color:#fff;font-weight:bold;}
.rsform-block-cart ul li div:last-child{border:0;}
.cart_summary{font-style:italic;color:#999;padding:5px;margin-top:0px;font-size:14px;}
form#userForm  input[type="text"],
form#userForm  input[type="email"],
form#userForm  input[type="number"]{border:1px solid #000;border-radius:20px;font-size: 15px;padding: 5px 0 5px 15px;width:95.7%;margin:5px 0 15px 0;height:30px;}


.rs-newsletter  .formHorizontal .rsform-block{margin:0!important;}


form#userForm h2{margin:10px 0 25px 0;font-size:24px;}
form#userForm  input[type="submit"],
form#userForm .rs-newsletter input[type="submit"]{color:#fff;border:1px solid #121cd2;border-radius:20px;padding:10px 20px;background:#121cd2;font-size:16px;text-shadow:none;margin:20px 0 0 0;}
form#userForm  input[type="submit"]:hover,
form#userForm .rs-newsletter input[type="submit"]:hover{color:#121cd2;background:#fff;}

.modifica{border:1px solid #000; color:#000;padding:3px 8px;font-size:14px;border-radius:20px;margin-bottom:10px;display:inline-block;}
.elimina{border:1px solid #000; color:#000;padding:5px 8px 5px 6px;line-height:20px;font-size:14px;border-radius:20px;margin-left:5px;}
.modifica:hover, .elimina:hover{background:#000;color:#fff;}
.cart_controls{text-align:center;}

.formResponsive .rsform-block-cliente-field label{margin-right:25px;}

/***GALLERIA FOTO***/
.cat-buttons{margin:25px 0;font-size: 14px;}
.cat-buttons button{color:#000;border:1px solid #000;border-radius:20px;padding:0px 10px;margin-right:15px;}
.cat-buttons button:hover, .cat-buttons .is-checked{color:#fff;background:#000;}
.cat-buttons button:focus{}



/***CONTATTI***/
.contact-name{color:#121cd2;font-weight:bold;font-size:20px;}


/**** TEAM ***/
#team{margin-top: 25px;}
.team-image{border-bottom:10px solid #121cd2;position:relative;}
.team-image img{width:100%;height:auto;position:relative;}
.team-member{margin-bottom:50px;}
.team-info{position:absolute;bottom:-1px;width:100%;padding:20px 10px 10px 10px;color:#fff;background:#121cd2; overflow:visible;opacity:0;
-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 35%, 0% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 35%, 0% 0);}
/*.team-info:after{
	content:"";
	position: absolute;
    z-index: 9999;
    background: url(../images/team-angle.png) top left no-repeat;
	background-size: 100% 100%;
    left: 0;
    top: -37px;
    width: 100%;
    height: 38px;
	}*/
.team-image:hover .team-info{opacity:1;}
.team-info {font-size:14px;color:#fff;font-weight:100; line-height: 18px;}
.team-info h4{color:#fff;font-weight: 400;font-family: 'GTWalsheim-Bold';font-size:16px;margin:0;padding:0 5px;}
.team-info p{padding:0 5px;margin:0; margin-top: 5px;}

/**** BACK TO TOP BUTTONE ***/
.back-top{text-align:center;padding:25px 0 50px 0;clear:both;}
.cd-top{border:1px solid #000;border-radius:20px;padding:5px 30px 5px 15px;background:#fff url(../images/top.svg) 90% center no-repeat;font-size:16px;color:#000;text-align:left;background-size:10%;}
.cd-top:hover{color:#fff;background:#000 url(../images/arrow-top-w.png) 93% center no-repeat;}


/**** TIMELINE STORIA ***/
 .timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
	background:url(../images/storia-arrow.png) bottom center no-repeat;
}


.timeline > li {
    margin-bottom: 20px;
    position: relative;


}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    position: relative;
}
.timeline > li > .timeline-panel:before {

}
.timeline > li > .timeline-panel:after {

}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
	z-index: 100;
	margin:0 auto;

}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #121cd2 !important;
	font-size:30px;
}
.timeline-badge a:hover {
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #121cd2;
	margin:0;
	font-size:40px;
}
.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-footer {
    padding: 5px 15px;
    background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    /*margin-top: 60px;*/
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
.timeline li{margin-bottom:50px;}
.timeline li.clr{margin:0;}
.timeline li .immagine{margin-top:-10px;}
.timeline li .immagine img{width:75%;padding:0 25px}
.timeline li:nth-child(even) .immagine{float:right;margin-top:-10px;}
.timeline li:nth-child(even) .immagine img{float:left;}
.timeline li:nth-child(odd) .immagine img{float:right;}
.timeline li:nth-child(even) .timeline-panel{text-align:right;}
.timeline-heading{margin-top:-30px;}


/****** FIX IMG NEWS SOVRAPPOSIZIONE ***/
.itemImageBlock img{max-width:100%!important;}


/**** OGGI***/
.oggi{text-align:center;font-size:34px;margin:-15px 0 0 0;padding:0 0 15px 0;}
.leader{text-align:center; color:#000;font-size:22px;font-family: Helvetica, Arial, sans-serif;font-weight:100;margin-bottom:35px;margin-top:0;}
.resimg img{width:100%;height:auto;}


/*** SERVIZI ****/
.servizi ol li{padding:10px 0;}
.servizi ol li ul{list-style: disc;}
.servizi ol li ul li{padding:5px 0;font-weight:bold;}


/*** PAGINAZIONE CUSTOM ***/
.k2Pagination{font-size: 14px;color:#333!important;}
.pagination{font-size: 14px;width:100%;}
div.k2Pagination ul li{display:inline-block;}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus
{background-color:#121cd2;border-color:#121cd2;}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus
{background-color:#121cd2;border-color:#121cd2;color:#fff;}
.pagination>li>a, .pagination>li>span{color:#121cd2;border-color:#333;}

.formResponsive label{font-weight:500;}
.selectWrapper{border-radius:20px;border:1px solid #000;padding:5px;margin-bottom:25px;margin-top:6px;}
select#nazione{border:0;outline:none;background:none;width:95.7%;font-size:15px;color:#666;margin:0;box-shadow:none;}
select#nazione:focus{outline:0;box-shadow:none;}

.campi{font-size:13px;margin-top:15px;padding-left: 15px;}
.contact-form  .campi{padding-left:0;}
.border-right{border-right:1px solid #ccc;}


h3.black{margin-top:0;color:#000;}
  .back_shop{
    margin-top:25px;
  }
.back_shop a{
  border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    font-size: 16px;
    color: #000;
    text-align: left;
    background-size: 10%;
  }
  .back_shop a:hover{
    background:#000;
    color:#fff;
  }


/** B L O G **/
.blog{box-shadow: 0 5px 15px rgba(0,0,0,0.15);}
.blog .catItemImageBlock img{width:100%;padding:0;}
.blogcatitem{padding:25px;}
.blog div.catItemHeader h3.catItemTitle{ font-weight:700;font-size:22px;}
.blogimage{padding-top:50px;padding-right:50px;}
.itemListBlog{margin-top:75px;}
.blog div.catItemImageBlock{
	max-height: 280px;
    overflow: hidden;
}
h1.Blogtitle{text-align:left;padding:5px 0 25px 0;}
.blogimage .itemImageBlock img{width:100%;max-width:none!important;}
.nsb_container {
display:flex;}


/** BLOG HP **/
.blog a.moduleItemTitle{padding: 0 0 15px 0;}
.homeblog{padding-bottom:25px;}

/*** NEWSLETTER POPUP****/
.newsletterForm h1{color:#fff;}
.newsletterForm p{color:#202020;}
.sm-popup{border-bottom-left-radius: 80px;}
.sm-wrapper .sm-button[data-sm-button-place=outside]{
  top: 0!important;
  border-bottom-left-radius: 20px;
  font-size: 12px!important;
}
/* CONTATTI FIX 2021 **/
.formResponsive .formError {
    position: absolute!important;
    top: -18px!important;
  }
