body{
	background:#fff url(../img/bg.gif) top center repeat-x;
	color:#000;}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.thumbnail .caption {
    padding-bottom: 0px;
}


/*font custom style----------------------------*/

	/*size---------------------------------------*/
	h1, .h1{
		font-size:34px;}
	h2, .h2{
		font-size:22px;}
	h3, .h3{
		font-size:16px;}
	/*color--------------------------------------*/
		.cat, .cat a, .title-box, .title-box a, .focus a, .focus, .theme a, .widget_rss ul li .rss-date, .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus, .nav>li>a:hover,.nav>li>a:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li:hover > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, #twitter-focus a, .entry-content h2, time, .single .entry-content a {
			color:#00acac;}
		.page-header h1, .post .post-type, .post .post-type a, .page .post-type, .page .post-type a{color:#999;}
	/*family---------------------------------------*/
		.entry-content h2, .page-header h1{font-family: 'Raleway', sans-serif;}
		/*.single .entry-content p:first-child+p:first-letter{font-family:Georgia, "Times New Roman", Times, serif;}*/
	/*weight---------------------------------------*/
		/*Thin 100*/
		/*Extra-Light 200*/.post .post-type, .post .post-type a, .page .post-type, .page .post-type a, .page-header h1{font-weight:200;}
		/*Light 300*/
		/*Normal 400*/
		/*Medium 500*/.cat, .cat a, .title-box, .title-box a, .focus a, .focus, .theme a, #logo{font-weight:500;}
		/*Semi-Bold 600*/
		/*Bold 700*/.widget_rss ul li .rsswidget, .btn, a.btn{font-weight:700;}
		/*Extra-Bold 800*/ul.tag-list li, #twitter-focus .title-box, #twitter-focus .title-box a, .entry-content h2{font-weight:800;}
		/*Ultra-Bold 900 */
		
/*style*/
a{
	text-decoration:underline;}
.nav-pills > li > a, .dropdown-menu > li > a, h1 a, a h1, h2 a, a h2, h3 a, a h3, h4 a, a h4, ul.tag-list li a, .cat a,.title-box a, .focus a, .theme a, a.permalink, .post .post-type a, .widget_rss ul li a.rsswidget, a.rsswidget, .btn a, a.btn, aside a{
	text-decoration:none;}
a:hover{
	text-decoration:underline;}
.cat, .cat a, .title-box, .title-box a, .focus a, .focus, .theme a{
	text-transform:uppercase;
	font-size:18px;}
time{
	text-transform:uppercase;}
ul.tag-list{
	padding:10px 0px;}
ul.tag-list li/*, .tag-bottom a*/{
	float:left;
	margin:0px 10px 10px 0px;
	border-radius:0px 4px 4px 0px;
	background:#00acac url(../img/bg_tag.gif) left center no-repeat;
	height:26px;
	padding:3px 10px 3px 20px;
	font-size:15px;
	color:#fff;
	list-style:none;}
ul.tag-list li a/*, .tag-bottom a*/{
	color:#fff;}
/*.tag-bottom a{
	font-size:14px !important;
	text-decoration:none;
	font-weight:700;}*/
.home ul.tag-list li{
	margin-right:20px;
	padding-right:20px;}
.home ul.tag-list li:last-child{
	margin-right:0px;}

/*custom div-----------------------------------*/
.section{
	margin-bottom:20px;}

.box{
	padding:20px;
	margin-bottom:10px;}
.rounded, img.attachment-thumb-autore-single-commento, img.attachment-thumb-autore-commento{
	border-radius:200px;}
.gray, img.attachment-thumb-autore-single-commento, img.attachment-thumb-autore-commento {
filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
 filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
.page-header{
	margin-top:0px;
	border-bottom:0px;
	padding-bottom:0px;}
.page-header h1{
	font-size:30px;
	text-transform:lowercase;}
ul.loop{
	list-style:none;
	padding:0px 0px;}
ul.loop li{
	padding:0px 0px;
	margin:0px 0px 10px 0px;
	}

	
	/*slider---------------------------------------*/
	.slide{
		height:450px;}
	.slider-navigation{
		position:absolute;
		background:url(../img/arrow_slider.png) 0px 0px no-repeat;
		width:63px;
		height:63px;
		display:block;
		top:85px;
		z-index:99;
		}
	.slider-navigation.left{
		left:-25px;}
	.slider-navigation.right{
		background:url(../img/arrow_slider.png) 0px -67px no-repeat;
		right:-25px;
		}
	#carousel-topics .slide h2{
		margin-bottom:10px;}
	.butt-storie{
		margin-top:10px;
		margin-bottom:10px;
		font-weight:700;
		text-align:center;}
	.carousel .figure{
		width:100%;
		height:220px;
		position:relative;
		overflow:hidden;}
	.carousel .figure img{
		position:absolute;
		z-index:1;}
	.carousel .figure img.preview-butt{
		z-index:2;
		top:90px;
		left:135px;}

/*custom widget------------------------------*/
aside section{
	margin-bottom:10px;}
/*section.widget, */.widget_rss, .widget_news, .follow-buttons{
	padding:20px;}
section.widget .title-box{
	margin-bottom:20px;}
.widget_rss, .widget_news, .follow-buttons{
	background:#e3eaf2;
	}
.widget_rss ul li,  .widget_news ul li{
	padding:0px 0px;
	margin:0px 0px 20px;
	font-size:12px;
	list-style:none;
	line-height:13px;}
.widget_rss h3{
	font-size:0px;
	background:url(../img/bg_rss_europa.jpg) top left no-repeat;
	margin-bottom:0px;
	line-height:15px;}
.widget_rss h3 img{
	display:none;}
.widget_rss h3 a{
	display:block;
	width:100%;
	height:22px;}
.widget_rss ul{
	padding:0px 0px;}
.widget_rss ul li .rsswidget{
	font-size:14px;
	display:block;}

/*navigation---------------------------------*/
.banner{
	height:70px;
	border-bottom:1px solid rgba(0, 0, 0, 0.15);}
.nav > li{
	position:inherit;
	text-transform:uppercase;
	font-size:16px;}
.nav li:hover ul{
	display:block;
	opacity: 1;
   transition: opacity .50s ease-in-out;
   -moz-transition: opacity .50s ease-in-out;
   -webkit-transition: opacity .50s ease-in-out;}
.open > .dropdown-menu{
	display:none;}
.dropdown-menu{
	margin-top:0px;
	width:950px;
	background:none;
	padding:0px 0px 0px 20px;
	border:0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px 0px 0px 0px;
	box-shadow:0 0px 0px rgba(0, 0, 0, 0);
	display:block;
	opacity:0;}
.dropdown-menu>li>a{padding:3px 10px 3px 0px; font-size:12px;}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;background-color:transparent;}
.nav-pills > li > a {
    border-radius: 0px 0px 0px 0px;
	color:#000;
	text-transform:uppercase;
}
.nav .caret{border-top-color:#000;border-bottom-color:#000;}
.nav a:hover .caret{border-top-color:#000;border-bottom-color:#000;}
.nav>li>a:hover,.nav>li>a:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li:hover > a {text-decoration:none;background-color:#fff;}
ul.dropdown-menu li{
	display:inline;
	float:left;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
}
/*-----------------------------header------------------------------------------*/
.banner #logo-europa{
	text-align:right;
	padding-top:5px;}
.search-form{
	padding-top:5px;}
.search-form .input-group{
	background:#fff;
	border:1px solid #cccccc;
	border-radius:20px;}
.search-form .input-group input, .search-form .input-group button{
	background:transparent;
	border:0px;
	box-shadow:0 0px 0px rgba(0, 0, 0, 0);}
.search-form .form-control{
	height:25px;
	padding:3px 12px;}
#logo-section{
	padding:20px 5px;}
#logo{
	text-align:center;
	font-size:13px;
	color:#00adad;}
#logo img{
	margin-bottom:10px;}
#socialbookmarking-box{
	text-align:right;
	padding-top:10px;}
/*footer-----------------------------*/
#footer-wrapper{
	background:#cceeee;
	font-size:14px;
	padding:30px 0px;
	margin-top:20px;
	}
#footer-credits section{
	padding:10px 0px;}
#footer-europa-credits{
	text-align:right;}
/*homepage--------------------------------------------------------*/
#banner-topic.section{
	text-align:center;
	margin-bottom:10px;}
#twitter-focus.box{
	background:#d9f3f3;
	}
#twitter-focus .title-box, #twitter-focus .title-box a{
	font-size:24px;
	text-transform:lowercase;
	}
#front-topic.section{
	margin-bottom:0px;}
#tag-topic.section{
	margin-bottom:10px;}
#connected-topics, #front-topic{
	border-bottom:5px solid #cccccc;
	padding-bottom:10px;
	margin-top:10px;
	}
#front-topic{
	margin-top:0px;
	margin-bottom:10px;}
#focus-on h1, .slider h2{
	margin-bottom:0px;}
#connected-topics h2{
	margin-bottom:10px;}
.cat-comment .commento{
	padding-right:30px;}
.cat-comment h3{
	margin-bottom:10px;} 
.cat-comment description{
	line-height:20px;}
.section#comments{
	margin-bottom:30px;}
#comments .banner-box{
	text-align:right;}
/*interne---------------------------------------------*/
article.post, article.header-author{
	margin-right:25px;}
.cat .author, .cat .author a{
	text-transform:lowercase;
	color:#000;
	font-size:14px;}
.cat .author a{text-transform:none !important;}
	/*post------------------------------*/
	.post .entry-content img{
		max-width:100%;
		height:auto;}
	.post .post-type, .post .post-type a, .page .post-type, .page .post-type a{
		text-transform:lowercase;
		font-size:30px;	}
	.single .post header{
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px solid #ccc;}
	.entry-content h2{
		font-size:24px;}
	.single /*.entry-content p:first-of-type+p:first-letter*/ .entry-content p:first-of-type:first-letter {
		font-size:80px;
		display:block;
		float:left;
		padding:0px 10px 5px 0px;
		line-height:75px;}
	.single .sottotitolo{
		margin-bottom:10px;}
	img.attachment-thumb-interna{
		margin-bottom:20px;}
	.entry-content figure.featured-image-top{
		margin-bottom:20px;}
	.entry-content figure.featured-image-top img{
		margin-bottom:0px;}
	.entry-content figure.featured-image{
		display:none;}
	.entry-content .post-pagination{
		text-align:right;
		font-style:italic;
		padding:10px 0px;}
	aside .gallery{
		padding-bottom:10px;
		margin-bottom:10px;
		text-align:center;}
	aside .gallery .thumbnail {
		border: 0px solid #DDDDDD;
		border-radius: 0px 0px 0px 0px;
		padding: 0px;
		margin-bottom:2px;}
	aside .gallery .thumbnail:last-child{
		margin-bottom:10px;}
	/*indici--------------------*/
	.blog .page-header, .archive .page-header, .search .page-header, .page-template-page-temi-php .page-header{
		display:block;}
	.archive.author .page-header{
		display:none;}
	.blog article, .archive article, .search article, .page-template-page-temi-php article{
		margin-bottom:20px;
		padding-bottom:10px;
		border-bottom:1px solid #ccc;}
	.blog article .cat, .archive article .cat, .search article .cat, .page-template-page-temi-php .cat{
		margin-bottom:5px;}
	.blog article img, .archive article img, .search article img, .page-template-page-temi-php article img{float:left; margin-right:10px;}
	.blog article header h2, .archive article header h2, .search article header h2, .page-template-page-temi-php article header h2{
		margin-bottom:0px;}
	article time, .blog article footer time, .archive article footer time, .search article footer time, .page-template-page-temi-php article footer time, .cat time{
		text-transform:lowercase;
		font-size:11px;
		}
	.blog article .description, .archive article, .search article .description, .page-template-page-temi-php article .description{
		floar:left;}
	ul.social-row{
		margin-bottom:0px;}
	ul.social-row li{
		float:left;
		margin:0px 20px 0px 0px;}
	.figure.indice{
		width:100%;
		height:140px;
		overflow:hidden;
		position:relative;}
	.figure.indice img{
		position:absolute;
		z-index:1;}
	.figure.indice img.preview-butt{
		z-index:2;
		top:50px;
		left:80px;}
	/*pagina autore---------------------------------------*/
	.follow-buttons ul li{
		float:left;
		display:inline;
		margin-right:5px;
		margin-bottom:0px;}
		

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite-2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading-2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}