@charset "utf-8";
/* CSS Document */

@media (max-width: 1150px) {
  #rubriche .menu-rubriche li img {
    height: 90%;
    margin-top: 5%;
  }
}

@media (max-width: 1050px) {
  #rubriche .image-title {
    font-size: 10px;
  }
  
  p {
    font-size: 14px;
  }
  
  #rubriche .menu-rubriche li img {
    height: 85%;
    margin-top: 6%;
  }
}

@media (max-width: 1000px) {
  #rubriche .menu-rubriche li img {
    height: 80%;
    margin-top: 8%;
  }
}

@media (max-width: 900px) {
  #nav .cerca,
  #nav #gTranslate {
    width: 100%;
    top: 0px;
  }
  
  #rubriche .menu-rubriche li img {
    height: 70%;
    margin-top: 15%;
  }
}

@media (max-width: 800px) {
  #banner-mobile {
    display: block;
  }
  
  #rubriche .image-title {
    font-size: 14px;
  }
  
  #rubriche .menu-rubriche li img {
    height: 100%;
    margin-top: 0px;
  }
  
  #banner-container,
  .banner-body.left {
    display: none;
  }
  
  .bannerTop.top img,
  #article .blog .banneritem img {
    height: 50px;
  }
  
  #corpo {
    width: 98%;
    margin: 0px;
  }
  
  #article {
    width: 75%;
  }
  
  .banner-body.left {
    display: none;
  } 
  
  #bottom .moduletable {
    width: 46.5%;
    margin-left: 2.9%;
    margin-right: 0px;
  }
  
  #bottom .ultimo {
    margin-right: 0%;
  }
  
  #bottom .bt-inner {
    height: 220px;
  }
  
  #bottom .bt-cs .bt-inner img {
    width: 100% !important;
  }
  
  #nav .traduzione {
    width: 100%;
  }
  
}

@media (max-width: 700px) { 
  #rubriche .image-title {
    font-size: 12px;
  }
  
  #rubriche .menu-rubriche li img {
    height: 80%;
    margin-top: 8%;
  }
  
  p,
  .item,
  .item div {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 550px) { 
  #rubriche .menu-rubriche li {
    width: 50%;
  }
  
  #rubriche .menu-rubriche li img {
    height: 100%;
    margin-top: 0px;
  }
  
  #elezioni .elezioniSX,
  #elezioni .elezioniDX {
    position: relative;
    float: left;
    width: 100%;
  }
}

@media (max-width: 400px) {  
  #bottom .moduletable {
    width: 94%;
    margin-right: 0px;
  }
  
  #bottom .bt-inner {
    height: auto;
  }
}

@media (max-width: 320px) {
  #rubriche .menu-rubriche li { 
    width: 100%;
    text-align: center;
  }
  
  #rubriche .image-title,
  #rubriche .menu-rubriche li img {
    float: none;
  }
}