

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


   body {
    font-family: Raleway,sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
	padding-top: 50px;
	padding-bottom: 20px;
   }

#PERSONALIZZAZIONE {
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
}
   
   h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
	}
	
	h1, h2, h3, h4, h5, h6 {
     color: #232323;
     font-weight: 700;
	 line-height:1.33em;
	}
	
	a:link,
	a:active,
	a:visited,
	p a:link,
	p a:active,
	p a:visited{
		color: #232323;
		text-decoration: none;
		cursor: pointer;
		-o-transition:color .5s ease-out;
		-ms-transition:color .5s ease-out;
		-moz-transition:color .5s ease-out;
		-webkit-transition:color .5s ease-out;
		transition:color .5s ease-out;
	}

	h3, .h3{
		font-size:22px;
	}
	
	a:hover,
	p a:hover{
		color: #8d8d8d;
		text-decoration:none;
	}
   
   img{
	   max-width:100%;
	   height:auto;
   }

	ul li {
		background-image:none;
	}
 
	/*
   #mainWrapper{
	  margin-top:20px;
   }
   */
   
   #mainContainer{
	   background-color:#fff;
   }
   
   header{
	   padding:15px 0;
   }
   
   #logoSmall{
	   display:none;
   }
   
   /* inizio navbar */

   .navbar-default{
		color: #000;
		background-color: #fff;
		background-image:none;
		border:none;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}

	.navbar-default .navbar-nav > li > a{
		color:#000;
		font-weight:bold;
		text-transform:uppercase;
	}
	
		
	.navbar-default .navbar-nav > li > a:hover{
		color:#232323;
	}
	.navbar-default .navbar-nav > .dropdown > a .caret{
		border-top-color: ;
		border-bottom-color: #fff;
	}
	.navbar-default .navbar-brand{
		color:#fff;
	}
	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a{
		background-image:none!important;
		background-color:#fff!important;
		-moz-box-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	
	.menu-large {
	  position: static !important;
	}
	.megamenu{
		padding: 20px 0px;
		width:100%;
		background-color: #fff;
		overflow: hidden;
		z-index: 10;
		border:0px solid #fff;
		<!--border-top: 8px solid #232323;-->
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	.megamenu> li > ul {
	  padding: 0;
	  margin: 0;
	}
	.megamenu> li > ul > li {
	  list-style: none;
	}
	.megamenu> li > ul > li > a {
	  display: block;
	  padding: 5px 20px;
	  clear: both;
	  font-weight: normal;
	  line-height: 1.428571429;
	  color: #fff;
	  white-space: normal;
	}
	.megamenu> li ul > li > a:hover,
	.megamenu> li ul > li > a:focus {
	  text-decoration: none;
	  color: #fff;
	  background-color: #333333;
	}
	.megamenu.disabled > a,
	.megamenu.disabled > a:hover,
	.megamenu.disabled > a:focus {
	  color: #999999;
	}
	.megamenu.disabled > a:hover,
	.megamenu.disabled > a:focus {
	  text-decoration: none;
	  background-color: transparent;
	  background-image: none;
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	  cursor: not-allowed;
	}
	
	.megamenu .boxes-image{
		position:relative;
	}
	
	.megamenu .boxes-image a{
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		overflow: hidden;
	}
	
	.megamenu .boxes-image img{
		width:100%;
	}
	
	.megamenu .boxes-content{
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		margin: 18px 0 23px;
	}
	
	.megamenu .boxes-title{
		display:block;
	}	
	
	.megamenu .boxes-title h5{
		font-size:18px;
		min-height:70px;
	}		
	
	.megamenu .boxes-info{
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		clear: both;
	}
	
	.megamenu .boxes-info>div{	
		position: relative;
		display: inline-block;
		vertical-align: middle;
		float: left;
		padding: 0 0 0 4px;
		font-size: 10px;
		line-height: 1.4em;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	.megamenu .boxes-info>div:first-child{	
		padding:0;
	}
	

	@media (max-width: 768px) {
	  .megamenu{
		margin-left: 0 ;
		margin-right: 0 ;
	  }
	  .megamenu> li {
		margin-bottom: 30px;
	  }
	  .megamenu> li:last-child {
		margin-bottom: 0;
	  }
	  .megamenu.dropdown-header {
		padding: 3px 15px !important;

	  }
	  .navbar-nav .open .dropdown-menu .dropdown-header{
		color:#fff;
	  }
	}
	
	
	.fixed-me{
		transition: all 1s ;
	}

	.fixed-me{
		background-color:rgba(255,255,255,0.9)!important;
		padding: 0px  !important;
		position: fixed;
		top:0;
		z-index:999;	
		/*min-width:720px!important;*/
	}
	
	.fixed-me #logoSmall{
	   display:block;
	   position:absolute;
	   left:0;
	   top:6px;
    }
   
	
	.navbar-default.fixed-me .navbar-nav > li > a{
		font-size:12px;
	}
	
	.fixed-me .navbar-nav{
		float:right;
	}	

	/*
	@media all and (min-width: 768px) {
	  .fixed-me {
		width: 720px;
		margin-left: auto;
		margin-right:auto;
	 }
	}
	*/

	@media all and (min-width: 992px) {
	  .fixed-me {
		width: 940px;
		margin-left: auto;
		margin-right:auto;
	  }

	}

	@media all and (min-width: 1200px) {
	  .fixed-me {
		width: 1140px;
		margin-left: auto;
		margin-right:auto;
	  }
	}

   /* fine navbar */
   
   
   /* news medium */
   
   ul.news_medium,
   ul.news_big,
   ul.news_frontpage_list{
	margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
   }
   
   ul.news_medium li,
   ul.news_big li,
   ul.news_frontpage_list li{
	position: relative;
    width: 100%;
    clear: both;
	padding-left:0;
   }
   
	   /* sponsorizzate medium */
		ul.news_medium li.sponsorizzata{
			padding:5px;
			background-color:#eee;
			border:1px solid #ccc;
		   }
	   /* fine sponsorizzate medium*/
   
   ul.news_medium li:not(:last-child){
	margin:0 0 20px 0;
   }
   
   
   ul.news_medium .image-holder{
	position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    z-index: 1;
   }
   
	   /* sponsorizzate medium */
		ul.news_medium li.sponsorizzata .image-holder{
			top:5px;
			left:5px;
			width:123px;
		   }
	   /* fine sponsorizzate medium*/   

   ul.news_medium .image-holder a,
   ul.news_medium .image-holder a img{
	display:block;
   }
   
   ul.news_medium .content-holder {
    position: relative;
    display: block;
    padding-left: 150px;
    min-height: 100px;
   }
   
	   /* sponsorizzate medium */
		ul.news_medium li.sponsorizzata .content-holder{
			padding-left:145px;
		   }
	   /* fine sponsorizzate medium*/      
   
    ul.news_medium .text-holder,
	ul.news_big .text-holder   {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
   }
   
   ul.news_medium h5 {
    margin: 0;
	font-size: 18px;
	text-align:left;
	max-height:72px;
	overflow:hidden;
   }

   
   ul.news_medium .info-section {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    line-height: 1em;
   }
   
   ul.news_medium .info-section>div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px 4px 0;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
   }
   
   ul.news_medium .info-section>div>a {
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
   }
   
   /* news big */
   
    ul.news_big li:not(:last-child){
		margin:0 0 30px 0;
    }
	
	ul.news_big .image-holder {
		position: relative;
		display: block;
	}
	
	ul.news_big .info-category {
		position: absolute;
		top: 15px;
		left: 15px;
		display: inline-block;
		vertical-align: middle;
	}

	ul.news_big .info-category h2{
		margin:0;
	}
	
	ul.news_big .info-category a {
		position: relative;
		z-index: 2;
		top: 0;
		left: 0;
		display: inline-block;
		vertical-align: middle;
		font-size: 10px;
		line-height: 31px;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #fff;
		background-color: #232323;
		padding: 0 16px;
		margin: 0 5px 5px 0;
	}	
	
	ul.news_big .inner-link {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}	
	
	ul.news_big .content-holder {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: middle;
	}	
	
	ul.news_big .title-holder {
		margin-top: 16px;
		min-height:100px;
	}

	ul.news_big .intro-holder {
		min-height: 110px;
	}
	
	ul.news_big .info-section {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		background-color: #fff;
		margin: 14px 0 0;
		padding: 0 26px;
		clear: both;
		border: 1px solid #bcc0c4;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	ul.news_big .info-section>div {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		padding: 0 17px 0 0;
		font-size: 10px;
		float: left;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #8d8d8d;
		line-height: 39px;
	}


/* news frontpage_list */
   
    ul.news_frontpage_list li:not(:last-child){
	margin:0 0 20px 0;
   }

	ul.news_frontpage_list li.sponsorizzata .content-holder{
		background-color:#eee;
		border:2px solid #000;
		padding-top:10px;
		padding-bottom:50px;
	}

	ul.news_frontpage_list li.sponsorizzata .image-holder{
	position: absolute;
    top: 10px;
    left: 10px;
    width: 180px;
    z-index: 1;
   }   

	ul.news_frontpage_list li.sponsorizzata .sp-holder{
		background-color:#fff;
		text-align:right;
		position:absolute;
		left:9px;
		right:9px;
		bottom:9px;
		padding-right:10px;
	}

	ul.news_frontpage_list li.sponsorizzata .sp-holder p{
		font-weight:bold;
		margin:0;
		padding:5px;
		color:#000;
	}
   
   
   ul.news_frontpage_list .image-holder{
	position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    z-index: 1;
   }   

   ul.news_frontpage_list .image-holder a,
   ul.news_frontpage_list .image-holder a img{
	display:block;
   }

   ul.news_frontpage_list .info-category {
		position: absolute;
		top: 5px;
		left: 5px;
		display: inline-block;
		vertical-align: middle;
	}
	
	ul.news_frontpage_list .info-category a {
		position: relative;
		z-index: 2;
		top: 0;
		left: 0;
		display: inline-block;
		vertical-align: middle;
		font-size: 8px;
		line-height: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #fff;
		background-color: #232323;
		padding: 0 16px;
		margin: 0 5px 5px 0;
	}	
	
	ul.news_frontpage_list .inner-link {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}	
   
   ul.news_frontpage_list .content-holder {
    position: relative;
    display: block;
    padding-left: 210px;
    min-height: 86px;
   }
       
   
    ul.news_frontpage_list .text-holder   {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    min-height:130px;
   }

	ul.news_frontpage_list .intro-holder   {
		min-height: 80px;
	}
   
   ul.news_frontpage_list h5 {
    margin: 0;
	font-size: 18px;
   }

   
   ul.news_frontpage_list .info-section {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    line-height: 1em;
   }
   
   ul.news_frontpage_list .info-section>div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px 4px 0;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
   }
   
   ul.news_frontpage_list .info-section>div>a {
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
   }
	
   
   /* separatori */
   
   .section-title {
    position: relative;
	margin-top:20px;
   }

   .st-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0 0 21px;
    padding: 0 25px 0 27px;
    overflow: hidden;
    vertical-align: middle;
    border-width: 0 1px 1px;
    border-color: #bcc0c4;
    border-style: solid;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   }
   
   .section-title:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background-color: #000;
    z-index: 2;
    border-width: 0 1px 1px 0;
    border-color: #000;
   }
   
   .st-inner>div {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
   }

   .section-title h6 {
    text-align: left;
    margin: 10px auto auto;
	font-size: 14px;
	padding: 10px 0;
   }

	.section-title h1{
		text-align: left;
	}
   
   .section-title .st-inner>div.st-link-inner {
    text-align: right;
   }
   
   .section-title .st-inner .st-link{
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 20px 0 11px;
    font-size: 11px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
   }
   
   /* slider */
   
   .slide-link {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
   }

   .slide-image-holder {
	height:525px;
	overflow-y:hidden;
   }
   
   .slide-image-holder img {
    vertical-align: middle;
    width: 100%;
	min-height:525px;
   }
   
   .slide-content-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
	.slide-info-category {
		position: absolute;
		top: 25px;
		left: 25px;
		display: inline-block;
		vertical-align: middle;
		z-index: 4;
	}  
	
	.slide-info-category a {
		position: relative;
		top: 0;
		left: 0;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		line-height: 35px;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #fff;
		background-color: #232323;
		padding: 0 24px;
		margin: 0 5px 5px 0;
	}	
	
	.slide-text-holder {
		position: absolute;
		display: block;
		width: 100%;
		height: auto;
		bottom: 0;
		left: 0;
		padding: 8px 58px 16px;
		background-color: #fff;
		border: 1px solid #bcc0c4;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 4;
	}	

	.slide-text-holder h3 {
		font-size: 26px;
	}	
	
	.slide-info-section {
		position: relative;
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		padding: 16px 0 0;
		clear: both;
	}
	
	.slide-info-section>div {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		float: left;
		padding: 0;
		margin: 0 15px 0 0;
		font-size: 10px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
	}	
	   
	   
	.carousel-indicators-numbers {
		bottom: -22px!important;
	}	   
	
	.carousel-indicators-numbers li {
	  text-indent: 0;
	  margin: 0 2px;
	  width: 24px;
	  height: 24px;
	  border: none;
	  line-height: 24px;
	  color: #fff;
	  background-color: #000;
	  -webkit-transition: all 0.25s ease;
	  transition: all 0.25s ease;
	  -moz-border-radius:0!important;
	  -webkit-border-radius:0!important;
	  border-radius:0!important;
	  font-size:12px;
	}
	.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
	  margin: 0 2px;
	  width: 24px;
	  height: 24px;
	  background-color: #8d8d8d;
	}

/* RIVISTA */

ul.uscite-rivista {padding:0 10px; width:100%}
ul.uscite-rivista li {float:left; margin:0 0 30px 0; padding:0; text-align:center; width:33%;}

/* BlOGS */

img.blog-home {width:100%}
p.blog-home {padding:10px 0}
h2.blog-home {margin-top:0px;}

ul.blog-home{padding:0}

ul.blog-home li {position:relative; width:100%; clear:both; padding-bottom:20px;}

	ul.blog-home .image-holder{
	position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    z-index: 1;
   }
   
   ul.blog-home .image-holder a,
   ul.blog-home .image-holder a img{
	display:block;
   }
   
   ul.blog-home .content-holder {
    position: relative;
    display: block;
    padding-left: 200px;
    height: 120px;
	overflow:hidden;
   }
   
   ul.blog-home .text-holder   {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
   }

/* NAVBAR E FOOTER */

#topNavBar{
	position: absolute;
	height: 50px;
	background-color: #282828;
	width: 100%;
	top: 0;
	left: 0;
	color:#fff;
	text-align:center;
	line-height:50px;
}

#topNavBar ul {margin-bottom:0}
		
#topNavBar .container{
	font-size: 12px;
	line-height: 50px;
	color: #fff;
	text-align:right;
	text-transform: uppercase;
	letter-spacing: 1px;
}
		
#topNavBar .container a:link,
#topNavBar .container a:active,
#topNavBar .container a:visited, 
footer a:link,
footer a:active,
footer a:visited{		
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align:right;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left:10px;
	font-weight:bold;
}	

footer ul li.prima-voce{
	color:#ccc;
	text-transform: uppercase;
}	
		
#topNavBar .container a:hover,
footer a:hover{	
	color:#fff;
}		
		
#topNavBar .container a i{
	font-size: 16px;
	line-height: 50px;
}

.tnb-right {float:right;}
.tnb-left {float:left; padding:0;}

.tnb-right > li {float:left;padding-left:6px}
.tnb-left > li {float:left;padding-left:0;}

.tnb-right > li.separator {padding-left:20px;}
	
#footerContainer{
	padding:0;
	background-color:#282828;
	margin-top:20px;
}
		
#footerContainerBottom{
	position:relative;
	font-size:10px;
	color:#333;
}		
		
#footerContainerBottom:before{
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	background-color: #666;
	z-index: 2;
	border-width: 0 1px 1px 0;
	border-color: #666;
}
		
footer{
	padding-top:20px;
	height:250px;
}

footer a {color:#aaa, font-weight:bold;}
		
footer ul{
	padding:0;
	margin-bottom:0;
}
		
#subFooter{
	color:#555;
	margin-top:10px;
}
		
#subFooter b{
	color:#ccc;
}
		
#subFooter address{
	font-size:10px;
	margin:0;
}
		
#footerCopyright{
	padding-top:25px;
}

   #searchX,
   #userX{
	   position:absolute;
	   right:0;
		top:50px;
	   padding:17px;
	   width:50%;
	   background-color:#222;
	   display:none;
	   opacity:0.9;
		z-index:100000;
   }
   
   #userX{
	   padding:6px 17px;
   }   
   
   #userX ul{
		list-style-type:none;
	    font-weight: 200;
		font-size: 18px;
		text-transform:uppercase;
		line-height: 30px;
   }
   
   #userX ul li a:link,
   #userX ul li a:active,
   #userX ul li a:visited{
		color: #fff;  
   }
   
   #userX ul li a:hover{
		color: #bbb; 
		text-decoration:none;
   }      
   
   #searchtext,
   input.halfbox{
	   width:100%;
	   font-weight:300;
	   font-size:13px;
	   text-transform:uppercase;
	   padding:10px;
	line-height:13px;
	color:#000;
   }
   
   .greyForms input.halfbox{
	   text-transform:none;
   }

   .navbar-collapse{
	border-bottom:8px solid #232323;
	border-color:#232323!important;
   }

/* NEWS-TICKER */

.newsTicker .panel {
	border-radius:0px;
	border-color:#bcc0c4;
	border-top:8px solid #000;
	margin-top:20px;
}

.newsTicker .panel-default > .panel-heading {
	color: #f00;
	background: #fff;
	border:none;
	padding:0 25px;
}

.newsTicker .panel-body {
	padding:0;
}

.newsTicker h2 {
	font-size: 14px;
	display: inline;
}

.newsTicker h6 {
	text-align: left;
	margin: 2px auto auto;
	font-size: 14px;
	padding: 10px 0;
}

.newsTicker ul {padding:0 5px;}

.newsTicker ul li {
	text-align:left;
	border-top:1px solid #bcc0c4;
	margin-bottom:3px;
	font-size:14px;
}

.newsTicker ul li b {text-transform:uppercase;}

.newsTicker .panel-footer {display:none;}

/* WIDGET OPINIONI */

#opinioniCarousel .image-holder {
	float:left;
	width: 128px;
	position:absolute;
	top:0;
	left:0;
	}
#opinioniCarousel .content-holder {float:left;padding-left:150px;}

#opinioniCarousel .content-holder {text-align:left;}

#opinioniCarousel .content-holder div.section {}

#opinioniCarousel .content-holder h5 {
	margin: 0;
	font-size: 18px;
	text-align: left;
	max-height: 72px;
	overflow: hidden;
}

/* WIDGET PEOPLE MOVING */

#peopleMovingCarousel h5 {margin:0;}

#peopleMovingCarousel h5 a {
	font-size: 18px;
	color:#fff;
}

#peopleMovingCarousel .carousel-caption {text-shadow:none; background:#232323; padding:5px;}

/* MISCELLANEA */

	div.content-view-embed div.class-image div.attribute-caption {
		background-color:#eee!important;
		max-width: 100%;
	}

	div.factbox-header div.border-mc {
		background:#fff!important;
		color:#fff!important;
	}

	div.factbox-content div.border-mc {
		background:#eee!important;	
	}

	#tagList li.section {
		background:#ddd;
	}

	#tagList li.section a {
		color:#000!important;
	}

	.article-body a, .attribute-body a {
		border-bottom:3px solid #acf;
	}

	.article-body ul > li {
		background-image:none;
		list-style-type:disc;
	}

	.article-body a:hover, .attribute-body a:hover {
		background: #acf;
	}
	
	.caption {
		background: #eee;
		padding: 5px 10px 0 10px;
	}

	.caption p {
		font-style: italic;
		font-size: 14px;
		color: #000;
		line-height: 20px;
	}

	div.border-box div.border-mc {padding:0;}
	
	#sliderContainer {margin-top:20px;}
	
	div.banner {text-align:center; margin-top:20px;}

	div.banner-right {margin-top:20px;}

	div.banner-article {text-align:center; margin-bottom:20px;}
	
	@media (max-width: 995px) {
		
		#logoSmall{
			width: 80px;
			top: 11px!important;
		}
	}		
	
	
	@media (max-width: 767px) {
		
		
		#bpNavbar{
			background-color: transparent;
			position: relative;
		}
		
		#bpNavbar.fixed-me .navbar-nav{
			float:left!important;
		}	
		
		#bpNavbar.navbar-default.fixed-me .navbar-nav > li > a{
			font-size:16px;
		}
		
		header .row .col-xs-12{
			text-align:right!important;
			z-index:99999;
		}
		
		button.navbar-toggle{
			float:left;
			margin-top:22px;
		}
		
		header{
			width:80%;
			float:right;
		}
		header .row .col-xs-12 img{
			width:100%!important;
		}
		
		.slide-image-holder img {
			min-height: 0!important;			
		}
		
		.slide-image-holder {
			height: 400px;
		}
		
		.slide-text-holder{
			min-height:200px;
		}
		.slide-text-holder h2{
			font-size:22px!important;
		}
		
	}

/* ARTICLE */

#abstractContainer{
	color:#232323;
	padding-bottom:30px;
	margin-bottom:0!important;
	text-transform:uppercase;
}
#tempImgContainer{
	width:100%;
	/*height:500px;*/
	overflow:hidden;
	margin-bottom:45px;
}

#tempImgContainer img{
	width:100%;
	height:auto;
}

#underAbstract{
	border-top:1px solid #bcc0c4;
    vertical-align: middle;
    padding: 0 ;
    font-size: 10px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #232323;
    line-height: 39px;
	width:100%;
	}
	
	#underAbstract > div{
    float:left;
	}
	
	#socialShare, #tagList{
		display:inline;
		margin:0;
		padding:0;
		list-style-type:none;
		float:right;
		font-size:18px;
	}
	#socialShare li, #tagList li{
		display:inline;
		margin:0;
		padding:0 0 0 5px;
	}
	
	#tagList{
		float:left;
		margin:30px 0;
	}
	
		#tagList li{
		float:left;
		display: inline-block;
		vertical-align: middle;
		font-size: 10px;
		line-height: 31px;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #fff;
		background-color: #232323;
		padding: 0 16px;
		margin: 0 5px 5px 0;
	}
	
	#tagList li a:link,
	#tagList li a:active,
	#tagList li a:visited{
		color:#fff;
	}
	
	#tagList li a:hover{
		color:#ccc;
	}
	
	#underAbstract .icon-pencil{
	margin-left:20px;
	}

	.st-title-previous h6, .st-title-next h6{
		padding:10px 0;
	}

	.st-title-next h6{text-align:right}
	
	.prevAndNext{
		width: 100%;
		background-color: #fff;
		background-position:top left;
		background-size:cover;
		padding:10px;
		position:relative;
		min-height:240px;
	}
	
	
	.prevAndNext span{
		position:absolute;
		width:40px;
		height:60px;
		background-color:#fff;
		display:block;
		top:70px;
	}
	
	.prevAndNext span.prevArt{
		left:-10px;
		-moz-border-radius:0 50px 50px 0;
		-webkit-border-radius:0 50px 50px 0;
		border-radius:0 50px 50px 0;
	}
	
	.prevAndNext span.nextArt{
		right:-10px;
		-moz-border-radius:50px 0 0 50px;
		-webkit-border-radius:50px 0 0 50px;
		border-radius:50px 0 0 50px;
	}
	
	.prevAndNext span.prevArt i{

		margin-left:-6px;
	}
	
	.prevAndNext span.nextArt i{
		margin-left:14px;
	}	
	
	.prevAndNext i{
		line-height:60px;
		font-size:30px;
	}
	
	.topTitle{
		display:block;
		width:100%;
		background-color:#fff;
		width: 100%;
		background-color: #fff;
		background-position:top left;
		background-size:cover;
		border-width: 8px 1px 1px 1px;
		border-color: #000;
		border-style:solid;
		padding:10px;
		position:relative;
		text-align: left;
		margin: 10px auto auto;
		font-size: 14px;	
		color: #232323;
		font-weight: 700;
		line-height: 1.33em;
		text-transform:uppercase;
	}
	
	.rightTopTitle{
		text-align:right;
	}

	.header-sp {
		margin-top:20px;
		border:2px solid #000;
		padding:0 10px;
	}

	.header-sp p {
		line-height:36px;
		font-size:24px;
		margin:0;
	}

	.header-sp .testo-sp {

		font-weight:bold;
	}

	.header-sp .immagine-sp img {
		height:56px;
	}

/* MODAL */


.modal {
  text-align: center;
  padding: 0!important;


}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
	margin: 30px 10px 10px 10px;
}

#modalAforismi .modal-content {
	background-color: transparent;
	color:#fff;
	border:none;
	border-radius:0;
	padding:20px;
}

#modalNewsletter .modal-content {
	color:#666;
	border:none;
	border-radius:0;
	padding:0 20px;
}

#modalAforismi .modal-content .close{
	font-size:56px;
	color:#fff;
	opacity:1;
}

.modal-content p.aforTitle{
	font-size: 36px;
	line-height:40px;
	font-weight: bold;
	color: #bbb;
	margin-bottom:20px;
}

.modal-content p.aforText{
	font-size:30px;
	margin-bottom:20px;
}

.modal-content p.aforSignature{
	font-size:20px;
	font-weight:bold
}

.modal-backdrop.in {
	opacity: .65
}

/* GALLERY */

ul.embed-gallery {padding:0;}

ul.embed-gallery li {
	float:left;
	margin-bottom:20px;
	width:25%;
	padding:0;
}

ul.embed-gallery li img {
	border:1px solid #232323;
}

div#toolbar {
	bottom: 0;
	position: fixed;
	width: 100%;
	background: #282828;
	z-index: 90;
	padding:0 10px;
}

div#ezwt-standardactions a img {
    vertical-align: top;
}

/* SPONSORIZZAZIONE */

div.class-sponsorizzazione div.attribute-header, div.class-sponsorizzazione div.attribute-long, div.class-sponsorizzazione div.attribute-sponsor, div.class-sponsorizzazione div.attribute-short, div.class-sponsorizzazione div.attribute-video{
	background-color:#000;
	opacity: 0.7;
	padding:10px;
	border:1px solid #000;
}

div.class-sponsorizzazione div.attribute-video{
	opacity: 1;
}

div.class-sponsorizzazione div.attribute-sponsor{
	text-align:right;
	font-size:18px;
	font-color:#ccc;
}

div.class-sponsorizzazione div.attribute-long{
	margin-bottom:20px;
}

div.class-sponsorizzazione div.attribute-short{
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:20px;
}

div.class-sponsorizzazione div.attribute-header h1 {
	font-size:50px;
	#color:#f00;
	text-align:center;
	font-weight:normal;
	padding-bottom:10px;
}

div.class-sponsorizzazione div.attribute-long h2 {
	font-size:50px;
	color:#fff;
	#text-align:center;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:10px;
}

div.class-sponsorizzazione div.attribute-header h2{
	font-size:30px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	margin-bottom:20px;;
}

div.class-sponsorizzazione div.attribute-long h3{
	font-size:30px;
	color:#fff;
	#text-align:center;
	font-weight:normal;
	margin-bottom:20px;
}

div.class-sponsorizzazione div.attribute-long h4{
	font-size:20px;
	color:#fff;
	#text-align:center;
	font-weight:normal;
	margin-bottom:20px;
}

div.class-sponsorizzazione div.attribute-long p{
	font-size:18px;
	color:#fff;
	line-height:26px;
}

div.class-sponsorizzazione div.attribute-long a:link, div.class-sponsorizzazione div.attribute-long a:active, div.class-sponsorizzazione div.attribute-long a:visited{
	color:#fff;
	#text-decoration:none;
} 

div.class-sponsorizzazione div.attribute-header h2 a {
	text-decoration:none;
}

div.class-sponsorizzazione div.attribute-header h2 a {
	text-decoration:none;
}

.ic_caption h2.sponsor{
	font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0 5px 5px;
}

h2.sponsor a:link, h2.sponsor a:active, h2.sponsor a:visited {
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    text-decoration: none;
	color:#fff;
}

h2.secondary a:link, h2.secondary a:active, h2.secondary a:visited{
	font-size:16px;
    line-height: 20px;
}

h2.sponsor a:hover {
	color:#fff;
}

div.class-sponsorizzazione .ic_text{
font-size: 20px;
    margin: 0;
    padding: 5px;
    text-align: justify;
}

div.class-sponsorizzazione .slide-primo-piano{
	opacity:0.9;
}

.slide-altri {
    float: left;
}

.sponsor-right{
	position:relative;
	border:2px solid #000;
	background-color: #eee;
}

.sponsor-right .image-holder {
	width: 128px;
	position:absolute;
	top:10px;
	left:10px;
	}

.sponsor-right .content-holder {
	position: relative;
	display: block;
	padding: 10px 10px 70px 153px;
}

.sponsor-right .content-holder {text-align:left;}

.sponsor-right .content-holder div.section {}

.sponsor-right .content-holder h5 {
	margin: 0;
	font-size: 18px;
	text-align: left;
	max-height: 72px;
	overflow: hidden;
}

.sponsor-right .sp-holder {
	background-color: #fff;
	text-align: right;
	position: absolute;
	left: 9px;
	right: 9px;
	bottom: 9px;
	padding-right: 10px;

}

.sponsor-right .sp-holder p {
	font-weight: bold;
	margin: 0;
	padding: 5px;
	color: #000;
}

/* Cookie Alert  */

#cookie-alert{
	display:none;
	z-index:1041;
	/*max-width:100vw;*/
}
#cookie-alert .top-first{
	position:fixed;
	bottom:0;
	left:0;
	z-index:1000;
	border-top:3px solid #000000;
	background:rgba(246, 246, 246, 0.9);
	padding: 10px;
	width:100%;
	text-align:center;
}
#cookie-alert .bottom-last{
	border-top:3px solid transparent;
	padding: 10px;
	width:100%;
	text-align:center;
	background:transparent;
}
#cookie-alert .bottom-last p{
	visibility:hidden;
	width:100%;
	text-align:center;
}
#cookie-alert p{
	margin:0;
	padding:0;
	line-height:1.5;
	font-size:30px;
	width:100%;
	text-align:center;
}
#cookie-alert a.accetta-cookie{
	padding:4px 12px;
	background:#000000;
	color:#ffffff;
	margin:0 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	white-space: nowrap;
}
#cookie-alert a:hover{
	color:#ee1c25;
	text-decoration:none;
}







