body{
	font-family: 'Lato';
	font-weight: 400;
	color: #555;
	font-size: 15px;
}
a{
	color: #555;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background, color;
	transition-property: background, color;
	text-decoration: none!important;
}
a.active,
a:hover{
	color: #23ace0;
	text-decoration: none!important;
}
ul{
	list-style: disc;
	padding-left: 19px;
}

header{
	position: fixed;
	top:0;
	padding-top: 20px;
	right: 0;
	left: 0;
	z-index: 99999;
}
header .logo img.img-responsive{
	max-width: 133px;
	width:100%;
}
header ul.menu{
	float: right;
	list-style: none;
	margin-top: 30px;
	padding:0;
}
header ul.menu li{
	float: left;
	margin-left: 1px;
	position: relative;
}
header ul.menu li a{
	background-color: rgba(229,229,229,0.9);
	font-weight: 300;
}
header ul.menu li:hover > a{
	background-color: rgba(250,250,250,0.9);
	color: #23ace0;
}
header ul.menu li.active > a{
	background-color: rgba(206,206,206,0.9);
	color: #23ace0;
}

header ul.menu li ul.submenu{
	list-style: none;
	padding: 0;
    position: absolute;
    background-color: rgba(229,229,229,0.9);
    visibility:hidden;
    opacity:0;
    transition:visibility 0s linear 0.35s,opacity 0.35s linear;
    width: 100%;
}
header ul.menu li:hover ul.submenu{
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}
header ul.menu li ul.submenu li{
    width: 100%;
    margin: 0;
}
ul.menu li ul.submenu li a{
    display: block;
    text-align: center;
    width: 100%;
    padding: 13px 0 15px 0;
    border-top: 1px solid #fff;
    font-size: 14px;
}

body.admin header ul.menu li ul.submenu li:hover > a{
    background-color: rgba(250,250,250,0.9);
    color: #3C464A;
}
body.admin header ul.menu li ul.submenu li.active a{
    background-color: #ffeeab;
}
/* MENU MOBILE */
header .mobile{
	color: #FFF;
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -11px;
	padding: 5px 10px;
	font-size: 20px;
	background: #555;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	cursor: pointer;
}
header .menu-mobile{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity,background;
	transition-property: opacity,background;
	z-index: 9999;
	margin-top: 10px;
}
header .menu-mobile ul{
	list-style: none;
	padding-left: 0;
	margin-left: -15px;
	margin-right: -15px;
}
header .menu-mobile ul li{
	margin-top: 0;
}
header .menu-mobile ul li a{
	display: block;
	width: 100%;
	background-color: #555;
	text-align: center;
	padding: 6px;
	border-top: 1px solid rgba(248,248,248,0.5);
	text-transform: uppercase;
	font-weight: 300;
	color: #FFF;
}
header .menu-mobile ul li:first-child a{
	border-top: 0;
}
header .menu-mobile ul li a:hover,header .menu-mobile ul li.active a{
	background-color: #23ace0;
}


.bxslider p:not(.desc) span.line1,.bxslider .h1 span.line1{
	font-weight: 300;
}
.bxslider p:not(.desc) span.line2,.bxslider .h1 span.line2,.bxslider h1{
	font-weight: 700;
	margin: 0;
}
.bxslider p:not(.desc) span.line3,.bxslider .h1 span.line3{
	font-weight: 300;
	color: #23ace0;
}
.bx-wrapper .bx-viewport{
	left: 0;
	top: -1px;
	bottom: 0;
	right: 0;
	box-shadow: none;
	border: 0;
}

footer a{
	color: #FFF;
}
footer h3{
	font-size: 24px;
	margin-bottom: 5px;
}
footer .row{
	margin: 0;
}
footer .footer1{
	padding: 30px 0 50px 0;
	background-color: #777;
	color: #FFF;
}
footer .footer2{
	padding: 30px 0 50px 0;
	background-color: #E5E5E5;
	color: #777;
}
footer .footer2 a{
	color: #777;
}
footer .footer2 p span{
	margin-right: 10px;
}
footer .footer2 img{
	float: right;
}
footer .footer3{
	padding: 20px 0px 0px 20px;
	background-color: #E5E5E5;
	color: #777;
}


/* PAGE */
body.page header{
	background: rgba(255,255,255,0.9);
	padding-bottom: 20px;
}
body.page main{
	padding-top: 160px;
}
body.page main h2,body.page main .sector h1{
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 15px;
	color: rgb(128, 128, 128);
}
body.page main h2 span{
	font-weight: 700;
}
body.page main h3{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 400;
}
body.page main h4{
	font-size: 26px;
	font-weight: 200;
	margin-bottom: 10px;
}
body.page main p{
	margin-bottom: 20px;
}
body.page main .sector img{
	margin-bottom: 20px;
}

.panel{
	box-shadow: none;
}
.panel-default{
	border: 0;
}
.panel-default>.panel-heading{
	background: transparent;
	border: 0;
	color: #555;
	padding:0;
	padding-top: 2px;
}
.panel-body{
	padding: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top: 0;
}
body.page main h1{
	font-size: 50px;
	color: #23ace0;
	margin-top: 0;
}
body.page main .panel h2{
	margin-bottom: 0;
	font-weight: 300;
}
body.page main .panel-active h2{
	font-weight: 700;
	color: #23ace0;
}
ul.menu-dropdown{
	list-style: none;
	padding-left: 25px;
}
ul.menu-dropdown li a{
	font-size: 20px;
	font-weight: 400;
}
ul.menu-dropdown li.active a{
	font-weight: 400;
}

body.page footer .footer1{
	margin-top: 60px;
}

body.page.news main .news-top{
	margin-bottom: 20px;
}
body.page.news main .news-right img{
	margin-top: 60px;
	border-radius: 0 20px;
}
body.page.news main h1{
	line-height: 1.3em;
	font-size: 35px;
	margin: 0;
	color: #555;
}
body.page.news main h1 span{
	font-weight: bold;
	font-size: 50px;
}
body.page.news main h2{
	color: #23ace0;
	font-size: 25px;
	margin-bottom: 30px;
}
body.page.news main .panel-active h2{
	font-size: 50px;
	margin-bottom: 10px;
}

body.page.contatti h1,.azienda h1{
	margin-bottom: 15px;
}
body.page.contatti iframe{
	margin-bottom:30px;
}
body.page.contatti input[type=text]{
	width: 100%;
	border: 0;
	outline: none;
	background: #e8e8e8;
	margin-bottom: 10px;
	border-radius: 30px;
	padding: 5px 10px 6px 10px;
}
body.page.contatti textarea{
	background: #e8e8e8;
	border-radius: 0 20px;
	border: 0;
	width: 100%;
	min-height: 119px;
	padding: 5px 10px 6px 10px;
	outline: none;
	margin-bottom: 10px;
}
body.page.contatti input[type=submit]{
	width: 100%;
	background-color: rgba(0,86,161,1);
	font-size: 18px;
	padding: 13px 0px 15px 0px;
	border: 0;
	color: #e8e8e8;
	opacity: 0.9;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity,color;
	transition-property: opacity,color;
}
body.page.contatti input[type=submit].submit2{
	background-color: rgba(128,128,128,1);
}
body.page.contatti input[type=submit]:hover{
	opacity: 1;
	color: #FFF;
}

.cover{
	width: 100%;
}

footer .footer2 .social{
	width: 75px;
	float: right;
	text-align: center;
	margin-top: 10px;
}
footer .footer2 .social a{
	background: rgb(128, 128, 128);
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	color: rgb(229, 229, 229);
}
footer .footer2 .social a:hover{
	background: #23ace0;
}


body.page .pulsante{
	margin-bottom: 5px;
}
body.page .pulsante img{
	border: 1px solid transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border-color;
	transition-property: border-color;
}
body.page .pulsante:hover img{
	border-color: rgb(128, 128, 128);
}
body.page .pulsante span{
	line-height: 2.4em;
	font-size: 18px;
	font-weight: 300;
}
body.page .pulsante ul{
	list-style: square;
	margin-bottom: 30px;
}

.box-blue{
	background:#23ace0;
	color: #FFF;
	padding: 18px;
	padding-bottom:29px;
}
body.page main .box-blue h4{
	font-size: 20px;
	margin-bottom:15px;
	margin-top:5px;
	line-height: 1.2em;
}
.box-blue ul{
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom:5px;
}
.box-blue ul li.st1{
	font-weight: 500;
	font-style: italic;
}
.box-blue ul li.st2{
	font-weight: 300;
}
.box-blue ul li.st3{
	font-weight: 700;
}
.box-blue ul li.st4{
	font-weight: 300;
	font-style: italic;
}
.box-blue ul li{
	padding: 0 5px;
	display: inline-block;
	text-align: center;
}

body.page main h4.sub{
	color: #23ace0;
	font-style: italic;
	margin-bottom:50px;
	font-size: 18px;
	font-weight:400;
}


/* HOME NEW */
.blue{
	background: #23ace0;
	color: #FFF;
	font-weight:400;
	padding: 15px 0 20px 0;
	line-height: 25px;
}
.bx-wrapper{
	overflow: hidden;
}
.bxslider p.desc{
	position: static;
	font-weight: 400;
	font-style: italic;
	color: #000;
	font-size: 14pt;
	right: 0;
}
span.h1{
	margin-top:0;
}



p.firma{
	font-weight: bold;
	color: #23ace0;
}


a.img-iapp{
	height:400px;
	border-bottom: 1px solid #23ace0;
}
.applications-images li a{
	display: block;
	width: 100%;
	padding:10px;
	margin-bottom:10px;
	position: relative;
}
body.page main .sector .applications-images li a img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	max-height: 94px;
}

ul.col2 li{
	width:50%;
	float:left;
	font-size:17px;
}

body.page main .about h1{
	font-size:40px;
	font-weight:300;
}

.about .row{
	position: relative;
}
.about .anchor{
	position: absolute;
	top:-160px;
}

.down{
	max-width: 80px;
	margin: 15px auto;
}

.about img{
	width: 690px;
	margin: 0 auto;
}

header .menu-mobile li.menu-title a{
	pointer-events: none;
	cursor: default;
}
header .menu-mobile li.sub a{
	background: #333;
	border:0;
}

@media(max-width:991px){
	ul.col2 li{
		width:100%;
		float:none;
	}
}
@media(max-width:767px){
	header{
		background: #FFF;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	main,body.page main{
		padding-top:120px;
	}
	header .logo{
		padding-left: 0;
	}
	header .logo img.img-responsive{
		max-width: 70px;
	}
	header .container{
		position: relative;
	}
	main .container{
		padding: 0;
	}
	.bx-wrapper .bx-controls-direction a{
		margin-top: 35px;
	}
	.bxslider p:not(.desc),.bxslider .h1{
		font-size: 22px;
		line-height: 1.4em;
		text-align:center;
		padding-bottom:10px;
		display: block;
	}
	.bxslider p:not(.desc) span.line2,.bxslider .h1 span.line2,.bxslider h1{
		font-size: 30px;
		display:block;
		margin-bottom:5px;
	}
	.bxslider p:not(.desc) span.line3,.bxslider .h1 span.line3{
		font-size: 14px;
		display: block;
		line-height: 1.4em;
	}
	footer .footer1{
		margin-top: -1px;
	}

	body.page main .sector-menu .panel h2{
		font-size: 20px;
		font-weight: 300;
	}
	ul.menu-dropdown{
		padding: 0;
	}
	ul.menu-dropdown li{
		float: left;
		margin-right: 3px;
		margin-bottom:3px;
	}
	ul.menu-dropdown li a{
		font-size: 16px;
		color: #FFF;
		background: rgba(150,150,150,0.5);
		padding: 0 10px 3px 10px;
	}
	.sector{
		padding-bottom: 30px;
		margin-bottom: 20px;
		border-bottom: 1px solid #555;
	}

	.info{
		padding-top:30px;
	}

	body.page.news main h1{
		font-size: 20px;
	}
	body.page.news main h1 span{
		font-size: 24px;
	}
	body.page.news main h2{
		font-size: 15px;
		padding-top: 5px;
	}

	.azienda h3{
		border-top: 1px solid #555;
		padding-top:10px;
	}


	.app{
	    padding: 0;
	    margin-bottom: 15px;
    }
    ul.menu-dropdown li.active a{
		font-weight: normal;
		background: #23ace0;
	}

	.mob-head{
		position:relative;
		height:44px;
	}

	.bxslider img{
		padding-top:0px;
		max-height: 206px;
	}
	.bxslider p.desc{
		font-size: 14px;
		margin: 10px 0 20px 0;
	}
	.bx-wrapper .bx-controls-direction a{
		top:20%;
	}

	.pulsante img{
		width: 100%;
	}

	footer .container{
		padding-right:0;
		padding-left:0;
	}
	body.page header{
		padding-bottom:10px;
	}

	a.img-iapp{
		height:auto;
	}
}
@media(min-width:768px){
	.bxslider p:not(.desc),.bxslider .h1{
		background: rgba(255,255,255,0.8);
		position: absolute;
		top: 200px;
	}
	.bxslider p:not(.desc) span.line1,.bxslider .h1 span.line1{
		font-weight: 300;
		font-size: 24pt;
		line-height: 0.7em;
	}
	.bxslider p:not(.desc) span.line2,.bxslider .h1 span.line2,.bxslider h1{
		font-weight: 700;
		font-size: 30pt;
		line-height: 1.1em;
		display: block;
		margin-bottom:10px;
	}
	.bxslider p:not(.desc) span.line3,.bxslider .h1 span.line3{
		font-weight: 300;
		font-size: 14pt;
		color: #23ace0;
		line-height: 1.1em;
		display: block;
	}
	.panel-group{
		min-height: 620px;
	}

	body.page main .panel h2{
		font-size: 30px;
	}

	header ul.menu li ul.submenu{
		top: 34px;
    }

    .mob-head{
		position:relative;
		height:81px;
	}


    .app{
	    margin-bottom: 15px;
    }
    img.img-responsive.product{
		max-width: 330px;
	}
	.bx-wrapper{
		padding-bottom:30px;
	}
	.bx-wrapper img{
		max-height: 350px;
		padding-top:160px;
	}
	.bxslider p.desc{
		font-size:14px;
		margin-top:10px;
	}
	.bx-wrapper .bx-controls-direction a{
		top: 63%;
	}

	header ul.menu li a{
		font-size: 15px;
		padding: 13px 20px 15px;
	}

	.applications-images li a{
		height:65px;
	}

	a.img-iapp{
		height:255px;
	}

	body.page main .sector h1{
		margin-top:2px;
	}
}
@media(min-width:992px){
	.bxslider p:not(.desc),.bxslider .h1{
		background: transparent;
		padding: 0;
	}
	img.img-responsive.product{
		max-width: 440px;
	}

	body.page main .panel h2{
		font-size: 40px;
	}

	.mob-head{
		height: auto;
	}

	.bx-wrapper{
		height: 565px;
		padding-bottom:0;
	}
	.bx-wrapper img{
		max-height: 480px;
		padding-top:110px;
	}

	.bxslider p:not(.desc) span.line1,.bxslider .h1 span.line1{
		font-size: 26pt;
	}
	.bxslider p:not(.desc) span.line2,.bxslider .h1 span.line2,.bxslider h1{
		font-size: 37pt;
	}
	.bxslider p:not(.desc) span.line3,.bxslider .h1 span.line3{
		font-size: 17pt;
	}
	.bxslider p.desc{
		font-size:14pt;
		margin-top:0;
	}
	.bx-wrapper .bx-controls-direction a{
		top: 50%;
	}

	header ul.menu li a{
		padding: 13px 30px 15px;
	}

	.applications-images li a{
		height:85px;
	}
	a.img-iapp{
		height:350px;
	}

	body.page main .sector h1{
		margin-top:10px;
	}
}
@media(min-width:1200px){
	header ul.menu li a{
		font-size: 18px;
		padding: 13px 35px 15px;
	}
	header ul.menu li ul.submenu{
		top: 38px;
    }
    img.img-responsive.product{
		max-width: 540px;
		max-height: 380px;
	}

	.bx-wrapper{
		height: 665px;
	}
	.bx-wrapper img{
		max-height: 600px;
	}

	.applications-images li a{
		height:100px;
	}
	a.img-iapp{
		height:400px;
	}
}

/* HELPER */
.clear{clear:both;}
.no-padding{padding: 0;}
