/* VARIABLES */
/* END VARIABLES */
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}


/* Questo serve in troppi CSS, va messo qui */
.embed-icon:before{
	content:url('../images/assets/images/embed-icon.png');
	position:relative;
	top:3px;
}
#embedsrc {
    width: 600px;
    height: 50px;
    padding: 5px;
    margin: 15px 0px;
    background-color: white;
    border: 1px solid steelblue;
    z-index: 1000;
    overflow: hidden"
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

.hide {
    display: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #000000;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

.no-border {
    border: none !important;
}

/*************************** Input form ******************************************/

div.styled {
    overflow: hidden;
 /* this hides the select"s drop button */
    padding:0px; 
    background: white url("../images/assets/images/formelements-select.png") no-repeat bottom right;
    /* this is the new drop button, in image form */
	border-radius:2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: solid 1px #ccc;
	float:left;
	margin: 0px 2px;
}
div.styled select {
	margin-right: 12px;
    outline:none;
	box-sizing:border-box /* make sure you use the other vendor prefixes */;
    width:100% /* this percentage effectively extends the drop down button out of view */;
    background-color:transparent /* this hides the select"s background making any styling visible from the div */
    ;
    background-image: none;
    -webkit-appearance: none /* this is required for Webkit browsers */;
    -moz-appearance: treeheader;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 12px;
    font-family: Arial;
    color: #444;
    text-indent: 0.01px;
    text-overflow: "";
    height: 22px;
    padding: 3px 0px 3px 3px;
}

.ie7 div.styled {
    border: none;
}

.ie7 div.styled select {
    width: 100%;
    background-color: white;
    border: solid 1px #ccc;
    padding: 0.3em 0.5em;
}

.filtri {
    float: right;
    position: relative;
    top: -1px;
}

.filtri button, .filtri input[type="submit"] {
    background: white url("../images/assets/images/formelements-select-back.png") no-repeat bottom right;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: solid 1px #ccc;
    font-size: 12px;
    font-family: Arial;
    height: 24px;
    line-height: 24px;
    color: #444;
}

.lista-title p {
    margin: 0px !important;
    float: left;
}

.category-titolo .filtri {
    top: -5px !important;
}

.blog-head-block .filtri {
    top: 0px !important;
}

.boycott-israele-wrapp{
    /*background-color: rgb(212, 49, 54);*/
    padding: 3px;
    margin: auto;
}

.login-widget .category-title {
    border-top: 2px solid #D43136;
    border-bottom: 2px solid #D43136;
    text-transform: none;
}
.category-title {
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0px;
    margin: 0px 0px 8px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#idbox-boycott-israele .send, .btn-rosso{
    /*border: 1px solid rgb(212, 49, 54);*/
    background-color: #D43136;
    color: #F2F2F2;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 29px;
    padding-right: 10px;
    text-align: right;
    width: 100%;
    font-family: Georgia;
    height: 29px;
}

#idbox-boycott-israele label{
border: 3px solid rgb(212, 49, 54);
border-bottom: none;
    padding: 7px;
    height: 30px;
    display: block;
    color: rgb(212, 49, 54);
    text-align: center;
}
	    
.boycott-israele-wrapp input, .boycott-israele-wrapp textarea {
    height: 28px;
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    margin-bottom: 1px;
    width: 100%;
}
.boycott-israele-wrapp textarea{
    height: 100px;
}

.wrapper-recaptcha{
    width:100%;
}

.g-recaptcha{
    margin-left:auto;
    margin-right:auto;
    width: 304px;
}
/***************************End Input form ******************************************/

/******************* ALL DEVICES **************************/

/*@font-face { 
  font-family: "Georgia";
  src: url("../css/Georgia.ttf");
  src: url("georgia.woff") format("woff"), 
       url("Georgia.ttf") format("truetype");

} */
@font-face {
    font-family: Georgia;
	src: url(Georgia.ttf);
}

body {
    background-color: #fff;
    margin: 0 auto;
    color: #1a171b;
}

.ads-top , .ads_top_wrapper {
    text-align: center;
}

.ads-top div {
    margin-left:auto;
    margin-right:auto;
}

#super_wrapper {
    margin: 0 auto;
    background-color: white;
    clear: both;
}

#wrapper {
    margin: 0 auto;
    background-color: white;
}

#top span.graytext {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
    vertical-align: 1.5px;
    font-family: Arial, Helvetica, sans-serif;
}

.centertext {
    text-align: center;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-box , .search-result * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.size_text {
    font-size: 15px;
}

.title a:hover , .leading-title a:hover, .pretext-category  a:hover, .blog-pretext a:hover, a:hover .title , .pre-dettaglio-category a:hover {
    text-decoration: underline;
}

.other {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 4px;
    color: #888a8a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 10px 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    clear: both;
}

.all-col {
    width: 100%;
}

.fullwidth {
    width: 100% !important;
}

/************ Main Menu ********************/
.menu-elefantino {
    /*height: 13px; */
    height: 28px;
    margin-top: -7px;
}

.meteo-menu-new {
    background-color: #D4162F;
}
.euro-2016{
	background-color:#00209f;
}
.offerte-sconti{
	background-color:#7BB75C;
	color: #FFF;
}
.meteo-menu-new .menu-content-wrapper , .meteo-menu-new a {
    color: #FFF !important;
    font-weight: bold !important;
    border: 0px !important;
}

.gray-bg {
    background-color: #ededee;
}
.red-bg{
	background-color: #D4162F;
}
.white-text{
	color:#FFF;
}

.search .searchbox , #search .searchbox {
    -webkit-appearance: none;
    border-radius: 0px;
}
/*************** end main menu ***************/

/************ Menu-mobile-tablet ****************/
.menu-mobile {
    padding-bottom: 5px;
    margin-top: 15px;
}

.menu-mobile table {
    width: 100%;
}

.menu-mobile table td {
    width: 50%;
    border: 1px solid #ccc;
}

.menu-mobile a {
    display: block;
    padding-bottom: 6px;
    padding-top: 6px;
    color: #1a171b;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 9px;
    text-decoration: none;
    vertical-align: 3px;
}

.sezioni-cell {
}

.sezioni-cell .sezioni-btn {
    position: relative;
    display: inline-block;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    left: -1px;
    min-width: 110px;
    height: 28px;
}

.sezioni-cell .sezioni-btn a {
    float: left;
}

.hide-on-click {
    display: none;
}

#search {
    position: relative;
    width: 100%;
    float: left;
    height: 28px;
}

#search .searchbox {
    -webkit-appearance: none;
    border-radius: 0px;
    width: 100%;
    height: 28px;
    border: 1px solid #CCC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 212px; */
    padding: 0 0 0 7px;
}

#search .search-button {
    position: absolute;
    z-index: 3;
    right: 3px;
    width: 15px;
    height: 15px;
    top: 6px;
}
/************ end menu-mobile-tablet ****************/

/*********** newsletter email ************/
.newsletter-email {
    width: 100%;
    height: 50px;
    padding-bottom: 7px;
}

.newsletter-email .newsletter-email-wrapp{
	position: relative; 
}

.newsletter-email .send {
    background-color: #d43136;
    color: rgb(242, 242, 242);
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 29px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    font-family: Georgia;
    height: 29px;
}

.newsletter-email label {
    margin-bottom: 4px;
    display: block;
}

.newsletter-email input {
	border: 1px solid #d43136;
    display: block;
    height: 29px;
    padding-left: 5px;
    position: absolute;
    width: 80%;
    z-index: 1;
}
/******************************************/

.social-icon img {
    opacity: 0.9;
    filter: alpha(opacity=90);
 /* For IE8 and earlier */;
}

.addthis_button_facebook_like {
    overflow: hidden;
    /*width: 80px !important;*/;
}

.addthis_button_facebook_share {
    overflow: hidden;
    width: 116px !important;
}

.addthis_button_google_plusone {
    overflow: hidden;
    width: 65px !important;
    margin-left: -20px;
}

.addthis_toolbox {
    margin: 0px -7px 0px 0px;
}
.addthis_button_tweet{
    width:105px !important;
}

.social-icon img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
 /* For IE8 and earlier */;
}

.comment a:before {
    content: url("../images/assets/images/comment.png");
    position: relative;
    top: 1px;
}

.icona {
    margin:0px 3px !important;
}
.icona img{
    height:13px;
}

/* New gallery */

#gallery-tc {
    width: 100%;
    max-width: 600px;
}

#gallery-head {
    height: 30px;
    padding: 5px 0px;
}

#gallery-head-wrap {
    float: right;
}

#gallery-tc #numbers {
    height: 30px;
    font-size: 17px;
    font-weight: normal;
    color: #000;
    margin-bottom: 46px;
    position: relative;
    top: -7px;
}

#gallery-tc #freccia-prec:before {
    content: url("../images/assets/images/previmg.png");
}

#gallery-tc #freccia-succ:before {
    content: url("../images/assets/images/nextimg.png");
}

#gallery-tc #img-content {
    margin-top: 10px;
    background-color: #000;
    height: 430px;
    padding: 5px;
    white-space: nowrap;
    text-align: center;
}

#gallery-tc #img-content img {
    max-height: 400px;
    max-width: 590px;
    vertical-align: middle;
}

#gallery-description {
    padding: 5px 10px;
    background-color: #636464;
    color: #FFF;
    font-family: Georgia;
    font-size: 14px;
}

span.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

i.macchina_fotografica {
    background: url("../images/assets/images/macchina_fotografica.png") no-repeat top left;
    background-position: 0 0;
    width: 11px;
    height: 10px;
    display: inline-block;
}

i.video {
    background: url("../images/assets/images/video.png") no-repeat top left;
    background-position: 0 0;
    width: 11px;
    height: 7px;
    display: inline-block;
}

.per-abbonati:after {
    content: url("../images/assets/images/paidview_sign_small.gif");
    margin-left: 5px;
    position: absolute;
}

.paidview {
    float: left;
    width: 72px;
    height: 13px;
    margin: 0px 10px 5px 0px;
    clear: right;
    background-repeat: no-repeat;
    background: url("../images/assets/images/paidview_extsign_small.gif");
}

.non-abbonati-box {
    width: 596px;
    height: 160px;
    padding: 24px 20px 40px 40px;
    border: 1px solid #CCC;
    background-color: #E4E4E4;
    font-family: Georgia;
    margin: 25px auto;
}

.non-abbonati-box p.content {
    font-size: 14px;
    line-height: 15px;
}

.non-abbonati-box .content a {
    text-decoration: underline;
}

.abonati-img {
    background: url("../images/assets/images/topic_locked.gif");
    background-repeat: no-repeat;
    width: 105px;
    height: 120px;
    margin-right: 35px;
    float: left;
}

.non-abbonati-box h3 {
    font-size: 17px;
    padding-bottom: 10px;
}

.page-nr-box {
    border-top: 1px solid #e1e2e3;
    border-bottom: 1px solid #e1e2e3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #888a8a;
    padding: 5px 0px;
    margin-bottom: 15px;
}

.page-nr-box ul {
    width: 240px;
    margin: 0 auto;
}

.page-nr-box ul li {
    list-style: none;
    float: left;
    padding: 0px 5px;
    border-right: 1px solid #999b9b;
}

.page-nr-box ul li a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #888a8a;
}

.page-nr-box ul li:last-child {
    border-right: 0px;
}

.page-nr-box .nr-active {
    color: red;
}

.videojs-wrapper .vjs-big-play-button {
    font-size: 20px;
}

#foot {
    clear: both;
}

/******************* Footer menu **************************/
.footer-menu {
    border-top: 2px solid #98999b;
    border-bottom: 1px solid #CCC;
    color: #888a8a;
    font: 11px Arial, Helvetica, sans-serif;
}

.footer-menu1{
	border-bottom: 0px;
}

.footer-menu2{
	border-top: 2px solid #d4162f;
	min-height: 27px;
}

.footer-menu li {
    border-right: 1px solid #000;
    list-style: none;
    padding: 0px  5px;
    float: left;
}

.footer-menu li:last-child {
	border-right: 0 none;
}

.footer-menu .footer-logo {
    float: left;
}

.footer-logo a {
    font-family: Georgia;
    color: #1a171b;
    text-decoration: none;
}

.footer-menu ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #1a171b;
    text-decoration: none;
}

.footer-menu li.last-menu {
    border-right: 0px;
}
/**********************************************************/

.footer-bnr {
    font: 11px Arial, Helvetica, sans-serif;
    color: #555;
    line-height: 1.6;
}

.footer-bnr a {
    text-decoration: none;
    color: #787A7A;
}

span.fcol-title, span.services {
    color: #000;
}

#footer-copyright {
    font: 11px Arial, Helvetica, sans-serif;
    clear: both;
}

#footer-copyright .foglio-coop {
    font-weight: bold;
}

#footer-copyright span {
    color: #000;
    font: 11px Arial, Helvetica, sans-serif;
}

.clear {
    clear: both;
}
 
 /*Brasile Style
.brasile-rosso{
    color:#EA242F;
	position: relative;
	top: -12px;	
}

.brasile-rosso:before{
	content:url("../images/assets/images/brasile_2014.png");
	position:relative;
	top:8px;
}
*/

/******** Blue box menu style **********/
.blue-box {
	background-color: #2d9fff !important;;
    color: #ffffff !important;;
}
.blue-box .menu-content-wrapper {
	border-right:0px !important;
}
.blue-box a{
    color: #ffffff !important;
}
/***************************************/

/*********** Twitter lista *************/
.twitter-lista {
	height: 341px;
	overflow-y: hidden;
}
.twitter-lista iframe{
	height: 100% !important;
}
/***************************************/

/*END STYLE fro DropDown list*/
 
/*Sidebar Style START*/
.pre-dettaglio-category {
    padding: 3px 0px;
    font-family: Georgia;
    font-size: 16px;
}

.pre-dettaglio-category a {
    line-height: 18px;
}

.category ul {
    list-style: none;
}

.category ul li:last-child {
    border-bottom: none;
}
/* Sidebar STyle END*/
 /*Sidebar Style START*/
.articolo-category {
    border-bottom: 1px solid #e1e2e3;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.category-titolo {
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0px;
    margin: 8px 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.category-tab-titolo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.category-tab-titolo .tab {
    float: left;
}

.category-tab-titolo .active-tab {
    background-color: #FFF;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 0px solid #FFF;
    margin-bottom: -1px;
    color: #d43136;
    padding-bottom: 6px;
}

.category-tab-titolo p {
    padding: 5px 7px 5px;
}

.category-tab-titolo .tab:nth-child(1) p {
    padding-left: 0px;
    border-left: 0px;
}

/* Navigation */
.navigation{
    margin-top:20px;
}

.navigation a{
    font-family:Arial;
    font-size:14px;
}
.navigation .prevpage, .navigation .nextpage{
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #CCC;
    color: #CCC;
    font-size:14px;
}

.navigation .prevpage{
    float:left;
}

.navigation .nextpage{
    float:right;
}
   
/*Sidebar Style END*/
/******************* END ALL DEVICES **************************/
/******************* 320 DEVICES **************************/
@media only screen and (max-width: 767px) { 
/*@media only screen and (max-width: 419px) {*/
  
    .ads-top {
    }
    
    #super_wrapper {
        width: 320px;
        margin-top: 8px;
        padding: 0px 0px 10px;
        border: 1px solid #cccccc;
    }
       
    #wrapper {
        width: 95%;
    }

    #top #minitab a {
        font: 700 11px Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #1a171b;
    }

    #minitab {
        margin-bottom: 10px;
    }

    .date {
        color: #888a8a;
        font: 12px Arial, Helvetica, sans-serif;
    }

    #logo {
        margin: 10px auto 0px;
        width: 252px;
        height: 58px;
   /* background: url("../images/assets/images/logo_320.png"); }*/
        background: url("../images/assets/images/logo_320.png");
    }

    #body {
        margin-top: -15px;
    }

    .mobile_hide {
        display: none !important;
    }

    .diretore {
        color: #1a171b;
        font-size: 11px;
        font-family: Georgia;
    }

    .graytext {
        color: #888a8a;
    }

    .divider {
        position: relative;
        top: -7px;
        clear: both;
        width: 100%;
    }

    .divider hr {
        border: 0;
        margin: 8px 0 13px;
        background-color: #babbbc;
        color: #babbbc;
        height: 2px;
    }

    .mobile-left {
        float: left;
    }

    .mobile-right {
        float: right;
    }

    .all-col {
        margin-bottom: 10px;
    }

    .mobile-clear {
        clear: both;
    }

    .right-tab.category-title p:nth-child(3) {
        border-right: 0px;
        float: left;
        padding-right: 40%;
    }

    .videojs-wrapper .vjs-big-play-button {
        font-size: 15px;
    }

    .footer-bnr {
        border-top: 2px solid #98999b;
    }

    .footer-col1 p, .footer-col2 p, .footer-col3 p {
        border-bottom: 1px solid #CCC;
        padding: 10px 0px;
    }

    .footer-col4 {
        padding: 10px 0px;
    }

    .footer-col6 p {
        padding: 3px 0px;
    }

    .aud_web {
        float: right;
    }

    #footer-copyright span.br {
        clear: both;
    }

    .lista-title p {
        float: unset;
    }

    .filtri {
        float: unset;
        margin-top: 10px;
    }

    .non-abbonati-box {
        width: 300px;
        height: 306px;
        padding: 20px;
        margin: 25px auto;
    }

    .abonati-img {
        float: unset;
        width: 105px;
        height: 120px;
    }

    #gallery-tc {
        max-width: 300px;
	    /*height:    200px;*/
        margin: auto;
    }

    #gallery-tc #img-content img {
        max-height: 200px;
        max-with: 300px;
    };
}
/******************* END 320 DEVICES **************************/
/******************* 420 DEVICES **************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #super_wrapper {
        width: 420px;
        margin-top: 8px;
        padding: 0px 0px 10px;
        border: 1px solid #cccccc;
    }
}
/******************* END 420 DEVICES **********************/
/******************* 768 DEVICES **************************/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* target=768px wide */
    #super_wrapper {
        width: 750px;
        margin-top: 8px;
        padding: 0px 0px 10px;
    }

    #wrapper {
        position: relative;
        width: 750px;
        border: 1px solid #888a8a;
        padding-top: 13px;
        z-index: 10;
    }

  /***********
   * BEGIN HEADER
   ***********/
    #head {
        padding: 0px 18px 0px;
    }

    #top {
        height: 29px;
    }

    .tabs_txt_decoration a {
        font: 700 11px Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #1a171b;
    }

    #menutab_left {
        position: relative;
        background-color: #ededee;
        padding: 5px 5px 7px;
        border: 1px solid #888a8a;
        border-bottom: none;
        float: left;
    }

    #menutab_left a {
        text-decoration: none;
        font: 300 11px Arial, Helvetica, sans-serif;
        color: #1a171b;
    }

    #minitab {
        float: right;
        margin-top: 5px;
        margin-right: 5px;
    }

    #logo {
        float: left;
        width: 390px;
        height: 90px;
        margin-left: 162px;
        margin-bottom: -20px;
    /*background: url("../images/assets/images/logo_768.png"); }*/
        background: url("../images/assets/images/logo_768.png");
    }

    .date {
        color: #888a8a;
        font: 12px Arial, Helvetica, sans-serif;
        float: right;
        margin-right: 12px;
    }

    .others {
        clear: both;
        margin-bottom: 13px;
    }

    .sub_logo {
        position: relative;
        width: 500px;
        margin: 0 auto;
    }

    .social_icons {
        position: relative;
        width: 120px;
        top: 43px;
        left: 290px;
    }

    .diretore {
        color: #1a171b;
        font-size: 13px;
        font-family: Georgia;
        float: left;
        margin-left: -43px;
    }

    .tablet_hide {
        display: none;
    }

    .graytext {
        color: #888a8a;
    }
	
	/*************** Main menu ***************/
    #search {
        float: right;
        width: 250px;
    }

    .sezioni-cell .sezioni-btn a {
        border-left: 1px solid #ccc;
        padding: 0 7px;
        margin: 7px 3px;
    }
	/*************** end main menu ***********/
	
    .divider {
        clear: both;
        width: 100%;
    }

    .divider hr {
        border: 0;
        background-color: #babbbc;
        color: #babbbc;
        margin-bottom: 8px;
        margin-top: 0;
        height: 2px;
    }

  /***********
   * END HEADER
   ***********/
  
    .tablet-left {
        float: left;
    }

    .tablet-right {
        float: right;
    }

    .all-col-wrapper {
        padding: 0px 15px 10px;
    }

    .col-left {
        width: 304px;
        border-right: 1px solid #cccccc;
        padding: 12px 19px 20px 0px;
        float: left;
    }

    .col-center {
        width: 402px;
        padding: 12px 0px 20px 19px;
        float: left;
    }

    .col-right {
        width: 100%;
        padding: 12px 0px 0px;
        clear: both;
    }

    .col-right .aside .quixa-bnr {
        margin-left: -20px;
    }

    .col {
        float: left;
        width: 100%;
    }

    .border {
        border-right: 1px solid #CCC;
    }

    .tablet-clear {
        clear: both;
    }

    /******************* Footer menu **************************/
    .footer-menu {
        padding: 2px 10px 5px;
    }

    .footer-menu ul {
        float: left;
    }

    .footer-menu .footer-logo a {
        font-size: 20px;
    }


    .footer-menu li.last-menu {
        padding-right: 0px;
    }
	/**********************************************************/

    #footer-copyright {
        padding: 5px 10px;
    }

    .fcol {
        float: left;
    }

    .footer-bnr {
        padding: 15px 10px 5px;
        border-bottom: 1px solid #CCC;
    }

    .footer-col1 {
        padding-right: 15px;
    }

    .footer-col2 {
        padding-right: 15px;
    }

    .footer-col3 {
        padding-right: 20px;
    }

    .footer-col4 {
        padding-right: 0px;
    }

    .footer-col5 {
        margin-top: 11px;
        padding-right: 12px;
    }

    .footer-col6 {
        float: right;
    } 
/*Sidebar STyle Start*/	
    .col-sidebar {
        width: 100%;
        padding: 12px 0px 0px;
        clear: both;
    }

    
  .col-sidebar .category, .col-sidebar .publicita {
        width: 320px;
        margin-bottom: 15px;
        display: block;
    }

    .right-tab.category-titolo p:nth-child(3) {
        border-right: 0px;
        float: right;
        padding-right: 90px;
    }
	/*Sidebar Style END*/;
}
/******************* END 768 DEVICES **************************/
/******************* 1024 DEVICES **************************/
@media only screen and (min-width: 1024px) {
  /* target=Desktop */
    body.MNZ_size_1_1 {
        background-size: 1460px;
    }
    .col-sidebar {
        width: 300px;
        padding: 22px 35px 10px 0px;
        float: right;
    }
    
    .col-sidebar.MNZ_size_1_1 {
        padding: 22px 20px 10px 0;
    }
    
    #super_wrapper {
        width: 1024px;
        margin-top: 8px;
        padding: 0px 0px 10px;
    }
    
    #super_wrapper.MNZ_size_1_1 {
        width : 1002px;
    }
    
    #wrapper {
        position: relative;
        width: 1024px;
        border: 1px solid #888a8a;
        padding-top: 13px;
        z-index: 10;
    }
    
    #wrapper.MNZ_size_1_1 {
        width : 1002px;
    }
    
    .head_wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }

    .head_wrapper .banner {
        width: 235px;
        min-height: 30px;
    }

    #top {
        height: 30px;
    }

    .tabs_txt_decoration a {
        font: 700 11px Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #1a171b;
    }

    #menutab_left {
        position: relative;
        background-color: #ededee;
        padding: 5px 5px 7px;
        border: 1px solid #888a8a;
        border-bottom: none;
        float: left;
    }

    #menutab_left a {
        text-decoration: none;
        font: 300 11px Arial, Helvetica, sans-serif;
        color: #1a171b;
    }

    #minitab {
        float: right;
        margin-top: 6px;
        margin-right: 5px;
    }

    .date {
        color: #888a8a;
        font: 12px Arial, Helvetica, sans-serif;
    }

    .desktop_hide {
        display: none;
    }

    #logo {
        float: left;
        width: 416px;
        height: 93px;
        margin-left: 63px;
        margin-bottom: 5px;
    /*background: url("../images/assets/images/logo_1024.png"); }*/
        background: url("../images/assets/images/logo_1024.png");
    }

    .others {
        clear: both;
        margin-bottom: 16px;
    }

    .sub_logo {
        width: 500px;
        margin: 0 auto;
    }

    .diretore {
        color: #1a171b;
        font-size: 13px;
        font-family: Georgia;
        margin-right: 14px;
    }

    .social_icons {
        float: left;
    }

    .breaking_news {
        width: 100%;
        height: 24px;
        margin: 0 auto;
    }

    .breaking_news > * {
        float: left;
    }

/************** Breaking-news Ticker******************/

    .my-ticker {
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        position: relative;
        overflow: hidden;
    }

    .my-ticker a {
        text-decoration: none;
    }

    .my-ticker ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mt-label {
        margin-right: 2px;
        float: left;
        padding: 0 8px 0 7px;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        width: 103px !important;
        background-color: #D4162F;
    }

    .breaknews-link {
        font-size: 12px;
        font-weight: bold;
        font-family: Arial,Helvetica,sans-serif;
        color: #FFF;
    }

    .mt-news {
        height: 100%;
        overflow: hidden;
    }

    .mt-scroll .mt-news {
        background-color: transparent;
    }

    .mt-scroll.mt-round .mt-news a {
        border-radius: 0;
    }

    .mt-news ul {
        background-repeat: no-repeat;
        background-position: -1000px;
    }

    .mt-news li {
        float: left;
    }

    .mt-news a {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-right: 2px;
        background-repeat: no-repeat;
        background-position: 7px center;
        display: block;
        padding: 0 4px 0 4px;
        margin: 0 8px 0 16px;
    }

    .mt-hide {
        display: none;
    }

    .mt-controls {
        margin-left: 2px;
        height: 100%;
        position: absolute;
        right: 2px;
        background-repeat: no-repeat;
        background-position: -1000px;
    }

    .my-ticker {
        color: #fafafa;
        background-color: #eef0ed;
    }

    .mt-news {
        background-color: #dadada;
    }

    .mt-preloader {
        background: url("../images/assets/images/preloader.gif") no-repeat center;
    }

    .mt-news ul {
    }

    .mt-news a {
        color: #0a3266;
    }

    .mt-news .br-date {
        color: #d11432;
        font-size: 14px;
        padding-right: 3px;
    }

    .mt-news a:hover {
        border-radius: 14px 14px 14px 14px;
        -moz-border-radius: 14px 14px 14px 14px;
        -webkit-border-radius: 14px 14px 14px 14px;
        border: 0px solid #000000;
        background-color: rgba(66,148,247,0.1);
    }

    .mt-news a:active {
        background-color: rgba(212,13,89, 0.1);
    }

/**************END Breaking-news Ticker******************/

/************ Main Menu ****************/
    #menu1 {
        border-bottom: 2px solid #d4162f;
    }

    #menu2 {
        margin-top: 0px;
        border-top: 0;
    }

    .menu-desktop {
        margin-top: 10px;
        clear: both;
        width: 100%;
        border-top: 2px solid #98999b;
        border-bottom: 1px solid #CCC;
    }

    .menu-desktop ul {
        list-style: none;
    }

    .menu-desktop ul.right .menu-content-wrapper {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: 700;
        /*color: #1a171b;*/
        text-decoration: none;
        padding-top: 2px;
    }

    .menu-desktop ul > li {
        display: inline-block;
        float: left;
    }
	
	.menu-desktop ul > li:last-child .menu-content-wrapper{
        border: medium none !important;
    }
	
    .menu-desktop li a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #1a171b;
        font-weight: bold;
        text-decoration: none;
    }
    
    .menu-desktop li a:hover {
        color: #d43136;
    }

    .menu-desktop .menu-el-wrapper {
        float: left;
        display: inline-block;
    }

    .menu-desktop .menu-el-wrapper .menu-content-wrapper {
        height: 14px;
        margin: 7px auto;
        padding: 0px 7px;
        border-right: 1px solid #CCC;
        float: left;
        display: inline-block;
    }

    .zoom-wrapper-new {
        padding-top: 0px !important;
    }

    .zoom {
        width: 18px;
        height: 15px;
        display: inline-block;
        background-position: 0 0;
    }

    .zoom.zoom-in {
        background: url("../images/assets/images/Font_piu.png") no-repeat top left;
    }

    .zoom.zoom-out {
        background: url("../images/assets/images/Font_meno.png") no-repeat top left;
    }

/************ end main menu ****************/

	
    .search {
        margin-top: -15px;
        position: relative;
        float: right;
    }

    .search .searchbox {
        height: 22px;
        border: 1px solid #CCC;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 212px;
        padding: 0 0 0 7px;
    }

    .search .search-button {
        position: absolute;
        z-index: 3;
        top: 3px;
        left: 194px;
        width: 15px;
        height: 15px;
    }

    .graytext {
        color: #888a8a;
    }

    .divider {
        clear: both;
        width: 100%;
    }

    .divider hr {
        border: 0;
        margin: 8px 0 0px;
        background-color: #babbbc;
        color: #babbbc;
        height: 2px;
    }

    .all-col-wrapper {
        padding: 0px 15px 10px;
    }

    .desktop-left {
        float: left;
    }

    .desktop-right {
        float: right;
    }

    .desktop-clear {
        clear: both;
    }

    .col-left {
        width: 245px;
        padding: 20px 15px 10px 0px;
        float: left;
    }

    .col-center {
        width: 427px;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        padding: 20px 15px 10px;
        float: left;
    }

    .col-right {
        padding: 20px 6px 10px 11px;
        float: right;
        width: 314px;
    }
    
    .col-right.MNZ_size_1_1{
        width: 353px;
    }
    
    .col-2x {
        border-right: 1px solid #cccccc;
        width: 672px;
        padding: 0px 16px 10px 0px;
        float: left;
        clear: left;
    }
    
    .col-2x.MNZ_size_1_1 {
        width: 672px;
    }
    
    .col {
        float: left;
        width: 100%;
    }

    .border {
        border-right: 1px solid #CCC;
    }

    #foot {
        margin-top: 20px;
    }

    /******************* Footer menu **************************/
    .footer-menu {
        padding: 5px 14px 0px;
    }
	
    .footer-menu ul {
        float: right;
    }

    .footer-menu li {       
        line-height: 10px;
        margin: 2px 0px 0px 0px;
    }

    .footer-menu .footer-logo {
        margin-top: -3px;
    }

    .footer-logo a {
        font-size: 18px;
    }
	/**********************************************************/

    #footer-copyright {
        margin-left: 10px;
        padding: 5px 0px;
    }

    .fcol {
        float: left;
        height: 100%;
    }

    .fcol-title {
        line-height: 1.6;
    }

    .footer-bnr {
        padding: 15px;
        height: 120px;
        border-bottom: 1px solid #CCC;
    }

    .footer-col1 {
        width: 200px;
        border-right: 1px solid #ccc;
        margin-right: 20px;
    }

    .footer-col2 {
        width: 172px;
    }

    .footer-col3 {
        width: 182px;
        border-right: 1px solid #ccc;
        margin-right: 20px;
    }

    .footer-col4 {
        width: 200px;
        margin-right: 20px;
        border-right: 1px solid #ccc;
        padding-bottom: 18px;
    }

    .footer-col5 {
        width: 0px;
        margin-left: -88px;
        position: relative;
        top: 51px;
        right: 10px;
    }

    .footer-col2 {
        width: 154px;
        border-right: 1px solid #ccc;
        margin-right: 20px;
    };
}
/******************* END 1024 DEVICES **************************/

@media print {
	
	@    page {
        size: auto;
   /* auto is the current printer page size */
        margin: 50px 50px 50px;
  /* this affects the margin in the printer settings */;
    }

    body {
        background-color: #FFFFFF;
      /*  padding: 20px 30px;   the margin on the content before printing */;
    }

    .col-sidebar, .ads-top , #top , #head , .breaking_news , .other ,#foot , #disqus_thread , .argomenti , #disqus_c , .date , .divider , .abonati-img , .rss , iframe {
        display: none !important;
        visibility: hidden !important;
    }

    .col-articolo {
        min-height: initial !important;
    }

    .firma-leading {
        float: right;
    }

    .titolo {
        font: 35px Georgia;
        line-height: 36px;
    }

    .col-articolo img.img {
        text-align: center;
    }

    .pre-dettaglio {
        font-size: 19px;
        line-height: 24px;
    }

    .articolo-dettagli {
        font-size: 11px;
    };
}
