@charset "UTF-8";
/* CSS Document */

HTML, BODY {
	width:100%;
	margin: 0;
    padding: 0;
	font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
	font-size:17px;
	background-color:#FFF;
	max-width: 100%;
    overflow-x: hidden;
}
a, a:visited, a:active {
  color: black;
  text-decoration: none;
  border-bottom: 1px black dotted;
}
ul {
	margin-left:0;
  list-style-position: inside;
  padding-left: 0;
}
ul ul {
  padding-left: 1em;
}
li {
list-style-type: square;
ccolor: #2d489f;
}
.nameCat span {
	font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: rgb(100, 100, 100);
}
.summary ul {
	margin-top:0.3em;
}
.italic {
	font-style:italic;
}
.approfLink li {
	display:inline;
	margin-right:1em;
  color: #2d489f;
}
.approfIn li {
	display:block;
}
.approfLink li:first-child {
	display:block;
	font-style:italic;
	color:gray;
}
.approfLink li:first-child:before {
  content: '';
}
ul.approfLink {
	padding-left:0px;
}
.approfLink a {
    border-bottom: 1px black dotted;
}
.approfLink li em {
	color: gray;
}
.approfLink li:before {
  content: '■';
  position: relative;
  font-size: 1.3em;
  top: 0.1em;
  left: -3px;
  margin-right: 0.2em;
}

hr {
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #fff, #050404, #fffdfd);
  background-image: -moz-linear-gradient(left, #fff, #050404, #fffdfd);
  background-image: -ms-linear-gradient(left, #fff, #050404, #fffdfd);
  background-image: -o-linear-gradient(left, #fff, #050404, #fffdfd);
}
a.bigLink {
	display:block;
	font-size:1em;
    border: 1px solid black;
	padding:0.6em;
	margin-left:auto;
	margin-right:auto;
	width:120px;
	font-family: Rufina, serif;
	text-align:center;
	margin-top:0.8em;
}
#hamburgerIcon {
	width:15%;
	float:left;
	max-width:50px;
}
.harrowIcon {
  width: 0;
  height: 10px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ccc7c7;
  right: 1%;
  position: absolute;
  bottom: 10px;
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 5px;
  right: 5px;
  height: 5px;
  background: white;
}


.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -14px;
}

.c-hamburger span::after {
  bottom: -14px;
}
.c-hamburger--htla {
  background-color: #CCC;
}

.c-hamburger--htla span {
  transition: transform 0.3s;
}

.c-hamburger--htla span::before {
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htla span::after {
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */
.c-hamburger--htla.is-active {
  background-color: #999
}

.c-hamburger--htla.is-active span {
  transform: rotate(180deg);
}

.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%;
}

.c-hamburger--htla.is-active span::before {
  top: 0;
  transform: translateX(100%) translateY(2px) rotate(45deg);
}

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  transform: translateX(100%) translateY(-2px) rotate(-45deg);
}


#barContainer {
	width:100%;
	height:50px;
	background-color:#FFF;
	position:fixed;
	top:0;
	border-bottom: 1px gray solid;
	z-index:3000;
}
#barHead {
	 border-bottom: 1px gray solid;
}

#testataRight {
	background-image:url(/m/impag_mob/testata.gif);
	background-repeat: no-repeat;
    background-size: auto 33px;
    background-position: center;
	width:85%;
	height:50px;
	margin-left:15%
}

#container {
		z-index:-1000;
		margin-top:50px;
}
.news {
	width:98%;
	padding-left:1%;
	padding-right:1%;
}
#firstNews p:nth-of-type(1), .followNews p:nth-of-type(1) {
  color: #c1282c;
font-weight:bold;
margin-bottom:0.1em;
margin-top: 0;
}

#firstNews.news p:nth-of-type(2) {
	font-size:1.3em;
	margin-top:0;
	margin-bottom:0;
}

.firmaTop {
	font-size: 0.9em;
    font-style: italic;
}

.followNews p:nth-of-type(2) {
	font-size:1.2em;
	mmargin-top:0;
	margin-bottom:0;
	line-height:1.4em
}

#articleText p {
  color: gray;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 1em;
  min-height: 0;
}

#articleText p:nth-of-type(1) {
  margin-top: 0;
  display: inline;
}

.news .summary, #articleText {
	color: #666;
	//font-size: .9em;
	line-height: 1.4em;
	margin-top: 0.5em;
}
#articleText img {
  max-width: 100%;
  height: auto !important;
  width: auto;
}
.allegati li {
    color: #c0262c;
}
#firstNews img {
	width:100%;
	height:auto;
	margin-top: 4px;
}
#firstNews #fotoLettere,.summary img, #inTextImg, .followNews p img {
    float: left;
    margin: 0.3em 8px 0px 0px;
	height:7.5em;
	width:7.5em;
}
.followNews p img {
    margin: 0.3em 0.3em 0px 0.3em;
	height:5em;
	width:5em;
}
.left {
	text-align:left
}
.right {
	text-align:right
}
p.left img {
	float: left;
    margin: 0.3em 0.3em 0 0;
}
p.right img {
	float: right;
    margin: 0.3em 0 0 0.3em;
}
.followNews p:nth-of-type(2) {
	min-height:5.8em
}
#firstNews, #innerNews {
	-webkit-box-shadow: -2px -5px 9px -4px rgba(153,151,153,1);
    -moz-box-shadow: -2px -5px 9px -4px rgba(153,151,153,1);
    box-shadow: -2px -5px 9px -4px rgba(153,151,153,1);
}
#innerNews .nameCat {
    padding-top: 6px;
	padding-bottom: 6px;
}
#innerNews.news p:nth-of-type(2) {
    font-size: 1.3em;
	min-height:0;
}
.dateCompact {
	color:#c1282c;
	font-style:normal;
}
#data {
	height: 32px;
    line-height: 32px;
    background-color: #F0F0F0;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    color: #646464;
	webkit-box-shadow: 3px 10px 6px -7px rgba(0,0,0,0.18);
-moz-box-shadow: 3px 10px 6px -7px rgba(0,0,0,0.18);
box-shadow: 3px 10px 6px -7px rgba(0, 0, 0, 0.18);
}
#menu, #menuR {
	width:200px;
	position:fixed;
	height:100%;
	left:-200px;
	top:50px;
	background-color: rgba(47, 44, 44, 0.90);
	z-index:3000;
}
#menuR {
	width:100%;
	top:-300px;
	left:0%;
	height:auto;
	z-index:2001;
}
#bannerTop {
	width:320px;
	height:50px;
	background-color:#CCC;
	text-align:center;
	line-height:50px;
	margin: auto auto;
    margin-top: 8px;
    margin-bottom: 8px;
}
.banner300Container {
	width: 100%;
    height: 316px;
    background-color: #F0F0F0;
    line-height: 300px;
}
#inText{
        height: 250px;
        padding: 6px 0 6px 0;
		margin: 6px 0 6px 0;
}
#inText .banner300{
	margin-top:0;
}
.banner300 {
	width:300px;
	height:250px;
	background-color:#CCC;
	line-height:250px;
	margin:auto auto;
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	
}
.bannerShadowTop, .bannerShadowBottom  {
	 height: 8px;
     background-color: white;
 }
.bannerShadowTop {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(200,200,200,1);
-moz-box-shadow: 0px 5px 5px 0px rgba(200,200,200,1);
box-shadow: 0px 5px 5px 0px rgba(200,200,200,1);
}
.bannerShadowBottom {
-webkit-box-shadow: 0px -5px 5px 0px rgba(200,200,200,1);
-moz-box-shadow: 0px -5px 5px 0px rgba(200,200,200,1);
box-shadow: 0px -5px 5px 0px rgba(200,200,200,1);
}
.bannerShadowBottom {
}
.bannerSpecial img, #anci img {
	max-width:100%;
	height:auto;
	border:0;
	min-height:50px;
	margin:0
}
.bannerSpecial a {
	    border-bottom: none;
}
.pad1 {
  padding-left: .4em;
  padding-right: .4em;
}
#lettere ul {
	margin-left:70px;
	margin-top:0;
}
#lettere li, #iPiuLetti li
{
  color: #c1282c;
}
#iPiuLetti li {
	list-style-type:decimal;
}

li a, li a:visited, li a:active {
  color: #666;
  text-decoration: none;
  border-bottom:none;
}

#menu ul, #menuR ul {
	margin:0;
	padding:0;
}
#menuR ul {
	margin-top:12px;
	padding:0;
}
#menu li, #menuR li {
    color: #c5c1c1;
	list-style:none;
	padding-left:0.8em;	
}
#menu a, #menuR a   {
	    height: 1.6em;
        line-height: 1.6em;
		width:99%;
	    border-bottom: 1px solid #000;
        box-shadow: 0 2px 2px -2px #7D7A7A;
        display:block;
}
#menu ul.menuSocial li a {
    display: inline;
}
#menu .menuMain li.active a, #menuR .menuMain li.active a {
	border-bottom: 1px solid #c0262c;
}
#menu .menuMain li:first-of-type a {
    font-size: 1.4em;
}
#menu ul li:first-of-type {
    padding-left: 0;
}

#menu li a, 
#menu li a:visited,
#menu li a:active,
#menuR li a, 
#menuR li a:visited,
#menuR li a:active {
	color: #c5c1c1
}
.menuSocial li {
	display:inline-block;
}
.menuSocial {
	position: absolute;
    bottom: 60px;
	right:5px;
	font-size:1.2em
}
.menuSocial li {
	height:1em
}
#menu .spacer, #menuR .spacer {
	height:0.8em;
}
#menuR ul {
	width:48%;
	display:inline-block;
	font-size:0.9em;
}
#carpet {
	width:100%;
	position:fixed;
	height:100%;
	top:50px;
	background-color: rgba(47, 44, 44, 0.20);
	visibility:hidden;
}
#subHeader {
font-size: 1.4em;
font-size: 9vw;
color: rgb(193, 40, 44);
text-align: center;
}
#subHeader.smaller {
font-size: 1.2em;
font-size: 10vw;
}
#copyData {
	 text-align:right;
}
hr:last-of-type {
    margin-bottom:1em;
}
#youTube, #eventiLink {
	font-family:"Open Sans Condensed", sans-serif;
	font-size:1em;
	font-weight:300;
	margin-bottom:1.8em;
}
#youTube p:nth-of-type(1), #eventiLink p:nth-of-type(0) {
    color: gray;
	border-bottom: 2px solid #c1282c;
	margin-bottom: .4em;
	font-size:1.2em;
	font-weight:700;
}
#youTube span:nth-of-type(1), #eventiLink p:nth-of-type(0) {
    color: #c1282c;
}
#youTube img:nth-of-type(1), #eventiLink p:nth-of-type(0) {
	width:100%;
	height:auto
}
#youTubeIn, #eventiLinkIn  {
	padding-left:2%;
	padding-right:2%;
	background-color: #f0eaea;
	padding-bottom: 0.6em;
}
#youTubeIn p:nth-of-type(1), #eventiLinkIn p:nth-of-type(0) {
	border-bottom: none;
	margin-top:0.3em;
	border-bottom: none;
	border-left: none;
	padding-left:0;
	background-color: rgb(240, 234, 234);
	line-height: 1.8em;
}
#youTubeIn p, #eventiLinkIn p {
	border-left: 4px solid #c1282c;
	padding-left: 1%;
	margin-top: .5em;
    margin-bottom: .5em;
	background-color: rgb(204, 204, 204);
}
#youTubeIn p a, #eventiLinkIn p a {
	text-decoration:none;
	border-bottom:none;
	display:block;
	padding: 0.3em 0 0.3em 0;
}
#eventiLinkIn {
  padding-bottom: 0;
}
#eventiLinkIn p {
  border-right: 4px solid #c1282c;
padding-right: 1%;
}
#eventiLink {
  text-align: center;
}
#extraInfo ul {
	text-align:right;
	margin-right:3%;
}
iframe {
	max-width: 100%;
}
#extraInfo ul li {
	list-style: none;
    display: inline;
    color: gray;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 0.9em;
}
.anchor1{
  display: block;
  height: 60px; /*same height as header*/
  margin-top: -60px; /*same height as header*/
  visibility: hidden;
}
.listHome li {
    display: block;
}
 ul.listHome {
    margin-top: 0.5em;
}

#videoDescrizione a {
	font-weight: bold;
}

#scrollContainer {
	height: 30px;
overflow-x: auto;
overflow-y: hidden;
}
#scrollContainer ul {
	margin: 0;
padding: 0;
white-space: nowrap;
width: 100%;
overflow-x: auto;
height: 60px;
overflow-y: hidden;
background-color:#FFF
}
#scrollContainer li {
	display: inline-block;
    margin-right: 4px;
    width: auto;
	font-family: sans-serif;
	color:gray;
	height:30px;
	margin-top:6px;
}
#scrollContainer li:before { 
content: '\ffed';
font-size: 0.5em;
margin-bottom: 0.5em;
vertical-align: middle;
margin-right: .3em;
 }

#scrollContainer li:first-of-type:before { content:''; }
#scrollContainer li:first-of-type {
	font-weight:bold;
	width:48px;
    margin-left: 2px;
	text-align:center;
}
#container {
    margin-top: 80px;
}
#barContainer {
	height:auto;
}
.activeMenuReg, .activeMenuReg:visited {
	color:#c1282c;
	font-weight:bold
} 

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1282c;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
