/*
Global
============================= */

@media print {
	.container {
		width: 90%;
		margin: 0 0 0 0;
	}
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
	/*font-family:'Source Sans Pro', sans-serif;*/
	font-family: Times New Roman, serif;
	/*font-family:'Myriad Set Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	color:#111;
	font-size:14pt;
	font-weight: 300;
	  -webkit-font-smoothing: antialiased;
     font-smoothing: antialiased;
}

* {
     text-shadow: 0 1px 1px rgba(255,255,255,.0);
}

p, li {line-height: 20pt}
a{/*color:#0088cc;*/color: #00F;}
a:hover{color: #00F;text-decoration: underline;}

h1,h2,h3,h4,h5,h6{
	/*font-family:'Source Sans Pro', sans-serif;*/
	font-family: Times New Roman, serif;
	/*font-family:'Myriad Set Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	letter-spacing: 1.1px;
}

h1{font-size:34pt; font-weight: 300; color: #333; margin-bottom: 20px; margin-left: 0em; line-height: 38pt;}
h2{font-size:28pt; font-weight: 300; color: #333; margin: 30px 0; margin-left: 0em; line-height: 32pt;}
h3{font-size:18pt; font-weight: 400; margin: 20px 0; margin-left: 0em; line-height: 20pt;}
h4{font-size:14pt; font-weight: 600; margin-left: 0em; line-height: 18pt;}

label {font-size:14pt;padding-bottom: 10px;}

.help-block {
	color: red;
}

.fsize10 { font-size: 10pt; }
.fsize11 { font-size: 11pt; }
.fsize12 { font-size: 12pt; }
.fsize13 { font-size: 13pt; }
.fsize14 { font-size: 14pt; }
.fsize15 { font-size: 15pt; }
.fsize16 { font-size: 16pt; }
.fsize17 { font-size: 17pt; }
.fsize18 { font-size: 18pt; }
.fsize19 { font-size: 19pt; }
.fsize20 { font-size: 20pt; }
.fsize21 { font-size: 21pt; }
.fsize22 { font-size: 22pt; }
.fsize23 { font-size: 23pt; }
.fsize24 { font-size: 24pt; }
.fsize25 { font-size: 25pt; }
.fsize26 { font-size: 26pt; }
.fsize27 { font-size: 27pt; }
.fsize28 { font-size: 28pt; }
.fsize29 { font-size: 29pt; }
.fsize30 { font-size: 30pt; }
.fsize31 { font-size: 31pt; }
.fsize32 { font-size: 32pt; }
.fsize33 { font-size: 33pt; }
.fsize34 { font-size: 34pt; }
.fsize35 { font-size: 35pt; }
.fsize36 { font-size: 36pt; }
.fsize37 { font-size: 37pt; }
.fsize38 { font-size: 38pt; }
.fsize39 { font-size: 39pt; }
.fsize40 { font-size: 40pt; }


.pointer {cursor: pointer;}

.gaRedText { color: #680001; }
.gaBlueText { color: #0000FF; }
.lightBold { font-weight: 500; }

.green { color: #090; }
.red { color: #F00; }
.white { color: #FFF; }
.white:hover { color: #FFF; text-decoration: underline;}
.redred { color: #AA0000; }
.blueblue { color: #0000AA; }
.yellow { color: #FF0; }

.italic { font-style: italic; }
.bold { font-weight: bold; }
.justify { text-align: justify;  }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

.gaRedBg { background-color: #680001; }
.gaGrayBg { background-color: #F9F9F9; }

.padding-0111em { padding: 1px 1em 1em 1em; }
.padding-1em { padding: 1em 1em 1em 1em; }
.padding-1emtb { padding: 1em 10px 1em 10px; }

.padding-top-1em { padding-top: 1em; }
.padding-bottom-1em { padding-bottom: 1em; }
.padding-left-1em { padding-left: 1em; }
.padding-right-1em { padding-right: 1em; }

.btn-provvedimenti { box-shadow: 0px 5px 20px #666; padding: 15px 15px 15px 15px; }


.titlePaddingTop { padding-top: 1em; transition: all 250ms ease-in-out; }

.titlePaddingTop h1 { transition: all 250ms ease-in-out; }

.titlePaddingTop.fixed {
	position: fixed; top: 30px; background-color: #fff; width: 100%; font-size: 14pt; border-bottom: 1px solid #eee; margin-left: 30px;
	transition: all 250ms ease-in-out; z-index: 1;
}

.titlePaddingTop.fixed h1 {
	font-size: 14pt;
	transition: all 250ms ease-in-out;
}

.gaGrayBorder { border: 1px solid #F0F0F0; }

.highlightBlue { background-color: #00a2ff; border: 1px solid #0092ff; color: #FFF; padding: 2px 4px 2px 4px; font-size: 0.7em; width: 100%;}
.highlightRed { background-color: #d22525; border: 1px solid #d21515; color: #FFF; padding: 2px 4px 2px 4px; font-size: 0.7em; width: 100%;}

.loading-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(50,50,50,0.3); z-index: 999;}
.loading { position: fixed; top: 50%; left: 41%; width: 10%; background-color: #FCFCFC; z-index: 1000; padding: 1em 1em 1em 1em; box-shadow: 0px 5px 20px #DDD; border-radius: 5px;}
.loading img { width: 50px; }

.w100 { width: 100%; }
.w99 { width: 99%; }
.w98 { width: 98%; }
.w97 { width: 97%; }
.w96 { width: 96%; }
.w95 { width: 95%; }
.w90 { width: 90%; }
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w65 { width: 65%; }
.w60 { width: 60%; }
.w55 { width: 55%; }
.w50 { width: 50%; }

@media (min-width: 800px) {

	.modal-lg { width: 70%; left: 50%; margin-left: -35%; }

}

/* 
HEADER ROW STYLE
===========================*/
#header-row{
	/*background: #017cbc; Blu Servizi*/
	/*background: #680001; Rosso Gazzetta*/
	background: #680001;
	border-bottom:1px solid #eee;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 5px 0px 0 0px;

	background-image: url('/img/banda_tricolore_lite.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 4px;
	max-width: 2000px;
	margin: 0 auto;
}

#header-row .logo-row {
	padding: 15pt 15pt 15pt 15pt;
	background-image: url('/img/header_bg.png');
	background-size: 100%;
	background-color: #c0c0c0;
}

#header-row .nav-row {
	background-image: url('/img/banda_tricolore_lite.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 6px;
	margin-top: 0;
	padding-top: 0;
	transition: font-size 250ms, top 250ms ease-in-out;
}

.nav-row.fixed {
	position: fixed; width: 100%; background: #680001; margin-left: 0; top: 0; z-index: 3;
	font-size: 90%;
	overflow: hidden;
	transition: font-size 250ms, top 250ms ease-in-out, height 250ms;
}

#header-row .navbar{margin:10px 0 0 0; /*background: #680001;*/}

#header-row .navbar .navbar-inner{
	border:none;
	box-shadow: none;
	margin: 0;
	background: transparent;
}

#header-row .navbar .navbar-inner ul.nav > li > a{
	box-shadow: none;
	background: transparent;
	/*color: #0088cc;*/
	text-shadow: 0 0px 0 #BBBBBB;
	color: #FFFFFF;
}

#header-row .navbar .navbar-inner ul.nav li.active a{
	/*color: #333;*/
	color: #FFFFFF;
}

#header-row .navbar.center .navbar-inner {
    text-align: center;
}

#header-row .navbar.center .navbar-inner .nav {
    display:inline-block;
    float: none;
}

#header-row .navbar.center .navbar-inner .nav.left {
	float: left;
	padding-left: 20px;
}

/* 
Briciole Style
===========================*/
.rowBriciole {padding-left: 1em; font-style: italic;}
.rowBriciole a {color: #555;}
.rowBriciole a:hover {color: #000; text-decoration: underline;}

/* 
Carousel
===========================*/

/*
.carousel-control{
	background: transparent;
	width: 14px;
	height: 14px;
	font-size: 14px;
	top:50%;	
}

.carousel-control.right{right:-30px;}
.carousel-control.left{left:-30px;}

.carousel{
	height: 500px;
	background: url(../img/slide-bg.png) no-repeat bottom center;
}

.carousel img{
	max-width: 100%;
}

.carousel-caption {
      background-color: transparent;
      position: relative;
      max-width: 100%;
      padding: 0 20px;
      margin-top:10%;
}

.carousel-caption h1{
	font-size: 50px;
     line-height: 55px;
	text-transform: capitalize;
	margin-bottom: 30px;
	color:#333;
	font-weight:300;
}
.carousel-caption .lead{
	color: #555;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 40px;
	font-weight: 400
}
*/

/* Dashboard
==================*/

.dashboard-box-container {
	border: 1px solid #EEE;
	box-shadow: 0px 5px 20px #EEE;
}

.dashboard-box {
	background-color: #F9F9F9;
	padding: 10px 0px 10px 0px;
	margin-left: 14px;
	/*margin-left: 8px;
	margin-right: 8px;*/
	margin-bottom: 20px;
}

.dashboard-boxfield {
	padding-left: 20px;
}

.dashboard-boxaction {
	padding: 10px 20px 10px 20px;
}

.dashboard-line {
	padding: 6px 0px 10px 0px;
}

/* CFR TABLE
==================*/

table.cfr {

}

table.cfr tr {

}

table.cfr tr:nth-child(even) {
	background-color: #f2f2f2;
}

table.cfr tr:nth-child(odd) {
	background-color: #ffffff;
}

table.cfr th {

	padding: 1em 1em 1em 1em;
	text-align: center;
}

table.cfr td {

	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
}

table.cfr td:nth-child(1) {
	
	text-align: left;
	border-right: 1px dashed #999999;
}

table.cfr.featured td:nth-child(2) {

	background-color: #e2e2ff55;	
}

table.cfr img {

	width: 2em;
}


/* Divider
==================*/
.hr-divider {
	background: url(../img/slide-bg.png) no-repeat bottom center; 
	width:100%;
	height: 50px;
	margin-bottom: 20px;
	display: block;
	clear: both;
}

.vr-divider {
	border-left: 1px solid #f5f5f5;
	/*padding-left: 8px;*/
}

/*Feature
==========================*/
.feature-box{
	margin-top: 60px;
	text-align: center;
}

.feature-box img {
	height: 150px;
	max-height: 80%;
}

.cnt-title { text-align: center; margin-bottom: 50px;}
.cnt-title span { 
	font-size: 24px;
	font-weight: 200;
}

/* Review
==========================*/
.review{
	margin: 80px 0;
}

/* Page Header
==========================*/

.page-header {
	border-bottom: 1px solid #f5f5f5;
	margin-top: 2px;
	margin-bottom: 2px;
}

.page-header h1 {
	margin-bottom: 2px;
}

/* Page Content
==========================*/

.presentation-text, .presentation-text p, .presentation-text li {
	font-size: 18pt;
	line-height: 30pt;
	margin-left: 4px;
	float:none;
}

.presentation-text img {
	/*
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	box-shadow: 0px 10pt 30px #f3f3f3;
	*/
}

.action-text {
	margin-left: 14px;
}

.loginorjoinbox {
	width: 75%;
	margin: 0 auto;
	padding: 1em 1em 1em 1em;
	background-color: #F9F9F9;
	border: 1px solid #EFEFEF;
	box-shadow:0 5px 10px #f5f5f5;
}

.rivista-preview {
	float: left;
	border: 1px solid #F0F0F0;
	background-color: #F9F9F9;
	padding: 1em 0.5em 1em 0.5em;
	margin-bottom: 1em;
	margin-right: 1em;
	width: 18%;
	min-width: 140px;
	max-width: 200px;
	/*background-image: url('/img/logo_small.png');*/
	background-repeat: no-repeat;
	background-position: center 12px;
}

.rivista-preview img { opacity: 0.8; }

.rivista-preview:hover img { opacity: 1; }

.inquestonumerosmall {
	font-size: 11pt;
}

.inquestonumerosmall li {
	margin-bottom: 1.5em;
}

/*Media
========================*/

.media{
	/*height: 220px;
	overflow: auto;*/
	margin-bottom:5px;
}

/*MAP
========================*/
#map-canvas{
	height: 400px;
	border: 15px solid #fff;
	box-shadow:0 0 0 1px #f5f5f5;
}


/*MAP
========================*/

.blog-post{
		border-bottom: 2px solid #f5f5f5;
		padding:0 0 50px; 
		margin-bottom: 40px;
}


.blog-post p{
	margin: 20px 0;

}


.postmetadata{
	margin-bottom: 20px;
	padding: 5px 0;
}

.postmetadata ul{margin: 0; padding: 0}

.postmetadata ul li{
	display: inline-block;
	margin-right: 20px;
}

.postmetadata i{
	margin: 4px 5px 0 0;
}


/*Sidebar
========================*/

.side-bar {margin-bottom: 30px; margin-left: 0px; padding-left: 1em;}

.side-bar ul{margin: 0; padding: 0}
.side-bar ul li{list-style: none; border-bottom: 1px solid #EEE; padding-top: 5px; padding-bottom: 5px;}

.side-bar h3{margin-bottom: 10px}

.recent-post strong {display: block; margin-bottom: 5px; color: #888 }

.recent-post li{margin-bottom: 15px}

.side-bar ul li.menu-button {border: 1px solid #EEE; background-color: #F9F9F9; padding: 5px 5px 5px 5px; margin-top: 20px; border-radius: 3px; box-shadow: 0 4px 5px #EEE;}

.side-bar ul li.menu-button-selected {border: 1px solid #99F; background-color: #FFF;}

/*Tags
========================*/

/*ServicesIconbar
========================*/

.services-iconbar { background-color: #F5F5F5; margin: 0 auto; padding: 10px 0 10px 0; border-bottom: 2px solid #DDD; }

.services-iconbar.transparent { background-color: transparent; }

.services-iconbar img { width: 75px; height: 75px; padding: 10px 10px 10px 10px; opacity: 0.75; transition: width 250ms, height 250ms; }

.services-iconbar img:hover { opacity: 1.0; }

.services-iconbar.fixed { position: fixed; left: 0; top: 50px; background-color: #fff; width: 100%; text-align: center; border-bottom: 1px solid #eee; z-index: 10; }

.services-iconbar.fixed img { width: 40px; height: 40px; padding: 4px 5px 0px 5px; transition: width 250ms, height 250ms; }


/* NEWS BANCA DATI
==================*/

.bdgari-container {
	width: 88%;
	margin: 0 auto;
}

.bdgari-news {
	border: 1px solid #EEE;
	margin-bottom: 1em;
	padding: 0.6em 0.6em 0.6em 0.6em;
	background-color: #F9F9F9;
}

.bdgari-box {
	width: 40%;
	float: left;
	border: 1px solid #F5F5F5;
	box-shadow: 0px 5px 20px #EEE;
	padding: 15px 15px 15px 15px;
	margin: 2% 2% 2% 2%;
	margin-top: 2em;
	opacity: 0.0;
	background-color: #FBFBFB;
	border-radius: 5px;

    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.bdgari-box-full {
	width: 98%;
	border: 1px solid #EEE;
	box-shadow: 0px 5px 20px #EEE;
	padding: 15px 15px 15px 15px;
	margin: 2% 2% 2% 2%;
	margin-top: 2em;
	opacity: 0.0;
	background-color: #F9F9F9;

    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.bdgari-date {
	font-size: 0.8em;
	color: #777;
}

.bdgari-boxfield {
	padding-left: 20px;
}

.bdgari-boxaction {
	padding: 10px 20px 10px 20px;
}

.bdgari-line {
	padding: 6px 0px 10px 0px;
}


/* ACCADEMIA
==================*/

.calendarFixed.fixed { position: fixed; top: 120px; right: 10px; height: 100px; }

.table-calendar { max-width: 500px; font-size: 12pt; background-color: #fff; }

.input-calendar { -webkit-appearance:none; background-color: #c00; color: white; }

.input-calendar-small { width: 50px; }

.calendar-row { border: 0px solid #ddd; padding: 1em; vertical-align: middle; margin-top: -1px; }

.calendar-icon { max-width: 120px; min-width: 110px; border: 1px solid #ddd; margin-left: auto; margin-right: auto; margin-top: 1em;}

.calendar-icon-header { font-size: 12pt; background-color: #c00; color: #fff; padding-left: 5pt; padding-right: 5pt; }

.calendar-icon-body { font-size: 36pt; line-height: 40pt; background-color: #fff; padding-left: 5pt; padding-right: 5pt; }

.calendar-icon-footer { font-size: 10pt; background-color: #eee; padding-left: 5pt; padding-right: 5pt; }

/* PLANNER */

.table-planner { font-size: 12pt; background-color: #fff; }

.input-planner { -webkit-appearance:none; background-color: #c00; color: white; }

.input-planner-small { width: 50px; }

.table-planner-row { height:200px; }

.table-planner td { width: 14.3%; max-width: 200px; min-height:100px; white-space: nowrap; overflow: hidden; }

.planner-row { border: 0px solid #ddd; padding: 1em; vertical-align: middle; margin-top: -1px; }

.planner-icon { max-width: 120px; min-width: 110px; border: 1px solid #ddd; margin-left: auto; margin-right: auto; margin-top: 1em;}

.planner-icon-header { font-size: 12pt; background-color: #c00; color: #fff; padding-left: 5pt; padding-right: 5pt; }

.planner-icon-body { font-size: 36pt; line-height: 40pt; background-color: #fff; padding-left: 5pt; padding-right: 5pt; }

.planner-icon-footer { font-size: 10pt; background-color: #eee; padding-left: 5pt; padding-right: 5pt; }


/*

.calendar-icon-header { font-size: 12pt; border: 1px solid #aaa; background-color: #c00; color: #fff; border-top-right-radius: 10px; border-top-left-radius: 10px; }

.calendar-icon-body { font-size: 36pt; line-height: 40pt; border-left: 1px solid #aaa; border-right: 1px solid #aaa; background-color: #fff; }

.calendar-icon-footer { font-size: 12pt; border: 1px solid #aaa; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; background-color: #eee; }


*/

/*Footer
========================*/

footer{
border-top:1px solid #eee;
background: #f5f5f5;
padding: 30px 0;
color: #666;
margin-top:40px;
}

/* CUSTOM & ADDITIVE SPAN STYLES */

	.span2-lessmargin {
		margin-left: 5px;
	}

	td.is-hidden {
    	color: #ccc;
    	background-color: #f9f9f9 !important;
	}

	td.is-visible {
    	color: #333333;
    	background-color: #ffffff !important;
	}

	td.is-active {
    	color: #ffffff;
    	background-color: #009900 !important;
    	cursor: pointer;
	}

	td.is-past {
    	color: #000000;
    	background-color: #dedede !important;
    	cursor: pointer;
	}

/* Responsive View
=================================*/

@media (min-width: 1200px) {

	.span5-450 {
		width: 390px;
	}

	.services-iconbar img { width: 80px; height: 80px; padding: 5px 5px 5px 5px; opacity: 0.85; }
}

@media (min-width: 980px) and (max-width: 1199px) {

	.span5-450 {
		width: 310px;
	}
}

@media (max-width: 979px) {

	.nav-collapse .dropdown-menu a {
		padding: 9px 15px;
    	font-weight: bold;
    	color: #FFF;
	    -webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
  	}
}

@media (min-width: 768px) and (max-width: 979px) {

	.span5-450 {
		width: 210px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 1200px) { 

	.services-iconbar img { width: 68px; height: 68px; padding: 2px 2px 2px 2px; opacity: 0.85; }

	.services-iconbar.fixed { position: static; }

	.services-iconbar.fixed img { width: 70px; height: 70px; padding: 10px 15px 10px 15px; opacity: 0.85; }
}

@media (max-width: 979px) { 

	.services-iconbar img { width: 60px; height: 60px; padding: 3px 3px 3px 3px; opacity: 0.85; }

	.services-iconbar.fixed { position: static; }

	.services-iconbar.fixed img { width: 70px; height: 70px; padding: 10px 15px 10px 15px; opacity: 0.85; }
}

@media (max-width: 767px) { 

	.services-iconbar img { width: 60px; height: 60px; padding: 2px 2px 2px 2px; opacity: 0.85; }

	.services-iconbar.fixed { position: static; }

	.services-iconbar.fixed img { width: 70px; height: 70px; padding: 10px 15px 10px 15px; opacity: 0.85; }


	body {
		padding-right: 0px;
		padding-left: 0px;
	}

	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.bdgari-container {
		width: 98%;
		margin-left: -1em;
	}

	.bdgari-box {
		width: 100%;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.services-iconbar img { width: 60px; height: 60px; padding: 2px 2px 2px 2px; opacity: 0.85; }

	.services-iconbar.fixed { position: static; }

	.services-iconbar.fixed img { width: 60px; height: 60px; padding: 8px 12px 8px 12px; opacity: 0.85; }


	body {
		padding-right: 0px;
		padding-left: 0px;
	}

	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* TOP BUTTON STYLE */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(65, 157, 205, 0.8) url(/img/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;
}

/* CUSTOM SERVICE STYLES
=================================*/

	/* GAINFORMA STYLES
	=================================*/

	.gainforma_hr-divider {
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #f5f5f5;
	}

	.fonte {
		color: #680001;
		font-style: italic;
	}



