/* by Malkeet Singh */

@charset "utf-8";
@import "responsive.css";
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600');


html {
    margin:0;
}

body{
    font-family: 'arial', 'sans-serif' !important;
    margin: 0;
    font-size:14px;
    color: #464646;
	font-weight: 300;
}

.regular{
	font-weight: 400;
}

a , a:focus{
    color: inherit;
    text-decoration: none;
    outline: 0;
}

a:hover{
	text-decoration: underline;
	color: inherit;
}

.page-min{/* min-height: 600px;*/}


a.link-normal, a.link-normal:hover{
	text-decoration: none !important;
}


/* color */

.color-rosso{
	color: #FBBF09;
}

/* end color */

#term-privacy{
	font-size: 12px;
	margin-bottom: 15px;
}

/* animation effect /

.btn-light{
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	border-radius: 50%;
}

.btn-dark{
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(45, 45, 45, 0.7);
}

.btn-light-cont:hover .btn-light {
	-webkit-animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
	-moz-animation: pulse 1s  cubic-bezier(0.10, 0, 0, 1);
	-ms-animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
	animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 12px rgba(45, 45, 45, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 12px rgba(45, 45, 45, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 12px rgba(45, 45, 45, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 12px rgba(45, 45, 45, 0);}}


.btn-dark-cont:hover .btn-dark {
	-webkit-animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
	-moz-animation: pulse 1s  cubic-bezier(0.10, 0, 0, 1);
	-ms-animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
	animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
}

/**********/
/*
.btn-grow{
	position: relative;
	transition: transform .1s linear, opacity .1s linear, box-shadow .1s linear;
}


.btn-grow-cont:hover .btn-grow {
	transform: scale(1.2,1.2);
}

/* end animation effect */

/* header */

header,footer{
	font-family: 'oswald', sans-serif !important;
}

.header-top{
    background-color: #9cabb0;
	color:#fff;
	font-size: 14px;
}

.info{
	padding: 3px 0; 
}

.info img{
	width:20px;
	margin-right: 5px;
	margin-top: -5px;
}

.info.social{padding: 4px 0; }
.info.social img {
    margin-left: 1px;
	margin-right: 1px;
	margin-top: -4px;
}

.info .assitenza{
	margin-right: 30px;
}

.header-top .info .regular{
	font-size: 16px;
}

.btn-ftpec {
    background-color: #fff;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 4px;
    margin-top: -1px;
    margin-left: 30px;
	color: #464646;
	float: right;
}

.btn-ftpec span {
    color: #464646;
    float: left;
    line-height: 1;
    font-size: 14px;
    margin-top: 2px;
}

.btn-ftpec img {
    float: left;
    margin-left: 5px;
    margin-top: 0px;
    margin-right: 0;
    width: 57px;
}

.btn-ftpec:hover {
    background-color: #eaeaea;
}

.header-middle {
    padding: 15px 0 0 0;
    width: 100%;
    z-index: 1;
	font-weight: 400;
	margin-bottom: 20px;
}

.btn_giallo a{
	color: #0C3293;
}

.logo img {
	width: 200px;
}

.logo .logo-img, .logo .logo-text{
	float: left;
}

.logo-text{
	margin-top: 22px;
	margin-left: 10px;
}

.logo-text h1{
	font-weight: bold;
}

.logo-text h1, .logo-text h2{
	font-size: 18px;
	margin: 0px;
}

.logo-text h2{
	font-weight: 300;
	margin-top: 5px;
}

/* /header */


/* footer */

.dati-azienda {
    background-color: #9cabb0;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 12px;
}

.dati-azienda a{
	color: #fff;
}


footer{
	float:left;
	width:100%;
	margin-top: 80px;
}

.footer-altri-sevices{
    color: #464646;
    padding-top: 15px;
    padding-bottom: 15px;
	border-top: 1px solid #D8D8D8;
}

.seguici-anche-su{
    float: left;
    width: 11.1%;
    font-family: 'oswald';
    font-weight: bold;
    /*margin-bottom: 30px;*/
    text-align: center;
	min-height: 1px;
}

.seguici-anche-su img{
    height:20px;
    margin-bottom: 5px;
}

.testo-logo {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
}

.footer-altri-sevices a:hover{
	text-decoration: none;
}

/* footer */

.page-heading{
    text-align: center;
    font-family: 'Oswald','san-serif' !important;
    font-weight: bold;
	color: #FBBF09;
	font-size: 27px;
	margin-bottom: 5px;
}

.page-sub-heading{
	text-align: center;
    font-family: 'Oswald','san-serif' !important;
    font-weight: bold;
	font-size: 20px;
	margin-bottom: 35px;
}


.btn-submit{
	background-color: #FBD473;;
	border: 1px solid #FBD473;
	color: #464646;
	font-weight: bold;
	font-family: 'Oswald','san-serif' !important;
	padding: 2px 30px;
	border-radius: 0;
	font-size: 22px;
}

.btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit:active:hover{
	background-color: #F9C33A;
	border: 1px solid #F9C33A;
	color: #464646;
}

.form-container{
	margin-top: 30px;
    border: 2px solid #e5e5e5;
    padding: 25px;
}

label{font-weight: normal;}


.richiedi-info{
	margin-bottom: 25px;
	background-color: #cedde2;
	padding: 5px;
	text-align: center;
	font-family: 'Oswald','san-serif' !important;
	font-size: 18px;
}

.warning-class {
    background-color: #F6F6F6;
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
}

.warning-class  img.warning {
    width: 30px;
	margin-right: 15px;
    margin-bottom: 20px;
	float: left;
}

.warning-class span {
	display: table;
}

.box_guida_cont{
	width: 80%;
	margin: 0 auto;
}

.box_guida {
    width: 100%;
    margin: 45px 0;
    border: 2px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding: 25px;
}

.box-head {
	margin-bottom: 25px;
	background-color: #cedde2;
	padding: 5px;
	text-align: center;
	font-family: 'Oswald','san-serif' !important;
	font-size: 22px;
	font-weight: bold;
}

.container_prezzi {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.container_prezzi .sol-dettaglio{
	width: 100%;
	float: left;
}

.container_prezzi .sol-dettaglio-text {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.sol-dettaglio ul {
    list-style: none;
    padding: 0 0 0 5%;
	margin: 0 auto;
	width: 100%;

}


.sol-dettaglio-text ul li {
    width: 50%;
    float: left;
}


.sol-dettaglio-text ul li::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    width: 30px;
    color: #00944B;
    float: left;
}

.container_prezzi .sol-dettaglio-text {
	font-size: 20px;
    line-height: 1.6;
}
/*
.sol-dettaglio-text ul li {
    width: 100% !important;
    font-size: 11px;
}*/