
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-image: url(../immagini/pattern.png);
  background-repeat: repeat;
  background-color:#ccc
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: none;
}

p {
  margin: 0 0 0px;
}

.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 24px;
}

h3 span {
	float:right;
	font-size: 15px;
	font-weight:normal;
	padding-right: 5px;
	display: none;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h4 span {
	float:right;
	font-size: 15px;
	font-weight:normal;
	padding-right: 5px;
	display: none;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 0px 0px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal dt {
  float: left;
  width: 120px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 130px;
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #333333;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}


li {
	list-style-type:none;
}

img {
	border:0px;
}

/*
pagina index
*/
#fixed-top {
	 width:1150px;
	 margin-left:auto;
	 margin-right:auto
}
#fixed-top > div {
	 width:1150px;
}

#fixed-top > div >div {
	 width:1150px;
}
#content-id {
	 width:1150px;
	 margin-left:auto;
	 margin-right:auto;
	 padding-top:73px
}
#content-id > div {
	 width:1150px;
}

#content-id > div >div {
	 width:1150px;
	 height:auto
}
.topbar > ul > li > div > div > a {
  text-decoration: none;
  color: #333333;
}
.topbar > ul > li > div > div > a:hover {
  text-decoration: none;
  color: #999999;
}

.topbar > ul .active-menu > div > div > a,
.topbar > ul .active-menu > div > div > a:hover,
.topbar > ul .active-menu > div > div > a:focus {
  color: #999999;
}

.topbar,
.content 
{
	width:1150px;
	height:auto
	float:left;
}
.topbar >ul,
.topbar >ul >li
{
	float:right;
}
.content-box {
	position:relative;
	width:1150px;
	float:right;
}
.ul-box {
	width:965px;
	float:right;
}
.slide-hp,
.li-box
{
	float:right;
}
.li-box > div
{
	width:315px;
}

/*
pagina programma
*/

.li-contentprogramma
{
	width:640px;
	float:right;
}

.li-contentprogramma >div >div
{
	width:580px;
	text-align:left;
	padding-left:20px;
}

.ul-vociprogramma
{
	width:315px;
}

.li-menuprogramma a{
	color:#333333;
	text-decoration:none;
};

.li-menuprogramma ,
.li-vociprogramma ,
.li-vociprogramma > div
{
	width:315px;
	float:right;
	background-color:#eeeeee;
}

.vociprogramma-active >div 
{
	background-color:#fad001;
}

.vociprogramma-white >div 
{
	background-color:#ffffff;
}


.li-vociprogramma > div > h6
{
	line-height: 15px;
}

.menu-programma{
	padding-top:10px;
	padding-bottom:10px;
}

/*----- RELATORI --------*/


.ul-imgrelatori {
	width: 304px;
	height: 304px;
	margin-top: 11px;
	margin-left: 11px;
}
.li-imgrelatori{
	width:65px;
	height:65px;
	padding-right:11px;
	padding-bottom:11px;
	float:left;
}




.titolo{
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
}
.sottotitolo{
	font-size:22px;
	line-height:22px;
	margin-bottom:10px;
}

.testo{
	font-size:14px;
	line-height:16px
}

.testo-home{
	font-size:12px;
	line-height:16px
}

.evidenziato{
	color:#FFCD00
}

.slide-iconemi {
	float:right;
	width:965px; 
	padding-bottom:20px
}


/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../default/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 5px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.slider-wrapper { 
	width: 965px; 
	margin-top: 10px;
}


.rowtmb {
    width:965px;
	height:auto;
	
  }
#nav-close-iconemi {
  margin-left:183px;
  width:965px;
  float:right;
}

/*------------- CAROUSEL ---------------*/

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.g {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}


#logo-device{
	display:none;
	background-color:#FFFFFF;
}
#logo-device img{
	height: 52px;
	width: auto;
	float: left;
}
#logo-device ul{
	height: 29px;
	width: auto;
	padding-top: 21px;
}
/*-----------------------------------------------*/
@media (max-device-width: 768px){
	#logo-device{
		display:block;
	}
	#logo-stripe{
		display:none;
	}
 	#fixed-top {
	 width:965px;
	 margin-right:0px
	}
	#fixed-top > div {
		 width:965px;
	}
	
	#fixed-top > div >div {
		 width:965px;
	}
	.content 
	{
		width:965px;
		height:auto
		float:left;
	}
	#content-id {
	 width:965px;
	 margin-left:auto;
	 margin-right:auto;
	 padding-top:73px
	}
	#content-id > div {
		 width:965px;
	}
	
	#content-id > div >div {
		 width:965px;
		 height:auto
	}

}