/*
Theme Name: gonews
Theme URI: http://underscores.me/
Author: tillilab
Author URI: http://www.tillilab.it
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: gonews
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 gonews is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*
Colori utilizzati:
verde: #2d9b22
blu; #00579c
giallo: f7cf27
rosso: dc2d38
celeste: carta zucchero 6889ce
verde carta da zucchero 7fcf90
grigino sondaggio #f2f5e1
viola #492aa0
*/



/* ROYALSLIDER override */

.galleryTextThumbs .rsTmb {
	padding: 12px 12px !important;
}


.rsUni .rsThumb.rsNavSelected {
	background: #dc2d38 !important;
}



.galleryTextThumbs .rsThumbs h5 {
	font-size: 14px !important;
	line-height: 16px !important;
}

.rsCaption a {
    color: white !important;
    pointer-events: none;
}


.royalSlider.rsUni .rsGCaption {
    padding: 20px 20px !important;
 }

.rsCaption {
    font-size: 1.2em;
    text-align: left;
}
.rsCaption span {
    display: block;
    font-size: 0.7em;
    text-align: left;
}



/* IUBENDA stili Privacy Policy */

#iubenda-cs-banner{
    top: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*  classe del contenuto */
.iubenda-cs-content{
    display:block;
    margin:0 auto;
/*     padding: 20px; */
    width:auto;
/*     font-family: Helvetica,Arial,FreeSans,sans-serif; */
    font-size: 14px;
/*     background: #000; */
    color: #fff;
}
.iubenda-banner-content{
/* 		-webkit-font-smoothing: antialiased; */


}
.iubenda-banner-content .container{
	position: relative;
	padding: 10px 30px 10px 15px;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.7);

}

.iubenda-cs-rationale{
/*     max-width: 900px;  */
    position:relative;
    margin: 0 auto;
}

/*   stile per testo interno al banner */
.iubenda-banner-content  p {
/*     font-family: Helvetica,Arial,FreeSans,sans-serif; */
    line-height: 1.4;
    font-size: 13px;
	letter-spacing: -0.5px;
	margin-bottom: 0;
}

/*  Tasto Chiudi. */
.iubenda-cs-close-btn{
    margin:0;
    color: #fff;
    text-decoration:none;
    font-size: 30px;
    position: absolute;
    top: -5px;
    right: 11px;
    border: none;
}
.iubenda-cs-close-btn:hover{
    margin:0;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}


/*  stile per link testuale a privacy policy */
.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}
.iubenda-cs-cookie-policy-lnk:hover{
    text-decoration: none;
    color: #fff;
}

 @media (min-width: 768px) {

	.iubenda-banner-content  p {

	letter-spacing: 0;
	}
}


/* 	FINE iubenda stili privacy policy */





/* =Reset
-------------------------------------------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('font-library/FontAwesome/fontawesome-webfont.eot?v=3.2.1');
  src: url('font-library/FontAwesome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font-library/FontAwesome/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font-library/FontAwesome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('font-library/FontAwesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin solid;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 14px;
	/*font-size: 1.2rem;*/
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 0.5em;
}

ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px solid #666;
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
/* 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
/* 	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/* 	border-color: #ccc #bbb #aaa #bbb; */
/* 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
/* 	border-color: #aaa #bbb #bbb #bbb; */
/* 	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #dc2d38;
	text-decoration:none;
}
a:visited {
	color: #dc2d38;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;

}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {

	display: none;

}


/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
/* 	border: 1px solid #ccc; */
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
/*
	margin: 1.2% auto 0;
	max-width: 98%;
*/
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


.site-main .gallery {
	margin-bottom: 1.5em;
}

.wp-caption p {
	margin: 0.8075em 0;
	font-size: 0.8em;
	font-style: italic;
}


.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: none;
}


/* =Strip banner
----------------------------------------------- */

.strip-banner iframe {
	margin:0 auto;
	display: block;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1em;
	float:left;
	width:100%;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}



/* NEW STYLE */

/* @import url(css/capsula.css);*/

body {
  font-family: Arial, Verdana;
  font-weight: 400;
    background: url(images/boxed-pattern5.gif) 0 0 repeat fixed #f4f4f4;
}
#OPENSANS-700,
.page-title {
  font-family: Arial, Verdana;
  font-weight: 700;
}

#page{width:990px;margin:0 auto;

  background:#ffffff;
  position:relative;
 /* margin-top:120px; */
  z-index:2;
  transition: all 0.3s ease-in-out;
  }

#content{padding:0 0 0 10px;margin-top:20px;}
div.strip-banner { margin-bottom: 10px; margin-right: 10px;
}
#footer{padding:0 10px;position:relative;}




#primary{width:610px;margin-right:10px;float:left; padding: 0 30px;}




#secondary{width:300px;float:right;
/*-webkit-box-shadow: 0px 4px 4px 0px #969696;
  -moz-box-shadow: 0px 4px 4px 0px #969696;
  -ms-box-shadow: 0px 4px 4px 0px #969696;
  -o-box-shadow: 0px 4px 4px 0px #969696;
  box-shadow: 0px 4px 4px 0px #969696;
  */
  }


main.article-main { margin: 6px 40px;}

main.article-main.articolo_redazionale_content {
  padding: 20px 20px 40px;
  margin-right: 10px;
  margin-left: 0;
  border: solid 8px #e7e7e7;

}
main.article-main.articolo_redazionale_content h1,
main.article-main.articolo_redazionale_content h2,
main.article-main.articolo_redazionale_content h3,
main.article-main.articolo_redazionale_content p {
	font-family: georgia, serif;

}


#bnr-sidebar{width:100%}

#related-area{ margin-bottom: 30px; }
/*
#primary.content-article{width:670px;margin-right:10px;float:left;}
#primary.content-archive{width:664px;margin-right:16px;float:left;}
*/
#testo-articolo{ }


#testo-articolo > h2 {
	font-weight: normal;
	margin: 24px 0;
	font-family: georgia, serif;
	font-size: 20px;
	font-style: italic;
}


#testo-articolo > hr {
	height: 2px;
	margin-bottom: 48px;
}
#testo-articolo .contenuto-testo p {
	font-size: 16px ;
	margin-bottom: 24px;
}
#testo-articolo .contenuto-testo h2 {
  font-size: 20px;
  margin-bottom: 24px;
  margin-top: 48px;

}

#testo-articolo .contenuto-testo h3 {
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 48px;
  font-weight: bold;
  text-transform: uppercase;
}






.article_sidebar_body a{color:#3D3D3D;}
.article_sidebar_body a:hover{color:#333;}
.article_sidebar_body ul {
overflow: hidden;
}


.article_sidebar_body ul li{width: 100%;
float: left;
margin-bottom: 5px;
padding-bottom: 5px;
font-size: 12px;
line-height: 15px;
width: 272px;
padding: 10px 20px 0 0;

}


.article_sidebar_body ul li:nth-child(3){
	clear: both;

}

.article_sidebar_thumb{float:left;margin-right:10px;}


/* article .textwidget {
	min-height: 200px;
} */

h3.article_sidebar_title{
	color: #fff;
	background: #dc2d38 !important;
	font-size: 14px;
	font-weight: 700;
	padding: 0 10px;

	}
/*
h3.article_sidebar_title a:link,h3.article_sidebar_title a:visited{color: #262626;}
h3.article_sidebar_title a:hover{color:#dc2d38;}
*/


.block-social {
    border-bottom: 1px solid #EDEDED;

    margin-bottom: 24px;


}
.block-social .soc_label {
    float: left;
    font-family: 'Times New Roman',Times,serif;
    font-size: 10px;
    line-height: 12px;
    margin-right: 17px;
    padding-bottom: 5px;
    text-transform: uppercase;
    word-spacing: 1px;
}
.block-social ul {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.soc_label {
padding-bottom: 2px;
}

.block-social ul li {
    float: left;
    list-style: none outside none;
    margin: 6px 8px 0 0;
	width:40%;
}
.block-social ul li a {
    display: block;
}

.fb-like {
z-index: 100;
}

.socialbuttons {
padding-bottom: 2px;
}

.widget.widget_rss ul{margin:8px 0;padding:0;}
.widget.widget_rss ul li{
background: url("images/list-styles.png") no-repeat scroll 2px -12px transparent;
    content: "";
    display: inline-block;
    width: 250px;
float: left;
line-height: 16px;
padding-left: 14px;
}
.widget.widget_rss ul li a{background:#fff;}


/* TESTATA */

a.left-big-arrow{width: 40px;position: fixed;top:50%;left:50%;height: 100px;margin-left:-532px;}
a.left-big-arrow img{float:left;}
a.right-big-arrow{width: 40px;position: fixed;top:50%;left:50%;height: 100px;margin-left:492px;}
a.right-big-arrow img{float:right;}


.overtop{
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding: 10px 10px;
	margin-bottom: 0
}
div.machette-block{padding:0 10px;}

div.machette-over-logo{width:100%;margin-bottom:20px;}


div.machette-around-logo{width:100%;margin-bottom:20px;float:left;position:relative;}
div.machette-around-logo{height:auto; min-height: 175px; margin-bottom:18px;}
div.machette-sinistra{float:left;}
div.machette-destra{float:right;}
div#logo{float:left;text-align:center;width:530px;position:absolute;left:210px; margin-top: 10px}
/* div.site-branding{height:240px;} */
/* NAVIGAZIONE TOP */

#site-navigation{border-top: 3px solid white;border-bottom:3px solid #dc2d38;background: url(images/navbg_black.png);}
#site-navigation ul li{width:90px;position:relative;}
#site-navigation ul li a{padding: 6px 12px 10px; height: 28px;color:#fff;line-height:16px;text-transform:uppercase;font-size:12px;font-weight:bold;}
#site-navigation ul li a:hover{background:#fff;border-top:6px solid #dc2d38;color:#000;margin-top:-6px;height:28px;}
#site-navigation ul li.menu-aperto a{background:#fff;border-top:6px solid #dc2d38;color:#000;margin-top:-6px;height:28px;margin-bottom: -3px;border-bottom: 3px solid #FFFFFF;}
#site-navigation ul li.current-menu-item{background:#dc2d38;border-top:3px solid #dc2d38;}
#site-navigation ul li.current-menu-item a{border-top:6px solid #dc2d38;margin-top:-6px;height:25px;}
#site-navigation ul li.current-menu-item.menu-aperto a{background:#fff;border-top:6px solid #dc2d38;color:#000;margin-top:-9px;height:28px;margin-bottom: -3px;border-bottom: 3px solid #FFFFFF;}
#site-navigation ul li.current-menu-item a:hover{background:#fff;border-top:6px solid #dc2d38;color:#000;margin-top:-9px;height:28px;}
#site-navigation ul li.current-menu-item:hover{border-bottom:none;}

#site-navigation ul li a:hover div.sub-container.mega ul li a{background:#000;}

#site-navigation ul li.bigmenu a:after{
content: '';
position: absolute;
top: 30%;
right: 1px;
margin-top: -3px;
height: 0;
width: 0;
border: 5px solid transparent;
border-top-color:#fff;
}
#site-navigation ul li.bigmenu.menu-aperto a:after{
content: '';
position: absolute;
top: 30%;
right: 1px;
margin-top: -3px;
height: 0;
width: 0;
border: none;
border-top-color:#fff;
}

/* ELEMENTI MEGA MENU */

div#contenuti-menu{float:left;width:100%;background:#fff;position:relative;z-index:30;}
div.mega-menu-content{width:100%;position:absolute;background:#fff url(images/bg-mega-content.png) repeat-y 0 10px;display:none;padding-top:10px;
box-shadow:0 10px 10px 0 #dc2d38;border-bottom:1px solid #dc2d38;}
div.mega-col-1{float:left;width:22%;margin-left:4%;}
div.mega-col-2{float:left;width:28%;margin-right:1%;margin-left:1%;}
div.mega-col-3{float:left;width:40%;}

h4{font-size: 14px;
line-height: 22px;
color: #333;
margin-bottom: 14px;
font-weight: bold;
}
ul.submenu{width:70%;}
ul.submenu.sm{margin-top:32px;float:left;}
ul.submenu li{border-top: none;
border-bottom: 1px solid #666;
  margin-bottom: 4px;
    padding-bottom: 4px;
font-size: 1em;
list-style:none;}

ul.submenu li a{color:#545454;}
ul.submenu li a:hover{text-decoration:underline;}

ul.short-postlist li{list-style:none;margin-bottom:12px;}
ul.short-postlist li img{float:left;}
div.wpmega-postlist-title{float:left;margin-left:12px;width: 280px;}
div.wpmega-postlist-title a{color:#545454;}
div.wpmega-postlist-title a:hover{color:#545454;}

ul.short-postlist-sidebar li{list-style:none;margin-bottom:12px;margin-left:10px;}
ul.short-postlist-sidebar li img{float:left;}
div.wpmega-postlist-title-sidebar{float:left;margin-left:12px;width: 180px;}
div.wpmega-postlist-title-sidebar.no-img{float:left;margin-left:0px;width: 100%;}
div.wpmega-postlist-title-sidebar a{color:#545454;}
div.wpmega-postlist-title-sidebar a:hover{color:#545454;text-decoration:underline;}

/* LAYOUT PAGINA */


/* calendario gonews24 */
ul.combo_media {
    float: left;
    margin: 12px 0 0 8px;
    width: 100%;
}
ul.combo_media li:last-child {
	display: none;
}


#wp-calendar  {

    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

#wp-calendar caption {

    color: #fff;
    background: #dc2d38 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: capitalize;
    text-align: left;
}

#wp-calendar th, #wp-calendar td  {
	 padding: 3px 0px;
    text-align: center;
}


h3.widget-title{color:#fff;
background: #dc2d38 !important;
font-size:14px;
font-weight:700;
padding:0 10px;

}
h3.widget-title a{color:#fff;
}
div.verde h3.widget-title{background: #2d9b22 !important;}
div.blu h3.widget-title{background: #00579c !important;}


.widget_calendar  {
	margin-bottom: 0;
}
.widget_calendar table  {
	margin-bottom: 10px;
}


.widget_calendar h3.widget-title {
    color: #111;
    background: transparent !important;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 10px 1px;
    text-align: center;
}


.widget_calendar tbody td  {
	color:#999;
}


.widget_calendar tbody td a {
	color: #111;
}
.widget_archive h3 {
	display: none;
}


.widget_archive select {
	width: 99%;
	margin-top: 0;
	margin-bottom: 15px;
}


ul.combo_media {
    float: left;
    margin: 12px 0 0 8px;
    width: 100%;
}
ul.combo_media li {
    display: inline;
    float: left;
    margin: 0 4px;
}
ul.combo_media li.ui-tabs-active a {
    background: none repeat scroll 0 0 #dc2d38;
    border: 1px solid #dc2d38;
/*    border-radius: 10px 10px 10px 10px; */
    color: #FFFFFF;
	font-weight:700;
}
ul.combo_media li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
/*    border-radius: 10px 10px 10px 10px; */
    color: #dc2d38;
    font-size: 14px;
    height: 20px;
    padding: 8px 4px;
    text-decoration: none;
	font-weight:700;
}

ul.breadcrumbs {
margin: 0 0 8px 0;
overflow: hidden;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
padding: 7px 0 8px;
}

ul.breadcrumbs li {
height: 12px;
font-size: 10px;
line-height: 13px;
text-transform: uppercase;
list-style: none;
float: left;
padding-right: 10px;
margin-right: 5px;
background: url(images/crumb_divider.gif) right 4px no-repeat;
}
ul.breadcrumbs li.last {background:none;}
ul.breadcrumbs li a {
font-size: 10px;
line-height: 12px;
text-decoration: none;
color:#3d3d3d;
}

/* ARTICOLO SINGOLO */

h1.entry-title,h1.page-title {
color: #3c3c3c;
font-family: Arial, Verdana;
font-weight: 800;
border-bottom: 8px solid #dc2d38;
/*font-size: 24px;
line-height: 26px;*/
margin-bottom: 24px;
text-transform: normal;
font-size: 28px;
line-height: 32px;
padding-bottom: 20px;
margin-top: 30px;
letter-spacing: -0.01em;
}
div.entry-meta{margin-bottom:10px;}

.entry-meta .posted-on,
.entry-meta .localita-post,
.entry-meta .argomento-post
 {
 margin-bottom: 4px;

}




.entry-meta .posted-on {
background: url(images/slider-date-icon.png) 0 2px no-repeat;
font-size: 14px;
line-height: 15px;
padding-left: 17px;
float: left;
margin-right: 16px;
background-position: 0 2px;
color: #666;
font-weight:bold;
}
.entry-meta .localita-post {
background: url(images/home-icon.gif) 0 2px no-repeat;
font-size: 14px;
line-height: 15px;
padding-left: 17px;
float: left;
margin-right: 0;
background-position: 0 2px;
color: #666;
font-weight:bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.entry-meta .argomento-post {
background: url(images/post-format.png) 0 2px no-repeat;
font-size: 14px;
line-height: 15px;
padding-left: 17px;
float: left;
margin-right: 16px;
background-position: 0 2px;
color: #666;
font-weight:bold;
}

.category-redazionale .entry-meta .argomento-post {
	color: #dc2d38;

}


.entry-meta .posted-on a,.entry-meta .posted-on a:hover{color: #666;}
div.entry-meta{width:100%;float:left;}
/* BOX NOTIZIE */


.entry-meta .block-socials {
clear: both;
margin-top: 40px;
margin-bottom: 10px;
height: 40px;
}


.entry-meta .block-socials  div.addthis_inline_share_toolbox{
	width: 380px;
	float: left;
}

.entry-meta .block-socials  .fb_iframe_widget{
	float: right;
}



div.addthis_inline_share_toolbox


div.title h2{float:left;margin:4px 0;}
div.title h2 a{color:#111111;font-size: 16px;line-height: 14px;}
div.title h2 a:hover{text-decoration:underline;}
/* div.title h2 .m-royalslidepost-meta-text a{font-size:12px;} */

.home_category_news_small > .block-title {
color: #3c3c3c;
font-family: Arial, Verdana;
font-weight: 400;
border-bottom: 8px solid #dc2d38;
font-size: 22px;
line-height: 1.5em;
margin-bottom: .5em;
text-transform: normal;
}

.block_home_post{width:48%;float:left;margin-right:2%;}
.block_home_post.bd-bot{width:48%;float:left;margin-right:0%;margin-left:2%;}
.block_home_post.first-post{width:48%;float:left;margin-right:2%;margin-left:0;}
.block_home_post.second-post{width:48%;float:left;margin-left:2%;margin-right:0;}
.block_home_post.smallone{margin-top:12px;}

.block_home_post_small{width:100%;float:left;}
.block_home_post_small.first-post{width:100%;float:left;margin-right:1%;}
.block_home_post_small.second-post{width:100%;float:left;margin-left:1%;}

.news-intro{float:left;width:100%;}

.block_home_post.smallone > .post-image, .top-info > .post-image {
width: 38%;
margin-right: 1%;
padding: 0;
float:left;
}
.block_home_post.smallone > .post-content, .block_home_post.smallone > .post-info, .news-intro > .post-content, .top-info > .post-info{
float: left;
clear: none;
/* width:60%; */
}

.post_date {
background: url(images/post-date-icon.png) 0 1px no-repeat;
padding-left: 15px;
font-size: 11px;
line-height: 14px;
text-decoration: none;
color: #666;
}
.localita-home{background: transparent;color: #444070;float: left;font-size: 13px;margin-top: 0px;text-transform: uppercase;padding:1px 2px;margin-right:4px;font-weight:700;}
.localita-home.tagged{margin-top:0px;}
.argomento-home{background: transparent;color: #dc2d38;float: left;font-size: 13px;margin-right: 4px;text-transform: uppercase;padding:1px 2px;font-weight:700;}
.argomento-home.tagged{margin-top:0px;}
.violatag-home{background: none repeat scroll 0 0 #492aa0;color: #FFFFFF;float: left;font-size: 11px;margin-top: 0px;text-transform: uppercase;padding:1px 2px;margin-right:4px;}
.localita-pointelle{background: none repeat scroll 0 0 #fff;color: #000;float: left;font-size: 11px;margin-top: 2px;text-transform: uppercase;padding:1px 2px;margin-right:4px;margin-left:8px;}
.localita-pointelle.tagged{margin-top:0px;}
a.slider-point{padding-top:2px;padding-left:4px;}

.m-royalslidepost-cat--tab--left .localita-home{background: none repeat scroll 0 0 #fff;color: #333;float: left;font-size: 11px;margin-top: 0px;text-transform: uppercase;padding:1px 2px;margin-right:4px;}

.m-royalslidepost-meta-text a{font-size:12px;}
.m-royalslidepost-meta-text a:hover{color:#fff;}

/* .top-info .localita-home{margin-top:6px;} */

.home_category_news_small > .view-all {
padding: 0;
border: none;
text-transform: lowercase;
text-align: center;
margin-top: 1em;
font-size: 1.4em;
line-height: normal;
background-color: rgba(235, 28, 22, 0.4);
padding: .3em 1em;
}
.home_category_news_small > .view-all:hover {
background-color: #dc2d38;
-webkit-transition: all 0.4s ease 0.2s;
-moz-transition: all 0.4s ease 0.2s;
-o-transition: all 0.4s ease 0.2s;
transition: all 0.4s ease 0.2s;
}
.home_category_news_small > .view-all a {
color: #ffffff;
}


.clearboth:after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
}
.two_columns_news {
    margin: 0;
}

.block_home_post_small,.block_home_post{
margin-bottom:12px;
padding-bottom:12px;
border-bottom:1px solid #dc2d38;
}

.two_columns_news > .home_category_news_small {
	float:left;
    margin: 0 10px 0 0;
    width: 45%;
}

/* METEO */

.box-meteo-home {
margin-bottom: 10px;
width: 100%;
float: left;
border-top: 1px dashed #EFEFEF;
padding-top: 10px;
}
.box-meteo-citta-home {
background-color: transparent;
background-position: center 10px;
width: 50%;
float: left;
font-size: 10px;
line-height: 12px;
}
.box-meteo-nome-citta-home {
text-align: center;
margin-bottom: 20px;
font-size: 12px;
font-weight: 700;
padding-bottom: 20px;
}
.box-meteo-condizioni-home {
text-align: center;font-size:11px;color:#333;font-weight:400;
}

p.info-meteo-link a{color:#dc2d38;text-decoration:none;}
p.info-meteo-link a:hover{color:#333;text-decoration:none;}
p.info-meteo-link{margin: 0px auto;width: 90%;text-align: center;}
p.info-meteo-link span.meteo-fonte{font-size:11px;font-style:italic;}

/* ICON THNKS TO ANDREA */

/* FONT AWESOME CORE
 * -------------------------- */


/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-youtube {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');
}
.icon-youtube-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');
}
.icon-picture:before {
  content: "\f03e";
}
.icon-picture {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');
}

span.post-meta-icon,span.post-meta-icon a,div.title h2 span.post-meta-icon a,div.title h2 span.post-meta-text a,div.title h2 .icon-youtube-play,div.title h2 .icon-picture{color:#dc2d38;}
span.post-meta-icon a:hover{color:#3D3D3D;}

span.m-royalslidepost-meta-icon,span.m-royalslidepost-meta-icon a,div.title h2 span.m-royalslidepost-meta-icon a,div.title h2 span.m-royalslidepost-meta-text a,div.title h2 .icon-youtube-play,div.title h2 .icon-picture{color:#fff;}
span.m-royalslidepost-meta-icon a:hover{color:#fff;}

span.m-royalslidepost-meta-icon a:hover,div.title h2 span.m-royalslidepost-meta-icon a:hover,div.title h2 span.m-royalslidepost-meta-text a:hover,div.title h2 .icon-youtube-play,div.title h2 .icon-picture{color:#fff;}
.m-royalslidepost-meta-icon a{font-size:1.1em;}
div.title h2 a .icon-picture,div.title h2 a .icon-youtube-play{color:#dc2d38;}
div.title h2 a:hover .icon-picture,div.title h2 a:hover .icon-youtube-play{color:#3D3D3D;}
h4.m-royalslidepost-title--large--left a:hover{color:#fff;}
h4.m-royalslidepost-title--medium--left a:hover{text-decoration:underline;color:#fff;}
h4.m-royalslidepost-title--medium--left a span{background:transparent;color:#fff;font-weight:700;}

/**
 * [m-royalslidepost]
 *
 * Module
 *
 */
.m-royalslidepost,
[class*="m-royalslidepost--"] {
  background: #f3f3f3;

  position: relative;
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.6);
}
.m-royalslidepost--primary {
  float: left;
  width: 53%;
  position: absolute;
  top: 1em;
  left: 3.7em;
}
.m-royalslidepost--secondary {
  float: right;
  width: 33%;
  clear: both;
  margin: 2.5em 3.7em 0em 0;
}
.m-royalslidepost-figure,
[class*="m-royalslidepost-figure--"] {
  width: auto;
  overflow: hidden;
  border-bottom: 3px solid rgba(255, 165, 0, 0.75);
}
.m-royalslidepost-figure--primary {
  height: auto;
  max-height: 25em;
}
.m-royalslidepost-figure--secondary {
  height: 9em;
  max-height: 9em;
}
.m-royalslidepost-cat,
[class*="m-royalslidepost-cat--"] {
  display: block;
}
.m-royalslidepost-cat,
[class*="m-royalslidepost-cat--"],
.m-royalslidepost-cat a,
[class*="m-royalslidepost-cat--"] a {
  color: #000000;
  background: transparent;
  text-decoration: none;
}
.m-royalslidepost-cat--tab,
[class*="m-royalslidepost-cat--tab--"] {
  padding: 0em 1.0em;
  font-size: .88em;
  margin-bottom: 0em;
}
.m-royalslidepost-cat--tab--right {
  float: right;
  right: 0;
  text-align: right;
}
.m-royalslidepost-cat--tab--left {
  float: left;
  left: 0;
  text-align: left;
}
.m-royalslidepost-title,
[class*="m-royalslidepost-title--"] {
  font-family: Arial, Verdana;
  font-weight: 400;
}
.m-royalslidepost-title,
[class*="m-royalslidepost-title--"],
.m-royalslidepost-title a,
[class*="m-royalslidepost-title--"] a {
  color: #000000;
}
.m-royalslidepost-title--medium,
[class*="m-royalslidepost-title--medium--"] {
  font-family: Arial, Verdana;
  font-weight: 400;
  font-size: 1.1em;
  margin: .5em 0 .3em;
  line-height:1.1em;
}
.m-royalslidepost-title--large,
[class*="m-royalslidepost-title--large--"] {
  font-family: Arial, Verdana;
  font-weight: 400;
  font-size: 1.7em;
  margin: .5em 0 .5em;
}
.m-royalslidepost-title--large--left {
  padding-left: .4em;
}
.m-royalslidepost-title--medium--left {
  padding-left: .55em;
}
.m-royalslidepost-title--medium--right {
  text-align: right;
  padding-right: .5em;
}
.m-royalslidepost-meta,
[class*="m-royalslidepost-meta--"] {
/*  clear: left;*/
  padding-bottom: .2em;
}
.m-royalslidepost-meta a,
[class*="m-royalslidepost-meta--"] a {
  text-decoration: none;
}
.m-royalslidepost-meta--left {
  float: left;
  margin-left: 1em;
}
.m-royalslidepost-meta--left.slider{margin-left:0;margin-right:1em;}
.m-royalslidepost-meta--right {
  float: right;
  margin-right: .5em;
}
.m-royalslidepost-meta--tab {
  float: left;
  padding-top: .3em;
  background: #505050;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.m-royalslidepost-meta-icon,
[class*="m-royalslidepost-meta-icon--"],
.m-royalslidepost-meta-icon a,
[class*="m-royalslidepost-meta-icon--"] a {
  color: #000000;
  font-size: 1em;
}
.m-royalslidepost-meta-icon--tab {
  padding-left: 1em;
}
.m-royalslidepost-meta-sep,
[class*="m-royalslidepost-meta-sep--"] {
  color: #000000;
}
.m-royalslidepost-meta-sep--tab {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.m-royalslidepost-meta-text,
[class*="m-royalslidepost-meta-text--"],
.m-royalslidepost-meta-text a,
[class*="m-royalslidepost-meta-text--"] a {
  color: rgba(0, 0, 0, 0.5);
}
.m-royalslidepost-meta-text,
[class*="m-royalslidepost-meta-text"] {
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: bold;
}
.m-royalslidepost-meta-text--tab {
  padding-right: 1em;
}
.m-royalslidepost-cat a:hover,
[class*="m-royalslidepost-cat--"] a:hover {
  color: #660000;
}
.m-royalslidepost-title a:hover,
[class*="m-royalslidepost-title--"] a:hover {
  color: #660000;
}
.m-royalslidepost-meta-text a:hover {
  color: #660000;
}


/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  /* height: 100%; */
  height:450px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/

  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/

  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
/*
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}*/
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}
/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('images/rs-default.png');
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #000;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url('images/rs-default.png') no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('images/rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(images/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
/* ------------------------------------------------------------------------------------------- */
/* Additional Royalslider style */
/* ------------------------------------------------------------------------------------------- */
.contentSlider {
  width: 100%;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  background: transparent;
  color: #000;
}
.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: transparent;
}
.contentSlider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-slider-bg {
  width: 86%;
  padding: 24px 7%;
  background: #eee;
}
/* ------------------------------------------------------------------------------------------- */
/* My royalslider addiction */
/* ------------------------------------------------------------------------------------------- */
#content-slider-1.royalSlider {
  overflow: hidden;
 /* background: url('images/rs-bg-grd.jpg') center top repeat-x;*/
 background:#f3f3f3;
  margin-bottom:12px;
  width:970px;
}
#content-slider-1 .royalSlider-slidecntr {
  width: 100%;
  float: left;
  clear: left;
  padding-bottom: 3em;
  height:400px;
}
#content-slider-1 .rsNav {
  margin-bottom: 0em;
}
/* Arrows */
/* ------------------------------------------------------------------------------------------- */
#content-slider-1 .rsArrowIcn {
  opacity: .5;
}
#content-slider-1 .rsArrowIcn:hover {
  opacity: 1;
}
/* Bottom Navigation Bullets */
/* ------------------------------------------------------------------------------------------- */
#content-slider-1 .rsBullets {
  background: transparent;
}
#content-slider-1 .rsBullet span {
  opacity: .4;
  background-color: #000;
}
#content-slider-1 .rsBullet span:hover,
#content-slider-1 .rsBullet.rsNavSelected span {
  opacity: 1;
  background-color: #000;
}

.m-royalslidepost-figure--secondary{height:8em;}
.m-royalslidepost-title--medium, [class*="m-royalslidepost-title--medium--"]{margin-top:0.2em;}
#content-slider-1 .royalSlider-slidecntr{padding-bottom:1em;}
.m-royalslidepost--secondary{margin-top:1em;}

.sc_team li {width:100px;}

div.homecaption{position:absolute;bottom:0;width:100%;background:url('images/75-black.png') repeat;}

.m-royalslidepost-title, [class*="m-royalslidepost-title--"], .m-royalslidepost-title a, [class*="m-royalslidepost-title--"] a,.m-royalslidepost-cat, [class*="m-royalslidepost-cat--"], .m-royalslidepost-cat a, [class*="m-royalslidepost-cat--"] a,.m-royalslidepost-meta-icon, [class*="m-royalslidepost-meta-icon--"], .m-royalslidepost-meta-icon a, [class*="m-royalslidepost-meta-icon--"] a,.m-royalslidepost-meta-text, [class*="m-royalslidepost-meta-text--"], .m-royalslidepost-meta-text a, [class*="m-royalslidepost-meta-text--"] a{color:#f3f3f3;}
.m-royalslidepost-title a:hover, [class*="m-royalslidepost-title--"] a:hover, m-royalslidepost-cat a:hover, [class*="m-royalslidepost-cat--"] a:hover,.m-royalslidepost-meta-icon a:hover, [class*="m-royalslidepost-meta-icon--"] a:hover,.m-royalslidepost-meta-text, .m-royalslidepost-meta-text a:hover, [class*="m-royalslidepost-meta-text--"] a:hover{color:#f3f3f3;}

.m-royalslidepost-figure--primary{height:auto;max-height:25em;}

.m-royalslidepost-figure--secondary{height:12em;max-height:12em;}


.post-info .m-royalslidepost-title, .post-info [class*="m-royalslidepost-title--"], .post-info .m-royalslidepost-title a, .post-info [class*="m-royalslidepost-title--"] a, .post-info .m-royalslidepost-cat, .post-info [class*="m-royalslidepost-cat--"], .post-info .m-royalslidepost-cat a, .post-info [class*="m-royalslidepost-cat--"] a, .post-info .m-royalslidepost-meta-icon, .post-info [class*="m-royalslidepost-meta-icon--"], .post-info .m-royalslidepost-meta-icon a, .post-info [class*="m-royalslidepost-meta-icon--"] a, .post-info .m-royalslidepost-meta-text, .post-info [class*="m-royalslidepost-meta-text--"], .post-info .m-royalslidepost-meta-text a, .post-info [class*="m-royalslidepost-meta-text--"] a{color:#dc2d38;}

.block_home_post a{font-weight:400;}


/* Widget News combine - Body */

#letti_commentati-2.widget{width:290px;margin:0 5px;}

.widget_letti_commentati .block_letticommentati_tabs #tabs_letti_commentati ul.letti_commentati{
   float: left;
    margin: 12px 0 0 4px;
    width: 100%;

}
.widget_letti_commentati .block_letticommentati_tabs #tabs_letti_commentati ul.letti_commentati li{
   display: inline;
    float: left;
    margin: 0 2px;
}
.widget_letti_commentati .block_letticommentati_tabs #tabs_letti_commentati ul.letti_commentati li a{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #dc2d38;
/*    border-radius: 10px 10px 10px 10px; */
    color: #dc2d38;
    font-size: 14px;
    height: 20px;
    padding: 8px 2px;
    text-decoration: none;
	font-weight:700;
}
.widget_letti_commentati .block_letticommentati_tabs #tabs_letti_commentati ul.letti_commentati li a span{
	display: inline-block;

}
.widget_letti_commentati .block_letticommentati_tabs #tabs_letti_commentati ul.letti_commentati li a:hover{color: #73797c;}
.widget_letti_commentati .block_letticommentati_tabs #tabs_letti_commentati ul.letti_commentati li.ui-tabs-active a{
	background: #dc2d38;
	color: #fff;font-weight:700;
}
.widget_letti_commentati .block_letticommentati_tabs #tabs_letti_commentati ul.letti_commentati li a.current span {
	border-color: transparent;
}
.tab_letti_commentati .block_home_news_post {
	padding: 0 5px;
	margin-bottom: 8px;
	overflow: hidden;
}
.tab_letti_commentati .block_home_news_post .info {
	float: left;
	padding-top: 1px;
	margin-right: 13px;
	font-size: 12px;
	line-height: 15px;
	color: #8f95a0;
	text-align: right;
}
.tab_letti_commentati .block_home_news_post .title {
	overflow: hidden;
	margin: 0;
	font-size: 12px;
	line-height: 17px;
}
.tab_letti_commentati .block_home_news_post .title  span {
	text-transform: uppercase;
	font-weight: bold;
	color: #e50700;
	margin-right: 4px;
}
.tab_letti_commentati .block_home_news_post .title a {text-decoration: none;color:#333;}
.tab_letti_commentati .block_home_news_post .title a:hover{text-decoration:underline;}
div.tab_letti_commentati{margin-top:8px;border:1px solid #dc2d38;float:left;width:100%;padding-top: 10px;margin-bottom: 8px;}

#tabs_combomedia{float:left;width:100%;background:#fff;}
div.media_block.media_s{background:#dc2d38;text-align:center;float:left;padding-top:6px;width:100%;position:relative;}
div.media_block.media_s p.title{position:absolute;bottom:0;background:url('images/75-black.png') repeat;padding:4px 2px;margin-bottom:0;width: 286px;min-height: 20px;line-height:14px;}
div.media_block.media_s a{color:#fff;font-size:12px;line-height:13px; }
div.media_block.media_s a:hover{text-decoration:underline;}
div.media_block div.txt-box{font-size:12px;line-height:14px;}
div.media_block div.txt-box span.txt{float:left;margin-right:4px;}
div.media_block div.txt-box div.link-comments{float:left;}
div.media_block div.txt-box div.link-comments a{color:#545454;}


/* ELEMENTI FOOTER */

#footer {
border-top: 3px solid #e8e8e8;
background: #010c16;
}
#colophon{position:relative;}

#colophon .ft_section_1 {
color: #ffffff;
background: #c62932;
width:990px;
margin:0 auto;
}
#colophon .ft_section_2 {
background: #141414;

height: 22px;
padding-top: 6px;
width:990px;
margin:0 auto;
}
.footer-wrapper {
padding-right: 1.8461538461538463em;
padding-left: 1.8461538461538463em;
padding-top: 20px
}

.ft_section_2 .footer-wrapper {
	padding-top: 0;
}
.widget_categories > ul.footer-cat {
float: left;
margin: 0 0.9230769230769231em 2em 0;
list-style-position: inside;
list-style-type: square;
width:18%;
}


footer .contatta-redazione {

float: left; font-size:17px;

}


footer .contatta-redazione a {
	color: white;

}


.widget_categories > .footer-cat > .cat-item a {
text-decoration: none;
color: #fbefd2;
}

#footer_menu {
float: left;
margin: 0;
overflow: hidden;
}

#footer_menu li {
float: left;
list-style: none;
font-size: 12px;
line-height: 15px;
font-weight: bold;
}
#footer_menu li + li {
padding-left: 10px;
margin-left: 7px;
background: url(images/footer-divider.png) 0 3px no-repeat;
}
#footer_menu li a, #footer_menu li a:visited {
color: #cdcdcd;
}
#footer_menu li a:hover, #footer_menu li.current-menu-item a {
color: #cdcdcd;
}

.footer_text {
color: #555;
}

.footer_text a,
.footer_text a:visited
 {
color:#dc2d38;
}
.footer_text a:hover,
.footer_text a:active,
.footer_text a:focus
 {
color:#ef5753;
}

#colophon .copyright {
float: right;
font-size: 12px;
line-height: 15px;
color: #919191;
}

/* FINE ELEMENTI FOOTER */


/* ARCHIVI ARTICOLI */

#blog_posts article{width:100%;float:left;padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px solid #e6eaed;}

#blog_posts article .pic {
float: left;
max-width: 191px;
margin-right: 12px;
padding-top: 4px;
position: relative;
}

#blog_posts article h2.archivio-title,#blog_posts article h2.archivio-title a {
font-size: 20px;
line-height: 22px;
font-weight: bold;
/* overflow: hidden; */
clear: none;
margin-bottom: 11px;
color:#3D3D3D;
}

.text-box{float:left;/*width:500px;*/width:370px;}
.text-box.full{float:left;width:100%;}
.entry-summary{font-size:12px;}

.page-header{margin: 18px 0;}

/* BLOG SEZIONE MEDIA */


#media_posts{float:left;width:100%;position: relative;}

#media_posts article h2.archivio-title,#media_posts article h2.archivio-title a {
font-size: 16px;
line-height: 18px;
font-weight: bold;
overflow: hidden;
clear: none;
margin-bottom: 11px;
color:#3D3D3D;
}


.pic-big{float: left;
width:100%;
position: relative;}

.text-box-primo-media{float:left;width:100%;}

.pic-1-col {
float: left;
margin-right: 12px;
padding-top: 4px;
position: relative;
}
.text-box-1-col{
float:left;
}
.col-1-2{width:48%;float:left;}
.col-1-2 h2.archivio-title{width:95%;float:left;font-size:16px;}
.col-1-2 h2.archivio-title a{font-size:16px;}
.col-1-3{width:33%;float:left;}
.col-1-3 h2.archivio-title{width:95%;float:left;font-size:16px;}
.col-1-3 h2.archivio-title a{font-size:16px;}
div.clearvideo{width:100%;float:left;border-bottom:1px solid #ddd;height:1px;margin: 8px 0;}

#blog_posts h3{font-size:24px;color:#dc2d38;}

p.fonte{text-align:right;font-style:italic;margin-top:12px;font-weight:bold;}

div.post-image-inside{ }

.sf_lnk.sf_more{display:none;}

#gallery-2.royalSlider {
overflow: hidden;
/*background: url('images/rs-bg-grd.jpg') center top repeat-x;*/
}
.rsTmb{font-size: 13px;
line-height: 14px;
}
.rsUni .rsThumb{width:150px;}

div.autore{float:left;width:170px;text-align:center;margin-right:6px;margin-bottom:12px;height:230px;}

ul.sottomenu-bis {
  margin: 6px 0;
  padding: 0;
}
ul.sottomenu-bis li {
  display: inline;
  list-style: none;
  margin-right: 6px;
  padding-left: 6px;
  font-size: 0.9em;
}
ul.sottomenu-bis li a {
  text-decoration: none;
  color: #f3f3f3;
  font-size:13px;
}
ul.sottomenu-bis li a:hover{
  text-decoration: underline;
  background: #f3f3f3;
  color: #dc2d38;
  font-size:13px;
  padding:0 2px;
}
ul.sottomenu-bis {
/*background: #dc2d38; */   background: #dc2d38;
  border: 0;
  border-top: 0;
  margin-top: 0;
  padding: 0px;
  float: left;
width: 100%;
}


.royalSlider.rsUni .rsGCaption {
bottom: 0;
left: 0;
right: 0;
text-align: center;
background: rgba(34, 34, 34, 0.72);
color: #FFF;
padding: 10px 8px;
width: auto;
font-size: 18px;
border-radius: 2px;
}


div.homecaption.full-caption{height:100%;/*background:url('images/75-black-chiaro.png') repeat;*/background:url('images/75-black.png') repeat;}
div.contenuto-testo{width:100%;}
div#jp_container_1{width:100%;float:left;text-align:center;}

h2{font-weight:700;margin:4px 0;}
#header-template-citta{float:left;width:100%;margin-bottom: 20px;}

a.leggi-tutto-interno{float:right;}

/* MENU TOP */
ul.extramenu a:hover {text-decoration:underline;}
ul.extramenu a.menu-tempolibero{padding:0 6px;background:#69a42d;color:#fff; margin-right: 9px;}
ul.extramenu a.menu-empolichannel{padding:0 6px;background:#254d96;color:#fff; margin-right: 7px;}
ul.extramenu a.menu-sport{background:#2d9b22;color:#fff;padding:0 6px;-moz-border-radius: 4px;border-radius: 4px;}
ul.extramenu a.menu-empolichannell,ul.submenu a.menu-empolichannell{padding:0 2px;background:#00579c;color:#fff;-moz-border-radius: 4px;border-radius: 4px;}
ul.extramenu a.menu-sport,ul.submenu a.menu-sport{padding:0 2px;background:#2d9b22;color:#fff;-moz-border-radius: 4px;border-radius: 4px;}
ul.submenu a.menu-fiorentina{padding:0 2px;background:#492aa0;color:#fff;-moz-border-radius: 4px;border-radius: 4px;}
ul.submenu a.menu-fiorentina:hover{color:#492aa0;}
ul.extramenu a.menu-fiorentina{padding:0 6px;background:#492aa0;color:#fff;-moz-border-radius: 4px;border-radius: 4px;}
ul.extramenu a.menu-goblog{padding:0 6px;background:#f7cf27;color:#000;}
ul.extramenu a.menu-goodnews{padding:0 6px;background:#ff6800;color:#fff; margin-right: 7px;}
ul.extramenu a.menu-sondaggi{padding:0 6px;background:#333;color:#fff;-moz-border-radius: 4px;border-radius: 4px;}
ul.extramenu a.menu-dse{padding:0 6px;background:#333;color:#fff;-moz-border-radius: 4px;border-radius: 4px;}
ul.extramenu a.menu-gallerie{padding:0 6px;background:#6889ce;color:#fff;-moz-border-radius: 4px;border-radius: 4px;}
ul.extramenu a.menu-video{padding:0 6px;background:#7fcf90;color:#fff;-moz-border-radius: 4px;border-radius: 4px;}
ul.extramenu li.archivio-storico{margin-left:-6px;}
ul.extramenu a.menu-archivio-storico{padding:0 6px;background:#dc2d38;color:#000;-moz-border-radius: 4px;border-radius: 4px;}

.home_category_news_small > .view-all.verde{background-color: rgba(45, 155, 34, 0.7);}
.home_category_news_small > .view-all.verde:hover{background-color: rgba(31, 119, 21, 0.7);}
.home_category_news_small > .block-title.verde {border-bottom: 8px solid rgba(45, 155, 34, 0.7);}

#primary-big{width:664px;margin-right:16px;float:left;}

.socialicons {
width: 32px;
margin-left: 8.8px;
margin-top: 20px;
}

.socialiconstop {
height: 16px;
margin-left: 3px;
}


/* effetto hover vario */a.gal_link img {vertical-align: top;}a.w_hover,a.gal_link {position: relative; overflow: hidden; display: block;} a.w_hover span.overlay,a.gal_link span.overlay {	display: block;	position: absolute;	top: 0;	bottom: 0;	left: 0;	right: 0;	background: url(images/img-overlay.png) 0 0 repeat;	opacity: 0;}a.w_hover span.link-icon,a.gal_link span.link-icon,a.w_hover span.v_link {	position: absolute;	top: 50%;	left: 50%;	width: 38px;	height: 38px;	background: url(images/img-link-icon.png) 0 0 no-repeat;	margin-top: -300px;	opacity: 0;	-webkit-transition: all ease .52s;	-moz-transition: all ease .52s;	-ms-transition: all ease .52s;	-o-transition: all ease .52s;	transition: all ease .52s;	margin-left: -19px;	z-index: 399;}a.w_hover span.v_link {	background: url(images/video_link_icon.png) 0 0 no-repeat;}a.gal_link span.link-icon {	z-index: 999;	width: 28px;	height: 28px;	background: url(images/gallery-icon.png) 0 0 no-repeat;}a.w_hover:hover .overlay,a.gal_link:hover .overlay {	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);	opacity: 1;}a.w_hover:hover span.link-icon,a.gal_link:hover .link-icon,a.w_hover:hover span.v_link {	margin-top: -19px;	margin-left: -19px;	opacity: 1;}a.gal_link span.link-icon {	margin-left: -14px;}a.gal_link:hover span.link-icon {	margin-top: -14px;	margin-left: -14px;}

#combo_media-2.widget{margin: 0 5px 12px;float: left;width: 290px;}


/* BANNER */

.bnr-114x410{margin-bottom:8px;}

.bkg-skin{
	left: 50%;
    top: 0;
    margin-left: -805px;
    position: fixed;
    text-align: center;
    width: 1610px;
    height: 1050px;
    z-index:1;

}


.bkg-skin-mobile{
	display:none;
	position:relative;
	margin:0 auto;
    text-align: center;
    width: 990px;
    z-index:0;
}




@media screen and (max-width: 1024px){
	.bkg-skin{
		display:none;
	}
	.bkg-skin-mobile{
	    height: 120px;
	    display: block;

    }

   #page{
	   /*margin-top:120px;*/margin-top:0;
	}
}


div.post-image-inside div.caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	font-style:italic;
	font-size:12px;
	padding:0 2px;
	color:#000;
}

div.cercalocalita-sidebar{text-align: center;
margin: 4px 0;}

span.media-caption{font-weight:700;}

.block_home_post.redazionale{background:#f3f3f3; padding: 5px 5px 0;}

.block_home_post.redazionale h3{text-align: center;color: #000;margin-bottom: 12px;text-decoration: underline;}

div.block-current-category-others{margin-top:30px;}


/* conferma home */

div#confermahome {
  display: none;
  width: 300px;
  position: fixed;
  height: 120px;
  bottom: 50px;
  right: 10px;
  /*background:url(images/bg-red.png) repeat;*/
  background: #fff;
  border: 1px solid #ff0000;
  z-index: 200;
}
div.transbox {
  width: 300px;
  height: 100px;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}
div.transbox p {
  color: #333;
}
#confermahome a.close,
#confermahome a.close:visited {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 20px;
  height: 20px;
  border: none;
  background: url(images/chiudi.png) no-repeat center center;
  text-indent: 9999px;
}
a.confermahome {
  background: #ff0000;
  color: #fafafa;
  text-decoration: none;
  padding: 4px;
  font-size: 14px;
}



/*! 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('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('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('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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}.redazionale_primopiano{background:#f3f3f3;}

p.segnalazione a{font-size:11px; color:#333;font-style:italic;}
p.segnalazione a:hover{color:#dc2d38;}

.post-image.home img{width:250px;height:200px;}

h4.block-title a{color:#3c3c3c;}
h4.block-title a:hover{color:#dc2d38;text-decoration:underline;background:#ddd;}

div.mega-col-3 ul li img{width:90px;height:90px;}

div.article_sidebar_body ul li div.article_sidebar_thumb img{width:45px;height:45px;}

span.pagination{padding-bottom:12px;float:left;}
span.pagination a{font-size:18px;}

ul.footer-cat li h5{display:inline;color:#f3f3f3;font-weight:bold;}
ul.footer-cat li h5 a{color:#f3f3f3 !important;}
div.fb-like{z-index:1;}

/* WP POLLS */

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}
.wp-polls-paging a:hover {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* TABLEPRESS */
/* Table description */
.tablepress-table-description {
	clear: both;
	display: block;
}

.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
}

.tablepress th,
.tablepress td {
	padding: 8px;
	border: none;
	background: none;
	text-align: left;
}
.tablepress tbody td {
	vertical-align: top;
}

/* Fix right column float in many themes */
.tablepress [class*="column"]+[class*="column"]:last-child {
	float: none;
}

/* Vertical lines / borders */
.tablepress tbody td,
.tablepress tfoot th {
	border-top: 1px solid #dddddd;
}
.tablepress tbody tr:first-child td {
	border-top: 0;
}
.tablepress thead th {
	border-bottom: 1px solid #dddddd;
}

/* Row background colors */
.tablepress thead th,
.tablepress tfoot th {
	background-color: #d9edf7;
	font-weight: bold;
	vertical-align: middle;
}
.tablepress .odd td {
	background-color: #f9f9f9;
}
.tablepress .even td {
	background-color: #ffffff;
}
.tablepress .row-hover tr:hover td {
	background-color: #f3f3f3;
}

/* Reset image layout in tables */
.tablepress img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: none;
}

/* Table wrapper */
.dataTables_wrapper {
	clear: both;
	margin-bottom: 1em;
}
.dataTables_wrapper .tablepress {
	clear: both;
	margin: 0 !important;
}

/* Length Change menu */
.dataTables_length {
	float: left;
	white-space: nowrap;
}

/* Filter/Search */
.dataTables_filter {
	float: right;
	white-space: nowrap;
}

/* Table information */
.dataTables_info {
	clear: both;
	float: left;
	margin: 4px 0 0;
}

/* Pagination */
.dataTables_paginate {
	float: right;
	margin: 4px 0 0;
	padding: 0 15px;
}
/* Two button pagination - previous/next */
.dataTables_paginate a {
	color: #111111 !important;
	display: inline-block;
	outline: none;
	position: relative;
	text-decoration: underline;
	text-decoration: none\0/IE; /* Hack for IE8, 9, and IE10pp4, as those have trouble with text-decoration in :after pseudo-elements */
}
.dataTables_paginate .paginate_disabled_previous,
.dataTables_paginate .paginate_disabled_next {
	color: #999999 !important;
	text-decoration: none;
}
.paginate_disabled_next,
.paginate_enabled_next {
	margin-left: 10px;
}
.paginate_enabled_previous:hover,
.paginate_enabled_next:hover {
	cursor: pointer;
	text-decoration: none;
}
.paginate_disabled_previous:before,
.paginate_enabled_previous:before,
.paginate_disabled_next:after,
.paginate_enabled_next:after {
	text-align: left;
	font-family: TablePress;
	font-size: 14px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	content: "\f053";
	color: #d9edf7;
	text-shadow: 0.1em 0.1em #666666;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -14px;
	margin: auto;
	height: 14px;
	width: 14px;
	line-height: 1;
}
.paginate_disabled_next:after,
.paginate_enabled_next:after {
	text-align: right;
	content: "\f054";
	left: auto;
}
.paginate_disabled_previous:before,
.paginate_disabled_next:after {
	color: #f9f9f9;
}
.paginate_enabled_previous:hover:before,
.paginate_enabled_next:hover:after {
	color: #049cdb;
}

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a {
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	color: #333333 !important;
	background-color: #dddddd;
}
.paging_full_numbers .paginate_button:hover {
	background-color: #cccccc;
}
.paging_full_numbers .paginate_active {
	background-color: #99b3ff;
}

/* Processing indicator */
.dataTables_processing {
	display: none; /* always hidden, we don't use it */
}

/* Scrolling */
.dataTables_scroll {
	clear: both;
}
.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}

/* Sorting */
.dataTables_wrapper .sorting,
.dataTables_wrapper .sorting_asc,
.dataTables_wrapper .sorting_desc {
	padding-right: 20px; /* more right padding for sort arrows */
	cursor: pointer;
	outline: none;
}
.dataTables_wrapper .sorting div,
.dataTables_wrapper .sorting_asc div,
.dataTables_wrapper .sorting_desc div {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}
.dataTables_wrapper .sorting div:after,
.dataTables_wrapper .sorting_asc div:after,
.dataTables_wrapper .sorting_desc div:after {
	font-family: TablePress;
	font-weight: normal;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -14px;
	margin: auto;
	height: 14px;
	line-height: 1;
	padding: 1px 0 0;
}
.dataTables_wrapper .sorting div:after {
	content: "\f0dc";
}
.dataTables_wrapper .sorting_asc div:after {
	content: "\f0d8";
	padding: 0 0 1px;
}
.dataTables_wrapper .sorting_desc div:after {
	content: "\f0d7";
}
.dataTables_wrapper .sorting:hover,
.dataTables_wrapper .sorting_asc,
.dataTables_wrapper .sorting_desc {
	background-color: #049cdb;
}

/* Self clearing - */
.dataTables_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
	display: inline;
	margin: 2px;
	width: auto;
}

.socialtop {
float:right;
display:inline;
}

.countertop {
display:inline;
margin-left: 15px;
float: none;
}

#analyticscounter{width:120px;padding-left:0px;display:inline; float: none;}
#analyticscounter div{display:inline-block;}


/* includo print.css */

/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800); */

@media print{
.overtop{display:none;}
.bkg-skin,.bkg-skin-mobile,.machette-over-logo,.machette-sinistra,.machette-destra{display:none;}
.extramenu,#site-navigation,#secondary,#colophon{display:none;}

#related-area{display:none;}

#primary.content-article,#testo-articolo{width:auto;}
div.site-branding{height:auto;}

.tbl-floating-unit {
	display: none;
}

#page.hfeed.site.space {
    margin-top: 40px !important;
}
.strip-banner {
	height: 0;
	overflow: hidden;
}

#taboola-below-the-article-thumbnails {
	display: none !important;
}

}


/* Includo i CSS di ajax-search-form */
#sf_results
{
/*	background:#ebeeff;*/background:#fff;
	border: 1px solid #C4CDE0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11px !important;
	z-index:9999 !important;
	text-align: left !important;
	margin-top: 0px;
	padding: 0px;
}
#sf_val
{
	padding:5px;
}
.sf_more
{
	-background: #FFF;
	border-top:4px solid #CAD2FC;
	display: block;
	min-height: 1px;
	margin: 5px 0 0px;
	padding: 8px;
	text-align: center;
	font-weight:bold;
	line-height:12px;
}
.sf_sb_cont
{
	position:relative;
	padding-top: 7px;
}
.sf_sb_top
{
	background-image: url("images/arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 5px 0px !important;
	background-color: transparent !important;
	height: 8px;
	width: 30px;
	left:2%;
	top:0;
	position:absolute;
	z-index: 9 !important;
}
.sf_more .sf_text, .sf_more .sf_small
{
	text-align:center !important;
}
.sf_more img
{
	padding:10px 0;
}
#sf_val
{
	z-index:9999 !important;
}
#sf_val ul
{
	margin:0 !important;
	list-style:none;
	padding: 0 !important;
}
#sf_val ul li.sf_category a
{
	margin-left:5px;
	padding: 3px 0;
}
#sf_val ul li
{
	list-style:none;
	color:#000;
}
#sf_val ul li.sf_selected
{
/*	background-color: #556787 !important;	border-color: #3B5998 !important; */
background-color: #E72929 !important;
border-color: #EB1F1F !important;
}
#sf_val ul li.sf_selected .sf_text
{
	color: white !important;
}
#sf_val ul li.sf_selected .sf_small
{
	color: #C8C8C8 !important;
}
#sf_val ul li a:hover
{
	text-decoration:none !important;
}
#sf_val ul li a
{
	text-decoration:none !important;
	display: block;
}
#sf_val ul li.sf_selected a, #sf_val ul li.sf_selected span
{
	color: white !important;
	text-decoration:none;
}
#sf_val ul li.sf_item
{
	min-height:50px;
	padding:4px 30px 4px 63px;
	position:relative;
	line-height:12px;
	border-left: 4px solid #FFDDDD;
	margin-bottom: 4px;
}
#sf_val ul li.sf_item a
{
	display:block;
	min-height:50px;
	color: #3B5998;
}
#sf_val ul li.sf_header
{
	border-bottom: 1px solid #FFDDDD;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 1px 15px 2px 2px;
/*	background:#CAD2FC;*/ background:#FFDDDD;
}
#sf_val li.sf_item img
{
	background-color: #ECEFF5;
	display: block;
	left: 5px;
	position: absolute;
}
#sf_val li .sf_text
{
	padding-bottom: 2px;
	font-weight:bold;
	text-align: left;
}
#sf_val li a span
{
	display:block;
}
#sf_val li .sf_small
{
	color:#666;
	text-align: left;
}
#sf_val li.sf_more .sf_small
{
	font-size:9px;
	text-align: center !important;
}
#sf_val li.sf_more .sf_text
{
	color: #3B5998;
}

.sf_search .sf_input{
	color:#aaa !important;
	font-style:italic;
	border:0 none !important;
	background:#fff !important;
	padding:0 !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	width:90%;
	margin-left:2px;
	height:19px !important;
}
.sf_search .sf_focused{
	color:#333 !important;
	font-style:normal !important;
}
.sf_search .sf_input:focus, .searchsubmit:focus
{
	border:0 none !important;
	outline: none;
}
.sf_hidden
{
	display:none;
}
.sf_search
{
	border-radius:2px;
	background:#fff;
	text-align:left !important;
}
.sf_search span.sf_block
{
	display: block;
    height: 20px;
    padding: 1px 0 2px;
	position:relative;
}
.sf_search .sf_button,.sf_search  .searchsubmit
{
	background-image: url("images/sf_search.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0px 0 !important;
	background-color: white !important;
	border: 0 none !important;
	cursor: pointer !important;
	display: block !important;
	height: 19px !important;
	padding: 0 !important;
	position: absolute !important;
	right: 1px !important;
	top: 1px !important;
	width: 22px !important;
	margin: 1px 1% 1px 2px !important;
	font-size: 11px !important;
	-webkit-box-shadow: 0 0 0 0 !important;
	-moz-box-shadow:0 0 0 0 !important;
	box-shadow:0 0 0 0 !important;
}
.sf_search  .screen-reader-text
{
	display:none;
}
.sf_search  .searchsubmit
{
	display:block !important;
}
.sf_search  .searchsubmit {
    float:none !important;
}
#sf_loading
{
	background-image: url("images/sf_loading.gif") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	display:block !important;
	width:100%;
	height:30px !important;
}
.sf_search .sf_input:focus, .searchsubmit:focus {border: 1px solid #d3d3d3 !important;}
.sf_search .sf_input {border: 1px solid #d3d3d3 !important;}

#sf_sb ::-webkit-scrollbar {
	height: 10px;
	overflow: visible;
	width: 13px;
}
#sf_sb ::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
	background-clip: padding-box;
	border: solid transparent;
	border-width: 1px 1px 1px 6px;
	min-height: 28px;
	padding: 100px 0 0;
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1),inset 0 -1px 0 rgba(0, 0, 0, .07);
}
#sf_sb ::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}
#sf_sb ::-webkit-scrollbar-track {
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0 0 0 4px;
}
#sf_sb ::-webkit-scrollbar-corner {
	background: transparent;
}
.sf_result_container {
	max-height:200px;
	overflow:auto;
	margin-bottom:5px;
}
.sf_search
{
	position:relative;
	display:inline-block;
}
.screen-reader-text {
	display:block;
}
/* STILE PER specchietto home e nuovi blocchetti */
ul.specchietto{/*border:1px solid #dc2d38;*/padding:4px;font-size:12px;background: #F7F7FD;float:left;overflow: hidden;height:92px;margin-bottom:30px;width:602px;}
ul.specchietto li{margin:4px 0;border-bottom: 1px solid #dcdcdc;padding-bottom: 4px;line-height:15px;}
ul.specchietto li:last-child{border-bottom: none;padding-bottom: 2px;}
h5.specchietto_post{float:left;font-size:12px;}
ul.specchietto a{color:#333;}
ul.specchietto li h5 a:hover,ul.specchietto a:hover{text-decoration:underline;}

#blog_posts.h24 article{width:100%;float:left;padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px solid #000;}
#blog_posts.h24 h3 {
font-size: 16px;
color: #000;
line-height:16px;
}
#blog_posts.h24 h3 a{color:#111;font-weight:700;}
div.inline_home_post{width:100%;float:left;margin-bottom:15px;padding-bottom:30px;border-bottom:1px solid #111; margin-top: 15px;}
div.inline_home_post.articolo_redazionale_content{background:#e7e7e7; padding:5px 5px 0; width: auto;}
div.inline_home_post.articolo_focus{background:#f3f3f3; padding:5px 5px 0; width: auto;}
div.inline_home_post.articolo_focus .argomento-home{color:#254d96;}
.inline_home_post > .post-image, .top-info > .post-image{width: 160px;
margin-right: 1%;
padding: 0;
float: left;}

div.inline_home_post div.post-info{width:350px;float:left;}
div.inline_home_post div.post_date{float:left;}
div.inline_home_post div.localita-home{float:left;margin:0 4px 0 2px;padding:1px 2px;}
div.inline_home_post div.post-image{width:150px;float:right;margin-right:0;text-align:right;}
div.inline_home_post div.news-intro{width: 370px;float: left;margin-top: 10px;}
div.inline_home_post div.news-intro.fullpost{width:100%;float:left;}
div.inline_home_post div.title h2{font-size:14px;font-weight:normal;}
div.inline_home_post div.title h2 a{
font-size: 18px;
color: #111;
font-weight: 700;
line-height: 18px;
}


div.inline_home_post div.title p{
	margin-top: 0.5em;

}


.posted-on{
background: url(images/slider-date-icon.png) 0 2px no-repeat;
padding-left: 14px;
}
div.topH24Home{width:100%;float:left;border-bottom:8px solid #dc2d38;margin-top:10px;}
div.topH24Home span{ margin-left: 3px;}

div.topH24Home a:hover{text-decoration:underline;color:#000;background: #ddd;padding: 2px;}
span.logoH24Home{text-align:left;font-size:14px; }
span.linkH24Home{float:right;font-size:14px;padding-top:0px;font-weight:700;}
.data-specchietto{font-weight:bold;}
.localita-specchietto{/*background: none repeat scroll 0 0 #dc2d38;color: #FFFFFF;font-size: 11px;margin:0px 2px 0 2px;text-transform: uppercase;padding:1px 2px;*/font-weight:bold;}
.titolo-specchietto{margin-left:2px;}
a span.h24text{font-weight:700;color:#000;font-size:18px;}
a span.h24text i{color: #dc2d38;font-style: italic;}
a:hover span.titolo-specchietto{text-decoration:underline;}
span.h24TitoloInterno{float:right;padding-top:10px;}

div.news-intro div.title p{float:left;}
div.cat_block{width:220px;float:left;margin:10px 6px;-webkit-border-top-right-radius: 4px;-webkit-border-top-left-radius: 4px;-moz-border-radius-topright: 4px;-moz-border-radius-topleft: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px;border:1px solid #333;padding:4px;}
div.cat_block.top4{height:312px;}
div.cat_block h3{color:#fff;font-size:16px;padding:0px;margin-bottom:6px;border-bottom:2px solid #dc2d38;}
div.cat_block h3 a{color:#000;font-weight:700;}
div.cat_block h3 a:hover{color:#dc2d38;font-weight:700;font-style:italic;}
div.cat_block ul{float:left;margin:0;}
div.cat_block ul li{width: 100%;float: left;border-bottom: 1px solid;margin-bottom: 5px;padding-bottom: 5px;font-size: 12px;line-height: 15px;height: 56px;
overflow: hidden;}
div.cat_block ul li:last{border-bottom:none;}
div.cat_block ul li a{color:#111;}

div.inline_home_post.sd div.title h2{line-height:16px;height:auto;}
div.inline_home_post.sd div.title h2 a{font-size:14px;line-height:16px;}
div.inline_home_post.sd div.news-intro div.title p{font-size:12px;line-height:15px;}

div.menu-vintage{width:100%;margin-bottom:6px;}
div.menu-vintage ul{ background:#dc2d38; display: inline-block; text-align: center; width: 501px;}
div.menu-vintage ul li{ ;height: 30px; display: inline-block}
div.menu-vintage ul li a{color: #f3f3f3;
padding: 4px 4px;
font-weight: 700;
line-height: 30px;
font-size: 13px}
div.menu-vintage ul li a:hover{color: #dc2d38;background:#f3f3f3;text-decoration:underline;}
div.menu-vintage ul li:hover{background:#f3f3f3;}
div.menu-vintage ul li:hover a{color:#dc2d38;text-decoration:underline;}
div.menu-vintage ul li:hover a.menu-fiorentina{color:#492aa0;text-decoration:none;}

div.menu-vintage .logoH24Home{text-align:center; display: inline-block; position: relative; top: 3px }
div.menu-vintage .logoH24Home .h24text{font-size:22px;}
p.menu-vintage-par{margin:0 0 0 0;background:#dc2d38;text-align:center; display: inline-block; position: relative; top: 1px }
p.menu-vintage-par:hover{background: #f3f3f3;}
p.menu-vintage-par:hover a{color: #dc2d38;}
p.menu-vintage-par a{color:#fff;font-weight:bold; padding: 5px 6px 4px; display: inline-block;}
p.menu-vintage-par a:hover{color: #dc2d38;background: #f3f3f3;text-decoration: underline;}

p.menu-vintage-par a img{margin-bottom: -10px;}


p.menu-vintage-par a.iframebox {display:none;}


.menuleft-banner {
	display: none;

}
div.menu-vintage ul.extramenu{background:none;border:none;margin:1px 0; width: auto; float: right;}

.extramenu li{display:block;border:none;text-align:center;float:left;margin:0 0;}
.extramenu li a{width:100px;margin:4px 0;float:left;}
ul.extramenu a.menu-goblog{ margin-right: 7px;}
.extramenu li a{margin:0;}
div.menu-vintage ul.extramenu.gobikegowork{margin:10px 0;}
div.menu-vintage ul.extramenu.gobikegowork  li{border-bottom:none;}
div.menu-vintage ul.extramenu.gobikegowork  li a:hover,div.menu-vintage ul.extramenu.gobikegowork  li:hover{background:none;}

aside .extramenu  a.tempolibero{ text-decoration: none;
	 width: 180px;
	 margin-right: 10px;
margin-top: 8px
}


aside .extramenu  a.tempolibero{ text-decoration: none;
	 width: 180px;
	 margin-right: 10px;
margin-top: 8px
}


#secondary aside.widget_text:first-child {margin-bottom: 0; }


div.boxtempolibero{background:#abc837; float: left; margin-top:10px;margin-bottom:20px;}
div.boxtempolibero h4{color:#fff;font-weight:bold; display: inline-block ;   margin: 2px 2px; font-size: 13px;}
div.boxtempolibero h4 a{color:#fff;}


div.boxtempolibero{background:#abc837; float: left; margin-top:10px;margin-bottom:20px;}
div.boxtempolibero h4{color:#fff;font-weight:bold; display: inline-block ;   margin: 2px 2px; font-size: 13px;}
div.boxtempolibero h4 a{color:#fff;}


div.boxtempolibero ul{margin:0;padding:0;background:none; display: inline-block; width: auto; border-left: solid 4px white;}

div.boxtempolibero ul {
	display: none;
}
div.boxtempolibero ul li{display:inline-block;border:none; margin: 0 16px;}
div.boxtempolibero ul li a{color:#000; padding:0 6px;}


#bnr-sidebar div.boxtempolibero,
#bnr-sidebar a[href="http://www.empolichannel.it"]{ display: none;}



#bnr-sidebar {
	overflow: hidden;

}
div.menu-vintage p.text-center:last-child {
	display: inline-block;
	float: left;
	width: auto;
	margin-top: 6px;
	margin-left: 10px;
}


div.menu-vintage p.text-center:last-child img {
width: 70px;
}

.bnr-114x410 {
	display: none;
}

div.inline_home_post{border-bottom: 1px solid #ddd;}

#blog_posts article h2.archivio-title{margin-bottom:2px;line-height:18px;}
#blog_posts article h2.archivio-title a {font-size:16px;line-height:18px;}
div.entry-meta{margin-bottom:6px;}
div.inline_home_post div.news-intro{line-height:18px;}
.argomento-home{margin-top:0;margin-right:2px;}


.inline_home_post.redazionale{background:#d3d3d3;}
div.inline_home_post div.post_date{margin-left:2px; margin-top: 3px}
div.inline_home_post div.news-intro{width:auto;}
div.news-intro a.img-link.img-wrap.w_hover{float:left;margin-right:10px;}
div.inline_home_post div.title h2{display:inline;float:none;}
div.inline_home_post div.title p{float:none;}
div.inline_home_post span.post-meta-icon{float:left;margin-top:4px;}
div.inline_home_post span.post-meta-text{float:left;margin-top:4px;margin-left:2px;margin-right:4px;}


#nuovo_slider{position:relative;width:100%;height:378px;}
.container_slide_1,.container_slide_5,.container_slide_9{width:500px;margin:0 auto;}
.container_slide_5,.container_slide_9{display:none;}
.col-1-2{margin-right:1%;}
.col-1-2.even{margin-left:1%;}
.hentry.slider{margin-bottom:1em;}

#nuovo_slider .frecciadx {
width: 18px;
height: 20px;
top: 45%;
right: 0%;
margin-top: 0px;
margin-left: auto;
position: absolute;
cursor: pointer;
background: url('images/rs-default.png');
background-color: #000;
background-color: rgba(0, 0, 0, 0.75);
background-position: -72px -70px;
border-radius: 2px;
}
#nuovo_slider .frecciasx {
width: 18px;
height: 20px;
top: 45%;
left: -10px;
margin-top: 0px;
margin-left: auto;
position: absolute;
cursor: pointer;
background: url('images/rs-default.png');
background-color: #000;
background-color: rgba(0, 0, 0, 0.75);
background-position: -72px -38px;
border-radius: 2px;
}

.localita-pointelle{padding:1px;margin-right:4px;margin-left:0px;}

div.homecaption{width:240px;}

div.news-intro a img.attachment-medium.wp-post-image{width:150px;}

div#elencosport{width: 900px;float: left;margin: 20px;-webkit-border-top-right-radius: 4px;-webkit-border-top-left-radius: 4px;-moz-border-radius-topright: 4px;-moz-border-radius-topleft: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px;border: 1px solid #333;padding: 4px;background:#2d9b22;}
div#elencosport h3{color:#fff;font-size:18px;border-bottom: 2px solid #fff;}
div#elencosport h3 a{color:#fff;}
div#elencosport h3 a:hover{color:#fff;}
div#elencosport ul{float:left;margin:12px 12px 0 12px;}
div#elencosport ul li a{color:#fff;}
div#elencosport ul li a:hover{color:#fff;text-decoration:underline;background:#2d9b22;}
.widget_categories > .footer-cat > .cat-item a:hover{text-decoration:underline;}
div.spaziofull{width:100%;float:left;}
span.trovasportbutton{float:right;background: #2d9b22;color: #fff;-moz-border-radius: 8px;border-radius: 8px;top:2px;right:0;width:130px;height:30px;}
span.trovasportbutton a{color:#fff;padding:4px;line-height:30px;}

ul.breadcrumbs li.lastback {float: right;background: none;}
ul.breadcrumbs li.lastback a {color:#dc2d38;}
a.gobackbottom{color:#dc2d38;}
ul.breadcrumbs li.lastback a:hover,a.gobackbottom:hover{color:#000;text-decoration:underline;}

div.m-royalslidepost-figure--secondary a img.attachment-250x250{height:168px;width:250px;}

a.dsq-widget-user{display:none;}
.dsq-widget ul.dsq-widget-list{padding:0 10px !important;}
div.contenuto-testo a:link,div.contenuto-testo a:visited{font-weight:700;}
div.contenuto-testo a:hover{text-decoration:underline;}

span.allmedia{margin:4px 6px;background:#fff;padding:2px; display: none;} span.allmedia a{color:#dc2d38;} span.allmedia a:hover{text-decoration:underline;color:#191970;}
div#puls-streaming-testata{border:1px solid #dc2d38;}
div.media_block.media_s p.title.puls-streaming{background:#dc2d38;color:#f3f3f3;}
div.media_block.media_s p.title.puls-streaming a:link{color:#fff;font-weight:700;}

div.news-intro a.img-link.img-wrap.w_hover.fullhomebreak{margin-right:0;}
div.news-intro a.img-link.img-wrap.w_hover.fullhomebreak img{ width: 572px;  clear: both; height: auto; margin-left: 15px;  margin-bottom: 10px; }


div.news-intro a.fullhomebreak img.attachment-large.wp-post-image{width:100%;}
h4.breaktitle{background: #dc2d38;color: #fff;font-size: 20px;margin-bottom: 0;font-style: italic;line-height: 40px;padding-left:12px;}
div.inline_home_post div.post_date.datebreak{font-size:12px;line-height:20px;background-position:0 5px;}

.text-center{text-align:center;float:left;width:100%;}
a.tornasu{float:right;}
.dsq-widget-comment p{word-wrap: break-word;}

.nowdate{width: 400px;margin: -16px auto;text-align: center;font-size: 12px;}
span.allmedia a img{margin-top:6px;}

 .wp-caption-text.gallery-caption{display:none;}

/*
.wp-caption-text.gallery-caption {
  display: block;
  color: #666;
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 10px !important;
}
*/

div.block-current-category-others.withArrow{margin-bottom:4px;}

p.allnewsblock {
	clear: both;
	margin-top: 20px;
}

p.allnewsblock a{font-size:12px;color:#000;font-weight:700;text-align:center;}
p.allnewsblock a:hover{color:#dc2d38;}
p.allnewsblock a img{float: left;margin-right: 4px;margin-top: 2px;margin-left: 0;}
div.PDS_Poll{margin-top:12px;}



.pds-box {
	border:none !important;
	padding: 0  !important;
}

.pds-answer-feedback {
	border:none  !important;
}

/*customizzazzione di ricerca google */
.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
	border-color:  transparent !important;
	background-color: #dc2d38 !important;

}

.gsc-tabHeader.gsc-tabhInactive {
    color: #666 !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #000 !important;
}

/*customizzazzione di ricerca google */




.show-comments {
  display: block;
  background: #f3f3f3;
  border: solid 2px #dcdcdc;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none !important;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #dc2d38;
  margin: 30px 0;
}
.show-comments:hover {
  background: #dc2d38 !important;
  border: solid 2px #dc2d38;
  color: white;
  box-shadow: none !important;
  text-shadow: none !important;

}



.post-image-inside {
	margin-bottom: 30px;
}


.contenuto-testo span.localita-post {
	display: block;
	margin-top: 1em;
}

.dsq-app1 {
	margin:30px 0 !important;
}

.speciale-mostramercato-totem {
	margin-top: 30px;
}


 #fluidstream {
	margin-bottom: 30px !important;
}


#main .short-postlist-sidebar  {
margin-bottom: 30px;
overflow: hidden;

}

#main .short-postlist-sidebar li {
margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 15px;
  width: 272px;
  padding: 10px 20px 0 0;
  margin-left: 0;

  float: left;
}

#main .short-postlist-sidebar li img {
  width: 45px;
}


.menu-archivio-storico {
	display: none;
}


.menuleft-banner {
	margin: 10px 0;
}



@media (max-device-width: 768px) {

	.hidden-sm {
		display: none !important;
	}


	#testo-articolo .contenuto-testo p {
		font-size: 18px ;
	/* 	margin-bottom: 24px; */
	}



	#testo-articolo .contenuto-testo h2 {
	  font-size: 20px;
	  margin-bottom: 24px;
	  margin-top: 48px;

	}

	#testo-articolo .contenuto-testo h3 {
	  font-size: 18px;
	  margin-bottom: 24px;
	  margin-top: 48px;
	  font-weight: bold;
	  text-transform: uppercase;
	}




}






@media (max-device-width: 640px) {

	.hidden-xs {
		display: none !important;
	}

	h1.entry-title, h1.page-title {
		font-size: 40px;
		line-height: 43px;
	}

	.entry-meta .posted-on,
	.entry-meta .argomento-post,
	.entry-meta .localita-post {
		font-size: 18px;

	}

	#testo-articolo > h2 {
		font-weight: normal;
		margin: 24px 0;
		font-family: georgia, serif;
		font-size: 30px;
		font-style: italic;
	}

	#testo-articolo > hr {
	/*
		height: 2px;
		margin-bottom: 24px;
	*/
	}

	#testo-articolo .caption  {
		font-size: 22px ;
	/* 	margin-bottom: 24px; */
	}

	#testo-articolo .caption,
	#testo-articolo .contenuto-testo p {
		font-size: 28px ;
	/* 	margin-bottom: 24px; */
	}


	#testo-articolo .contenuto-testo h2 {
	  font-size: 30px;
	  margin-bottom: 24px;
	  margin-top: 48px;

	}

	#testo-articolo .contenuto-testo h3 {
	  font-size: 28px;
	  margin-bottom: 24px;
	  margin-top: 48px;
	  font-weight: bold;
	  text-transform: uppercase;
	}



}

/*TABOOLA*/

@media (max-device-width: 640px) {

	.thumbnails-feed .syndicatedItem .video-title {
		font-size: 26px !important;
		line-height: 32px !important;
	}

	.thumbnails-feed .syndicatedItem .branding {
		font-size: 22px !important;
	}

}


@media screen and (max-width: 499px) {
	.tbl-feed-container.tbl-feed-full-width {
		margin: 0 !important;
	}
	.videoCube {
/* 		width: 48% !important;  */
	}

}

.videoCube {
/* 	max-width: 48% !important;  */
}



 @media (min-width: 1025px) {

	#page.hfeed.site.space {
		margin-top: 120px !important;
	}
}


#ed_Related_Box .ed_Related_Record_Div {width: 48% !important;}

#ed_Related_Box{width: 100% !important;}
#ed_Related_Box .ed_Related_Record_Div {width: 48% !important;height: 230px !important;}
#ed_Related_Box .ed_Related_Record_Div .ed_Related_Record_Div_Img {height: 130px !important;}
#ed_Related_Box .ed_Related_Sponsor_Top_Container{height: 130px !important;}

#ed_Related_Box .ed_Related_Record_Div .ed_Related_Record_Div_Img .ed_Related_Record_Img {min-height: 130px !important;}
#ed_Related_Box .ed_Related_Record_Div .ed_Related_Record_Div_Img_Sponsor {min-height: 130px !important;}


.rsTmb a {
	color: white !important;
	font-size: 12px;
	opacity: 0.7;
	pointer-events: none;
}



/*DONATEWP GONEWS DONATION FORM */

.give-form-wrap {
	padding: 20px 30px 40px;
    text-align: center;
    background: url(images/paypal-logo.png) center 93% no-repeat #fbf0f1;
    background-size: 80px auto;
    border: 3px solid #d82832;


}

.give-form-content-wrap {
	text-align: center;
	text-align: left;
}

div.give-form-content-wrap {
    margin: 35px 0 30px !important;
    font-weight: bold;
    font-size: 1.29em;
}
div.give-form-content-wrap span {
    color: #d82832 !important;
}

h2.give-form-title {
    background: #d82832;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    padding: 14px !important;
    display: block;
    text-align: center;
    margin-top: -20px !important;
    position: relative;
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.give-donation-amount {
    margin: 0 auto 15px !important;
    width: 130px;
}
.give-donation-amount span {
	font-size: 1.3em;
	font-weight: bold;
	padding: 12px 0;
    display: inline-block;
}

#give-amount {
    padding: 12px 20px !important;
    border: solid 2px white !important;
    height: 52px !important;
    width: 90px !important;
    min-width: auto !important;
    font-weight: bold !important;
    font-size: 1.3em;

}

#give-donation-level-button-wrap {
    margin: 0 auto;
    width: 340px;
    white-space: nowrap;
    padding-left: 5px;
}

.give-btn {
	transition: all 0.1s linear;
	position: relative;
	top: 0;
}
.give-btn:hover {
	top: -3px;
}

.give-donation-level-btn,
.give-btn-modal,
.give-modal form[id*=give-form] .give-submit {
    font-size: 1em;
    text-transform: uppercase;
    background: #d82832 !important;
    border: solid 2px #d82832 !important;
    display: block;
    box-shadow: none !important;
    border-radius: 0;
    text-shadow: none !important;
    color: white;
    font-weight: bold;
    padding: 10px 17px;
}

.give-donation-level-btn:hover,
.give-btn-modal:hover {
	background: #ba2028 !important;
    border: solid 2px #ba2028 !important;

}


.give-btn-modal {
	margin: 0 auto !important;
	font-size: 1.3em;
	padding: 17px 73px;


}


form[id*=give-form] .give-donation-amount .give-currency-symbol {
    padding: 10px 12px;
    height: 52px;
    font-size: 18px;
    background: #ece0e0! important;
    border: none !important;
}



@media (max-device-width: 640px) {
	.give-donation-amount {
   		 width: 180px;
	}
	#give-amount {
    	width: 130px !important;
    }
	form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
	    font-size: 34px;
  	}

	form[id*=give-form] .give-donation-amount .give-currency-symbol {
    	font-size: 34px;
    }

    [id*=give-form].give-display-modal .give-btn, [id*=give-form].give-display-reveal .give-btn {
	    font-size: 31px;
		padding: 10px 5PX;
	}
	#give-donation-level-button-wrap {
		width: auto;
    }
    .give-btn-modal {
    padding: 17px 61px !important;
	}

	.give-form-wrap {
		background-position: center 98%;
	    background-size: 101px auto;
		border: 3px solid #d82832;
	}
/*
	.give-modal {
    	transform: scale(1.5, 1.5);
	}
	.mfp-container {
	    height: 100vh;
	    top: 30px;
	}
*/

}

#syc-px-stcky + div {
	z-index: -1 !important;
}
