/* radiosintony - main */
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,700&display=swap");
* {
  box-sizing: border-box; }

body {
  margin: 0px;
  background: #fff url(../images/body.png) center 0 repeat-y;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  padding: 210px 0 0;
  font-size: 12px; }

a {
  color: #D5008F;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  border: 0px; }

form {
  margin: 0px;
  padding: 0px; }

div.clear {
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 1px;
  overflow: hidden; }

.bold {
  font-weight: bold; }

.block {
  display: block; }

.invis,
.hidden,
.print_only {
  display: none; }

.placehold {
  visibility: hidden; }

h1, h2, h3, h4, h5, p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-weight: normal; }

h1 {
  font-size: 18px; }

h2 {
  font-size: 16px; }

h3 {
  font-size: 14px; }

h4 {
  font-size: 13px; }

h5 {
  font-size: 12px; }

ul.line {
  margin: 0px;
  padding: 0px;
  list-style: none; }

ul.line li {
  display: inline;
  margin-right: 10px; }

input,
textarea {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #666;
  background: #fff;
  border: solid 1px #d9d9d9;
  padding: 5px; }

/* header */
div.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  left: 0;
  height: 190px;
  margin-bottom: 20px;
  background: #fff url(../images/head.png) 0 bottom repeat-x; }

div.header div.header_inner {
  width: 960px;
  height: 190px;
  margin: 0 auto;
  position: relative; }

div.header div.link_home {
  margin: 0 0 15px 253px;
  padding-top: 25px;
  width: 456px;
  height: 135px;
  background: url("../images/logo_sintony.png") 0 bottom no-repeat; }

div.header div.link_home a {
  display: block;
  width: 456px;
  height: 110px; }

div.header div.link_home a span {
  display: none; }

div.header div.header_search {
  width: 58px;
  height: 40px;
  position: relative;
  display: inline-block; }
  div.header div.header_search form {
    display: none;
    position: absolute;
    top: 41px;
    right: 0;
    background: #fff;
    z-index: 99; }
  div.header div.header_search .ico_search {
    display: block;
    width: 58px;
    height: 40px;
    background: url("../images/ico_search_header.png") center center no-repeat;
    background-size: 19px auto; }
  div.header div.header_search div.fields {
    width: 269px;
    height: 40px;
    position: relative; }
  div.header div.header_search input.txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 179px;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #999;
    border-right-color: #fff;
    background: #fff;
    font-size: 16px; }
  div.header div.header_search input.img {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0;
    border: none; }

div.header .app_phone {
  display: inline-block;
  vertical-align: top;
  width: 52px;
  height: 40px;
  border-right: 1px solid #fff;
  position: relative; }
  div.header .app_phone .ico_app {
    display: block;
    width: 52px;
    height: 40px;
    background: url("../images/ico_phone.png") center center no-repeat;
    background-size: 12px auto; }
  div.header .app_phone .list_app {
    display: none;
    width: 245px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 99; }
    div.header .app_phone .list_app a {
      display: block;
      font-size: 14px;
      padding: 10px;
      color: #fff;
      background: #666666;
      text-transform: uppercase;
      border-top: 1px solid #fff; }

div.header div.main_menu {
  width: 690px;
  height: 40px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  vertical-align: top; }

div.header div.main_menu ul {
  padding: 0px;
  margin: 0; }

div.header div.main_menu ul.line li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative; }

div.header div.main_menu ul.line li ul {
  display: none; }

@media (min-width: 992px) {
  div.header div.main_menu ul.line li:hover ul {
    display: block; } }
div.header div.main_menu ul.line li:hover ul li a {
  display: block;
  font-size: 12px;
  padding: 10px;
  color: #fff;
  background: #666666;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  width: 180px; }

div.header div.main_menu li a {
  color: #fff;
  display: block;
  padding: 11px 8px 0;
  min-height: 40px;
  font-size: 12px; }

div.header div.main_menu li.selected a {
  color: #000; }

div.header div.banner {
  position: absolute;
  right: 20px;
  top: 16px; }

div.header div.follow {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #fff;
  height: 44px;
  padding: 7px 7px 0; }
  div.header div.follow .intro {
    display: none; }
  div.header div.follow .fb,
  div.header div.follow .tw,
  div.header div.follow .ig,
  div.header div.follow .yt {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: 26px auto !important;
    margin: 0 4px; }
  div.header div.follow .fb {
    background: url("../images/ico_fb.png?t=1") 0 0 no-repeat; }
  div.header div.follow .tw {
    background: url("../images/ico_tw.png?t=1") 0 0 no-repeat; }
  div.header div.follow .ig {
    background: url("../images/ico_ig.png?t=1") 0 0 no-repeat; }
  div.header div.follow .yt {
    background: url("../images/ico_yt.png?t=1") 0 0 no-repeat; }

div.header div.ascolta {
  position: absolute;
  top: 85px;
  right: 20px;
  width: 130px;
  height: 52px;
  padding: 1px;
  border: 1px solid #EEEEEE;
  overflow: hidden; }
  div.header div.ascolta a {
    line-height: 120%;
    padding: 10px 10px 0 53px;
    display: block;
    height: 48px;
    background: url("../images/pause-btn.png") 5px center no-repeat;
    background-size: 36px auto;
    font-size: 11px;
    color: #878787;
    text-transform: uppercase; }
  div.header div.ascolta iframe {
    border: none; }

/* container */
div.int_container {
  margin: 0 auto; }

/* footer */
div.footer {
  height: 190px;
  background: url(../images/bkg_footer.png) 0 60px repeat-x;
  position: relative;
  margin: 0 auto; }

div.footer h4 {
  width: 144px;
  height: 98px;
  background: url(../images/logo_sintony2.png) 0 0 no-repeat;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 25px; }

div.share {
  height: 40px;
  margin: 0 auto;
  position: absolute;
  top: 22px;
  right: 22px; }
  @media (min-width: 992px) {
    div.share {
      width: 730px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    div.share {
      width: calc(100% - 215px); } }

div.share div.share_twitter {
  float: left;
  height: 20px;
  width: 74px; }

div.share div.share_facebook {
  float: left;
  height: 20px;
  width: 115px; }

div.share div.share_gplus {
  float: left;
  height: 20px;
  padding-left: 26px;
  width: 150px; }

div.share div.profile_fb {
  display: inline-block;
  padding-top: 5px; }
  div.share div.profile_fb a {
    display: block;
    width: 52px;
    height: 30px;
    background: url("../images/ico_facebook.png") 0 0 no-repeat; }

div.share div.profile_tw {
  display: inline-block;
  padding-top: 5px;
  margin-left: 7px; }

div.share div.profile_ig {
  margin-left: 7px;
  float: right; }
  div.share div.profile_ig a {
    display: block;
    width: 52px;
    height: 30px;
    background: url("../images/ico_instagram.png") 0 0 no-repeat; }

div.share div.profile_yt {
  float: right;
  margin-left: 7px; }
  div.share div.profile_yt a {
    display: block;
    width: 53px;
    height: 30px;
    background: url("../images/ico_youtube.png") 0 0 no-repeat; }

div.footer div.footer_menu {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 775px;
  font-weight: bold; }

div.footer div.footer_menu ul.line {
  padding: 7px 0 0;
  height: 30px;
  background: #F4F4F4;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  float: right;
  display: block; }

div.footer div.footer_menu ul.line li {
  padding-left: 15px;
  background: url("../images/decoro_round.png") 0 center no-repeat; }

div.footer div.footer_menu ul.line li.first {
  background: none; }

div.footer div.footer_menu ul.second_line {
  font-weight: normal; }

div.footer div.footer_menu ul.line li a,
div.footer div.footer_menu ul.second_line li a {
  color: #000; }

div.footer div.piva {
  line-height: 12px;
  padding-left: 25px;
  position: absolute;
  top: 137px; }

div.footer div.credits {
  font-size: 10px;
  text-align: right;
  right: 20px;
  position: absolute;
  top: 141px; }

div.footer div.credits a {
  background: url("../images/made_with_love_cagliari.png") 0 0 no-repeat;
  width: 128px;
  height: 25px;
  display: inline-block; }

div.container_lower {
  display: none; }

/*# sourceMappingURL=main.css.map */
