/*!
    Theme Name: Il Sicilia 2017
    Description: Tema migliore di quello precedente
    Version: 0
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ccc;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1 {
  font-size: 41px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
small,
.small {
  font-size: 87%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.list-inline > li {
  display: inline-block;
}
.hidden {
  display: none !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 990px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-ils-1,
.col-ils-2,
.col-ils-3,
.col-ils-4,
.col-ils-5,
.col-ils-6,
.col-ils-7,
.col-ils-8,
.col-ils-9,
.col-ils-10,
.col-ils-11,
.col-ils-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-ils-1, .col-ils-2, .col-ils-3, .col-ils-4, .col-ils-5, .col-ils-6, .col-ils-7, .col-ils-8, .col-ils-9, .col-ils-10, .col-ils-11, .col-ils-12 {
  float: left;
}
.col-ils-12 {
  width: 100%;
}
.col-ils-11 {
  width: 91.66666667%;
}
.col-ils-10 {
  width: 83.33333333%;
}
.col-ils-9 {
  width: 75%;
}
.col-ils-8 {
  width: 66.66666667%;
}
.col-ils-7 {
  width: 58.33333333%;
}
.col-ils-6 {
  width: 50%;
}
.col-ils-5 {
  width: 41.66666667%;
}
.col-ils-4 {
  width: 33.33333333%;
}
.col-ils-3 {
  width: 25%;
}
.col-ils-2 {
  width: 16.66666667%;
}
.col-ils-1 {
  width: 8.33333333%;
}
.col-ils-pull-12 {
  right: 100%;
}
.col-ils-pull-11 {
  right: 91.66666667%;
}
.col-ils-pull-10 {
  right: 83.33333333%;
}
.col-ils-pull-9 {
  right: 75%;
}
.col-ils-pull-8 {
  right: 66.66666667%;
}
.col-ils-pull-7 {
  right: 58.33333333%;
}
.col-ils-pull-6 {
  right: 50%;
}
.col-ils-pull-5 {
  right: 41.66666667%;
}
.col-ils-pull-4 {
  right: 33.33333333%;
}
.col-ils-pull-3 {
  right: 25%;
}
.col-ils-pull-2 {
  right: 16.66666667%;
}
.col-ils-pull-1 {
  right: 8.33333333%;
}
.col-ils-pull-0 {
  right: auto;
}
.col-ils-push-12 {
  left: 100%;
}
.col-ils-push-11 {
  left: 91.66666667%;
}
.col-ils-push-10 {
  left: 83.33333333%;
}
.col-ils-push-9 {
  left: 75%;
}
.col-ils-push-8 {
  left: 66.66666667%;
}
.col-ils-push-7 {
  left: 58.33333333%;
}
.col-ils-push-6 {
  left: 50%;
}
.col-ils-push-5 {
  left: 41.66666667%;
}
.col-ils-push-4 {
  left: 33.33333333%;
}
.col-ils-push-3 {
  left: 25%;
}
.col-ils-push-2 {
  left: 16.66666667%;
}
.col-ils-push-1 {
  left: 8.33333333%;
}
.col-ils-push-0 {
  left: auto;
}
.col-ils-offset-12 {
  margin-left: 100%;
}
.col-ils-offset-11 {
  margin-left: 91.66666667%;
}
.col-ils-offset-10 {
  margin-left: 83.33333333%;
}
.col-ils-offset-9 {
  margin-left: 75%;
}
.col-ils-offset-8 {
  margin-left: 66.66666667%;
}
.col-ils-offset-7 {
  margin-left: 58.33333333%;
}
.col-ils-offset-6 {
  margin-left: 50%;
}
.col-ils-offset-5 {
  margin-left: 41.66666667%;
}
.col-ils-offset-4 {
  margin-left: 33.33333333%;
}
.col-ils-offset-3 {
  margin-left: 25%;
}
.col-ils-offset-2 {
  margin-left: 16.66666667%;
}
.col-ils-offset-1 {
  margin-left: 8.33333333%;
}
.col-ils-offset-0 {
  margin-left: 0%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.feed {
  color: #f26522 !important;
}
.icon.feed:before {
  content: "\f09e";
}
.icon.facebook {
  color: #3b5998 !important;
}
.icon.facebook:before {
  content: "\f230";
}
.icon.twitter {
  color: #1da1f2 !important;
}
.icon.twitter:before {
  content: "\f099";
}
.icon.google-plus {
  color: #dd4b39 !important;
}
.icon.google-plus:before {
  content: "\f0d5";
}
.icon.instagram {
  color: #e1306c !important;
}
.icon.instagram:before {
  content: "\f16d";
}
.icon.whatsapp {
  color: #25d366 !important;
}
.icon.whatsapp:before {
  content: "\f232";
}
.icon.telegram {
  color: #0088cc !important;
}
.icon.telegram:before {
  content: "\f2c6";
}
.icon.email {
  color: #037bfc !important;
}
.icon.email:before {
  content: "\f199";
}
.icon.email-empty {
  color: #037bfc !important;
}
.icon.email-empty:before {
  content: "\f003";
}
.icon.print {
  color: #9acafe !important;
}
.icon.print:before {
  content: "\f02f";
}
.icon.search {
  color: #9acafe;
}
.icon.search:before {
  content: "\f002";
}
.icon.play:before {
  content: "\f01d";
}
.icon.angle-left:before {
  content: "\f104";
}
.icon.angle-right:before {
  content: "\f105";
}
.icon.menu:before {
  content: "\f0c9";
}
.icon.close:before {
  content: "\f00d";
}
.icon.share:before {
  content: "\f14d";
}
.icon.sms:before {
  content: "\f10b";
}
/*@import "custom/articles.less";
@import "custom/archive.less";

@import "custom/sidebar_video.less";
@import "custom/attachment.less";
@import "custom/single.less";
@import "custom/related-articles.less";
@import "custom/slider.less";
@import "custom/category_blocks.less";
@import "custom/footer.less";

@import "custom/last_blog_posts.less";
@import "custom/last_bar_posts.less";
@import 'custom/tv.less';
*/
.debugbox {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 3px;
  left: 3px;
  width: 100px;
  padding: 5px;
  line-height: 1.1em;
  text-align: center;
  font-weight: 700;
}
.view_counter {
  font-size: 14px;
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #037bfc;
  background: rgba(3, 123, 252, 0.3);
  color: #013165;
}
a.black {
  color: #333;
}
a.black:hover {
  text-decoration: underline;
}
.section_B {
  margin-top: 15px;
}
.article_shares {
  text-align: right;
  margin: 10px 0 2px 0;
  font-size: 14px;
}
.article_shares .total {
  display: inline-block;
}
.article_shares ul {
  display: inline-block;
}
.article_shares .icon {
  font-size: 19px;
  margin: 0 0 0 5px;
}
.article_shares .icon:hover,
.article_shares .icon:focus {
  text-decoration: none;
}
.article_shares .icon.facebook:hover {
  color: #1e2e4f;
}
.article_shares .icon.twitter:hover {
  color: #0967a0;
}
.article_shares .icon.google-plus:hover {
  color: #96271a;
}
.article_shares .icon.instagram:hover {
  color: #951641;
}
.article_shares.bright .icon.facebook:hover {
  color: #718dc8;
}
.article_shares.bright .icon.twitter:hover {
  color: #7dc9f8;
}
.article_shares.bright .icon.google-plus:hover {
  color: #ec9a90;
}
.article_shares.bright .icon.instagram:hover {
  color: #ee89ab;
}
.article_shares.large {
  margin: 0;
}
.article_shares_mobile {
  text-align: right;
  margin: 10px 0 2px 0;
  font-size: 25px;
}
.article_shares_mobile.no_fixed .total {
  font-size: 16px !important;
  width: 100%;
  line-height: 10px;
  display: block;
  margin-bottom: 10px;
}
.article_shares_mobile.fixed {
  position: fixed;
  bottom: -3px;
  left: 0;
  height: 50px;
  border: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
  z-index: 100;
  opacity: 1;
}
.article_shares_mobile.fixed.hidden {
  bottom: -50px;
  opacity: 0;
  display: block !important;
}
.article_shares_mobile.fixed .list-inline {
  display: flex;
  justify-content: space-between;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.article_shares_mobile.fixed .list-inline li {
  font-size: 25px;
  flex-grow: 1;
  line-height: 0;
}
.article_shares_mobile.fixed .list-inline li a {
  height: 100%;
  width: 100%;
  line-height: 50px;
}
.article_shares_mobile li.total {
  font-size: 16px;
  vertical-align: top;
  padding-top: 7px;
}
.article_shares_mobile.large.onesingle {
  margin-top: 0px;
}
.modal-social-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
}
.modal-social-bg .modal-close {
  color: white;
  text-align: right;
  width: 90%;
  margin: 5%;
  font-size: 2em;
}
.modal-social-bg .modal-social {
  height: 90%;
  width: 100%;
  /* padding: 10%; */
  margin: 0;
}
.modal-social-bg .modal-social .share-container {
  height: 100%;
  width: 100%;
}
.modal-social-bg .modal-social .share-container .list-flex {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: 0;
  width: 80%;
  margin: 0 auto;
}
.modal-social-bg .modal-social .share-container .list-flex li {
  width: 50%;
  text-align: center;
  font-size: 4em;
}
.modal-social-bg .modal-social .share-container .list-flex li a {
  text-decoration: none;
}
.modal-social-bg .modal-social .share-container .list-flex li a:hover {
  text-decoration: none;
}
.modal-social-bg .modal-social .share-container .list-flex li a.icon {
  color: white;
  height: 100%;
  width: 90%;
  padding: 20px;
  margin-bottom: 10%;
}
.modal-social-bg .modal-social .share-container .list-flex li a.facebook {
  background-color: #3b5998;
}
.modal-social-bg .modal-social .share-container .list-flex li a.twitter {
  background-color: #1da1f2;
}
.modal-social-bg .modal-social .share-container .list-flex li a.google-plus {
  background-color: #dd4b39;
}
.modal-social-bg .modal-social .share-container .list-flex li a.whatsapp {
  background-color: #25d366;
}
.modal-social-bg .modal-social .share-container .list-flex li a.telegram {
  background-color: #0088cc;
}
.modal-social-bg .modal-social .share-container .list-flex li a.email-empty {
  background-color: #037bfc;
}
.modal-social-bg .modal-social .share-container .list-flex li a.sms {
  background-color: #dd4b39;
}
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination a {
  display: inline-block;
  background: #037bfc;
  padding: 3px 5px;
  border-radius: 5px;
  margin: 0 5px;
  color: #fff;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.pagination a:hover {
  text-decoration: none;
  background: #024a97;
}
.feedback {
  position: fixed;
  background: #333;
  color: #fff;
  bottom: 0;
  right: 30px;
  line-height: 1.1em;
  z-index: 100;
  font-size: 14px;
}
.feedback h4 {
  margin: 0;
}
.feedback h4 a {
  display: block;
  background: #f00;
  padding: 5px;
  color: #fff;
}
.feedback h4 a:hover {
  background: #777;
}
.feedback .form {
  padding: 10px;
  display: none;
}
.feedback input,
.feedback textarea {
  margin-top: 5px;
  border: 0;
  padding: 5px;
  color: #333;
  border-radius: 3px;
}
.feedback input.wpcf7-not-valid,
.feedback textarea.wpcf7-not-valid {
  background-color: #ffaaaa;
}
.feedback label .alert {
  display: inline-block;
  margin: 3px;
  font-style: italic;
}
.ils_wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 990px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}
.ils_wrapper.skin {
  margin-top: 150px;
}
.preheader {
  margin: 5px 0;
  font-size: 14px;
}
.preheader .last_post {
  font-size: 12.6px;
  color: #666666;
  text-align: right;
}
.preheader .social {
  text-align: right;
  font-size: 19px;
}
.preheader .social ul {
  margin: 0;
  position: relative;
}
.preheader .social a {
  margin: 0 0 0 6px;
}
.preheader .social a:hover,
.preheader .social a:focus {
  text-decoration: none;
  opacity: .6;
}
.preheader .social a.search {
  margin-left: 14px;
}
.preheader .social #search_form {
  display: none;
  font-size: 14px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 4px;
  width: 200px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.preheader .social #search_form input {
  border: 0;
  margin: 0;
  padding: 0;
}
.preheader .social #search_form .search-submit {
  padding: 4px 6px;
  border-radius: 55px;
  background: #037bfc;
  font-size: 11.2px;
  color: #fff;
}
.bordo_sotto:before {
  position: absolute;
  content: '';
  display: block;
  width: 98%;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #cde5fe;
}
.bordo_sotto.bordo_grigio:before {
  background: #ccc;
}
.secondo_menu {
  margin-bottom: 4px;
}
.secondo_menu .edizioni-locali-new {
  display: inline-block;
  width: 25%;
}
.secondo_menu .edizioni-locali-new ul {
  text-align: left;
}
.secondo_menu .edizioni-locali-new ul li {
  display: inline-block;
}
.secondo_menu .edizioni-locali-new ul .sicilia {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  float: left;
  height: 100%;
  width: 50px;
}
.secondo_menu .edizioni-locali-new ul .dropdown-button {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}
.secondo_menu .edizioni-locali-new ul .ils_dropdown {
  display: none;
  border: 1px solid #037bfc;
  background-color: #fff;
  width: 130px;
  font-size: 14px;
  position: absolute;
  z-index: 999;
}
.secondo_menu .edizioni-locali-new ul .ils_dropdown li {
  display: block;
}
.secondo_menu .edizioni-locali-new ul .ils_dropdown li a {
  font-size: 16px !important;
}
.secondo_menu .menu-altri {
  display: inline-block;
  width: 49%;
}
.secondo_menu .menu-altri ul li {
  background-position: center center;
  background-repeat: no-repeat;
  width: 25%;
}
.secondo_menu .menu-altri ul li.siciliarurale {
  background-size: auto;
}
.secondo_menu .menu-altri ul li.siciliativvu {
  background-size: contain;
}
.secondo_menu .menu-altri ul li.siciliammare {
  background-size: auto;
}
.secondo_menu .social {
  display: inline-block;
  width: 25%;
}
.secondo_menu .social ul {
  text-align: right;
}
.secondo_menu .social ul li a {
  line-height: 0;
}
.secondo_menu .social ul li a:hover,
.secondo_menu .social ul li a:focus {
  text-decoration: none;
}
.secondo_menu .social ul li a:hover:before,
.secondo_menu .social ul li a:focus:before {
  width: 0px !important;
  background: transparent !important;
}
.header-logo {
  display: block;
  width: 300px;
  margin: 10px auto 20px auto;
}
.header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-logo.tv {
  text-align: center;
}
.header-logo.tv img {
  max-height: 120px !important;
  margin: 0px auto;
}
.social_icons {
  padding: 0;
  list-style: none;
}
.social_icons > li {
  display: inline-block;
}
.edizioni_locali {
  padding: 0 0 5px 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: relative;
}
.edizioni_locali > li {
  display: inline-block;
  vertical-align: bottom;
}
.edizioni_locali > li a {
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.edizioni_locali > li a:hover {
  text-decoration: none;
  color: #fff;
  background: #037bfc;
  border-radius: 3px;
}
.edizioni_locali > li a.homepage {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background: #b3d7fe;
  border-radius: 3px;
  padding: 3px 7px;
  margin-right: 10px;
}
.edizioni_locali > li a.homepage:hover {
  background: rgba(3, 123, 252, 0.2);
}
.first-menu .edizioni_locali {
  width: 97%;
  display: inline-block;
}
.first-menu .social {
  display: inline-block;
}
.first-menu .social #search_form {
  display: none;
  font-size: 14px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 4px;
  width: 200px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.first-menu .social #search_form input {
  border: 0;
  margin: 0;
  padding: 0;
}
.first-menu .social #search_form .search-submit {
  padding: 4px 6px;
  border-radius: 55px;
  background: #037bfc;
  font-size: 11.2px;
  color: #fff;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
nav ul > li {
  display: inline-block;
}
nav ul > li a {
  font-size: 19px;
  display: block;
  padding: 3px 15px;
  color: #89a1ba;
  position: relative;
}
nav ul > li a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(3, 123, 252, 0);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
nav ul > li a:hover,
nav ul > li a:focus {
  text-decoration: none;
}
nav ul > li a:hover:before,
nav ul > li a:focus:before {
  width: 100%;
  background: #037bfc;
}
nav ul > li a.tv {
  background: #666;
  padding: 0 5px;
  border-radius: 5px;
  color: #68b0fd;
  font-weight: 700;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
nav ul > li a.tv span.white {
  color: #FFF;
}
nav ul > li a.tv:hover,
nav ul > li a.tv:focus {
  text-decoration: none;
  padding: 0 8px;
  background: #999999;
  color: #9acafe;
}
nav ul > li a.tv:hover:before,
nav ul > li a.tv:focus:before {
  display: none;
}
nav ul > li a.tv.new {
  background: #666;
  padding: 0 5px;
  border-radius: 5px;
  color: #68b0fd;
  font-weight: 700;
  text-indent: -9999px;
  min-width: 70px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
nav ul > li a.tv.new:after {
  content: " ";
  display: block;
  width: 90%;
  height: 100%;
  background-image: url(img/logo-tv-menu.svg);
  background-position: center center;
  background-size: contain;
  color: #FFF;
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
  left: 3px;
}
nav ul > li a.tv.new span.white {
  color: #FFF;
}
nav ul > li a.tv.new:hover,
nav ul > li a.tv.new:focus {
  text-decoration: none;
  padding: 0 5px;
  background: #999999;
  color: #9acafe;
}
nav ul > li a.tv.new:hover:before,
nav ul > li a.tv.new:focus:before {
  display: none;
}
.barra-corporate {
  -webkit-overflow-scrolling: touch;
}
.barra-corporate a:hover,
.barra-corporate a:active,
.barra-corporate a:focus {
  text-decoration: none !important;
}
.barra-corporate.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  border: none;
  background: #fff;
  width: 990px;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  opacity: 1;
  border-bottom: 2px solid #037bfc;
}
.barra-corporate.fixed.hidden {
  top: -50px;
  opacity: 0;
  display: block !important;
}
.barra-corporate.fixed .noprint {
  height: 100%;
}
.barra-corporate.fixed .col-ils-12 {
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 39px;
}
.barra-corporate.fixed .col-ils-12.bordo {
  border-bottom: 2px solid #037bfc;
}
.barra-corporate.fixed .ils_dropdown_fixed {
  display: none;
  line-height: 1em;
}
.barra-corporate.fixed .ils_dropdown_fixed h3 {
  font-size: 14px;
  font-weight: 700;
  padding: 3px 7px;
  color: #037bfc;
}
.barra-corporate.fixed .ils_dropdown_fixed h3.homepage {
  text-transform: uppercase;
  background: #b3d7fe;
  border-radius: 3px;
  text-align: center;
}
.barra-corporate.fixed .ils_dropdown_fixed ul {
  padding: 0 0 5px 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: relative;
}
.barra-corporate.fixed .ils_dropdown_fixed ul > li {
  display: block;
  vertical-align: bottom;
  text-align: left;
}
.barra-corporate.fixed .ils_dropdown_fixed ul > li a {
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.barra-corporate.fixed .ils_dropdown_fixed ul > li a:hover {
  text-decoration: none;
  color: #fff;
  background: #037bfc;
  border-radius: 3px;
}
.barra-corporate.fixed .ils_dropdown_fixed .social li a {
  font-size: 25px;
}
.barra-corporate.fixed #search_form_fixed {
  display: none;
  font-size: 14px;
  background: #fff;
  position: absolute;
  left: 0;
  top: auto;
  padding: 4px;
  width: 200px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  z-index: 100;
  line-height: 1em;
}
.barra-corporate.fixed #search_form_fixed input {
  border: 0;
  margin: 0;
  padding: 0;
}
.barra-corporate.fixed #search_form_fixed .search-submit {
  padding: 4px 6px;
  border-radius: 55px;
  background: #037bfc;
  font-size: 11.2px;
  color: #fff;
}
.barra-corporate.fixed .menu-fixed {
  display: inline-block;
  width: 30%;
}
.barra-corporate.fixed .menu-zone {
  display: inline-block;
}
.barra-corporate.fixed .social {
  display: inline-block;
  width: 20%;
  text-align: center;
}
.barra-corporate.fixed .logo {
  display: inline-block;
  width: 39%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
.barra-corporate.fixed .logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.barra-corporate.fixed .logo a:hover {
  text-decoration: none;
}
.barra-corporate.fixed .last_post {
  display: inline-block;
  float: right;
  font-size: 12px;
  line-height: 39px;
  width: 30%;
  text-align: right;
}
.barra-corporate.fixed .menu-altri ul li {
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}
.barra-corporate.fixed .menu-altri ul li.siciliarurale {
  background-size: auto;
}
.barra-corporate.fixed .menu-altri ul li.siciliativvu {
  background-size: contain;
}
.barra-corporate.fixed .menu-altri ul li.siciliammare {
  background-size: auto;
}
.barra-corporate.fixed .menu-altri ul li a {
  background: none !important;
}
.machette a {
  display: block;
  text-align: center;
  width: 190px;
  margin: 20px auto;
}
.banner {
  display: block;
  margin: 10px auto;
}
.banner.leaderboard {
  width: 728px;
  height: 90px;
}
.banner.banner_320x100 {
  width: 320px;
  height: 100px;
}
.banner.banner_300x250 {
  width: 300px;
  height: 250px;
}
.banner.banner_300x600 {
  width: 300px;
  height: 600px;
}
.banner.skin {
  margin: 0;
  width: 100%;
  height: 800px;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
}
.banner.skin a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 800px;
}
.banner.skin a img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media print {
  .noprint,
  .banner.skin,
  .machette,
  .leaderboard,
  .banner_300x250,
  banner_300x600,
  .preheader,
  .article_shares,
  .fb-comments,
  .fb_iframe_widget,
  iframe.fb_ltr {
    display: none;
  }
  .col-ils-12print {
    width: 100%;
  }
}
/*@import "custom/printing.less";*/
/*# sourceMappingURL=style.css.map */