
/* CSS reset */

html,body {
	margin:0;
	padding:0;
}
.ei-slider-large {
	margin:0;
	padding:0;	
}

.navbar-inner {

border-radius: 0px;

}

@media (min-width: 480px)
.container{ padding-left: 114px;}


.control-label {padding-top: 0px}


/* ////////////////////////////// */


body { 
	background: #fff url(../img/body-flag.jpg) no-repeat top right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
}

/* LAYOUT */

.line-striped {
	width: 100%;
	height: 12px;
	background: transparent url(../img/rows.png) repeat-x;
}
.line-striped-flag {
	width: 200px;
	float: right;
	height: 12px;
	background: transparent url(../img/rows-flag.png) repeat-x;
}
.container {
	position: relative;
}

/* HEADER */
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a41d2c;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #a41d2c;
  background-color: #a41d2c;
  background-image: -moz-linear-gradient(top, #a41d2c, #990011);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a41d2c), to(#990011));
  background-image: -webkit-linear-gradient(top, #a41d2c, #990011);
  background-image: -o-linear-gradient(top, #a41d2c, #990011);
  background-image: linear-gradient(to bottom, #a41d2c, #990011);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#a41d2c', endColorstr='#990011', GradientType=0);
}

/* LOGO GRUPPO */

.logo {
	width: 99px;
	XXXheight: 207px;
	margin-left: -7px;
	background: transparent url(../img/) 0px 0px;
	position: absolute;
	top: -270px; left: -1px;
	z-index: 99;
}
.logo:hover {
	background-position: 0px 2px;
}

.logo a {
	width: 100%;
	height: 232px;
	display: block;
}

/* MENU */

ul.nav li a {
	font-size: 15px;
	text-align: right;
}

/* MISC */
.well {
	position: relative;
}
h4.news {
	float: left;
	font-size: 16px;
	padding: 0px 50px 0px 0px;
	margin: 0px 0px 0px 10px;
	z-index:1000;
	text-align: left;
	word-wrap: break-word;
}
.date{
	position: absolute;
	top: -6px;
	right: 10px;
	width:40px !important;
	width:40px;
	height:38px;
	list-style: none;
	background: #a41d2c;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
}
.date .d{
	width:40px;
	position:static !important;
	position:absolute ;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	color: #ffffff;
	list-style: none;
}
.date .m{
	width:40px;
	position:static !important;
	position:absolute;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	text-transform: uppercase;
	color: #f0f0f0;
	list-style: none;
}
.date .y{
	width:40px;
	position:static !important;
	position:absolute;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	text-transform: uppercase;
	color: #a41d2c;
	background: #ffffff;
	list-style: none;
}
h1 {
	margin-bottom: 10px;
}

/* FOOTER */

.footer {
  padding: 70px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}


/* LINKS */
a{
	}
a:hover{
	color: #a41d2c;
}

/* TYPE */


/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 15px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  
  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}