@import url('../fonts/fonts.css');

*{
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration: none !important;
}

.checkbox-holder, .checkbox-holder label{
	cursor: pointer;
}

/* ACCORDION ASSISTENZA */
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel .panel-heading {
    padding: 0;
}
.panel-group .panel .panel-heading h4 a {
    background: #f6f9fc;
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    /*background: #fff;*/
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "-";
    font-size: 30px;
    line-height: 10px;
}
.panel-group .panel .panel-heading h4 a i {
    color: #999;
    font-size: 12px;
}
.panel-group .panel .panel-body {
    padding-top: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-group .panel + .panel {
    border-top: none;
    margin-top: 0;
}
nav {
	padding: 3px;
	position: relative;
	background: #004c90;
	z-index: 100;
}
nav::after {
	content: "";
	display: block;
	clear: both;
}
hgroup {
	float:left;
	margin: 2px 2px 2px 10px;
}
aside {
	position: absolute;
	width: 300px;
	height: 100%;
	background: #004c90;
	top: 0;
	display: none;
	z-index:10;
}
aside::before {
	content: "";
	display: block;
	height: 67px;
}
aside a {
	display: block;
	padding: 12px 18px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	border-bottom: 1px solid #414141;
}
.toggle-wrap {
	padding: 10px;
	position: relative;
	cursor: pointer;
	float: left;
	
	/*disable selection*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 38px;
	margin: 10px 0;
	position: relative;
	border-top: 6px solid #fff;
	display: block;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #fff;
	height: 6px;
	width: 38px;
	position: absolute;
	top: -16px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
}
.toggle-bar::after {
	top: 4px;
}
.toggle-wrap.active .toggle-bar {
	border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 
	Generic Styling, for Desktops/Laptops 
*/
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

table tr {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

table th, table td {
	padding: .625em;
	/*text-align: center;*/
}

table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (max-width: 639px) {
	
	table { border: 0; }
	
	table thead { display: none; }
	
	table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	
	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}
	
	table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	table td:last-child {
		border-bottom: 0px;
	}
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(241, 132, 38, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

.content{
	max-width:1000px;
}

.container-fluid{
	background-color: white;
}

.content .fasciaBianca {
	padding: 20px;
	background-color: transparent;
}

.content .fasciaPrimary {
	padding: 20px;
	/*
		background-image: url('../images/pattern.png');
		background-repeat: no-repeat;
		background-position: center bottom;
	*/
	background-color: #00467f;
}

.content .fasciaGrigia {
	padding: 20px;
	/*
		background-image: url('../images/pattern2.png');
		background-repeat: no-repeat;
		background-position: center bottom;
	*/
	background-color: #3d464b;
}

.text-green{
	color: #65b561 !important;
}

.text-white{
	color: white;
}

.text-small-caps{
	font-variant: small-caps;
}

.span-info{
	color: white;
	background-color: #41983d;
	padding: 3px 8px;
	font-weight: bold;
}

small.text-white{
	font-size: 100%;
}

h1{
	font-size: 36px;
	color: white;
	letter-spacing: -1px;
}

h2{
	font-size: 30px;
	color: white;
}

h3{
	font-size: 22px;
	color: white;
	letter-spacing: -1px;
	line-height: 33px;
}

h4{
	font-size: 18px;
	color: white;
	letter-spacing: -1px;
	line-height: 33px;
}

h5.data{
	font-size: 18px;
	color: white;
	letter-spacing: -1px;
	line-height: 33px;
	margin-bottom: 21px;
}

h6.luogo{
	font-size: 18px;
	color: white;
	letter-spacing: -1px;
	line-height: 33px;
	
}

a > h4:hover{
	text-decoration: underline;
}

p{
	font-size: 16px;
}

.centered{
	margin: auto;
}

.page-container{
	max-width: 1180px;
	margin: 0 auto;
}

.row-header{
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.row-header .header-container{
	padding-top: 30px;
}

h2{
	font-weight: bold;
}

h1{
	font-weight: bold;
	color: #2dab66;
	font-size: 54px;
	line-height: 48px;
}

h4{
	border-right: 15px solid #2dab66;
	padding-right: 26px;
	margin-top: 50px;
}

h4 > strong{
	font-size: 26px;
}

h4 span{
	font-weight: 300;
	display: block;
    margin-top: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

h1.motiv{
	font-weight: 400;
    letter-spacing: 0.5px;
	margin-top: 30px;
}

h5{
	font-size: 32px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 30px;
}

#formUtente{
	margin-top: 40px;
}

.input-registra{
	border-radius: 0px;
	border: 2px solid #2dab66;
	padding: 0px 15px;
	font-size: 18px;
	margin-bottom: 20px;
	height: 40px
}

.input-registra:focus {
    border: 2px solid #288c55;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 103, 68, 0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 103, 68, 0.5);
}

.privacy *{
	color: #24244b;
}

.privacy{
	margin-top: 45px;
}

.privacy > strong{
	font-size: 16px;
}

.checkbox-holder label {
    font-weight: 400;
	max-width: 1130px;
	margin-left: 30px;
}

.checkbox-holder{
	margin-bottom: 10px;
}

.checkbox-holder input{
	width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
}

#btn-registra{
	color: white;
	font-size: 20px;
	background-color: #2dab66;
	padding: 5px;
	margin-bottom: 50px;
}

#btn-registra:hover{
	background-color: #288c55;
}

.row-footer{
	height: 60px;
	background-color: #23244b;
}

.privacy-link{
	color: #2dab66;
	font-weight: bold;
}

.row-b{
	background-color: rgba(45, 171, 102, 0.75);
	margin-top: 40px;
}

@media screen and (max-width: 992px) {
	.page-container{
	    padding: 0px 15px;
	}
	
	.row-header .header-container {
		padding-top: 20px;
	}
	
	h1.motiv {
		margin-top: 30px;
		font-size: 34px;
		line-height: 34px;
	}
	
	.row-header .page-container{
		background-color: rgba(34, 48, 136, 0.34);
	}
	
	.row-header {
		background-size: cover;
	}
	
	.logo-ff{
		margin-bottom: 30px;
	}
	
	h5{
		font-size: 20px;
		line-height: 26px;
	}
	
	.h4b{
		margin-bottom: 40px;
	}
	
	.checkbox-holder label {
		max-width: 80%;
	}
	
	.checkbox-holder input {
		width: 20px;
		height: 20px;
		top: -25px !important;
		left: 10px;
	}
}