
body {

	font-size: 0.9em;
	font-weight: 400;
	line-height: 2;
	color: #787a7b !important;

}
.features-boxed {
	color: #242c6b;
}

p{font-size: 1.1em !important;	line-height: 1.8;}

.fa-stop {
	font-size:10px; color :#262b5c;
}
.fa-ul > li {
    padding-top: 3px !important;
	padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	color :#242c6b !important;
	font-weight: bold;
}
h6 {
	line-height: 2;}
.testoBianco{
	color:#FFF !important;
}

.testoArancio{
	color:#f6bc21 !important;
}


.features-boxed .box.icon:after{
	/*	color: #FFF !important;*/
	background-color: #f6bc21 !important;
}
.tada{
	background-color: #f6bc21 !important;
	color:#FFF !important;
}
.ico-top:hover , .header-top a:hover{
    cursor: pointer;
    text-decoration: none;
    color:#2e75b6;
}

.icon2 {
    font-size: 60px;
    color: 	#f6bc21;
	margin-top: 20px;
	margin-bottom: 35px;
	background-color:#FFF;
    border-radius: 100px;
    padding-top: 30px;
    width: 120px;
    height: 120px;
}
.header-top{
    background-color: #282425/*#242c6b*/;
    /*height:40px;	padding-bottom: 5px;*/
	color:#fff;
	
padding-top: 2px;
	font-size:13px;

}

.header-top span{

    font-weight: bold;
    margin-top: 8px;
    /*float: left;*/
}

.header-top i{

    margin-top: 7px;
	/* float: left;*/
    margin-right: 5px;
}

.header-top span img{
    width: 25px;
}


.header-top ul{ list-style:outside none none; margin:0; padding:0; clear:both; width:auto;}
.header-top ul li{display:inline-block; width:auto; text-align:center;}
.header-top ul li:first-child{border-right:0px solid #FFF; padding:0 9px 0 0;}
.header-top ul li:nth-child(2){padding:0 0px 0 5px;}
.header-top ul li a{display:inline-block; color:#FFFFFF; text-decoration:none;}
.header-top ul li a.first{border-right:0px solid #FFF;}
.header-top ul li a:hover{color:#f6bc21!important}

.navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
	font-size:0.8rem;
}
.navigation-clean.navbar .navbar-nav .nav-link :hover{
	color:#2e75b6;;
}

.btn-dark {
	color: #fff;
	background-color: #242c6b;
	border-color: #242c6b;
}
.btn-dark:hover {
	color: #fff;
	background-color: #2e75b6;;
	border-color: #2e75b6;;
}
.btn-dark.focus, .btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(19, 58, 91, 0.5);
}

.footer-dark ul a:hover {
	color: #f6bc21 !important ;
}
.footer-dark ul a {
    color: #FFF !important;
    text-decoration: none;
    opacity: 1;
}
.footer-dark .menu li{display: inline-block; color:#FFF; opacity: 0.3; padding-left:10px; font-size: 12px}

.footer-dark  {background-color: #282425 !important}

.brands li {
	display: inline-block;

}

.features-boxed .item .boxContatti {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
	height: 250px
}

.features-boxed .item .boxContatti .icon {

    padding: 0px;
	margin:0px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px;
	border-color: #ddd;
	padding: 20px 5px;



}

.fa-icon {
	font-size: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
	margin: 0px 5px 10px 5px;
	color: #fff;

}

@media (max-width:1024px) {
	.navigation-clean.navbar .navbar-nav .nav-link {

		font-size:0.7rem;
	}
}
@media (max-width:994px) {
	.hide-mobile{display: none}
}