@import url(https:fonts.googleapis.com/css?family=Lato:900);

@font-face {
    font-family: "lato-regular";
    font-style: normal;
    font-weight: normal;
    src: url("https://www.repstatic.it/cless/main/nazionale/2013-v1/css/common/font/repubblica-lato-regular.eot?#iefix") format("embedded-opentype"), url("https://www.repstatic.it/cless/main/nazionale/2013-v1/css/common/font/repubblica-lato-regular.woff") format("woff"), url("https://www.repstatic.it/cless/main/nazionale/2013-v1/css/common/font/repubblica-lato-regular.ttf") format("truetype");
}
@font-face {
    font-family: "lato-bold";
    font-style: normal;
    font-weight: normal;
    src: url("https://www.repstatic.it/cless/main/nazionale/2013-v1/css/common/font/repubblica-lato-bold.eot?#iefix") format("embedded-opentype"), url("https://www.repstatic.it/cless/main/nazionale/2013-v1/css/common/font/repubblica-lato-bold.woff") format("woff"), url("https://www.repstatic.it/cless/main/nazionale/2013-v1/css/common/font/repubblica-lato-bold.ttf") format("truetype");
}
@font-face{
    font-family:'lato-black';
    font-weight:normal;
    font-style:normal;
    src:url('https://www.repstatic.it/cless/main/nazionale/2013-v1/css/common/font/repubblica-lato-black.eot');
    src:url('https://www.repstatic.it/cless/main/nazionale/2013-v1/css/common/font/repubblica-lato-black.eot?#iefix') format('embedded-opentype'),
    url('https://www.repstatic.it/cless/main/nazionale/2013-v1/css/common/font/repubblica-lato-black.woff') format('woff'),
    url('https://www.repstatic.it/cless/main/nazionale/2013-v1/css/common/font/repubblica-lato-black.ttf') format('truetype');
}

/**/

.apertura.custom {padding: 10px 0px 0px 0px !important;}
.apertura.custom .big-img {position: relative;}
.apertura.custom .big-img header {position: absolute; top: 10px; left: 10px;}
.apertura.custom .big-img header h1,
.apertura.custom .big-img header h1 a,
.apertura.custom .big-img header h1 a:visited {color:#fff;}
.apertura.custom .big-img header h1 a:hover {color:#ccc;}
.apertura.custom .big-img header h2,
.apertura.custom .big-img header h2 a,
.apertura.custom .big-img header h2 a:visited {color:#fff;}
.apertura.custom .big-img header h2 a:hover {color:#ccc;}
.apertura.custom .big-img img {height: 80px;}


/*
APERTURA
*/
.apertura {
    margin: 0px -14px 0 0;
    padding-bottom: 15px !important;
    padding-right: 15px;
    padding-top: 15px;
    background: #fff;
}
.apertura img {
    margin-bottom: 5px;
}
.apertura .article h1, .apertura .article h1 a, .apertura .article h1 a:visited {
    font: 30px/32px 'lato-bold',Arial,'Helvetica Neue',Helvetica,sans-serif;
    color: #222;
}
.apertura .article h2, .apertura .article h2 a, .apertura .article h2 a:visited {
    font: 22px/26px 'lato-regular',Arial,'Helvetica Neue',Helvetica,sans-serif;
}

.apertura .article h1 a:hover, .apertura .article h2 a:hover  {color: #087BBB;}

.apertura .article h1 a em, .apertura .article h2 a em, .apertura .article h1 a:visited em, .apertura .article h2 a:visited em {
    background-color: #FEFF99;
    font-style: normal;
    margin: 0 -3px;
    padding: 0 3px;
}

.apertura .article h1 strong, .apertura .article h1 a strong, .apertura .article h1 a:visited strong { color: #087BBB; font-weight: inherit; }
.apertura .article h2 strong, .apertura .article h2 a strong, .apertura .article h2 a:visited strong { color: #087BBB; font-weight: inherit; }


/* 
sub-content-zone
*/

.sub-content-zone {border-top: 1px solid #ccc;}


/*
TESTATA SPECIALE
*/
.testata {
    background: #fff;
	padding: 10px  0px !important;
    height: 100px;
    margin-top: 5px;

}
.testata h1 a, .testata h1 a:visited {
    color: #385062;
    font: 400 35px/40px 'lato-regular','Helvetica Neue',Helvetica,sans-serif;
    text-transform: uppercase;
    display: block;
    margin-top: 8px;
}
.testata h1 a span {
    font: 900 44px/48px 'lato','Helvetica Neue',Helvetica,sans-serif;
    color: #ef6354;
}
.testata h1 a:hover, .testata h1 a:hover span {
    color: #385062!important;
}

.testata h2 {
    font: 400 24px/45px 'lato-regular',sans-serif;
    /*color: #f4002a;*/
    color: #222;
}

.testata img {
    /*border-radius: 50%;*/
    display: block;
    /*margin: 0 auto 10px;*/
    /*border: 3px solid #fff;*/
    float: left;
    margin-right: 21px;
}

/*
NAVIGAZIONE
*/
ul.nav {
  display: inline;
  padding-top: 17px;
  clear: both;
  float: left;
  border-top: 2px solid #385062;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 15px;
}
ul.nav li a {
    color: #385062;
    background-color: #ECF0F1;
    border-radius: 3px;
    font: 16px/18px 'lato-bold',Arial,sans-serif;
    text-transform: uppercase;
    padding: 7px 14px;
}
ul.nav li {
  font: 16px/18px 'lato-bold',Arial,sans-serif;
  display: inline-block;
  margin-right: 4px;
  position: relative;  
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.nav li a:hover {
    background-color: #385062;
    color: #fff;
}
ul.nav li:hover {
  background: #555;
  color: #fff;
}

ul.nav li a.dropdown {
    background-image: url("/static/speciali/politica/2015/elezioni-presidente-repubblica/img/nav_sprite.png");
    background-position: 175px 14px;
    background-repeat: no-repeat;
    transition: none 0s ease 0s ;
    width: 10px; height: 6px;
    padding-right: 40px !important;
}
ul.nav li ul.dropdown-menu {
  padding: 0;
  position: absolute;
  top: 22px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index: 1000;


    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
ul.nav li ul.dropdown-menu li { 
  background: #fff; 
  display: block; 
  color: #fff;
  padding: 5px 10px !important;
  text-align: left;
}
ul.nav li ul.dropdown-menu li a {
    background-color: transparent;
    font: 15px/18px 'lato-bold',Arial,sans-serif;
    display: block;
}
ul.nav li ul.dropdown-menu li:hover {
    background-color: #385062;
    color: #fff;
    display: block;
}
ul.nav li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*
FASCETTA TAG
*/
.topics-container {
    float: left;
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}
.topics-container ul li {
    display: block;
    float: left;
    margin-right: 5px;
}
.topics-container ul li a {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #666666;
    display: block;
    font: 13px/16px Arial,'Helvetica Neue',Helvetica,sans-serif;
    padding: 5px 7px 4px;
}
.topics-container ul li a, .topics-container ul li a:visited {
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

/*
SIDEBAR RIGHT
*/

    /* box socials home speciale */
    .socials-top-home { background-color: #fafafa; border: 1px solid #eeeeee; padding: 10px 15px 20px; margin-bottom: 20px;}
    .socials-top-home h2.occhiello {border-bottom: 1px solid #e3e3e3; display: block; padding-bottom: 10px;}
    .socials-top-home #share-top-home {padding-top: 15px;}
    div.gig-button-container {padding-right: 10px!important;}
    div.gig-counter-top {margin-bottom: 5px !important}



/* article sidebar */
.sider-articles           {margin-bottom: 30px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding-top: 15px; margin-left: -27px; background: #f5f5f5;}

.sider-articles .article {margin-left: 27px!important;}


.sidebar-content .article {border-bottom: 1px solid #DDDDDD;}
    .sidebar-content .article.last {border-bottom: none !important;}

.sidebar-content .article:before, .sidebar-content .article:after {
    content: "";
    display: table;
}
.sidebar-content .article:after {
    clear: both;
}

.sidebar-content .article {
    margin-bottom: 15px;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-left: 0;
}

.sidebar-content .article header {
    margin-bottom: 5px;
}
.sidebar-content .article img {
    float: left;
    margin: 0 10px 10px 0;
}
.sidebar-content .article .occhiello {
    color: #085691;
    font: bold 14px/16px Arial,'Helvetica Neue',Helvetica,sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sidebar-content .article .occhiello a, .sidebar-content .article .occhiello a:visited {
    color: #085691;
}

.sidebar-content .article h1, .sidebar-content .article h1 a, .sidebar-content .article h1 a:visited {
    font: 15px/20px 'lato-regular',Arial,'Helvetica Neue',Helvetica,sans-serif;
    color: #444;
}

.article h1 a:hover {
    color: #000;
}

.sidebar-content .article .occhiello a.af_logo {
    background: url('/static/speciali/economia/blackrock/2013/images/logoaf.png') no-repeat;
    text-indent: -99999px;
    display: block;
    margin-bottom: 10px;
}

.sidebar-content .article .lista {
    border-top: 3px double #DDDDDD !important;
    padding-top: 15px;
    font: 14px/18px 'lato-regular',Arial,'Helvetica Neue',Helvetica,sans-serif;
}

.sidebar-content .article .lista em {
    display: block;
    font-style: normal;
    font-family: 'lato-bold';
}

/* video */

.multimedia-content {
    text-align: left !important;
    background: #4b8ac5 !important;
    border: none !important;
    padding: 0 10px;
    margin-bottom: 30px;
}
.multimedia-content article {
    border-bottom: 1px solid #7DA2C4 !important;
    min-height: 70px;
    padding: 15px 0;
}
.multimedia-content img {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 3px solid #ffffff !important;
    width: 100px;
    height: 59px;
    margin-right: 10px !important;
    float: left;
}

.multimedia-content .occhiello {
    color: #ffffff;
    font: 13px/16px Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}
.multimedia-content h1 a,
.multimedia-content h1:visited, .multimedia-content h1 a:hover {
    color: #ffffff;
    text-transform: none !important;
    font: 14px/16px Arial,'Helvetica Neue',Helvetica,sans-serif;
}
.multimedia-content .section-label {
    border-top: none !important;
    padding: 15px 0;
    margin: 0 -11px;

}
.multimedia-content .section-label + article {
    border-top: 3px double #7DA2C4 !important;
}
.multimedia-content  h1.section-label a {
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("https://www.repstatic.it/cless/main/nazionale/2013-v1/img/common/sprite-common.png");*/
    background-position: 51px -3562px;
    background-repeat: no-repeat;
    border: 0 none;
    direction: ltr;
    display: block;
    height: 20px;
    margin-left: 12px;
    overflow: hidden;
    text-align: left;
    width: 112px;
}
.multimedia-content .other {
    color: #fff;
    display: block;
    font: 12px/16px Arial,'Helvetica Neue',Helvetica,sans-serif;
    padding: 5px;
    text-align: right;
}

.link-video-small span.icon-video {
    bottom: 8px !important;
    left: 5px !important;
}

.link-video-small span.icon-video {
    background-image: url("https://www.repstatic.it/cless/main/nazionale/2013-v1/img/common/sprite-common.png");
    background-position: -1px -50px;
    background-repeat: no-repeat;
    bottom: 0;
    display: none;
    height: 22px;
    left: 0;
    position: absolute;
    width: 28px;
    z-index: 1;

}

/******* gallerie *******/

.multimedia-content.gallerie {background: #1f467b !important;}
.multimedia-content.gallerie article {min-height: 110px;}

.multimedia-content.gallerie h1,
.multimedia-content.gallerie h1 a,
.multimedia-content.gallerie h1:visited {
    color: #fff!important;
    text-transform: none !important;
    font: 14px/16px Arial,'Helvetica Neue',Helvetica,sans-serif;
}
.multimedia-content.gallerie article { border-bottom: 1px solid #52637A !important; }
.multimedia-content.gallerie article.last { border-bottom: 1px solid #0072b6 !important; }

.multimedia-content.gallerie  h1.section-label,
.multimedia-content.gallerie  h1.section-label a {
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("https://www.repstatic.it/cless/main/nazionale/2013-v1/img/common/sprite-common.png");*/
    background-position: 115px -3648px;
    background-repeat: no-repeat;
    border: 0 none;
    direction: ltr;
    display: block;
    height: 14px;
    margin-left: 0px;
    overflow: hidden;
    text-align: left;
    width: 250px;
}
.multimedia-content.gallerie .section-label + article {
    border-top: 3px double #52637A !important;
}

.multimedia-content.gallerie img {
    border: 3px solid #fff !important;
    border-radius: 0 !important;
    height: 100px;
    margin-right: 10px !important;
    width: 100px;
}

/***** DETTAGLIO *******/

#detail.speciale #social-share-top {
    position: absolute;
    right: 0;
    top: 112px !important;
}

#detail.speciale .inner-container {
    margin-top: 0px;
    padding-bottom: 30px;
    position: relative;
    width: 978px;
}

#detail.speciale article header {
    margin-bottom: 30px;
    width: 978px;
    margin-top: 30px;
}

.social-orizz {
    margin-top: 20px;
    margin-bottom: 20px;
} 

article.dettaglio header {
    margin-top: 20px;
}
article.dettaglio header h1 {
    color: #000000;
    font: 44px/48px 'lato-black',Arial,'Helvetica Neue',Helvetica,sans-serif;
    margin-bottom: 20px;
}
article.dettaglio header .summary {
    color: #111111;
    font: italic 20px/26px 'Georgia',Times,Times New Roman,serif;
    margin-bottom: 20px;
}
article.dettaglio .body-text {
    font: 16px/23px Arial,'Helvetica Neue',Helvetica,sans-serif;
}
article.dettaglio .body-text figure.sidebar-img {
    float: left;
    margin: 0 20px 10px 0;
    width: 300px;
}
article.dettaglio .body-text figure.sidebar-img figcaption {
    border-bottom: 1px solid #DDDDDD;
    color: #666666;
    font: italic 14px/20px 'Georgia',Times,Times New Roman,serif;
    padding: 2px 5px;
}
article.dettaglio  .toolbar {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    font: 13px/16px Arial,'Helvetica Neue',Helvetica,sans-serif;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 10px 0;
}
article.dettaglio .toolbar time {
    color: #777777;
    float: right;
}
article.dettaglio .toolbar small {
    font-size: 100%;
    color: #ccc;
}
#social-share-top {
    display: none;
}
#detail .inner-container {
    margin-top: 50px;
    position: relative;
    width: 100%;
}
.shared-detail.mini-apertura header h1 {
    padding-bottom: 15px!important;
}

/*********** INDICI *************/
.indice .article {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 -15px 25px 0;
    padding: 0 15px 25px 0;
}
.indice h1.label {
    font: 34px/38px 'lato-black',Arial,'Helvetica Neue',Helvetica,sans-serif;
    margin-bottom: 20px;
}
.indice .article img {
    float: left;
    margin: 0 10px 10px 0;
}
.indice .article h1 {
    margin-bottom: 5px;
}
.indice .article h1, .indice .article h1 a, .indice .article h1 a:visited {
    font: 20px/23px 'lato-bold',Arial,'Helvetica Neue',Helvetica,sans-serif;
    color: #000;
}
.indice .article .summary {
    font: 16px/23px Arial,'Helvetica Neue',Helvetica,sans-serif;
}

.pagination ul {
    float: right;
}

.pagination li {
    float: left;
    list-style-type: none;
    margin: 0 0 0 4px;
}

.pagination p {
    float: left;
    margin: 0;
    padding-left: 5px;
}
.ie .pagination p {
    padding-top: 3px;
}
.pagination p span {
    color: #000000;
}

.pagination {
    clear: both;
    margin-bottom: 45px;
    border: none;
    padding: 5px;
}
.pagination li.disable {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #999999 !important;
}
.pagination li a, .pagination li a:visited, .pagination li.disable {
    border-radius: 14px;
    color: #0098C4;
    display: block;
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 8px;
    text-decoration: none;
    border: none;
}
.pagination li a:hover, .pagination li.active a {
    background-color: #0098C4;
    color: #FFFFFF;
}
.pagination li a:hover {
    border-radius: 14px;
    color: #fff !important;
    display: block;
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 8px;
    text-decoration: none;
    border: none;
}


/* sotto riapertura widget
*/

.widget {width: 642px; margin-bottom: 15px;}
.content-widget {background: #551513; float: left; width: 184px; color: #fff; min-height: 90px; padding: 10px;
margin-right: 15px;}
.content-widget.last {margin-right: 0px!important;}

.content-widget h2 {font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.content-widget p  {line-height: 15.5px; word-spacing: -0.08em; font-size: 14px;}

.content-widget a,
.content-widget a:visited {color: #fff;}
.content-widget a:hover   {color: #dedede;}

.content-widget img {
    float: left;
    margin-right: 5px;
    width: 66px;
    height: 66px;
    border: 2px solid #fff;
}

.box-in-primo-piano {
    background: #CDC797 url(/static/speciali/esteri/canonizzazione-papi/2014/new/images/in-primo-piano.jpg) repeat-x top left;
    padding: 10px;
    height: 185px;
    border: 1px solid #343012;
    margin-bottom: 15px;
}

.box-in-primo-piano p {
    font-size: 24px;
    color: #343012;
    margin-top: 161px;
    line-height: 22px;
    float: left;
    margin-top: 161px;
    margin-right: 5px;
}

.box-in-primo-piano .countdown {
    color: #343012;
     font-size: 15px;
    margin-top: 167px;
}



/* codice aggiunto per formattazione 
.sub-content-1 {
    padding-top: 0!important;
}
.sub-content-1 .article     {
    width: 373px;
}
.sub-content-2 {
    width: 220px;
    margin-top: 0;
}*/
.sub-content-2 .article .occhiello a, .sub-content-2 .article .occhiello a:visited {
    background: none repeat scroll 0 0 #1e467a;
    color: #FFFFFF;
    display: inline-block;
    font: 14px/20px Arial,'Helvetica Neue',Helvetica,sans-serif;
    margin-right: 2px;
    margin-left: -5px;
    padding: 0 5px;
    text-transform: uppercase;
}
.sub-content-2 .article .occhiello a:hover {
    transition: all 0.2s ease-out 0s;
    background-color: #fff;
}

/*
slider sotto apertura
*/

.apertura .related-slider article:before, .apertura .related-slider article:after {
    content: "";
    display: table;
}
.apertura .related-slider article:after {
    clear: both;
}
.apertura .related-slider article:before, .apertura .related-slider article:after {
    content: "";
    display: table;
}
.apertura .related-slider {
    border-top: 1px solid #EEEEEE;
    height: auto !important;
    min-height: 86px;
    margin-top: 14px;
}
.swiper-container {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.apertura .related-slider article .occhiello {
    color: #087BBB;
}
.apertura .related-slider .occhiello {
    display: block;
    font: bold 12px/16px Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-transform: uppercase;
}
.apertura .related-slider h1, .apertura .related-slider h1 a, .apertura .related-slider h1 a:visited {
    font: 13px/15px Arial,'Helvetica Neue',Helvetica,sans-serif;
}
.apertura .related-slider article {
    border-right: 1px solid #EEEEEE;
    margin-right: 10px;
    padding-right: 10px;
    width: 194px;
}
.apertura .related-slider img {
    float: left;
    margin: 0 5px 0 0;
}


/*

slider sotto apertura preview KPM3

*/

.swiper-preview article:before, .swiper-preview article:after {
    content: "";
    display: table;
}
.swiper-preview article:after {
    clear: both;
}
.swiper-preview article:before, .swiper-preview article:after {
    content: "";
    display: table;
}
.swiper-preview {
    border-top: 1px solid #EEEEEE;
    height: auto !important;
    min-height: 86px;
    margin-top: 14px;
}
.swiper-preview article .occhiello {
    color: #087BBB;
}
.swiper-preview .occhiello {
    display: block;
    font: bold 12px/16px Arial,'Helvetica Neue',Helvetica,sans-serif !important;
    text-transform: uppercase;
}
.swiper-preview h1, .swiper-preview h1 a, .swiper-preview h1 a:visited {
    font: 13px/15px Arial,'Helvetica Neue',Helvetica,sans-serif !important;
}
.swiper-preview article {
    border-right: 1px solid #EEEEEE;
    margin-right: 10px !important;
    padding-right: 10px !important;
    width: 194px !important;
}
.swiper-preview img {
    float: left;
    margin: 0 5px 0 0 !important;
}

.content-articolo {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    padding: 0 5px 15px 0;
}

.tabelle-dati .media-thumb {
    background: none repeat scroll 0 0 #DEDEDE;
    min-height: 170px;
}
.media-thumb {
    background: none repeat scroll 0 0 #DEDEDE;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin: 0 10px 15px 0;
    min-height: 250px;
    padding: 10px;
    text-align: center;
    width: 130px;
}

.tabelle-dati .media-thumb img {
    height: 90px;
}
.media-thumb img {
    border-radius: 4px 4px 4px 4px;
    width: 130px;
}

.indice-thumb {
    margin-bottom: 20px;
}

.indice-thumb p {
	margin-bottom:10px;
}

.tabelle-dati .media-thumb h4 a, .tabelle-dati .media-thumb h4 a:visited {
    color: #6E6E6E;
    font-size: 15px;
    letter-spacing: -0.06em;
    word-spacing: -0.09em;
}
.media-thumb h4 a, .media-thumb h4 a:visited {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
}

.main-content h1 {
    color: #222222 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 5px;
}


table.presidenziale {width: 100%;background: none repeat scroll 0 0 #222222; padding: 4px; font-size: 14px;border: 3px solid #000000;}

table.presidenziale tr.odd  {background-color: #ECECEC;}
table.presidenziale tr.even {background-color: #ffffff;}

table.presidenziale thead th {
    color: #FFFFFF;
    background-color: #222;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
    font-size: 12px;
}


/*
 * Sorting
 */
.sorting { background: url('/static/speciali/politica/2015/elezioni-presidente-repubblica/images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('/static/speciali/politica/2015/elezioni-presidente-repubblica/images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('/static/speciali/politica/2015/elezioni-presidente-repubblica/images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('/static/speciali/politica/2015/elezioni-presidente-repubblica/images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('/static/speciali/politica/2015/elezioni-presidente-repubblica/images/sort_desc_disabled.png') no-repeat center right; }

table.presidenziale th{font-family:"OswaldBook",Arial,Helvetica,sans-serif;font-weight:normal;padding:10px 0;
						text-align:center;background-color:#FFF; text-transform:uppercase; color: #217B70;
						font-weight:bold; line-height: 14px !important;}
table.presidenziale td{padding:8px 5px;border-top: 1px solid #CECECE;}

table.presidenziale th.presidente {font-size: 15px; background-color: #217B70}



.rubriche ul li {
	background-color: #ef6354;

	margin-bottom: 20px;
	/*box-shadow: 0 5px 4px #666666;*/
	
}

.rubriche ul li a {
	color: #fff;
   display: block;
   font: 400 20px/40px 'lato-regular','Helvetica Neue',Helvetica,sans-serif;
   text-align:center;

}

.rubriche ul li a span {
	color: #fff;
   font: 400 14px/40px 'lato-regular','Helvetica Neue',Helvetica,sans-serif;
   border-top: 1px solid #DEDEDE;
   padding-top: 10px;

}

.rubriche ul li a:hover {
	color: #385062;
}


/* tre blog */
.box-blog ul li {
    background-color: #385062;
    margin-bottom: 20px;
    /*box-shadow: 0 5px 4px #666666;*/
    display: inline-table;
    padding: 8px;
    max-width: 83px;
    height: 80px;
}
.webkit .box-blog ul li {max-width: 99px;} 

.box-blog ul li a {
    color: #fff!important;
    display: block;
    font: 400 18px/20px 'lato-regular','Helvetica Neue',Helvetica,sans-serif;
    font-weight: 100!important;
    text-align:center;
}
.box-blog ul li a span {
    color: #fff;
    font: 400 14px/20px 'lato-regular','Helvetica Neue',Helvetica,sans-serif;
    /*border-top: 1px solid #DEDEDE;*/
    padding-top: 6px;
    font-weight: 100!important;
}
.box-blog ul li a:hover {
    color: #385062;
}

.box-blog ul li a img.logo-blog {
    -webkit-border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
