.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: 25px;
}
.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: #146e81;
  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: #cedfe3;
}
.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 #146e81;
  background-color: #fff;
  width: 130px;
  font-size: 14px;
  position: absolute;
  z-index: 999;
}
.secondo_menu .edizioni-locali-new ul .ils_dropdown.menu_second_row li:first-child {
  display: none;
}
.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 .menu-altri ul li.ilsicilia {
  background-size: contain;
}
.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: 16px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.edizioni_locali > li a:hover {
  text-decoration: none;
  color: #fff;
  background: #146e81;
  border-radius: 3px;
}
.edizioni_locali > li a.homepage {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background: #b6d0d6;
  border-radius: 3px;
  padding: 3px 7px;
  margin-right: 10px;
}
.edizioni_locali > li a.homepage:hover {
  background: rgba(11, 97, 117, 0.2);
}
.edizioni_locali.first_homepage > li:first-child {
  text-transform: uppercase;
  font-weight: 700;
  background: #b6d0d6;
  border-radius: 3px;
  margin-right: 10px;
}
.edizioni_locali.first_homepage > li:first-child:hover {
  background: rgba(11, 97, 117, 0.2);
}
.edizioni_locali.first_hidden > li:first-child {
  display: none !important;
}
.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: #146e81;
  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: 25px;
  display: block;
  padding: 3px 15px;
  color: #8a9b9f;
  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(11, 97, 117, 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: #146e81;
}
nav ul > li a.tv {
  background: #666;
  padding: 0 5px;
  border-radius: 5px;
  color: #14aed2;
  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: #2ec8eb;
}
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: #14aed2;
  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: #2ec8eb;
}
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.no_fixed .sub-menu {
  display: none;
  border: 1px solid #146e81 !important;
  background-color: #fff;
  width: 130px;
  font-size: 13px;
  position: absolute;
  z-index: 999;
  padding: 10px;
}
.barra-corporate.no_fixed .sub-menu li {
  display: block;
}
.barra-corporate.no_fixed .sub-menu li a {
  font-size: 13px !important;
}
.barra-corporate.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  border: none;
  background: #fff;
  width: 960px;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  opacity: 1;
  border-bottom: 2px solid #146e81;
}
.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 #146e81;
}
.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: #146e81;
  text-align: left;
}
.barra-corporate.fixed .ils_dropdown_fixed h3.homepage {
  text-transform: uppercase;
  background: #b6d0d6;
  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: #146e81;
  border-radius: 3px;
}
.barra-corporate.fixed .ils_dropdown_fixed .social {
  float: left;
}
.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: #146e81;
  font-size: 11.2px;
  color: #fff;
}
.barra-corporate.fixed .menu-fixed {
  display: inline-block;
  width: 30%;
  text-align: left;
}
.barra-corporate.fixed .menu-zone {
  display: inline-block;
}
.barra-corporate.fixed .social {
  display: inline-block;
  width: 30%;
  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.ilsicilia {
  background-size: contain;
}
.barra-corporate.fixed .menu-altri ul li a {
  background: none !important;
}
.barra-corporate.fixed .sub-menu {
  padding-left: 10px !important;
}
.tvbox {
  height: 300px;
  overflow: hidden;
  padding: 5px;
  background: #333;
}
.tvbox .title {
  display: block;
  margin: 0 auto 5px auto;
  width: 150px;
  height: 30px;
  background: url(http://www.ilsicilia.it/wp-content/themes/ilsicilia-2017/img/logo-ilsicilia-tv-2018.png) no-repeat center center;
  background-size: contain;
}
.tvbox .link {
  padding-top: 180px;
}
.tvbox .article {
  font: normal normal normal 14px/1 inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  color: #fff;
}
.tvbox h4 {
  font-size: 20px;
  margin: 5px 0;
  color: #FFF;
  padding: 0px;
}
