@charset "utf-8";
/* CSS Document */

body
{
	font-size:12pt;
	color:#505151;
	margin:0px;
	text-align:center;
}

.container {
	margin:auto;
	max-width:1200px;
    min-width:500px;
	padding-left:15px;
    padding-right:15px;
}

.header .top {
	height:36px;
	line-height:36px;
	background-color:#f5f7fa;
	border-bottom:solid 1px #e6e6e6;
}

.header .top .container {
	text-align:right;
	font-size:8pt;
	color:#536a7f;
}

.header .logo {
	padding:20px 0px 25px 0px;
}

.header .logo .container {
	text-align:left;
}

.header .logo br {
	display:none;
}

.header .logo .cfl {
	float:right;
}

.login {
	height:370px;
	position:relative;
	background:url("/Images/Login/login-bkg.jpg") no-repeat center center transparent;
	background-size:cover;
}

.login .form {
	width:500px;
	margin:auto;
	color:#ffffff;
	padding-top:60px;
}

.login .form h1 {
	text-transform:uppercase;
	font-size:24pt;
	margin-bottom:35px;
}

.login .form .fields {
	width:240px;
	margin:auto;
}

.login .form input {
	padding:5px 10px;
	background:transparent;
	border:solid 1px #ffffff;
	border-radius:8px;
	font-size:15pt;
	font-weight:300;
	color:#ffffff;
	margin-bottom:10px;
}

.login .form input:focus {
	box-shadow:0px 0px 5px #80c1ff;
}

.login .form button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #80c1ff;
	border-color: -moz-use-text-color -moz-use-text-color #6598c9;
	border-image: none;
	border-radius: 5px;
	border-style: none none solid;
	border-width: 0 0 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 13pt;
	font-weight: 700;
	margin-top: 30px;
	padding: 8px 35px;
	text-transform: uppercase;
	cursor:pointer;
}

.login .form button:hover {
	background-color:#5ca9f3;
}
	
.login .loader {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	background-image:url("/Images/Login/loader.gif");
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.login .loader.vis {
	display:block;
}

.login .loader.loaded {
	background-image:none;
}

.login .loader .content {
	width:100%;
	padding:140px 0px 0px 0px;
}

.login .loader .content .msg {
	width:400px;
	height:100px;
	margin:auto;
}

.login .loader .content .msg span {
	color:#fb455e;
	display:block;
	margin-bottom:30px;
	font-size:15pt;
}

.login .loader .content .msg button {
	background-color:#fb455e;
	color:#fff;
	border:none;
	padding:5px 20px;
	border-radius:5px;
	cursor:pointer;
}

.primoPiano {
	padding-top:20px;
	padding-bottom:20px;
	font-size: 20pt;
	font-weight: 100;
}

#bloccoNews .pager {
	display:inline-block;
	margin:0px auto 15px;
	max-width:200px;
	background:url("/Images/Login/news-pager.png") no-repeat center center transparent;
	list-style-type:none;
	padding:0px 30px;
}

#bloccoNews .pager li {
	display:inline-block;
	width:16px;
	height:16px;
	box-sizing:border-box;
	padding:2px;
	background:#fff;
	border:solid 1px #dedede;
	border-radius:10px;
	margin:0px 5px;
	cursor:pointer;
}

#bloccoNews .pager li span {
	display:block;
	width:100%;
	height:100%;
	border-radius:100%;
	background-color:#80c1ff;
}

#bloccoNews .pager li.sel, #bloccoNews .pager li.sel span {
	cursor:default;
}

#bloccoNews .news {
	list-style-type:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	text-align:center;
	overflow:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	transition:opacity 0.3s ease-out;
	-moz-transition:opacity 0.3s ease-out;
	-webkit-transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
}

#bloccoNews .news.vis {
	opacity:1;
	filter:alpha(opacity=100);
}

#bloccoNews .news li {
	display:inline-block;
	width:350px;
	margin:10px 30px;
	max-height:270px;
	overflow:hidden;
}

#bloccoNews .news li.hid {
	display:none;
}

#bloccoNews .news li .index, #bloccoNews .news li .data, #bloccoNews .news li h3, #bloccoNews .news li .txt {
	display:block;
	float:left;
	width:100%;
}

#bloccoNews .news li .index {
	height:40px;
	overflow:hidden;
}

#bloccoNews .news li .index span {
	display:inline-block;
	border:solid 1px #e6e6e6;
	border-radius:200px;
	font-size:19pt;
	color:#83aace;
	margin:auto;
	width:80px;
	height:80px;
	line-height:57px;
	font-weight:100;
}

#bloccoNews .news li .data, #newsdet .container .data {
	margin-top:20px;
	color:#999;
	font-size:10pt;
}

#bloccoNews .news li h3 {
	height:75px;
	overflow:hidden;
	margin:10px 0px;
}

#bloccoNews .news li .txt {
	height:80px;
	overflow:hidden;
}

#bloccoNews .news li .desc {
	display:none;
}

.footer {
	margin-top:60px;
	background-color:#2e3c47;
	font-size:9pt;
}

.footer .logo {
	padding:20px 0px 25px 0px;
	width:100%;
}

.footer .logo .container {
	text-align:left;
}

.footer .logo .container .l {
	width:70px;
}

.footer .logo .privacy {
	float:right;
	margin-top:7px;
}

.footer .delimiter {
	background-color:#253039;
	padding-top:20px;
}

#newsdet {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:10000;
	text-align:center;
	opacity:0;
	filter:alpha(opacity=0);
}

#newsdet.vis {
	opacity:1;
	filter:alpha(opacity=100);
}

#newsdet .container {
	background-color:#fff;
	width:800px;
	height:500px;
	overflow:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	border-radius:4px;
	box-shadow:0px 2px 3px rgba(0,0,0,0.4);
	position:relative;
}

#newsdet .container .x {
	position:absolute;
	top:-15px;
	right:-15px;
	display:block;
	border-radius:30px;
	width:30px;
	height:30px;
	background-color:#fff;
	border:solid 2px #505151;
	cursor:pointer;
	font-size:17pt;
	line-height:26px;
	font-weight:bold;
}

#newsdet .container .x:hover {
	background-color:#505151;
	color:#fff;
}

#newsdet .container .pad {
	padding:30px 20px;
	text-align:left;
}

#newsdet .container h3 {
	color:#536a7f;
}

#newsdet .container .txt {
	padding-right:20px;
	font-size:10pt;
	text-align:justify;
	height:300px;
}


body, input, textarea, button {
	font-family: 'Source Sans Pro', sans-serif;
}

a {
	color:#536a7f;
	text-decoration:none;
}

a:hover {
	color:#6ea2d2;
}

a img {
	border:0px;
}

h1, h2 {
	font-weight:700;
	margin:0px;
}

a, .tran, .tran * {
	transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
}

.clear {
	clear:both;
}












@media screen and (max-width:78em) {
	
	.container {
		max-width:unset;
		min-width:unset;
		width:auto;
	}
	
	#newsdet .container {
		width:auto;
		margin-left:20px;
		margin-right:20px;
		height:400px;
	}
	
	#newsdet .container .txt {
		height:200px;
	}
	
	#newsdet .container h3 {
		max-height:80px;
		overflow:hidden;
	}
	
}

@media screen and (max-width:35em) {
	
	.header .top .container {
		text-align:center;
	}
	
	.header .logo {
		padding:10px 0px;
	}
	
	.header .logo .container {
		text-align:center;
	}
	
	.header .logo .container > img {
		width:90px;
	}
	
	.header .logo br {
		display:inline;
	}
	
	.header .logo .cfl {
		float:none;
		width:230px;
		display:inline-block;
	}
	
	.header .logo .cfl img {
		width:100%;
	}
	
	.login {
		height:280px;
	}
	
	.login .form {
		padding-top:30px;
		width:auto;
	}
	
	.login .form h1 {
		font-size:18pt;
		margin-bottom:25px;
	}
	
	.login .form button {
		margin-top:20px;
	}
	
	.login .loader .content {
		padding-top:100px;
	}
	
	.login .loader .content .msg {
		width:auto;
	}
	
	.primoPiano {
		padding:20px 0px;
	}
	
	#bloccoNews .news {
		margin-top:0px;
	}
	
	#bloccoNews .news li {
		width:auto;
	}
	
	.footer .logo {
		padding:10px 0px;
	}
	
	.footer .logo .container {
		text-align:center;
	}
	
	.footer .logo .privacy {
		float:none;
	}
	
	.footer .delimiter {
		display:none;
	}
	
}