#foglia_box {
  float: left;
  width: 100%;
  margin-left: 0px !important; }

#foglia_box > h1 {
  font-size: 24px;
  line-height: 30px;
  color: #036;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  padding-bottom: 5px; }

#foglia_box > p {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  padding-top: 20px;
  padding-bottom: 20px; }

#foglia_box .wrap-img-foglia p {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  padding-top: 20px; }

#testo-articolo {
  font-size: 16px; }

#testo-articolo p {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  padding-top: 20px;
  padding-bottom: 20px; }

#testo-articolo p strong {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold; }

#testo-articolo em {
  font-style: italic !important; }

#testo-articolo p i {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: italic; }

.img-art-foglia {
  float: left; }

.indice_up_bar {
  height: 30px;
  width: 630px;
  margin-left: 0px !important;
  margin-bottom: 10px;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #C84127; }

.indice_up_bar > h1 {
  line-height: 30px;
  color: #036;
  font-size: 16px;
  font-weight: bold;
  /*width: 320px; */
  display: block;
  float: left; }

/* regole barra share --------------------------------------------------- */
.foglia-bar {
  float: left;
  border: 1px solid #999;
  margin-top: 5px;
  padding: 5px; }

.foglia-bar > .data-art {
  font-size: 12px;
  height: 24px;
  width: 150px;
  text-align: center;
  color: #C84127;
  float: left;
  line-height: 24px;
  display: block; }

.foglia-bar > .social_btns {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #999;
  padding-left: 20px;
  color: #999;
  margin-left: 5px;
  height: 24px;
  display: block;
  float: left;
  width: 260px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999; }

.foglia-bar > .social_btns h6 {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 24px;
  height: 24px; }

.foglia-bar > .social_btns > a > img {
  padding-right: 10px;
  padding-left: 10px;
  float: left; }

.foglia-bar > .mod_txt {
  float: left;
  height: 24px;
  display: block;
  margin-left: 6px;
  padding-left: 6px; }

.foglia-bar > .mod_txt img {
  margin-right: 6px;
  padding-right: 6px; }

.foglia-bar > .invia-art {
  display: block;
  font-size: 12px;
  width: 80px;
  float: left;
  height: 24px;
  line-height: 24px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999;
  margin-right: 6px;
  padding-right: 6px;
  text-align: center;
  color: #666;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #999; }
  .foglia-bar > .invia-art:hover {
    color: #FFF; }

.foglia-bar > .stampa-art:hover {
  color: #FFF; }

.foglia-bar-bottom {
  height: 20px;
  width: 620px;
  border: 1px solid #999;
  margin-top: 20px;
  padding: 9px;
  font-size: 12px;
  line-height: 20px; }

/* TOPSTORY CAPTION didascalia foto slide up -----------  */
.wrap-img-foglia {
  width: 630px;
  height: 420px;
  cursor: pointer;
  float: left;
  position: relative;
  overflow: hidden; }

.wrap-img-foglia img {
  max-width: 630px;
  max-height: 420px;
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.wrap-img-foglia .caption {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0; }

.wrap-img-foglia .simple-caption {
  height: 80px;
  width: 630px;
  display: block;
  bottom: -80px;
  line-height: 20pt;
  text-align: center; }

.wrap-img-foglia:hover .simple-caption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

/*   320   */
@media only screen and (min-width: 100px) and (max-width: 640px) {
  .indice_up_bar {
    width: 320px; }

  #col-sx {
    padding: 5px; }

  article.first-par {
    width: 320px;
    float: none !important; }

  #foglia_box > h1 {
    width: 310px;
    float: none; }

  #foglia_box > p {
    width: 300px; }

  .img-art-foglia {
    float: none;
    max-width: 310px !important;
    max-height: 220px !important; }

  #video-inside-foglia {
    height: 206px;
    width: 300px; }

  .foglia-bar {
    width: 300px;
    height: auto; }

  .foglia-bar > .data-art {
    font-size: 12px;
    width: 282px;
    text-align: left;
    margin-bottom: 10px;
    background-color: #999;
    padding-left: 6px;
    color: #FFF; }

  .foglia-bar > .social_btns {
    border-left-width: 0px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-left: 0px;
    width: 268px;
    border-right-width: 0px;
    margin-bottom: 10px;
    border-bottom: solid 1px #999; }

  .option-share {
    width: 258px;
    height: 24px;
    margin-left: 15px;
    margin-right: 25px; }

  .tag-foglia {
    width: 310px; }

  .wrap-img-foglia {
    width: 310px;
    height: 206px; } }
/*   640   */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #foglia_box h1 {
    width: 630px; }

  #foglia_box p {
    width: 620px; }

  article.first-par {
    width: 640px; }

  .img-art-foglia {
    width: 630px;
    height: 420px; }

  #video-inside-foglia {
    height: 420px;
    width: 620px; }

  .foglia-bar {
    width: 618px;
    height: 30px; }

  .wrap-img-foglia {
    width: 630px;
    height: 420px; } }
/*   1024   */
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  #foglia_box > h1 {
    width: 630px; }

  #foglia_box > p {
    width: 620px; }

  article.first-par {
    width: 640px; }

  .img-art-foglia {
    width: 630px;
    height: 420px; }

  .foglia-bar {
    width: 618px;
    height: 30px; } }
.tag-foglia {
  height: 20px;
  list-style-type: none;
  padding-top: 15px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 630px;
  margin-right: 0px;
  margin-left: 0px; }

.tag-foglia > li {
  /* [disabled]background-color: #666; */
  padding: 5px;
  float: left;
  margin-right: 10px; }
  .tag-foglia > li:hover {
    text-decoration: none;
    background-color: #069;
    color: #FFF; }

.tag-foglia > li > a {
  font-size: 12px;
  line-height: 20px;
  color: #BDCCD4;
  text-decoration: none;
  font-weight: bold; }
  .tag-foglia > li > a:hover {
    color: #FFF; }

.first-par {
  margin-top: 10px;
  float: left; }

