/*! GRAZIA 2015
===============================*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000000;
}
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 {
  -moz-box-sizing: content-box;
  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;
  -webkit-appearance: none;
  -webkit-border-radius: 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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*! UTILITIES
=============================================*/
.clear,
.clearfix {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.letterSpaced {
  letter-spacing: 1px;
}
.marginBottom {
  margin-bottom: 30px;
}
.font-Karla {
  font-family: "Karla", sans-serif;
}
.font-Droid-Serif {
  font-family: "Droid Serif", Serif;
}
.font-GTsectra {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
}
.font-GTsectra-italic {
  font-family: "GT-Sectra-italic", Georgia, Serif;
  font-style: normal;
}
.yellowbg {
  background: #fff200;
}
.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
}
.vertical-align-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn {
  font-family: "Karla", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.btn-wide {
  width: 100%;
  display: block;
}
.swiper-container {
  height: 100%;
  text-align: center;
}
.swiper-wrapper {
  display: flex;
  height: 100%;
}
div.grazia-spinner {
  position: relative;
  height: 47px;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 33%, #fff200 50%, rgba(255, 255, 255, 0) 66%);
  background-size: 200% 200%;
  -webkit-animation: graziaspinner 3s ease infinite;
  -moz-animation: graziaspinner 3s ease infinite;
  animation: graziaspinner 3s ease infinite;
  font-size: 22px;
  line-height: 50px;
}
@-webkit-keyframes graziaspinner {
  0% {
    background-position: -50% 50%;
  }
  50% {
    background-position: 150% 50%;
  }
  100% {
    background-position: -50% 50%;
  }
}
@-moz-keyframes graziaspinner {
  0% {
    background-position: -50% 50%;
  }
  50% {
    background-position: 150% 50%;
  }
  100% {
    background-position: -50% 50%;
  }
}
@keyframes graziaspinner {
  0% {
    background-position: -50% 50%;
  }
  50% {
    background-position: 150% 50%;
  }
  100% {
    background-position: -50% 50%;
  }
}
/*! GENERIC
=============================================*/
body {
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  font-family: "Karla", sans-serif;
}
a {
  font-weight: 700;
  color: #000000;
  display: inline;
  border-bottom: 2px solid #fff200;
  transition: 0.5s background;
}
a:hover,
a:active,
a:focus {
  background-color: #fff200;
  text-decoration: none;
  color: #000000;
}
b,
strong {
  font-weight: 700;
}
[class^="yellowbg icon-"],
[class*=" yellowbg icon-"] {
  background: #fff200;
  border-radius: 50%;
  padding: 8px;
  display: inline-block;
}
.black-separator hr {
  border-top: 2px solid #000;
}
.swiper-button-next {
  position: absolute;
  right: 25px;
  top: 45%;
  width: 40px;
  height: 40px;
  background: none;
}
.swiper-button-prev {
  position: absolute;
  background: none;
  top: 45%;
  left: 25px;
  width: 40px;
  height: 40px;
}
.swiper-button-next .yellowbg,
.swiper-button-prev .yellowbg {
  width: 40px;
  height: 40px;
  line-height: 23px;
}
.mini-counter {
  height: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.mini-counter label {
  margin-top: 0px;
  position: relative;
  top: 0;
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}
.mini-counter .mini-btn span {
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000000;
  top: 0;
  position: absolute;
}
.mini-counter .mini-btn.swiper-button-prev {
  right: 50px;
  left: initial;
  top: 25px;
  width: 25px;
  height: 25px;
  line-height: 30px;
}
.mini-counter .mini-btn.swiper-button-next {
  right: 15px;
  top: 20px;
  width: 25px;
  height: 25px;
  line-height: 30px;
}
.adv300 {
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
}
.section-seo-summary {
  font-size: 14px;
}
/*! DROPDOWN MENUS
=============================================*/
.explore-section,
#header .dropdown-canali {
  margin-top: 7px;
  background: #fff;
}
.explore-section .explore-menu,
#header .dropdown-canali .explore-menu {
  padding-bottom: 40px;
  width: 100%;
}
.explore-section a.explore-btn,
#header .dropdown-canali a.explore-btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: none;
  padding: 15px 0;
  margin-bottom: -20px;
  display: block;
}
.explore-section span.icon-down-arrow,
#header .dropdown-canali span.icon-down-arrow,
.explore-section span.icon-close-sm,
#header .dropdown-canali span.icon-close-sm {
  font-weight: 700;
  color: #000000;
  font-size: 10px;
  margin-left: 10px;
  line-height: 20px;
}
.explore-section .dropdown,
#header .dropdown-canali .dropdown {
  margin-bottom: 18px;
}
.explore-section a.dropdown-toggle,
#header .dropdown-canali a.dropdown-toggle {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #000000;
  display: block;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}
.explore-section ul.dropdown-menu,
#header .dropdown-canali ul.dropdown-menu {
  top: 39px;
  border: 1px solid #000000;
  border-top: none;
  border-radius: 0;
  width: 100%;
  min-width: 135px;
  padding: 0;
  color: #000000;
}
.explore-section ul.dropdown-menu > li > a,
#header .dropdown-canali ul.dropdown-menu > li > a,
.explore-section ul.dropdown-menu > li > span,
#header .dropdown-canali ul.dropdown-menu > li > span {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #9c9c9c;
  padding: 10px 15px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.explore-section ul.dropdown-menu > li > a:last-child,
#header .dropdown-canali ul.dropdown-menu > li > a:last-child,
.explore-section ul.dropdown-menu > li > span:last-child,
#header .dropdown-canali ul.dropdown-menu > li > span:last-child {
  border-bottom: none;
}
.explore-section ul.dropdown-menu > li > a:hover,
#header .dropdown-canali ul.dropdown-menu > li > a:hover,
.explore-section ul.dropdown-menu > li > span:hover,
#header .dropdown-canali ul.dropdown-menu > li > span:hover {
  background: #fff200;
}
.explore-section ul.dropdown-menu > li > span,
#header .dropdown-canali ul.dropdown-menu > li > span {
  font-weight: 300;
  display: block;
}
.explore-section ul.dropdown-menu.with-border > li,
#header .dropdown-canali ul.dropdown-menu.with-border > li {
  width: 100%;
  min-width: 200px;
  float: left;
  padding: 10px 15px;
  transition: 0.5s background;
}
.explore-section ul.dropdown-menu.with-border > li > a,
#header .dropdown-canali ul.dropdown-menu.with-border > li > a,
.explore-section ul.dropdown-menu.with-border > li > span,
#header .dropdown-canali ul.dropdown-menu.with-border > li > span {
  border-bottom: 1px solid #fff200;
  float: left;
  padding: 0;
}
.explore-section ul.dropdown-menu.with-border > li > a,
#header .dropdown-canali ul.dropdown-menu.with-border > li > a {
  text-transform: none;
}
.explore-section ul.dropdown-menu.with-border > li:hover,
#header .dropdown-canali ul.dropdown-menu.with-border > li:hover {
  background: #fff200;
}
.explore-section ul.dropdown-menu.with-border > li:hover > a,
#header .dropdown-canali ul.dropdown-menu.with-border > li:hover > a {
  text-transform: uppercase;
}
#header .stickyonly .dropdown-canali {
  margin-top: 0;
}
#header .stickyonly .dropdown-canali a.dropdown-toggle {
  background: #fff200;
  border: none;
  width: auto;
  float: left;
}
#header .stickyonly .dropdown-canali ul.dropdown-menu {
  top: 0;
  width: auto;
  margin: -1px 0 0 -1px;
  border: 1px solid #000000;
  letter-spacing: 1px;
}
#header .stickyonly label {
  float: left;
  margin-right: 15px;
  line-height: 42px;
  letter-spacing: 1px;
}
/*! HEADER
=============================================*/
#header {
  left: 0;
  top: 0;
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  z-index: 90;
  background: #ffffff;
}
#header #logo-heading > div.row {
  position: relative;
}
#header #hamburgermenu {
  position: absolute;
  z-index: 10;
  display: inline-block;
  padding-top: 20px;
  font-size: 35px;
  font-family: "Karla", sans-serif;
  cursor: pointer;
  transition: 200ms all;
}
#header #hamburgermenu .icon-menu {
  display: inline-block;
}
#header .icon-menu.over .path1:before,
#header .icon-menu.over .path2:before,
#header .icon-menu.over .path3:before {
  color: #fff200;
}
#header .logo {
  float: none;
}
#header .logo > * {
  margin-top: 15px;
  text-align: center;
  margin-left: 0;
}
#header .logo > * .icon-logo {
  text-decoration: none;
  font-size: 42px;
  text-indent: -9999px;
  color: #000000;
  border: none;
  display: inline;
  transition: 200ms all;
}
#header .logo > * .icon-logo span {
  display: none;
}
#header .logo > * .icon-logo:hover {
  text-decoration: none;
  background: none;
}
#header .sidelogo {
  display: none;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  height: 26px;
  margin-top: 20px;
  box-sizing: border-box;
}
#header .sidelogo span {
  margin-right: 20px;
}
#header .sidelogo h3 {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  margin-right: 20px;
  background-color: #fff200;
}
#header .sidelogo .article-title {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: initial;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-mask-image: -webkit-gradient(linear, 50% 0%, 95% 0%, from(#666666), to(rgba(255, 255, 255, 0)));
  -moz-mask-image: -moz-gradient(linear, 50% 0%, 95% 0%, from(#666666), to(rgba(255, 255, 255, 0)));
  mask-image: gradient(linear, 50% 0%, 95% 0%, from(#666666), to(rgba(255, 255, 255, 0)));
}
#header #in-evidenza,
#header #header-cover {
  display: none;
}
#header #searchmenu {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 20px;
  transition: 200ms all;
}
#header #searchmenu .icon-search {
  font-size: 26px;
  cursor: pointer;
}
#header #searchmenu div#share-appare {
  display: none;
}
#header hr.grayline {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 7px;
  z-index: 10;
}
#header.sfilate {
  height: 120px;
}
#header.sfilate .progress-indicator {
  top: 120px;
}
#header.HPoroscopo {
  height: 128px;
}
#header.HPoroscopo #logo-heading {
  height: 70px;
}
#header .progress-indicator {
  position: absolute;
  top: 70px;
  left: 0;
  height: 6px;
  background-color: #fff200;
}
#masthead {
  margin-top: 70px;
}
#masthead img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.category-sfilate .article-masthead #masthead {
  margin-top: 120px;
}
.HP-oroscopo #masthead,
.foglia-oroscopo #masthead {
  margin-top: 128px;
}
section.page-standalone-content {
  margin-top: 70px;
}
/*! OVERLAYS [ BLACK & WHITE ]
=============================================*/
#overheader {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
}
#overheader.whiteborder {
  border-bottom: 1px solid #f5f5f5;
}
#overheader span.icon-close {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}
[class^="overlay-"],
[class*=" overlay-"] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.overlay-white,
.overlay-gallery-white {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 70px;
  overflow-y: scroll;
  padding-bottom: 40px;
}
.overlay-white #site-menu nav,
.overlay-gallery-white #site-menu nav {
  margin-top: 20px;
  margin-bottom: 70px;
}
.overlay-white #site-menu nav li.heading-item,
.overlay-gallery-white #site-menu nav li.heading-item {
  font-family: "Karla", sans-serif;
  font-size: 1.4rem;
  color: #9c9c9c;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.overlay-white #site-menu nav .colonna3 .heading-item span,
.overlay-gallery-white #site-menu nav .colonna3 .heading-item span {
  background: #fff200;
  color: #000000;
  display: inline-block;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.overlay-white #site-menu nav li.single-item,
.overlay-gallery-white #site-menu nav li.single-item {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.overlay-white #site-menu nav li.single-item a,
.overlay-gallery-white #site-menu nav li.single-item a {
  display: inline-block;
}
.overlay-white #site-menu nav li.single-item a.yellowbg,
.overlay-gallery-white #site-menu nav li.single-item a.yellowbg {
  font-size: 18px;
  margin-right: 6px;
  text-indent: 1px;
}
.overlay-white #site-menu nav li.single-item a.yellowbg.icon-instagram .path2:before,
.overlay-gallery-white #site-menu nav li.single-item a.yellowbg.icon-instagram .path2:before {
  color: #fff200;
}
.overlay-white #site-menu nav li.single-item.social,
.overlay-gallery-white #site-menu nav li.single-item.social {
  margin-bottom: 60px;
}
.overlay-white #site-menu nav li.single-item.accedi,
.overlay-gallery-white #site-menu nav li.single-item.accedi {
  position: relative;
}
.overlay-white #site-menu nav li.single-item.accedi span.icon-user,
.overlay-gallery-white #site-menu nav li.single-item.accedi span.icon-user {
  font-size: 24px;
}
.overlay-white #site-menu nav li.single-item.accedi a,
.overlay-gallery-white #site-menu nav li.single-item.accedi a {
  margin: 0 10px;
  position: relative;
  top: -6px;
}
.overlay-white #site-menu nav li.spacer-item,
.overlay-gallery-white #site-menu nav li.spacer-item {
  margin-bottom: 65px;
}
.overlay-white #site-menu nav .single-item-evidenza,
.overlay-gallery-white #site-menu nav .single-item-evidenza {
  margin-bottom: 20px;
}
.overlay-white #site-menu nav .single-item-evidenza img,
.overlay-gallery-white #site-menu nav .single-item-evidenza img {
  max-width: 100%;
  height: auto;
  display: block;
}
.overlay-white #site-menu nav .single-item-evidenza img,
.overlay-gallery-white #site-menu nav .single-item-evidenza img,
.overlay-white #site-menu nav .single-item-evidenza h4,
.overlay-gallery-white #site-menu nav .single-item-evidenza h4 {
  display: none;
}
.overlay-white #site-menu nav .single-item-evidenza h3,
.overlay-gallery-white #site-menu nav .single-item-evidenza h3 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.overlay-white #site-menu nav .single-item-evidenza h3 a,
.overlay-gallery-white #site-menu nav .single-item-evidenza h3 a {
  border-bottom: none;
}
.overlay-white #site-menu nav .single-item-evidenza span.icon-right-arrow,
.overlay-gallery-white #site-menu nav .single-item-evidenza span.icon-right-arrow {
  border-radius: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  margin-left: 20px;
}
.overlay-white #site-menu nav a.button.abbonati,
.overlay-gallery-white #site-menu nav a.button.abbonati {
  margin: 5px;
  margin-bottom: 35px;
  padding: 10px;
  text-align: center;
  width: 140px;
  display: inline-block;
  background: #fff200;
  font-size: 12px;
  letter-spacing: 1px;
}
.overlay-white #site-menu nav .magazine-newsletter,
.overlay-gallery-white #site-menu nav .magazine-newsletter {
  margin-bottom: 40px;
}
.overlay-white #site-menu nav .magazine-newsletter input.nletter-subscribe,
.overlay-gallery-white #site-menu nav .magazine-newsletter input.nletter-subscribe {
  line-height: 40px;
  height: 42px;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  font-style: italic;
  font-family: "Droid Serif", Serif;
  border: 1px solid #000000;
  background: #ffffff;
}
.overlay-white #site-menu nav .magazine-newsletter span.icon-right-arrow,
.overlay-gallery-white #site-menu nav .magazine-newsletter span.icon-right-arrow {
  width: 40px;
  height: 42px;
  border-radius: 0;
  font-size: 16px;
  margin-top: -42px;
  position: relative;
  background-color: #fff200;
  border: 1px solid #000000;
  border-left: none;
  line-height: 40px;
  text-align: center;
}
.overlay-white #site-menu nav .magazine-links a,
.overlay-gallery-white #site-menu nav .magazine-links a {
  float: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #9c9c9c;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 5px;
}
.overlay-white #site-menu nav .magazine-links li.info,
.overlay-gallery-white #site-menu nav .magazine-links li.info {
  border-top: 1px solid #b0b0b0;
  margin-top: 20px;
  padding-top: 20px;
  color: #b0b0b0;
  font-weight: 500;
  font-size: 12px;
}
.overlay-white #search-module form,
.overlay-gallery-white #search-module form {
  margin-top: 105px;
}
.overlay-white #search-module label,
.overlay-gallery-white #search-module label {
  text-indent: -9999px;
}
.overlay-white #search-module input.s,
.overlay-gallery-white #search-module input.s {
  width: 100%;
  line-height: 60px;
  height: 62px;
  margin: 0;
  padding: 0 10px;
  font-size: 33px;
  font-family: "Droid Serif", Serif;
  border: 1px solid #000000;
  background: #ffffff;
}
.overlay-white #search-module span.icon-search,
.overlay-gallery-white #search-module span.icon-search {
  width: 60px;
  height: 60px;
  border-radius: 0;
  font-size: 26px;
  margin-top: -61px;
  position: relative;
  background-color: #fff200;
  border-right: 1px solid #000000;
  line-height: 60px;
  text-align: center;
}
.overlay-gallery-white,
.overlay-gallery-black {
  top: 0;
}
.overlay-gallery-white #gallery-fullscreen .heading,
.overlay-gallery-black #gallery-fullscreen .heading,
.overlay-gallery-white #gallery-fullscreen-black .heading,
.overlay-gallery-black #gallery-fullscreen-black .heading {
  position: absolute;
  top: 0;
  background: #ffffff;
  z-index: 100;
  padding: 15px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}
.overlay-gallery-white #gallery-fullscreen .heading .icon-logo,
.overlay-gallery-black #gallery-fullscreen .heading .icon-logo,
.overlay-gallery-white #gallery-fullscreen-black .heading .icon-logo,
.overlay-gallery-black #gallery-fullscreen-black .heading .icon-logo {
  text-decoration: none;
  font-size: 42px;
  text-indent: -9999px;
  color: #000000;
  border: none;
  display: inline;
  transition: 200ms all;
  margin-right: 30px;
}
.overlay-gallery-white #gallery-fullscreen .heading .icon-logo:hover,
.overlay-gallery-black #gallery-fullscreen .heading .icon-logo:hover,
.overlay-gallery-white #gallery-fullscreen-black .heading .icon-logo:hover,
.overlay-gallery-black #gallery-fullscreen-black .heading .icon-logo:hover {
  background: none;
}
.overlay-gallery-white #gallery-fullscreen .heading .icon-logo span,
.overlay-gallery-black #gallery-fullscreen .heading .icon-logo span,
.overlay-gallery-white #gallery-fullscreen-black .heading .icon-logo span,
.overlay-gallery-black #gallery-fullscreen-black .heading .icon-logo span {
  display: none;
}
.overlay-gallery-white #gallery-fullscreen .heading .slidecounter,
.overlay-gallery-black #gallery-fullscreen .heading .slidecounter,
.overlay-gallery-white #gallery-fullscreen-black .heading .slidecounter,
.overlay-gallery-black #gallery-fullscreen-black .heading .slidecounter {
  float: left;
  font-size: 18px;
  line-height: 50px;
}
.overlay-gallery-white #gallery-fullscreen .heading .slidecounter h2,
.overlay-gallery-black #gallery-fullscreen .heading .slidecounter h2,
.overlay-gallery-white #gallery-fullscreen-black .heading .slidecounter h2,
.overlay-gallery-black #gallery-fullscreen-black .heading .slidecounter h2,
.overlay-gallery-white #gallery-fullscreen .heading .slidecounter .gallery-title,
.overlay-gallery-black #gallery-fullscreen .heading .slidecounter .gallery-title,
.overlay-gallery-white #gallery-fullscreen-black .heading .slidecounter .gallery-title,
.overlay-gallery-black #gallery-fullscreen-black .heading .slidecounter .gallery-title {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overlay-gallery-white #gallery-fullscreen .heading .gallery-icons,
.overlay-gallery-black #gallery-fullscreen .heading .gallery-icons,
.overlay-gallery-white #gallery-fullscreen-black .heading .gallery-icons,
.overlay-gallery-black #gallery-fullscreen-black .heading .gallery-icons {
  font-size: 22px;
}
.overlay-gallery-white #gallery-fullscreen .heading .gallery-icons span,
.overlay-gallery-black #gallery-fullscreen .heading .gallery-icons span,
.overlay-gallery-white #gallery-fullscreen-black .heading .gallery-icons span,
.overlay-gallery-black #gallery-fullscreen-black .heading .gallery-icons span {
  padding: 0 0 0 20px;
  line-height: 50px;
  position: relative;
}
.overlay-gallery-white #gallery-fullscreen .heading .gallery-icons ul.share-expanded,
.overlay-gallery-black #gallery-fullscreen .heading .gallery-icons ul.share-expanded,
.overlay-gallery-white #gallery-fullscreen-black .heading .gallery-icons ul.share-expanded,
.overlay-gallery-black #gallery-fullscreen-black .heading .gallery-icons ul.share-expanded {
  top: -5px;
  right: -10px;
}
.overlay-gallery-white #gallery-fullscreen .heading .gallery-icons .share-expanded li,
.overlay-gallery-black #gallery-fullscreen .heading .gallery-icons .share-expanded li,
.overlay-gallery-white #gallery-fullscreen-black .heading .gallery-icons .share-expanded li,
.overlay-gallery-black #gallery-fullscreen-black .heading .gallery-icons .share-expanded li {
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.overlay-gallery-white #gallery-fullscreen .heading .gallery-icons .share-expanded li:first-child,
.overlay-gallery-black #gallery-fullscreen .heading .gallery-icons .share-expanded li:first-child,
.overlay-gallery-white #gallery-fullscreen-black .heading .gallery-icons .share-expanded li:first-child,
.overlay-gallery-black #gallery-fullscreen-black .heading .gallery-icons .share-expanded li:first-child {
  padding: 5px 14px 2px 0;
}
.overlay-gallery-white #gallery-fullscreen .heading .gallery-icons .share-expanded li .icon-close,
.overlay-gallery-black #gallery-fullscreen .heading .gallery-icons .share-expanded li .icon-close,
.overlay-gallery-white #gallery-fullscreen-black .heading .gallery-icons .share-expanded li .icon-close,
.overlay-gallery-black #gallery-fullscreen-black .heading .gallery-icons .share-expanded li .icon-close {
  padding-top: 0px;
  padding-bottom: 3px;
}
.overlay-gallery-white #gallery-fullscreen .heading .gallery-icons .share-expanded li a span,
.overlay-gallery-black #gallery-fullscreen .heading .gallery-icons .share-expanded li a span,
.overlay-gallery-white #gallery-fullscreen-black .heading .gallery-icons .share-expanded li a span,
.overlay-gallery-black #gallery-fullscreen-black .heading .gallery-icons .share-expanded li a span {
  border: none;
  margin: 0;
  padding: 2px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
.galleryslides li.swiper-slide {
  height: 100%;
  text-align: center;
}
.galleryslides li.swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.galleryslides .swiper-button-next,
.galleryslides .swiper-button-prev {
  top: 200px;
  background: none;
}
.galleryslides .swiper-button-next .yellowbg,
.galleryslides .swiper-button-prev .yellowbg {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 22px;
}
.galleryslides .swiper-button-next {
  right: 25px;
  top: 50%;
}
.galleryslides .swiper-button-prev {
  left: 25px;
  top: 50%;
}
.galleryslides .gallery-summary {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 80px #d7d7d7;
  padding: 5px 15px;
  z-index: 90;
}
.galleryslides .gallery-summary.expanded {
height: auto;
}
.galleryslides .gallery-summary span {
  height: 50px;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
}
.galleryslides .gallery-summary h1 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.galleryslides .gallery-summary.expanded h1 {
  white-space: normal;
}
.galleryslides .gallery-summary .summary-expand,
.galleryslides .gallery-summary .summary-reduce {
font-size: 12px;
font-weight: 300;
cursor: pointer;
position: absolute;
right: 20px;
top: 20px;
}
.galleryslides .gallery-summary .summary-reduce,
.galleryslides .gallery-summary.expanded .summary-expand {
display: none;
}
.galleryslides .gallery-summary.expanded .summary-reduce {
display: block;
}
.galleryslides .gallery-summary .summary-info {
padding-top : 15px;
padding-right: 100px;
}
.galleryslides .gallery-summary .summary-info .grazia-ellipsis {
margin-bottom: 50px;
}
.overlay-black {
  background: #000000;
  background: rgba(0, 0, 0, 0.95);
}
.overlay-black.overlay-gallery-black #gallery-fullscreen-black .heading {
  background: #000000;
  color: #ffffff;
  border-bottom: 1px solid #4d4d4d;
}
.overlay-black.overlay-gallery-black #gallery-fullscreen-black .heading .icon-logo {
  color: #ffffff;
  font-size: 30px;
}
.overlay-black.overlay-gallery-black #gallery-fullscreen-black .heading .slidecounter,
.overlay-black.overlay-gallery-black #gallery-fullscreen-black .heading .slidecounter h2,
.overlay-black.overlay-gallery-black #gallery-fullscreen-black .heading .gallery-icons span {
  line-height: 36px;
}
.overlay-black.overlay-gallery-black #gallery-fullscreen-black .heading .slidecounter h2 {
  margin-left: 80px;
}
.overlay-black.overlay-gallery-black #gallery-fullscreen-black .galleryslides li.swiper-slide img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.overlay-black .fullscr-gallery-thumbs img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.overlay-black .fullscr-gallery-thumbs ul li {
  margin-bottom: 30px;
}
.overlay-black #slidescription {
  display: block;
  position: initial;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 25px;
}
.overlay-black #slidescription h3.location {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 10px;
}
.overlay-black #slidescription,
.overlay-black #slidescription .credits em {
  color: #ffffff;
}
.overlay-black .slideshow-link {
  position: absolute;
  bottom: 0;
}
.overlay-black a.slideshare-slideshow {
  color: #ffffff;
  font-size: 16px;
  padding: 7px 2px 0 5px;
  line-height: 18px;
  text-transform: uppercase;
}
.overlay-black a.slideshare-slideshow:hover {
  color: #000000;
}
.overlay-black a.slideshare-slideshow span {
  margin-left: 10px;
}
.overlay-black.overlay-gallery-black #gallery-fullscreen-black .gallery-adv {
  margin-top: 100px;
}
/*! SHARE LINKS
=============================================*/
ul.share-expanded {
  position: absolute;
  top: -10px;
  right: -17px;
  z-index: 80;
  float: right;
  min-width: 300px;
}
ul.share-expanded li {
  float: right;
  display: inline-block;
  border: 1px solid #000000;
  border-width: 1px 0 1px 0;
  background: #ffffff;
}
ul.share-expanded li:first-child {
  clear: right;
  border-width: 1px 1px 0 1px;
}
ul.share-expanded li.link-ico {
  border-width: 0 1px 1px 0;
  padding-top: 1px;
}
ul.share-expanded li.facebook-ico {
  border-width: 1px 0 1px 1px;
}
ul.share-expanded li a {
  display: inline-block;
  border: none;
  margin: 10px;
}
ul.share-expanded li a:hover {
  background: none;
}
ul.share-expanded li.close-ico a {
  margin: 0;
}
ul.share-expanded li.link-ico {
  clear: right;
}
ul.share-expanded li span {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
}
ul.share-expanded li span.icon-close {
  margin: 0;
  font-size: 14px;
  padding: 14px 20px;
  font-weight: 700;
}
article .gallery-module .gallery-toolbar .share-container {
  position: relative;
}
article .gallery-module .gallery-toolbar .share-container .slideshare-link,
article .gallery-module .gallery-toolbar .share-container .slideshare-link label {
  cursor: pointer;
}
article .gallery-module .gallery-toolbar .share-container ul.share-expanded {
  top: -20px;
  right: -8px;
}
article .gallery-module .gallery-toolbar .share-container ul.share-expanded li a {
  margin: 10px;
}
#login-form {
  display: none;
  text-align: center;
}
#login-form h2 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 48px;
}
#login-form p {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 28px;
}
#login-form li.contentLogin {
  text-align: left;
  margin-top: 20px;
}
#login-form li.contentLogin input.s {
  line-height: 40px;
  height: 42px;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 14px;
  font-style: italic;
  font-family: "Droid Serif", Serif;
  border: 1px solid #000000;
  background: #ffffff;
}
#login-form li.contentLogin .forgot-pwd {
  margin-top: -10px;
  margin-bottom: 20px;
  display: block;
}
#login-form li.contentLogin .forgot-pwd a {
  font-family: "Droid Serif", Serif;
  font-weight: 300;
  font-style: italic;
  color: #9c9c9c;
  color: #888;
}
#login-form li.contentLogin .submit-btn,
#login-form li.contentLogin .FB-btn,
#login-form li.contentLogin .signUp-btn {
  border: 1px solid #000000;
  background: #ffffff;
  text-align: center;
}
#login-form li.contentLogin .submit-btn a,
#login-form li.contentLogin .FB-btn a,
#login-form li.contentLogin .signUp-btn a {
  display: block;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
}
#login-form li.contentLogin .submit-btn a span,
#login-form li.contentLogin .FB-btn a span,
#login-form li.contentLogin .signUp-btn a span {
  font-family: "Karla", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 5px;
  margin: 10px auto;
  border-bottom: 2px solid #fff200;
}
#login-form li.contentLogin .FB-btn {
  background: #405d9b;
  border: 1px solid #405d9b;
}
#login-form li.contentLogin .FB-btn a:hover,
#login-form li.contentLogin .FB-btn a:active,
#login-form li.contentLogin .FB-btn a:focus,
#login-form li.contentLogin .FB-btn a:visited {
  background: #405d9b;
}
#login-form li.contentLogin .FB-btn a span {
  color: #ffffff;
  border: none;
}
#login-form li.contentLogin .signUp-btn {
  border: none;
  background-color: transparent;
  text-align: left;
  font-weight: 700;
  margin-bottom: 100px;
}
#login-form li.contentLogin .signUp-btn .oppure {
  display: block;
  margin-bottom: 20px;
}
#login-form li.contentLogin .signUp-btn a {
  background: #fff200;
}
#login-form li.contentLogin li.grayline {
  border-top: 1px solid #e7e7e7;
  margin: 20px 0;
}
@media only screen and (min-width: 960px) {
  #login-form h2 {
    font-size: 36px;
    line-height: 82px;
  }
  #login-form p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  #login-form li.contentLogin ul li {
    margin-bottom: 10px;
  }
}
/*! FOOTER
=============================================*/
#footer-article div.yellowbg {
  background: #fff200;
  width:100%;
  padding:15px;
}
#footer-article div.yellowbg .icon-logo {
  font-size: 22px;
  line-height: 50px;
}
#footer-article div.yellowbg .icon-logo span {
  display: none;
}
#footer-article div.legal {
  font-size: 11px;
  margin: 10px auto;
}

.grz-footer-bottom {
    border-top: 1px solid #000000;
    padding-top: 20px;
    text-transform: none;
    display: block;
}

  .grz-footer-bottom.flex-row {
      display: block;
      flex-wrap: wrap;
      width: 100%;
  }

  ul.grz-footer-policy {
      display: flex;
      flex-wrap: wrap;
      margin-bottom:20px;
  }

  ul.grz-footer-policy li{
      width:50%;
  }


  ul.grz-footer-policy li:nth-child(even){
      text-align:right;
  }
  ul.grz-footer-policy li:nth-child(odd){
      text-align:left;
  }

  @media (min-width: 960px){

    ul.grz-footer-policy {
      display: flex;
      max-width: 950px;
      margin: 0 auto 15px;
      text-align: center;
      justify-content: space-between;
    }

    ul.grz-footer-policy li {
      width: auto;
      text-align:center;
}

  }


/*! HOME PAGE & HP CANALI VARI
=============================================*/
section#headingHPSfilate h1,
section#headingHPITBlogs h1,
section#headingHPITGirls h1,
section#headingfogliaITGirls h1,
section#headingHPShop h1,
section#headingfogliaShop h1,
section#headingOroscopo h1,
section#headingContributors h1 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  margin: 30px auto;
}
section#headingHPSfilate .explore-section,
section#headingHPITBlogs .explore-section,
section#headingHPITGirls .explore-section,
section#headingfogliaITGirls .explore-section,
section#headingHPShop .explore-section,
section#headingfogliaShop .explore-section,
section#headingOroscopo .explore-section,
section#headingContributors .explore-section {
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
}
section#headingHPSfilate .explore-section ul.ITGirls-list li,
section#headingHPITBlogs .explore-section ul.ITGirls-list li,
section#headingHPITGirls .explore-section ul.ITGirls-list li,
section#headingfogliaITGirls .explore-section ul.ITGirls-list li,
section#headingHPShop .explore-section ul.ITGirls-list li,
section#headingfogliaShop .explore-section ul.ITGirls-list li,
section#headingOroscopo .explore-section ul.ITGirls-list li,
section#headingContributors .explore-section ul.ITGirls-list li {
  padding: 10px 0;
}
section#headingHPShop .explore-section,
section#headingfogliaShop .explore-section {
  margin-top: 0px;
  border-top: none;
}
section#headingHPShop hr.grayline {
  margin-bottom: 0;
}
section#headingContributors p.shortbio {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
section#headingfogliaITGirls.margin-bottom {
  margin-bottom: 20px;
}
section#headingfogliaITGirls h1 {
  margin-bottom: 10px;
}
section .margin-bottom,
section.margin-bottom {
  margin-bottom: 40px;
}
section .post-attrs {
  margin-bottom: 15px;
}
section .post-attrs .subcategory {
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}
section .post-attrs .subcategory a {
  padding: 5px 0 2px 0;
}
section .post-attrs .subcategory a:hover {
  padding: 5px 10px 2px 10px;
  margin-left: -10px;
}
section .post-attrs h5.maincategory {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  margin-right: 20px;
  background-color: #fff200;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section .post-attrs .icon-share {
  font-size: 22px;
  margin-top: -5px;
  cursor: pointer;
  position: relative;
}
section .riga-azzurra .post-attrs h5.maincategory {
  background-color: #0095c3;
}
section .riga-azzurra .post-attrs h5.maincategory a {
  color: #ffffff;
}
section#HPlancio1-sm,
section#HPlancio1-xs {
  margin: 20px 0;
}
section#HPlancio1-sm .lancio-title,
section#HPlancio1-xs .lancio-title {
  margin-top: -30px;
  min-height: 30px;
}
section#HPlancio1-sm img,
section#HPlancio1-xs img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section#HPlancio1-sm img {
  height: 567px;
}
section#HPlancio1-xs img {
  height: 292px;
}
section#HPlancio1-sm h2,
section#HPlancio1-xs h2 {
  display: inline-block;
  margin: 20px;
}
section#HPlancio1-sm h2 a,
section#HPlancio1-xs h2 a {
  font-size: 28px;
  line-height: 30px;
  border: none;
  display: inline;
}
section#HPlancio1-sm .boundary,
section#HPlancio1-xs .boundary {
  position: relative;
}
section#HPlancio1-sm .adv-apertura,
section#HPlancio1-xs .adv-apertura {
  display: none;
}
section .lancio-pic {
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
section .lancio-title,
section .lancio-title-casa {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: -25px;
  border-top: 5px solid #fff200;
  background: #ffffff;
}
section .lancio-title-casa {
  border-top: 5px solid #0095c3;
}
section.hot-topics {
  display: none;
}
section.blocco5lanci .advcontainer,
section.bloccoHPcanale .advcontainer {
  display: none;
}
section.blocco5lanci ul.row,
section.bloccoHPcanale ul.row {
  margin-bottom: 40px;
}
section.blocco5lanci.MidContainer ul.row,
section.bloccoHPcanale.MidContainer ul.row {
  margin-bottom: 20px;
}
section.blocco5lanci .lancio-pic img,
section.bloccoHPcanale .lancio-pic img,
section.blocco5lanci .lancio-ITB img,
section.bloccoHPcanale .lancio-ITB img,
section.blocco5lanci .lancio-img img,
section.bloccoHPcanale .lancio-img img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
section.blocco5lanci .lancio-text,
section.bloccoHPcanale .lancio-text {
  font-family: "Karla", sans-serif;
}
section.blocco5lanci .lancio-text .titolo,
section.bloccoHPcanale .lancio-text .titolo,
section.blocco5lanci .lancio-text .sommario,
section.bloccoHPcanale .lancio-text .sommario {
  display: block;
  margin-bottom: 30px;
}
section.blocco5lanci .lancio-text span.in-edicola,
section.bloccoHPcanale .lancio-text span.in-edicola {
  margin-top: -15px;
  display: block;
}
section.blocco5lanci .titolo,
section.bloccoHPcanale .titolo,
section.blocco5lanci .titolo a,
section.bloccoHPcanale .titolo a,
section.blocco5lanci .sommario,
section.bloccoHPcanale .sommario,
section.blocco5lanci .sommario a,
section.bloccoHPcanale .sommario a {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 24px;
  border: none;
  letter-spacing: 0;
}
section.blocco5lanci .textbigger .titolo,
section.bloccoHPcanale .textbigger .titolo,
section.blocco5lanci .textbigger .titolo a,
section.bloccoHPcanale .textbigger .titolo a {
  font-size: 26px;
  line-height: 30px;
}
section.blocco5lanci .lancio-foto-quad .lancio-text .titolo a,
section.bloccoHPcanale .lancio-foto-quad .lancio-text .titolo a,
section.blocco5lanci .lancio-foto-full.riga-gialla h2,
section.bloccoHPcanale .lancio-foto-full.riga-gialla h2,
section.blocco5lanci .lancio-foto-full.riga-azzurra h2,
section.bloccoHPcanale .lancio-foto-full.riga-azzurra h2 {
  font-size: 15px;
  line-height: 18px;
}
section.blocco5lanci .lancio-foto-full.riga-gialla.titolo-sopra .lancio-title,
section.bloccoHPcanale .lancio-foto-full.riga-gialla.titolo-sopra .lancio-title,
section.blocco5lanci .lancio-foto-full.riga-azzurra.titolo-sopra .lancio-title,
section.bloccoHPcanale .lancio-foto-full.riga-azzurra.titolo-sopra .lancio-title,
section.blocco5lanci .lancio-foto-full.riga-gialla.titolo-sopra .lancio-title-casa,
section.bloccoHPcanale .lancio-foto-full.riga-gialla.titolo-sopra .lancio-title-casa,
section.blocco5lanci .lancio-foto-full.riga-azzurra.titolo-sopra .lancio-title-casa,
section.bloccoHPcanale .lancio-foto-full.riga-azzurra.titolo-sopra .lancio-title-casa {
  margin-top: 0;
  position: relative;
  margin-bottom: -55px;
  border: none;
  border-bottom: 5px solid #fff200;
  z-index: 10;
  padding: 20px 60px;
}
section.blocco5lanci .lancio-foto-full.riga-gialla .lancio-title,
section.bloccoHPcanale .lancio-foto-full.riga-gialla .lancio-title,
section.blocco5lanci .lancio-foto-full.riga-azzurra .lancio-title,
section.bloccoHPcanale .lancio-foto-full.riga-azzurra .lancio-title,
section.blocco5lanci .lancio-foto-full.riga-gialla .lancio-title-casa,
section.bloccoHPcanale .lancio-foto-full.riga-gialla .lancio-title-casa,
section.blocco5lanci .lancio-foto-full.riga-azzurra .lancio-title-casa,
section.bloccoHPcanale .lancio-foto-full.riga-azzurra .lancio-title-casa {
  margin-top: -55px;
  padding: 20px 60px;
}
section.blocco5lanci .lancio-foto-full.riga-gialla a,
section.bloccoHPcanale .lancio-foto-full.riga-gialla a,
section.blocco5lanci .lancio-foto-full.riga-azzurra a,
section.bloccoHPcanale .lancio-foto-full.riga-azzurra a {
  border: none;
}
section.blocco5lanci .oroscopo .post-attrs h5.maincategory,
section.bloccoHPcanale .oroscopo .post-attrs h5.maincategory {
  background: none;
  padding-left: 0;
}
section.blocco5lanci .oroscopo .lancio-text .titolo a,
section.bloccoHPcanale .oroscopo .lancio-text .titolo a {
  background: #fff200;
}
section.blocco5lanci .oroscopo .lancio-text .titolo a em,
section.bloccoHPcanale .oroscopo .lancio-text .titolo a em {
  font-weight: 300;
}
section.blocco5lanci .lancio-ITGirls,
section.bloccoHPcanale .lancio-ITGirls {
  margin-bottom: 0;
}
section.blocco5lanci .lancio-ITGirls > li,
section.bloccoHPcanale .lancio-ITGirls > li {
  margin-bottom: 60px;
}
section.blocco5lanci .lancio-ITGirls .lancio-pic,
section.bloccoHPcanale .lancio-ITGirls .lancio-pic {
  position: relative;
  top: 15px;
}
section.blocco5lanci .lancio-ITGirls .lancio-pic h5,
section.bloccoHPcanale .lancio-ITGirls .lancio-pic h5 {
  font-family: "Karla", sans-serif;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 30px 10px 5px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #000;
  background: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.1) 100%);
}
section.blocco5lanci .lancio-ITGirls .ITGirl-nome .subcategory,
section.bloccoHPcanale .lancio-ITGirls .ITGirl-nome .subcategory {
  display: none;
}
section.blocco5lanci .lancio-ITBlogs .lancio-ITB img,
section.bloccoHPcanale .lancio-ITBlogs .lancio-ITB img {
  margin-bottom: 10px;
}
section.blocco5lanci .lancio-ITBlogs .title-txt,
section.bloccoHPcanale .lancio-ITBlogs .title-txt {
  text-transform: uppercase;
}
section.blocco5lanci .lancio-ITBlogs .sum-txt,
section.bloccoHPcanale .lancio-ITBlogs .sum-txt {
  margin-top: 10px;
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-weight: 700;
}
section.blocco5lanci #calendario-sfilate,
section.bloccoHPcanale #calendario-sfilate {
  width: 100%;
  float: left;
  border: 1px solid #000000;
}
section.blocco5lanci #calendario-sfilate .cal-grid,
section.bloccoHPcanale #calendario-sfilate .cal-grid {
  border-right: 1px solid #e7e7e7;
}
section.blocco5lanci #calendario-sfilate .cal-grid .swiper-button-prev,
section.bloccoHPcanale #calendario-sfilate .cal-grid .swiper-button-prev,
section.blocco5lanci #calendario-sfilate .cal-grid .swiper-button-next,
section.bloccoHPcanale #calendario-sfilate .cal-grid .swiper-button-next {
  top: 5%;
}
section.blocco5lanci #calendario-sfilate .cal-grid .swiper-button-prev .yellowbg,
section.bloccoHPcanale #calendario-sfilate .cal-grid .swiper-button-prev .yellowbg,
section.blocco5lanci #calendario-sfilate .cal-grid .swiper-button-next .yellowbg,
section.bloccoHPcanale #calendario-sfilate .cal-grid .swiper-button-next .yellowbg {
  width: 25px;
  height: 25px;
  line-height: 10px;
}
section.blocco5lanci #calendario-sfilate hr.grayline,
section.bloccoHPcanale #calendario-sfilate hr.grayline {
  width: 80%;
}
section.blocco5lanci #calendario-sfilate ul.row,
section.bloccoHPcanale #calendario-sfilate ul.row {
  margin-bottom: 0;
}
section.blocco5lanci #calendario-sfilate ul.cal-weekday li,
section.bloccoHPcanale #calendario-sfilate ul.cal-weekday li,
section.blocco5lanci #calendario-sfilate ul.cal-days li,
section.bloccoHPcanale #calendario-sfilate ul.cal-days li {
  width: 14.285714285714285%;
  float: left;
  text-align: center;
}
section.blocco5lanci #calendario-sfilate .cal-month,
section.bloccoHPcanale #calendario-sfilate .cal-month {
  padding: 20px 0 0 0;
  text-transform: uppercase;
}
section.blocco5lanci #calendario-sfilate .cal-weekday li,
section.bloccoHPcanale #calendario-sfilate .cal-weekday li {
  font-weight: 700;
  margin-bottom: 5px;
}
section.blocco5lanci #calendario-sfilate .cal-days li,
section.bloccoHPcanale #calendario-sfilate .cal-days li {
  position: relative;
  height: 80px;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
section.blocco5lanci #calendario-sfilate .cal-days li:last-child,
section.bloccoHPcanale #calendario-sfilate .cal-days li:last-child {
  border-right: none;
}
section.blocco5lanci #calendario-sfilate .cal-days li.daynum span,
section.bloccoHPcanale #calendario-sfilate .cal-days li.daynum span {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
section.blocco5lanci #calendario-sfilate .cal-days li.daynum span.blacksq,
section.bloccoHPcanale #calendario-sfilate .cal-days li.daynum span.blacksq {
  position: initial;
  margin: 10px 0;
  width: 20px;
}
section.blocco5lanci #calendario-sfilate .cal-days li.inactive span,
section.bloccoHPcanale #calendario-sfilate .cal-days li.inactive span {
  opacity: 0.25;
  -moz-opacity: 0.25;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  /* IE 8 */
  filter: alpha(opacity = 25);
  /* IE 5-7 */
}
section.blocco5lanci #calendario-sfilate .cal-days li.current,
section.bloccoHPcanale #calendario-sfilate .cal-days li.current {
  border: 3px solid #fff200;
}
section.blocco5lanci #calendario-sfilate .cal-legenda,
section.bloccoHPcanale #calendario-sfilate .cal-legenda {
  border-top: 1px solid #e7e7e7;
  font-size: 10px;
  padding: 10px 0px 20px 10px;
}
section.blocco5lanci #calendario-sfilate .cal-legenda li,
section.bloccoHPcanale #calendario-sfilate .cal-legenda li {
  width: 33%;
  float: left;
}
section.blocco5lanci #calendario-sfilate span.blacksq,
section.bloccoHPcanale #calendario-sfilate span.blacksq {
  display: inline-block;
  background: #000;
  color: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 10px 5px 0 5px;
  font-size: 9px;
  font-weight: 700;
}
section.blocco5lanci #calendario-sfilate span.weeknum,
section.bloccoHPcanale #calendario-sfilate span.weeknum {
  position: initial;
  top: 6px;
  opacity: 0.25;
  -moz-opacity: 0.25;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  /* IE 8 */
  filter: alpha(opacity = 25);
  /* IE 5-7 */
  line-height: 14px;
}
section.blocco5lanci #calendario-sfilate .cal-eventList,
section.bloccoHPcanale #calendario-sfilate .cal-eventList {
  padding: 20px 0;
}
section.blocco5lanci #calendario-sfilate .cal-eventList span.blacksq,
section.bloccoHPcanale #calendario-sfilate .cal-eventList span.blacksq {
  width: auto;
  padding: 0 10px;
  margin-top: 0;
}
section.blocco5lanci #calendario-sfilate .cal-eventList h3,
section.bloccoHPcanale #calendario-sfilate .cal-eventList h3 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
}
section.blocco5lanci #calendario-sfilate .cal-eventList span.time,
section.bloccoHPcanale #calendario-sfilate .cal-eventList span.time {
  font-size: 11px;
  margin-top: 15px;
  display: inline-block;
}
section.blocco5lanci #calendario-sfilate .cal-eventList span.place,
section.bloccoHPcanale #calendario-sfilate .cal-eventList span.place {
  color: #9c9c9c;
  font-size: 11px;
  margin-top: 15px;
  display: inline-block;
}
section.bloccoNAPA .sponsorName h5 {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
}
section.bloccoNAPA .sponsorName h5 .icon-share {
  font-size: 22px;
  margin-top: -5px;
  cursor: pointer;
  position: relative;
}
section.bloccoNAPA .slider-NAPA {
  width: 100%;
}
section.bloccoNAPA .slider-NAPA .swiper-slide {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
section.bloccoNAPA .slider-NAPA .swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
section.bloccoNAPA .slider-NAPA .next-title {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin: 20px 15px;
}
section.bloccoNAPA .slider-NAPA .next-title a {
  border-bottom: none;
}
section.bloccoNAPA .slider-NAPA .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
section.bloccoNAPA .slider-NAPA .swiper-pagination-bullet-active {
  background: #000000;
}
section.bloccoITgirls {
  overflow: hidden;
}
section.bloccoITgirls .itgirl-evidenziata {
  position: relative;
  top: -25px;
}
section.bloccoITgirls .itgirl-evidenziata li {
  padding: 0;
  float: left;
  clear: both;
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
}
section.bloccoITgirls .itgirl-evidenziata h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  padding: 5px 15px;
  display: inline-block;
  background: #fff200;
}
section.bloccoITgirls .itgirl-evidenziata p {
  font-size: 24px;
  line-height: 30px;
  padding: 5px 15px;
  margin: 5px 0 0 0;
  display: inline-block;
  background: #fff200;
}
section.bloccoITgirls .itgirl-evidenziata p.social-icons {
  padding: 0 15px 0 5px;
}
section.bloccoITgirls .itgirl-evidenziata span {
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0 10px 10px;
  display: inline-block;
  background: #fff200;
}
section.bloccoHPcanale #ultime-sfilate {
  margin-bottom: 60px;
}
section.bloccoHPcanale #ultime-sfilate h5 {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
section.bloccoHPcanale #ultime-sfilate img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
section.bloccoHPcanale #ultime-sfilate h4 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
section.bloccoHPcanale #ultime-sfilate div.link-ultime-sfilate {
  border: 1px solid #000000;
  background: #ffffff;
  margin-top: -50px;
}
section.bloccoHPcanale #ultime-sfilate div.link-ultime-sfilate a {
  margin: 15px auto;
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
section.bloccoHPcanale h3.label {
  background-color: #000;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border-radius: 0;
  text-transform: uppercase;
}
section.bloccoHPcanale.canale-ITBlogs .ITblog-auth em,
section.bloccoHPcanale.foglia-ITBlogs .ITblog-auth em {
  font-family: "GT-Sectra-italic", Georgia, Serif;
  font-style: normal;
  margin-right: 5px;
}
section.bloccoHPcanale.canale-ITBlogs .ITblog-auth a,
section.bloccoHPcanale.foglia-ITBlogs .ITblog-auth a {
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
}
section.bloccoHPcanale.canale-ITBlogs .lancio-text .titolo,
section.bloccoHPcanale.foglia-ITBlogs .lancio-text .titolo {
  margin: 15px 0;
}
section.bloccoHPcanale.canale-ITBlogs .lancio-text .titolo a,
section.bloccoHPcanale.foglia-ITBlogs .lancio-text .titolo a {
  font-size: 28px;
  line-height: 30px;
}
section.bloccoHPcanale.canale-ITBlogs .lancio-pic,
section.bloccoHPcanale.foglia-ITBlogs .lancio-pic {
  margin: 15px 0 5px 0;
}
section.bloccoHPcanale.canale-ITBlogs .leggi-sul-blog,
section.bloccoHPcanale.foglia-ITBlogs .leggi-sul-blog {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: none;
}
section.bloccoHPcanale.canale-ITBlogs .leggi-sul-blog .icon-right-arrow,
section.bloccoHPcanale.foglia-ITBlogs .leggi-sul-blog .icon-right-arrow {
  width: 15px;
  height: 15px;
  line-height: 9px;
  font-size: 8px;
  padding: 3px 6px;
  margin-left: 5px;
  font-weight: 700;
}
section.bloccoHPcanale.canale-ITBlogs .lancio-IT-blogs-doppio .lancio-pic,
section.bloccoHPcanale.foglia-ITBlogs .lancio-IT-blogs-doppio .lancio-pic {
  clear: none;
  margin-top: 0;
}
section.bloccoHPcanale.canale-ITBlogs .lancio-IT-blogs-doppio .lancio-tit .titolo a,
section.bloccoHPcanale.foglia-ITBlogs .lancio-IT-blogs-doppio .lancio-tit .titolo a {
  font-size: 30px;
  line-height: 36px;
}
section.bloccoHPcanale.canale-ITBlogs .lancio-IT-blogs-doppio .lancio-tit h5,
section.bloccoHPcanale.foglia-ITBlogs .lancio-IT-blogs-doppio .lancio-tit h5 {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
section.bloccoHPcanale.canale-ITBlogs .lancio-IT-blogs-doppio .lancio-tit .icon-share,
section.bloccoHPcanale.foglia-ITBlogs .lancio-IT-blogs-doppio .lancio-tit .icon-share {
  font-size: 18px;
  margin-top: -20px;
}
section.bloccoHPcanale.canale-ITBlogs .bloggers-wanted,
section.bloccoHPcanale.foglia-ITBlogs .bloggers-wanted {
  margin: 30px auto;
}
section.bloccoHPcanale.canale-ITBlogs .bloggers-wanted h3,
section.bloccoHPcanale.foglia-ITBlogs .bloggers-wanted h3 {
  margin-top: 30px;
}
section.bloccoHPcanale.canale-ITBlogs .bloggers-wanted h3 a,
section.bloccoHPcanale.foglia-ITBlogs .bloggers-wanted h3 a {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
section.bloccoHPcanale.canale-ITBlogs .potrebbe-interessarti.heading,
section.bloccoHPcanale.foglia-ITBlogs .potrebbe-interessarti.heading {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 5px;
  border-top: 3px solid #fff200;
}
section.bloccoHPcanale.canale-ITBlogs #potrebbe-interessarti,
section.bloccoHPcanale.foglia-ITBlogs #potrebbe-interessarti {
  width: 100%;
}
section.bloccoHPcanale.canale-ITBlogs #potrebbe-interessarti.swiper-container,
section.bloccoHPcanale.foglia-ITBlogs #potrebbe-interessarti.swiper-container {
  width: 230px;
  overflow: visible;
}
section.bloccoHPcanale.canale-ITBlogs #potrebbe-interessarti .swiper-slide,
section.bloccoHPcanale.foglia-ITBlogs #potrebbe-interessarti .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  width: 200px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  /* IE 8 */
  filter: alpha(opacity = 50);
  /* IE 5-7 */
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
}
section.bloccoHPcanale.canale-ITBlogs #potrebbe-interessarti .swiper-slide.swiper-slide-active,
section.bloccoHPcanale.foglia-ITBlogs #potrebbe-interessarti .swiper-slide.swiper-slide-active {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 8 */
  filter: alpha(opacity = 100);
  /* IE 5-7 */
}
section.bloccoHPcanale.canale-ITBlogs #potrebbe-interessarti .swiper-slide img,
section.bloccoHPcanale.foglia-ITBlogs #potrebbe-interessarti .swiper-slide img {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.bloccoHPcanale.canale-ITBlogs #potrebbe-interessarti .swiper-slide a.next-title,
section.bloccoHPcanale.foglia-ITBlogs #potrebbe-interessarti .swiper-slide a.next-title {
  border: none;
  font-size: 16px;
  line-height: 20px;
}
section.bloccoHPcanale.bloccoNetwork .network-pic {
  margin: 20px auto;
}
section.bloccoHPcanale.bloccoNetwork .network-title h4 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
}
section.bloccoHPcanale.bloccoNetwork .network-title a {
  border: none;
}
section.bloccoHPcanale.bloccoNetwork .network-title p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
section.foglia-ITBlogs .testo-short,
section.foglia-contributor .testo-short {
  margin: 50px auto;
  font-size: 20px;
  line-height: 28px;
}
section.foglia-ITBlogs .itgirl-video .text,
section.foglia-contributor .itgirl-video .text {
  width: 100%;
  left: 0;
}
section.foglia-ITBlogs .itgirl-video .text a,
section.foglia-contributor .itgirl-video .text a {
  color: #ffffff;
}
section.foglia-ITBlogs .itgirl-video .text a:hover,
section.foglia-contributor .itgirl-video .text a:hover {
  background: none;
}
section.foglia-ITBlogs .itgirl-video .text span.icon-play.yellowbg,
section.foglia-contributor .itgirl-video .text span.icon-play.yellowbg {
  padding: 10px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  display: inline-block;
}
section.foglia-ITBlogs .itgirl-evidenziata,
section.foglia-contributor .itgirl-evidenziata {
  margin-top: 45px;
}
section.foglia-ITBlogs .itgirl-evidenziata li,
section.foglia-contributor .itgirl-evidenziata li {
  padding: 0;
  float: left;
  clear: both;
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
}
section.foglia-ITBlogs .itgirl-evidenziata span.text,
section.foglia-contributor .itgirl-evidenziata span.text {
  font-size: 36px;
  line-height: 48px;
  padding: 0;
  margin: 5px 0 0 0;
  display: inline;
  background: #fff200;
}
section.foglia-ITBlogs .itgirl-evidenziata p.social-icons,
section.foglia-contributor .itgirl-evidenziata p.social-icons {
  padding: 0 15px 0 5px;
}
section.foglia-ITBlogs .itgirl-evidenziata span,
section.foglia-contributor .itgirl-evidenziata span {
  font-size: 22px;
  line-height: 24px;
  padding: 10px 0 10px 10px;
  display: inline-block;
  background: #fff200;
}
section.foglia-ITBlogs .childblogs,
section.foglia-contributor .childblogs {
  padding: 20px;
}
section.foglia-ITBlogs .childblogs .blogpics,
section.foglia-contributor .childblogs .blogpics {
  margin-bottom: 0;
}
section.foglia-ITBlogs .childblogs .blogpics img,
section.foglia-contributor .childblogs .blogpics img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
section.foglia-ITBlogs .lancio-childblog > li,
section.foglia-contributor .lancio-childblog > li {
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}
section.foglia-ITBlogs .lancio-childblog > li ul.share-expanded,
section.foglia-contributor .lancio-childblog > li ul.share-expanded {
  top: 15px;
  right: 0;
}
section.foglia-ITBlogs .lancio-childblog .icon-share,
section.foglia-contributor .lancio-childblog .icon-share {
  font-size: 18px;
}
section.foglia-ITBlogs .lancio-childblog .titolo,
section.foglia-contributor .lancio-childblog .titolo {
  margin: 20px 0px;
}
section.foglia-ITBlogs .lancio-childblog .leggi-sul-blog,
section.foglia-contributor .lancio-childblog .leggi-sul-blog {
  text-transform: uppercase;
  border: none;
}
section.foglia-ITBlogs .lancio-childblog .leggi-sul-blog span,
section.foglia-contributor .lancio-childblog .leggi-sul-blog span {
  width: 20px;
  height: 20px;
  line-height: 6px;
  font-size: 10px;
}
section.foglia-ITBlogs .lancio-IT-girls .lancio-pic,
section.foglia-contributor .lancio-IT-girls .lancio-pic {
  margin-top: 0;
}
section.foglia-ITBlogs .lancio-IT-girls .box-no-foto .titolo,
section.foglia-contributor .lancio-IT-girls .box-no-foto .titolo {
  margin-top: 20px;
}
section.foglia-ITBlogs .lancio-IT-girls .box-no-foto .titolo a,
section.foglia-contributor .lancio-IT-girls .box-no-foto .titolo a {
  font-size: 36px;
  line-height: 42px;
}
section.foglia-ITBlogs.ShopContainer .lancio-IT-blogs-doppio,
section.foglia-contributor.ShopContainer .lancio-IT-blogs-doppio {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.foglia-ITBlogs.ShopContainer .lancio-IT-blogs-doppio .lancio-tit .icon-share,
section.foglia-contributor.ShopContainer .lancio-IT-blogs-doppio .lancio-tit .icon-share {
  margin-top: 0;
}
section.foglia-ITBlogs.ShopContainer .lancio-IT-blogs-doppio .lancio-tit .titolo a,
section.foglia-contributor.ShopContainer .lancio-IT-blogs-doppio .lancio-tit .titolo a {
  font-size: 40px;
  line-height: 46px;
}
section.foglia-ITBlogs.LastContainer,
section.foglia-contributor.LastContainer {
  background: #e7e7e7;
  padding-bottom: 30px;
}
section.canale-ITGirls .lancio-IT-girls,
section.HPcontributors .lancio-IT-girls,
section.canale-ITGirls .lancio-contributors,
section.HPcontributors .lancio-contributors {
  margin-bottom: 10px;
}
section.canale-ITGirls .lancio-IT-girls .box-itgirls-grazia,
section.HPcontributors .lancio-IT-girls .box-itgirls-grazia,
section.canale-ITGirls .lancio-contributors .box-itgirls-grazia,
section.HPcontributors .lancio-contributors .box-itgirls-grazia {
  position: absolute;
  left: 25px;
  bottom: 30px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
section.canale-ITGirls .lancio-IT-girls .box-itgirls-grazia a:hover,
section.HPcontributors .lancio-IT-girls .box-itgirls-grazia a:hover,
section.canale-ITGirls .lancio-contributors .box-itgirls-grazia a:hover,
section.HPcontributors .lancio-contributors .box-itgirls-grazia a:hover {
  background: none;
}
section.canale-ITGirls .lancio-IT-girls .box-no-foto,
section.HPcontributors .lancio-IT-girls .box-no-foto,
section.canale-ITGirls .lancio-contributors .box-no-foto,
section.HPcontributors .lancio-contributors .box-no-foto {
  margin: 0 0 20px 0;
}
section.canale-ITGirls .lancio-IT-girls .box-no-foto .box-itgirls-grazia,
section.HPcontributors .lancio-IT-girls .box-no-foto .box-itgirls-grazia,
section.canale-ITGirls .lancio-contributors .box-no-foto .box-itgirls-grazia,
section.HPcontributors .lancio-contributors .box-no-foto .box-itgirls-grazia {
  top: 10px;
  left: 10px;
  bottom: auto;
  color: #000000;
}
section.canale-ITGirls .lancio-IT-girls .box-no-foto .titolo,
section.HPcontributors .lancio-IT-girls .box-no-foto .titolo,
section.canale-ITGirls .lancio-contributors .box-no-foto .titolo,
section.HPcontributors .lancio-contributors .box-no-foto .titolo {
  margin: 45px 0 0 0;
}
section.canale-ITGirls .lancio-IT-girls .box-no-foto .titolo a,
section.HPcontributors .lancio-IT-girls .box-no-foto .titolo a,
section.canale-ITGirls .lancio-contributors .box-no-foto .titolo a,
section.HPcontributors .lancio-contributors .box-no-foto .titolo a {
  font-size: 42px;
  line-height: 52px;
}
section.canale-ITGirls .lancio-IT-girls .row,
section.HPcontributors .lancio-IT-girls .row,
section.canale-ITGirls .lancio-contributors .row,
section.HPcontributors .lancio-contributors .row {
  margin-bottom: 0;
}
section.canale-ITGirls .lancio-IT-girls .lancio-pic,
section.HPcontributors .lancio-IT-girls .lancio-pic,
section.canale-ITGirls .lancio-contributors .lancio-pic,
section.HPcontributors .lancio-contributors .lancio-pic {
  clear: none;
  margin-top: 0;
}
section.canale-ITGirls .lancio-IT-girls .box-itgirls-large-text a,
section.HPcontributors .lancio-IT-girls .box-itgirls-large-text a,
section.canale-ITGirls .lancio-contributors .box-itgirls-large-text a,
section.HPcontributors .lancio-contributors .box-itgirls-large-text a {
  color: #ffffff;
  font-size: 48px;
  line-height: 50px;
  margin: 0 20%;
  border: none;
  text-align: center;
  display: block;
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.canale-ITGirls .lancio-IT-girls .lancio-text,
section.HPcontributors .lancio-IT-girls .lancio-text,
section.canale-ITGirls .lancio-contributors .lancio-text,
section.HPcontributors .lancio-contributors .lancio-text {
  position: relative;
  top: -64px;
  z-index: 2;
  margin-bottom: -100px;
}
section.canale-ITGirls .lancio-IT-girls .lancio-text .titolo,
section.HPcontributors .lancio-IT-girls .lancio-text .titolo,
section.canale-ITGirls .lancio-contributors .lancio-text .titolo,
section.HPcontributors .lancio-contributors .lancio-text .titolo,
section.canale-ITGirls .lancio-IT-girls .lancio-text .sommario,
section.HPcontributors .lancio-IT-girls .lancio-text .sommario,
section.canale-ITGirls .lancio-contributors .lancio-text .sommario,
section.HPcontributors .lancio-contributors .lancio-text .sommario {
  padding: 0 10px;
  margin: 0;
  width: 100%;
  float: left;
}
section.canale-ITGirls .lancio-IT-girls .lancio-text .titolo > a,
section.HPcontributors .lancio-IT-girls .lancio-text .titolo > a,
section.canale-ITGirls .lancio-contributors .lancio-text .titolo > a,
section.HPcontributors .lancio-contributors .lancio-text .titolo > a,
section.canale-ITGirls .lancio-IT-girls .lancio-text .sommario > a,
section.HPcontributors .lancio-IT-girls .lancio-text .sommario > a,
section.canale-ITGirls .lancio-contributors .lancio-text .sommario > a,
section.HPcontributors .lancio-contributors .lancio-text .sommario > a {
  padding: 0;
  background: #fff200;
}
section.canale-ITGirls .lancio-IT-girls .lancio-text .titolo a,
section.HPcontributors .lancio-IT-girls .lancio-text .titolo a,
section.canale-ITGirls .lancio-contributors .lancio-text .titolo a,
section.HPcontributors .lancio-contributors .lancio-text .titolo a {
  font-size: 34px;
  line-height: 46px;
}
section.canale-ITGirls .lancio-IT-girls .lancio-text .sommario a,
section.HPcontributors .lancio-IT-girls .lancio-text .sommario a,
section.canale-ITGirls .lancio-contributors .lancio-text .sommario a,
section.HPcontributors .lancio-contributors .lancio-text .sommario a {
  font-size: 28px;
  line-height: 38px;
}
section.HPcontributors .lancio-contributors ul.row {
  position: relative;
  margin-bottom: 10px;
}
section.HPcontributors .lancio-contributors ul.row li.lancio-text {
  position: absolute;
  bottom: 15px;
  left: 10px;
  top: initial;
  max-width: 100%;
  margin-bottom: 0;
}
section.HPcontributors .lancio-contributors ul.row li.lancio-text .titolo > a,
section.HPcontributors .lancio-contributors ul.row li.lancio-text .sommario > a {
  padding: 0 10px;
}
section.HPcontributors .lancio-contributors ul.row li.txt-block h3 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  margin: 15px 0;
}
section.foglia-ITGirls .itgirl-evidenziata {
  position: relative;
  margin-top: -55px;
}
section.foglia-ITGirls .itgirl-evidenziata p {
  font-size: 34px;
  line-height: 40px;
  padding: 5px 10px;
  margin: 5px 0 0 0;
  float: left;
  background: #fff200;
  clear: left;
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
}
section.foglia-ITGirls .itgirl-evidenziata p.social-icons {
  font-size: 28px;
}
section.foglia-ITGirls .lancio-IT-girls {
  margin-bottom: 15px;
}
section.foglia-ITGirls .lancio-IT-girls .box-no-foto .titolo {
  margin: 25px 0 0 0;
}
section.foglia-ITGirls .lancio-IT-girls .box-no-foto .titolo a {
  font-size: 30px;
  line-height: 40px;
}
section.foglia-ITGirls .lancio-IT-girls .box-itgirls-grazia {
  border-bottom: none;
}
section.foglia-ITGirls .testo-short {
  margin: 50px auto 30px auto;
  font-size: 20px;
  line-height: 28px;
}
section.foglia-ITGirls .full-picture {
  display: block;
  margin-bottom: 20px;
}
section.foglia-ITGirls .full-picture img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.foglia-ITGirls .itgirl-video .text {
  width: 100%;
  left: 0;
  color: #ffffff;
}
section.foglia-ITGirls .itgirl-video .text:hover {
  background: none;
}
section.foglia-ITGirls .itgirl-video .text span.icon-play.yellowbg {
  padding: 10px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  display: inline-block;
  color: #000000;
}
/*! ARTICLE
=============================================*/
.article-shadow {
  -moz-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
}
article #single-article-head {
  margin-top: 70px;
}
article #single-article-head .row {
  margin-bottom: 30px;
}
article #single-article-head .article-title h1 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 4rem;
  font-weight: 700;
}
article #single-article-head .article-author {
  font-family: "Karla", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
article #single-article-head .article-author img.auth-ico {
  display: none;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 15px;
}
article .full-picture {
  display: block;
  height: 292px;
  margin-bottom: 40px;
}
article .full-picture img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
article #share-strip a {
  border: none;
}
article #share-strip .icon-share {
  cursor: pointer;
  position: relative;
}
article #share-strip ul.share-expanded {
  top: -5px;
  right: -10px;
}
article #single-article-body {
  margin-bottom: 60px;
  font-family: "Droid Serif", Serif;
  font-size: 18px;
}
article #single-article-body .margin-bottom {
  margin-bottom: 30px;
}
article #single-article-body #single-article-content .article-text,
article #single-article-body #single-article-content .article-mention {
  margin-bottom: 40px;
}
article #single-article-body #single-article-content .article-mention {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
}
article #single-article-body #single-article-content .article-mention blockquote {
  border: none;
  display: inline;
  background-color: #fff200;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  padding: 3px;
}
article #single-article-body #single-article-content .gallery-module .gallery-title {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0;
  text-align: left;
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
}
article #single-article-body #single-article-content .gallery-module .gallery-summary {
  text-align: left;
}
article #single-article-body #single-article-content .gallery-module li.swiper-slide {
  text-align: center;
}
article #single-article-body #single-article-content .gallery-module li.swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article #single-article-body #single-article-content .gallery-module .swiper-button-next,
article #single-article-body #single-article-content .gallery-module .swiper-button-prev {
  top: 200px;
  background: none;
}
article #single-article-body #single-article-content .gallery-module .swiper-button-next .yellowbg,
article #single-article-body #single-article-content .gallery-module .swiper-button-prev .yellowbg {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 22px;
}
article #single-article-body #single-article-content .gallery-module .swiper-button-next {
  right: 25px;
}
article #single-article-body #single-article-content .gallery-module .swiper-button-prev {
  left: 25px;
}
article #single-article-body #single-article-content .gallery-module .gallery-toolbar {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
article #single-article-body #single-article-content .gallery-module .gallery-toolbar .allpics-link {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  margin-left: 30px;
  display: none;
}
article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slidecounter {
  text-align: left;
}
article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  text-align: right;
}
article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare a.slideshare-link,
article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare a.fullscreen-link {
  margin-left: 35px;
}
article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare a.slideshare-link span,
article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare a.fullscreen-link span {
  font-size: 18px;
  background-color: #ffffff;
  border-bottom: 5px solid #ffffff;
  padding-left: 10px;
  padding-right: 1px;
}
article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare label {
  display: none;
}
article #single-article-body #single-article-content .gallery-module .gallery-summary strong {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
}
.galleryslides .gallery-summary strong:after,
article #single-article-body #single-article-content .gallery-module .gallery-summary strong:after {
  content: "\00a0\2014\00a0";
  font-weight: 500;
}
article #single-article-body p {
  font-family: "Droid Serif", Serif;
}
article #single-article-body #summary p,
article #single-article-body .gallery-summary p {
  font-family: "Karla", sans-serif;
  font-size: 16px;
}
article #single-article-body #summary {
  font-family: "Karla", sans-serif;
  font-size: 16px;
}
article #single-article-body .text-copyright {
  display: block;
  margin-top: 40px;
  font-family: "Droid Serif", Serif;
  font-size: 16px;
  color: #9c9c9c;
}
article #single-article-body .article-tags {
  display: block;
  margin-top: 60px;
}
article #single-article-body .article-tags a {
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  margin: 0 20px 0 0;
  letter-spacing: 1px;
}
article #single-article-body .article-tags a:before {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  content: "#";
  border-bottom: 2px solid #fff200;
  font-size: 14px;
}
article #single-article-body .shop-it-module {
  position: relative;
}
article #single-article-body .shop-it-module .shop-it-text {
  right: 0;
}
article #single-article-sidebar-binario {
  display: none;
}
article #next-story {
  width: 100%;
  overflow: hidden;
}
article #next-story .slider-header li.oppure {
  display: none;
}
article #next-story .slider-mask {
  width: 270px;
  height: 300px;
  float: left;
  margin-bottom: 20px;
}
article #next-story .slider-mask li {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  /* IE 8 */
  filter: alpha(opacity = 50);
  /* IE 5-7 */
}
article #next-story .swiper-container {
  overflow: visible;
}
article #next-story h4.heading {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-indent: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
article #next-story li img {
  margin-bottom: 15px;
}
article #next-story li h2.next-title {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 15px 0;
  display: inline;
  border-bottom: 2px solid #fff200;
}
article #next-story li span.yellow-block,
article #next-story li span.yellow-arrow {
  display: none;
}
article #next-story img {
  max-width: 100%;
  height: auto;
  display: block;
}
article #next-story li.selected,
article #next-story li.swiper-slide-active {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 8 */
  filter: alpha(opacity = 100);
  /* IE 5-7 */
}
article #next-story li.selected h2.next-title,
article #next-story li.swiper-slide-active h2.next-title {
  border-bottom: none;
}
article #next-story li.selected span.yellow-block,
article #next-story li.swiper-slide-active span.yellow-block {
  display: block;
  height: 150px;
  background: #fff200;
  margin: -20px 20px -130px -20px;
}
article #next-story li.selected span.yellow-arrow,
article #next-story li.swiper-slide-active span.yellow-arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #fff200 transparent transparent transparent;
  margin: 20px auto -20px auto;
}
article .fotgallery-ponte {
  overflow: hidden;
}
article .fotgallery-ponte img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article .fotgallery-ponte li {
  margin-bottom: 30px;
}
article .fotgallery-ponte span.icon-cross {
  position: absolute;
  right: -15px;
  bottom: -30px;
  font-size: 26px;
  color: #9c9c9c;
}
article .fotgallery-ponte li.endponte.col-xs-12 {
  background: #ffffff;
  position: relative;
  top: -30px;
  height: 30px;
  margin-bottom: 0;
}
article #gallery-sfilate-dettaglio .gallery-thumbs img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article #gallery-sfilate-dettaglio .gallery-thumbs ul li {
  margin-bottom: 30px;
}
article #gallery-sfilate-dettaglio .gallery-bigpic img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article #gallery-sfilate-dettaglio .gallery-toolbar {
  margin-top: 20px;
}
article #gallery-sfilate-dettaglio .gallery-toolbar label {
  display: none;
}
article #gallery-sfilate-dettaglio .gallery-toolbar span {
  font-size: 26px;
}
article #gallery-sfilate-dettaglio .gallery-toolbar a {
  line-height: 26px;
  display: inline-block;
}
article #gallery-sfilate-dettaglio .gallery-toolbar .slideshare li.right {
  text-align: right;
}
article #gallery-sfilate-dettaglio #slidescription {
  font-family: "Karla", sans-serif;
  font-size: 16px;
}
article #gallery-sfilate-dettaglio #slidescription .slidecounter {
  position: absolute;
  top: -60px;
  font-size: 22px;
  text-transform: uppercase;
}
article #gallery-sfilate-dettaglio .article-text.testo-short {
  overflow: hidden;
  position: relative;
}
article #gallery-sfilate-dettaglio .article-text.testo-short p {
  position: relative;
  padding-bottom: 20px;
}
article #gallery-sfilate-dettaglio .article-text.testo-short .more-txt,
article #gallery-sfilate-dettaglio .article-text.testo-short .less-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-family: "Karla", sans-serif;
}
article #gallery-sfilate-dettaglio #ultime-sfilate h5 {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
article #gallery-sfilate-dettaglio #ultime-sfilate img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
article #gallery-sfilate-dettaglio #ultime-sfilate h4 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
article #gallery-sfilate-dettaglio #ultime-sfilate div.link-ultime-sfilate {
  border: 1px solid #000000;
  background: #ffffff;
  margin-top: -50px;
}
article #gallery-sfilate-dettaglio #ultime-sfilate div.link-ultime-sfilate a {
  margin: 15px auto;
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
/*! OROSCOPO
=============================================*/
#header.HPoroscopo .oroscopo-subscribe {
  height: 60px;
  margin: 20px auto;
}
#header.HPoroscopo .oroscopo-subscribe h4 {
  line-height: 40px;
}
#header.HPoroscopo input.nletter-subscribe {
  line-height: 40px;
  height: 42px;
  width: 100%;
  padding: 0 10px;
  font-size: 12px;
  font-style: italic;
  font-family: "Droid Serif", Serif;
  border: 1px solid #000000;
  background: #ffffff;
}
#header.HPoroscopo .explore-section {
  min-height: 43px;
}
#header.HPoroscopo .explore-section a.explore-btn {
  margin-bottom: 0;
  border-bottom: 1px solid #e7e7e7;
}
#header.HPoroscopo .explore-section ul.oroscopo-list {
  padding-top: 40px;
  line-height: 30px;
}
span.icon-star {
  font-size: 14px;
  line-height: 42px;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  /* IE 8 */
  filter: alpha(opacity = 40);
  /* IE 5-7 */
}
span.icon-star.active {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 8 */
  filter: alpha(opacity = 100);
  /* IE 5-7 */
}
.star-summary label {
  margin-right: 15px;
}
.star-summary span.icon-star {
  font-size: 18px;
}
#headingOroscopo div.page-title span.yellowbg {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 150px;
  background-size: 125px;
}
#headingOroscopo div.page-title .dropdown-scegli-segno {
  display: inline-block;
}
#headingOroscopo div.page-title .dropdown-toggle {
  padding-right: 10px;
  cursor: pointer;
}
#headingOroscopo div.page-title span.icon-down-arrow {
  font-size: 30px;
  font-weight: 700;
}
#headingOroscopo div.page-title ul.dropdown-menu {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0;
}
#headingOroscopo div.page-title ul.dropdown-menu li a {
  font-size: 14px;
  line-height: 28px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  border: none;
}
#headingOroscopo div.page-title ul.dropdown-menu li a:hover,
#headingOroscopo div.page-title ul.dropdown-menu li a.active {
  background: #fff200;
}
span.zodiac-icon-black-ariete {
  background-image: url('../img/oroscopo/ariete-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-toro {
  background-image: url('../img/oroscopo/toro-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-gemelli {
  background-image: url('../img/oroscopo/gemelli-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-cancro {
  background-image: url('../img/oroscopo/cancro-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-leone {
  background-image: url('../img/oroscopo/leone-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-vergine {
  background-image: url('../img/oroscopo/vergine-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-bilancia {
  background-image: url('../img/oroscopo/bilancia-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-scorpione {
  background-image: url('../img/oroscopo/scorpione-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-sagittario {
  background-image: url('../img/oroscopo/sagittario-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-capricorno {
  background-image: url('../img/oroscopo/capricorno-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-acquario {
  background-image: url('../img/oroscopo/acquario-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-black-pesci {
  background-image: url('../img/oroscopo/pesci-b.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-ariete {
  background-image: url('../img/oroscopo/ariete-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-toro {
  background-image: url('../img/oroscopo/toro-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-gemelli {
  background-image: url('../img/oroscopo/gemelli-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-cancro {
  background-image: url('../img/oroscopo/cancro-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-leone {
  background-image: url('../img/oroscopo/leone-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-vergine {
  background-image: url('../img/oroscopo/vergine-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-bilancia {
  background-image: url('../img/oroscopo/bilancia-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-scorpione {
  background-image: url('../img/oroscopo/scorpione-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-sagittario {
  background-image: url('../img/oroscopo/sagittario-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-capricorno {
  background-image: url('../img/oroscopo/capricorno-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-acquario {
  background-image: url('../img/oroscopo/acquario-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
span.zodiac-icon-white-pesci {
  background-image: url('../img/oroscopo/pesci-w.png');
  background-repeat: no-repeat;
  background-position: center;
}
section.canale-oroscopo ul.row,
section.blocco5lanci ul.row,
div#next-story ul.row {
  margin-bottom: 0;
}
section.canale-oroscopo ul.zodiac-next-story,
section.blocco5lanci ul.zodiac-next-story,
div#next-story ul.zodiac-next-story {
  height: 190px;
  background: #ffffff;
}
section.canale-oroscopo ul.zodiac-next-story li.lancio-zodiac-pic,
section.blocco5lanci ul.zodiac-next-story li.lancio-zodiac-pic,
div#next-story ul.zodiac-next-story li.lancio-zodiac-pic {
  top: 0;
  height: 180px;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 8 */
  filter: alpha(opacity = 100);
  /* IE 5-7 */
  background: #000;
}
section.canale-oroscopo ul.zodiac-next-story li.lancio-zodiac-pic .zodiac-icon,
section.blocco5lanci ul.zodiac-next-story li.lancio-zodiac-pic .zodiac-icon,
div#next-story ul.zodiac-next-story li.lancio-zodiac-pic .zodiac-icon {
  margin-top: 5px;
}
section.canale-oroscopo ul.zodiac-next-story .zodiac-sign,
section.blocco5lanci ul.zodiac-next-story .zodiac-sign,
div#next-story ul.zodiac-next-story .zodiac-sign {
  color: #ffffff;
}
section.canale-oroscopo span.grayline,
section.blocco5lanci span.grayline,
div#next-story span.grayline {
  border-top: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 30px;
}
section.canale-oroscopo em,
section.blocco5lanci em,
div#next-story em {
  font-weight: 300;
  font-family: "GT-Sectra-italic", Georgia, Serif;
  font-style: normal;
}
section.canale-oroscopo li.lancio-zodiac-pic,
section.blocco5lanci li.lancio-zodiac-pic,
div#next-story li.lancio-zodiac-pic {
  top: -35px;
  height: 290px;
}
section.canale-oroscopo li.lancio-zodiac-pic .zodiac-icon,
section.blocco5lanci li.lancio-zodiac-pic .zodiac-icon,
div#next-story li.lancio-zodiac-pic .zodiac-icon {
  margin-top: 65px;
  width: 50%;
  max-width: 150px;
  height: 127px;
  background-size: 125%;
  display: inline-block;
}
section.canale-oroscopo li.lancio-zodiac-pic .zodiac-sign,
section.blocco5lanci li.lancio-zodiac-pic .zodiac-sign,
div#next-story li.lancio-zodiac-pic .zodiac-sign {
  text-transform: capitalize;
  font-size: 40px;
  margin-top: -20px;
}
section.canale-oroscopo .post-attrs,
section.blocco5lanci .post-attrs,
div#next-story .post-attrs {
  margin-bottom: 55px;
}
section.canale-oroscopo .tool-top-giorno,
section.blocco5lanci .tool-top-giorno,
div#next-story .tool-top-giorno {
  border: 3px solid #000000;
  line-height: 50px;
  padding: 10px 0;
}
section.canale-oroscopo .tool-top-giorno .row,
section.blocco5lanci .tool-top-giorno .row,
div#next-story .tool-top-giorno .row {
  margin-bottom: 0px;
}
section.canale-oroscopo .tool-top-giorno .heading,
section.blocco5lanci .tool-top-giorno .heading,
div#next-story .tool-top-giorno .heading {
  font-family: "Karla", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  float: left;
  border-bottom: 2px solid #000000;
  margin: 15px 35px;
}
section.canale-oroscopo .tool-top-giorno span.sign-logo,
section.blocco5lanci .tool-top-giorno span.sign-logo,
div#next-story .tool-top-giorno span.sign-logo {
  float: right;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #000000;
  background-size: 40px;
  border-radius: 50%;
  text-indent: -9999px;
}
section.canale-oroscopo .tool-top-giorno span.sign-name,
section.blocco5lanci .tool-top-giorno span.sign-name,
div#next-story .tool-top-giorno span.sign-name {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 42px;
  color: #000000;
}
section.canale-oroscopo ul.oroscopo-lancio-editorial .lancio-pic,
section.blocco5lanci ul.oroscopo-lancio-editorial .lancio-pic,
div#next-story ul.oroscopo-lancio-editorial .lancio-pic {
  margin-top: 0;
}
section.canale-oroscopo ul.oroscopo-ITGirl .row,
section.blocco5lanci ul.oroscopo-ITGirl .row,
div#next-story ul.oroscopo-ITGirl .row {
  margin-bottom: 0;
}
section.canale-oroscopo ul.oroscopo-ITGirl .lancio-pic,
section.blocco5lanci ul.oroscopo-ITGirl .lancio-pic,
div#next-story ul.oroscopo-ITGirl .lancio-pic {
  clear: none;
  margin-top: 0;
}
section.canale-oroscopo ul.oroscopo-ITGirl .lancio-text,
section.blocco5lanci ul.oroscopo-ITGirl .lancio-text,
div#next-story ul.oroscopo-ITGirl .lancio-text {
  position: absolute;
  bottom: 25px;
  top: auto;
  z-index: 2;
  margin-bottom: 0;
}
section.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .titolo,
section.blocco5lanci ul.oroscopo-ITGirl .lancio-text .titolo,
div#next-story ul.oroscopo-ITGirl .lancio-text .titolo,
section.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .sommario,
section.blocco5lanci ul.oroscopo-ITGirl .lancio-text .sommario,
div#next-story ul.oroscopo-ITGirl .lancio-text .sommario {
  padding: 0 10px;
  margin: 0;
}
section.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .titolo > a,
section.blocco5lanci ul.oroscopo-ITGirl .lancio-text .titolo > a,
div#next-story ul.oroscopo-ITGirl .lancio-text .titolo > a,
section.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .sommario > a,
section.blocco5lanci ul.oroscopo-ITGirl .lancio-text .sommario > a,
div#next-story ul.oroscopo-ITGirl .lancio-text .sommario > a {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  background: #fff200;
}
section.canale-oroscopo ul.lancio-redaz-foto-orizz h5.maincategory,
section.blocco5lanci ul.lancio-redaz-foto-orizz h5.maincategory,
div#next-story ul.lancio-redaz-foto-orizz h5.maincategory {
  margin-bottom: 15px;
}
section.canale-oroscopo ul.slider-shopIT .swiper-button-prev,
section.blocco5lanci ul.slider-shopIT .swiper-button-prev,
div#next-story ul.slider-shopIT .swiper-button-prev,
section.canale-oroscopo ul.slider-shopIT .swiper-button-next,
section.blocco5lanci ul.slider-shopIT .swiper-button-next,
div#next-story ul.slider-shopIT .swiper-button-next {
  top: 195px;
}
section.canale-oroscopo ul.slider-shopIT span.icon-share,
section.blocco5lanci ul.slider-shopIT span.icon-share,
div#next-story ul.slider-shopIT span.icon-share {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 20px;
  z-index: 10;
}
section.canale-oroscopo ul.slider-shopIT .slidetext,
section.blocco5lanci ul.slider-shopIT .slidetext,
div#next-story ul.slider-shopIT .slidetext {
  margin-top: 20px;
}
section.canale-oroscopo ul.slider-shopIT .slidetext h3,
section.blocco5lanci ul.slider-shopIT .slidetext h3,
div#next-story ul.slider-shopIT .slidetext h3 {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 15px;
}
section.canale-oroscopo ul.slider-shopIT .slidetext p,
section.blocco5lanci ul.slider-shopIT .slidetext p,
div#next-story ul.slider-shopIT .slidetext p {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
section.canale-oroscopo ul.slider-shopIT .slidetext span.itemprice,
section.blocco5lanci ul.slider-shopIT .slidetext span.itemprice,
div#next-story ul.slider-shopIT .slidetext span.itemprice {
  font-size: 20px;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
}
section.canale-oroscopo ul.slider-shopIT .slidetext a.btn,
section.blocco5lanci ul.slider-shopIT .slidetext a.btn,
div#next-story ul.slider-shopIT .slidetext a.btn {
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px;
}
section.blocco5lanci .post-attrs {
  margin-bottom: 15px;
}
.foglia-oroscopo article .oroscopo-auth {
  font-size: 14px;
}
.foglia-oroscopo article .oroscopo-auth a {
  margin: 0 10px;
}
.foglia-oroscopo article .gallery-module > .gallery-title,
.foglia-oroscopo article .citation-module > .citation-title {
  padding-top: 40px;
  border-top: 1px solid #e7e7e7;
  text-align: left;
}
.foglia-oroscopo article .gallery-module .slidecounter,
.foglia-oroscopo article .gallery-module .gallery-summary {
  text-align: left;
}
.foglia-oroscopo article .citation-module .citation-title {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}
.foglia-oroscopo article .citation-module .lancio-pic img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;
}
.foglia-oroscopo article .citation-module .itgirl-evidenziata .lancio-text a {
  border: none;
}
.foglia-oroscopo article .citation-module .itgirl-evidenziata span.text {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  padding: 0;
  margin: 5px 0 0 0;
  display: inline;
  background: #fff200;
}
article #next-story li.swiper-slide-active h2.next-title {
  font-size: 26px;
}
/*! SHOP DETTAGLIO
=============================================*/
.shop-it-module h4 {
  margin: 20px 0;
}
.shop-it-module h4 a {
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
}
.shop-it-module a.btn {
  margin: 25px auto;
  font-size: 14px;
  width: 100%;
  border-radius: 0;
}
.shop-it-module a.btn span.icon-shop,
.shop-it-module a.btn span.icon-share {
  font-size: 22px;
  margin: 20px 5px;
}
.shop-it-module a.blackborder {
  border: 1px solid #000000;
  background: #ffffff;
}
.shop-it-module a.blackborder:hover {
  background: #ffffff;
}
.shop-it-module ul.share-expanded {
  top: 24px;
  left: -10px;
}
section#headingfogliaShop,
section#headingHPShop {
  /* CSS Hack for IE6 3 pixel bug */
  /*	.dropdown-menu.dropdown-menu-form::-webkit-scrollbar {
  	  -webkit-appearance: none;
    	width: 4px;
			}
			.dropdown-menu.dropdown-menu-form::-webkit-scrollbar-thumb {
			    border-radius: 3px;
			    background-color: lightgray;
			    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
			}*/
}
section#headingfogliaShop .jspContainer,
section#headingHPShop .jspContainer {
  overflow: hidden;
  position: relative;
}
section#headingfogliaShop .jspPane,
section#headingHPShop .jspPane {
  position: absolute;
}
section#headingfogliaShop .jspVerticalBar,
section#headingHPShop .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 25px;
  width: 3px;
  height: 100%;
  background: #e7e7e7;
}
section#headingfogliaShop .jspCap,
section#headingHPShop .jspCap {
  display: none;
}
section#headingfogliaShop .jspTrack,
section#headingHPShop .jspTrack {
  background: #e7e7e7;
  position: relative;
  margin: 0 auto;
}
section#headingfogliaShop .jspDrag,
section#headingHPShop .jspDrag {
  background: #000000;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
section#headingfogliaShop .jspArrow,
section#headingHPShop .jspArrow {
  background: #ffffff;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
section#headingfogliaShop .jspArrow.jspDisabled,
section#headingHPShop .jspArrow.jspDisabled {
  cursor: default;
  background: #ffffff;
}
section#headingfogliaShop .jspVerticalBar .jspArrow,
section#headingHPShop .jspVerticalBar .jspArrow {
  height: 16px;
}
section#headingfogliaShop .jspVerticalBar .jspArrow:focus,
section#headingHPShop .jspVerticalBar .jspArrow:focus {
  outline: none;
}
section#headingfogliaShop .jspCorner,
section#headingHPShop .jspCorner {
  background: #ffffff;
  float: left;
  height: 100%;
}
section#headingfogliaShop * html .jspCorner,
section#headingHPShop * html .jspCorner {
  margin: 0 -3px 0 0;
}
section#headingfogliaShop .scroll-pane,
section#headingHPShop .scroll-pane {
  width: 100%;
  height: auto;
  max-height: 378px;
  overflow: auto;
  position: absolute;
  border: 1px solid #000000;
  border-top: none;
  background: #ffffff;
  margin-top: -1px;
  z-index: 2;
}
section#headingfogliaShop .scroll-pane:focus,
section#headingHPShop .scroll-pane:focus {
  outline: 0;
}
section#headingfogliaShop .dropdown-scroll,
section#headingHPShop .dropdown-scroll {
  top: 39px;
  border-radius: 0;
  width: 100%;
  min-width: 150px;
  padding: 0;
  color: #000000;
  margin: 0 0 10px 0;
}
section#headingfogliaShop .dropdown-scroll li,
section#headingHPShop .dropdown-scroll li {
  padding: 0 0 0 15px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  width: 100%;
  text-align: left;
  margin: 2px 0 3px 0;
}
section#headingfogliaShop .dropdown-menu,
section#headingHPShop .dropdown-menu {
  max-height: 400px;
}
section#headingfogliaShop .dropdown-menu.dropdown-menu-form,
section#headingHPShop .dropdown-menu.dropdown-menu-form {
  height: auto;
  max-height: 378px;
  overflow: auto;
}
section#headingfogliaShop .dropdown-menu.dropdown-menu-form li,
section#headingHPShop .dropdown-menu.dropdown-menu-form li {
  margin: 0 0 0 10px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}
section#headingfogliaShop label,
section#headingHPShop label {
  display: inline;
}
section#headingfogliaShop .regular-checkbox,
section#headingHPShop .regular-checkbox {
  display: none;
}
section#headingfogliaShop .regular-checkbox + label,
section#headingHPShop .regular-checkbox + label {
  background-color: #ffffff;
  border: 1px solid #9c9c9c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 8px;
  font-weight: 300;
}
section#headingfogliaShop .regular-checkbox + label:active,
section#headingHPShop .regular-checkbox + label:active,
section#headingfogliaShop .regular-checkbox:checked + label:active,
section#headingHPShop .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
section#headingfogliaShop .regular-checkbox:checked + label,
section#headingHPShop .regular-checkbox:checked + label {
  background-color: #fff200;
  border: 1px solid #9c9c9c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
section#headingfogliaShop .regular-checkbox:checked + label:after,
section#headingHPShop .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
section#headingfogliaShop .regular-checkbox:focus,
section#headingHPShop .regular-checkbox:focus {
  outline: 0;
}
section.foglia-Shop.bloccoHPcanale .foglia-shop-foto {
  margin-bottom: 30px;
}
section.foglia-Shop.bloccoHPcanale .foglia-shop-apertura span.icon-graziashop-logo {
  font-size: 34px;
  display: block;
  margin-bottom: 40px;
}
section.foglia-Shop.bloccoHPcanale .foglia-shop-apertura .titolo {
  font-size: 54px;
  line-height: 62px;
  margin: 0 0 20px 0;
}
section.foglia-Shop.bloccoHPcanale .foglia-shop-apertura .sommario {
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
section.foglia-Shop.bloccoHPcanale .foglia-shop-apertura .descrizione {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0 40px;
}
section.foglia-Shop.bloccoHPcanale .foglia-shop-apertura .prezzo {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0 40px;
}
section.foglia-Shop.bloccoHPcanale .foglia-shop-apertura .shop-it-module a.btn {
  padding: 15px 0;
}
section.foglia-Shop #next-story {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
}
section.foglia-Shop #next-story ul.row.slider-header {
  margin-bottom: 0;
}
section.foglia-Shop #next-story .slider-header li.oppure {
  display: none;
}
section.foglia-Shop #next-story .slider-mask {
  width: 270px;
  height: 450px;
  float: left;
  margin-bottom: 20px;
}
section.foglia-Shop #next-story .slider-mask li {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  /* IE 8 */
  filter: alpha(opacity = 50);
  /* IE 5-7 */
}
section.foglia-Shop #next-story .swiper-container {
  overflow: visible;
}
section.foglia-Shop #next-story h4.heading {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-indent: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
section.foglia-Shop #next-story li img {
  margin-bottom: 15px;
}
section.foglia-Shop #next-story li h2.next-title {
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 15px 0;
  display: inline;
  border-bottom: 2px solid #fff200;
}
section.foglia-Shop #next-story li span.yellow-block,
section.foglia-Shop #next-story li span.yellow-arrow {
  display: none;
}
section.foglia-Shop #next-story img {
  max-width: 100%;
  height: auto;
  display: block;
}
section.foglia-Shop #next-story li.selected,
section.foglia-Shop #next-story li.swiper-slide-active {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: opacity;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 8 */
  filter: alpha(opacity = 100);
  /* IE 5-7 */
}
section.foglia-Shop #next-story li.selected h2.next-title,
section.foglia-Shop #next-story li.swiper-slide-active h2.next-title {
  border-bottom: none;
}
section.foglia-Shop #next-story li.selected span.yellow-block,
section.foglia-Shop #next-story li.swiper-slide-active span.yellow-block {
  display: block;
  height: 150px;
  background: #fff200;
  margin: -20px 20px -130px -20px;
}
section.foglia-Shop #next-story li.selected span.yellow-arrow,
section.foglia-Shop #next-story li.swiper-slide-active span.yellow-arrow {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #fff200 transparent transparent transparent;
  margin: 20px auto -20px auto;
  float: left;
}
section.foglia-Shop #next-story .titolo,
section.foglia-Shop #next-story .titolo a,
section.foglia-Shop #next-story .sommario,
section.foglia-Shop #next-story .sommario a,
section.foglia-Shop #next-story .prezzo {
  font-family: "Karla", sans-serif;
  line-height: 24px;
}
section.foglia-Shop #next-story .titolo a,
section.foglia-Shop #next-story .prezzo {
  font-weight: 700;
  font-size: 18px;
}
section.foglia-Shop #next-story .prezzo,
section.foglia-Shop #next-story .sommario {
  margin-bottom: 20px;
}
section.foglia-Shop #next-story .prezzo a,
section.foglia-Shop #next-story .sommario a {
  font-size: 16px;
}
/*! RICERCA & TAG
=============================================*/
#searchresult {
  margin-bottom: 30px;
}
#searchresult input.searchterm,
#searchresult h1.searchterm {
  border: none;
  border-bottom: 1px solid #e5e9ee;
  line-height: 46px;
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 30px;
  margin-top: 20px;
  padding: 0;
}
#searchresult label {
  color: #9c9c9c;
  font-style: italic;
  font-weight: 300;
  margin-top: 5px;
  font-size: 12px;
  font-family: "Droid Serif", Serif;
  display: inline-block;
  padding: 0;
}
#searchresult .resultNum {
  font-family: "Karla", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
  display: inline-block;
  padding: 0;
}
#tagresult {
  margin-bottom: 30px;
}
#tagresult .tagname {
  border: none;
  border-bottom: 1px solid #e5e9ee;
  line-height: 46px;
  font-family: "GT-Sectra", Georgia, Serif;
  font-weight: 300;
  font-size: 30px;
  margin-top: 20px;
  padding: 0;
}
/*! SERVICE PAGES
=============================================*/
.page404 article #single-article-head {
  margin-top: 40px;
}
.page404 article #single-article-head .article-title h1 {
  font-size: 4.5rem;
}
.page404 article #single-article-head .sum-text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.page404 .backlink {
  font-family: "Karla", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
/*!
=======================================================
================ // MEDIA QUERIES: ====================
=======================================================
*/
/* Handheld Devices, Phones */
@media only screen and (min-width: 480px) {
  article #single-article-body #single-article-content .gallery-module .swiper-button-next,
  article #single-article-body #single-article-content .gallery-module .swiper-button-prev {
    top: 280px;
  }
  article #single-article-body #single-article-content .gallery-module .gallery-toolbar .allpics-link {
    display: inline-block;
  }
  section.foglia-ITGirls .citazione.titolo {
    font-size: 38px;
    line-height: 44px;
  }
  section.foglia-ITGirls .citazione.titolo span {
    background: #fff200;
    padding: 0 5px;
    line-height: 50px;
  }
  section.foglia-ITGirls .itgirl-evidenziata p {
    font-size: 62px;
    line-height: 70px;
    padding: 5px 10px;
  }
  section.foglia-ITGirls .itgirl-evidenziata p.social-icons {
    font-size: 28px;
    line-height: 70px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .adv300 {
    position: absolute;
  }
  .foglia-ITGirls .adv300,
  .HP-shop .adv300 {
    position: relative;
  }
  .overlay-white #site-menu nav .magazine-newsletter form {
    width: 300px;
    text-align: center;
    margin: 0 auto;
  }
  ul.share-expanded {
    min-width: 400px;
    top: -15px;
    right: -17px;
  }
  ul.share-expanded li:first-child {
    clear: right;
    border-width: 1px 1px 1px 0;
    padding: 6px 0;
  }
  ul.share-expanded li.link-ico {
    clear: none;
    border-width: 1px 0px 1px 0;
    padding-top: 0;
  }
  ul.share-expanded li span.icon-close {
    padding: 14px;
  }
  .shop-it-module ul.share-expanded {
    top: 18px;
    left: 0px;
    min-width: 330px;
  }
  #header.homepage {
    overflow: hidden;
    height: 230px;
  }
  #header.homepage .logo {
    margin-top: 30px;
  }
  #header.homepage .logo > * .icon-logo {
    font-size: 110px;
  }
  #header.homepage #hamburgermenu,
  #header.homepage #searchmenu {
    top: 150px;
  }
  #header.homepage #hamburgermenu .icon-menu {
    font-size: 40px;
  }
  #header.homepage #header-cover {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding-right: 15px;
    height: 125px;
    width: 140px;
    box-sizing: content-box;
    overflow: hidden;
  }
  #header.homepage #header-cover:hover {
    overflow: visible;
  }
  #header.homepage #header-cover a.button.abbonati {
    position: absolute;
    top: 85px;
    left: 0;
    text-align: center;
    width: 140px;
    height: 40px;
    background-color: #fff200;
    padding: 10px 0;
    font-size: 13px;
    display: inline-block;
    letter-spacing: 1px;
  }

  .home #header.homepage.cloned-header-menu {
    transition: top .15s ease-out;
    height: 70px;
    position: fixed;
  }

  #header.homepage.contracted , header.article{
	  position: sticky;
  }
  #header.homepage.contracted .logo {
    margin-top: 0;
  }
  #header.homepage.contracted .logo > * .icon-logo {
    font-size: 42px;
  }
  #header.homepage.contracted #hamburgermenu,
  #header.homepage.contracted #searchmenu {
    top: 0;
  }
  #header.homepage.contracted #header-cover {
    height: 45px;
    width: 185px;
  }
  #header.homepage.contracted #header-cover img {
    display: none;
  }
  #header.homepage.contracted #header-cover a.button.abbonati {
    top: 0;
    right: 80px;
    width: 140px;
  }
  #header.article #hamburgermenu {
    position: static;
  }
  #header.article .logo {
    float: left;
  }
  #header.article .logo > * {
    text-align: left;
  }
  #header.sfilate {
    height: 230px;
  }
  #header.sfilate .btn-apply a {
    margin-top: 2px;
  }
  #header.sfilate span.vedialtre {
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
  }
  #header.sfilate .explore-section .explore-menu {
    padding-bottom: 0;
  }
  #header.sfilate .explore-section ul.dropdown-menu {
    overflow: hidden;
  }
  #header.sfilate .progress-indicator {
    top: 230px;
  }
  #header.HPoroscopo {
    height: 230px;
  }
  #header hr.grayline {
    margin-top: -1px;
  }
  #header #searchmenu div#share-appare {
    display: inline-block;
    position: absolute;
    top: -3px;
    right: 50px;
    z-index: 500;
    width: 400px;
    padding: 15px;
    background: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
    font-size: 20px;
    height: 70px;
    overflow: hidden;
    text-align: right;
  }
  #header #searchmenu div#share-appare a,
  #header #searchmenu div#share-appare .icon-share {
    border: none;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
  }
  #header #searchmenu div#share-appare .icon-share {
    position: relative;
  }
  #header #searchmenu div#share-appare .share-expanded {
    top: -10px;
    right: -8px;
  }
  #header #searchmenu div#share-appare .share-expanded li {
    padding: 7px 3px;
    height: 60px;
  }
  .home #masthead {
    margin-top: 230px;
  }
  .category-sfilate .article-masthead #masthead {
    margin-top: 230px;
  }
  .explore-section .explore-menu {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .HP-oroscopo #masthead,
  .foglia-oroscopo #masthead {
    margin-top: 230px;
  }
  section#HPlancio1-sm {
    margin-top: 20px;
  }
  section#HPlancio1-sm h2 a {
    font-size: 40px;
    line-height: 48px;
  }
  section.hot-topics {
    display: block;
  }
  section.hot-topics a {
    display: block;
    height: 146px;
  }
  section.hot-topics img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  section.hot-topics h4.heading {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
    padding: 8px 0;
    border-top: 3px solid #fff200;
    clear: both;
    display: inline-block;
    letter-spacing: 1px;
  }
  section.hot-topics li h3 {
    font-family: "GT-Sectra", Georgia, Serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  section.hot-topics li h3 a {
    border: none;
  }
  section.hot-topics li:last-child {
    display: none;
  }
  section.blocco5lanci .advcontainer,
  section.bloccoHPcanale .advcontainer {
    display: block;
  }
  section.blocco5lanci .post-attrs a,
  section.bloccoHPcanale .post-attrs a,
  section.blocco5lanci .post-attrs h5.maincategory,
  section.bloccoHPcanale .post-attrs h5.maincategory {
    font-size: 10px;
    line-height: 12px;
  }
  section.blocco5lanci .post-attrs .icon-share,
  section.bloccoHPcanale .post-attrs .icon-share {
    font-size: 20px;
  }
  section.blocco5lanci .lancio-pic,
  section.bloccoHPcanale .lancio-pic {
    margin-top: -35px;
    text-align: left;
  }
  section.blocco5lanci .lancio-foto-full .lancio-pic,
  section.bloccoHPcanale .lancio-foto-full .lancio-pic,
  section.blocco5lanci .lancio-foto-sfilate .lancio-pic,
  section.bloccoHPcanale .lancio-foto-sfilate .lancio-pic {
    margin-top: 0;
  }
  section.blocco5lanci .titolo,
  section.bloccoHPcanale .titolo,
  section.blocco5lanci .titolo a,
  section.bloccoHPcanale .titolo a,
  section.blocco5lanci .sommario,
  section.bloccoHPcanale .sommario,
  section.blocco5lanci .sommario a,
  section.bloccoHPcanale .sommario a {
    font-size: 18px;
    line-height: 20px;
  }
  section.blocco5lanci .lancio-foto-quad .lancio-text .titolo a,
  section.bloccoHPcanale .lancio-foto-quad .lancio-text .titolo a,
  section.blocco5lanci .lancio-foto-full.riga-gialla h2,
  section.bloccoHPcanale .lancio-foto-full.riga-gialla h2,
  section.blocco5lanci .lancio-foto-full.riga-azzurra h2,
  section.bloccoHPcanale .lancio-foto-full.riga-azzurra h2 {
    font-size: 18px;
    line-height: 20px;
  }
  section.blocco5lanci .lancio-foto-sfilate .titolo,
  section.bloccoHPcanale .lancio-foto-sfilate .titolo {
    font-family: "GT-Sectra", Georgia, Serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border-left: 3px solid #fff200;
    padding: 20px;
  }
  section.blocco5lanci .lancio-foto-sfilate .titolo a,
  section.bloccoHPcanale .lancio-foto-sfilate .titolo a {
    border: none;
  }
  section.blocco5lanci .lancio-ITGirls .subcategory,
  section.bloccoHPcanale .lancio-ITGirls .subcategory {
    display: none;
  }
  section.blocco5lanci .lancio-ITGirls .ITGirl-nome .subcategory,
  section.bloccoHPcanale .lancio-ITGirls .ITGirl-nome .subcategory {
    display: inline-block;
  }
  section.blocco5lanci.canale-ITBlogs .lancio-IT-blogs-doppio .shop-it,
  section.bloccoHPcanale.canale-ITBlogs .lancio-IT-blogs-doppio .shop-it,
  section.blocco5lanci.foglia-ITBlogs .lancio-IT-blogs-doppio .shop-it,
  section.bloccoHPcanale.foglia-ITBlogs .lancio-IT-blogs-doppio .shop-it {
    margin-top: 90px;
  }
  section.blocco5lanci.canale-ITBlogs .bloggers-wanted h3 a,
  section.bloccoHPcanale.canale-ITBlogs .bloggers-wanted h3 a,
  section.blocco5lanci.foglia-ITBlogs .bloggers-wanted h3 a,
  section.bloccoHPcanale.foglia-ITBlogs .bloggers-wanted h3 a {
    font-size: 30px;
    line-height: 42px;
  }
  section.blocco5lanci.canale-ITBlogs #potrebbe-interessarti,
  section.bloccoHPcanale.canale-ITBlogs #potrebbe-interessarti,
  section.blocco5lanci.foglia-ITBlogs #potrebbe-interessarti,
  section.bloccoHPcanale.foglia-ITBlogs #potrebbe-interessarti {
    width: 100%;
  }
  section.blocco5lanci.canale-ITBlogs #potrebbe-interessarti.swiper-container,
  section.bloccoHPcanale.canale-ITBlogs #potrebbe-interessarti.swiper-container,
  section.blocco5lanci.foglia-ITBlogs #potrebbe-interessarti.swiper-container,
  section.bloccoHPcanale.foglia-ITBlogs #potrebbe-interessarti.swiper-container {
    width: 100%;
    overflow: visible;
  }
  section.blocco5lanci.canale-ITBlogs #potrebbe-interessarti .swiper-slide,
  section.bloccoHPcanale.canale-ITBlogs #potrebbe-interessarti .swiper-slide,
  section.blocco5lanci.foglia-ITBlogs #potrebbe-interessarti .swiper-slide,
  section.bloccoHPcanale.foglia-ITBlogs #potrebbe-interessarti .swiper-slide {
    width: 20%;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: opacity;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    /* IE 8 */
    filter: alpha(opacity = 100);
    /* IE 5-7 */
  }
  section.blocco5lanci.foglia-ITBlogs .lancio-IT-blogs-doppio .shop-it,
  section.bloccoHPcanale.foglia-ITBlogs .lancio-IT-blogs-doppio .shop-it {
    margin-top: 0px;
  }
  section.blocco5lanci.canale-oroscopo .post-attrs,
  section.bloccoHPcanale.canale-oroscopo .post-attrs {
    margin-bottom: 15px;
  }
  section.blocco5lanci.canale-oroscopo .tool-top-giorno span.icon-star,
  section.bloccoHPcanale.canale-oroscopo .tool-top-giorno span.icon-star {
    font-size: 18px;
  }
  section.blocco5lanci.canale-oroscopo .tool-top-giorno span.sign-name,
  section.bloccoHPcanale.canale-oroscopo .tool-top-giorno span.sign-name {
    font-size: 22px;
  }
  section.blocco5lanci.canale-oroscopo ul.slider-shopIT .swiper-button-prev,
  section.bloccoHPcanale.canale-oroscopo ul.slider-shopIT .swiper-button-prev,
  section.blocco5lanci.canale-oroscopo ul.slider-shopIT .swiper-button-next,
  section.bloccoHPcanale.canale-oroscopo ul.slider-shopIT .swiper-button-next {
    top: 240px;
  }
  section.blocco5lanci.canale-oroscopo ul.slider-shopIT .slidetext,
  section.bloccoHPcanale.canale-oroscopo ul.slider-shopIT .slidetext {
    margin-top: 20px;
    text-align: left;
  }
  section.blocco5lanci.canale-oroscopo ul.slider-shopIT .slidetext span.itemprice,
  section.bloccoHPcanale.canale-oroscopo ul.slider-shopIT .slidetext span.itemprice {
    width: auto;
    float: left;
    margin-right: 40px;
    margin-top: 20px;
  }
  section.blocco5lanci.canale-oroscopo ul.slider-shopIT .slidetext a.btn,
  section.bloccoHPcanale.canale-oroscopo ul.slider-shopIT .slidetext a.btn {
    width: auto;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  section.blocco5lanci.canale-oroscopo li.col-md-4.lancio-zodiac-pic,
  section.bloccoHPcanale.canale-oroscopo li.col-md-4.lancio-zodiac-pic {
    top: 0;
    margin-bottom: 15px;
  }
  section.blocco5lanci li.lancio-zodiac-pic {
    height: 200px;
  }
  section.blocco5lanci li.lancio-zodiac-pic .zodiac-icon {
    margin-top: 35px;
    height: 80px;
  }
  section.bloccoNAPA {
    width: 720px;
    margin: 0 auto;
  }
  section.bloccoNAPA .sponsorName h5 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  section.bloccoNAPA .slider-NAPA {
    margin-right: auto;
    margin-left: auto;
  }
  section.bloccoNAPA .slider-NAPA .swiper-slide.col-sm-5 {
    padding-left: 0;
    padding-right: 15px;
    width: 41.66666667%;
  }
  section.bloccoNAPA .slider-NAPA .swiper-slide.col-sm-2 {
    padding-left: 0;
    padding-right: 0;
    width: 16.66666667%;
  }
  section.bloccoNAPA .slider-NAPA .swiper-slide.col-sm-2 .next-title {
    margin: 0;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  section.bloccoITgirls .itgirl-evidenziata {
    top: -45px;
  }
  section.bloccoITgirls .itgirl-evidenziata h2 {
    font-size: 52px;
    line-height: 60px;
  }
  section.bloccoITgirls .itgirl-evidenziata p {
    font-size: 30px;
    line-height: 38px;
  }
  section.bloccoITgirls .itgirl-evidenziata span {
    font-size: 18px;
    line-height: 18px;
  }
  section#headingHPSfilate h1,
  section#headingHPITBlogs h1,
  section#headingHPITGirls h1,
  section#headingHPShop h1,
  section#headingfogliaShop h1,
  section#headingOroscopo h1,
  section#headingContributors h1 {
    font-size: 60px;
    line-height: 64px;
  }
  section#headingfogliaITGirls {
    font-family: "GT-Sectra", Georgia, Serif;
    font-weight: 300;
  }
  section#headingfogliaITGirls h1 {
    font-size: 72px;
    line-height: 76px;
  }
  section.foglia-ITBlogs .itgirl-evidenziata {
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  section.foglia-ITBlogs .itgirl-evidenziata span.text {
    font-size: 38px;
    line-height: 44px;
  }
  section.foglia-ITBlogs .itgirl-evidenziata span {
    font-size: 18px;
    line-height: 18px;
  }
  section.foglia-ITBlogs.BottomContainer .itgirl-evidenziata {
    position: static;
    transform: translate(0);
  }
  section.foglia-ITBlogs .lancio-foto-full.riga-gialla.titolo-sopra .titolo a {
    font-size: 30px;
    line-height: 36px;
  }
  #single-article-sidebar.sfilate {
    position: relative;
    top: 300px;
  }
  #single-article-sidebar.sfilate #single-article-sidebar-binario div#binario1.affix {
    position: fixed;
    top: 180px;
  }
  #single-article-sidebar #single-article-sidebar-binario {
    display: block;
    position: relative;
    width: 300px;
  }
  #single-article-sidebar #single-article-sidebar-binario div.affix {
    position: fixed;
    top: 80px;
  }
  #single-article-sidebar #single-article-sidebar-binario div.affix-top {
    position: static;
  }
  #single-article-sidebar #single-article-sidebar-binario div.affix-bottom {
    position: absolute;
  }
  article #next-story {
    width: 100%;
    overflow: visible;
  }
  article #next-story .slider-header li.oppure {
    display: block;
  }
  article #single-article-body #single-article-content .gallery-module .swiper-button-next,
  article #single-article-body #single-article-content .gallery-module .swiper-button-prev {
    top: 225px;
  }
  article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare a.slideshare-link,
  article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare a.fullscreen-link {
    margin-left: 20px;
  }
  article #gallery-sfilate-dettaglio #slidescription .slidecounter {
    position: initial;
    font-size: 16px;
    top: 0;
  }
  article.no-masthead {
    margin-top: 130px;
  }
  #slidescription {
    position: absolute;
    font-family: "Karla", sans-serif;
    font-size: 16px;
  }
  #slidescription .slidecounter {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
  }
  #slidescription h3.location {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 20px;
  }
  #slidescription .credits {
    padding-bottom: 20px;
    color: #999;
  }
  #slidescription .credits em {
    color: #000000;
    font-style: normal;
  }
  #slidescription hr {
    height: 5px;
    border: none;
    border-left: 40px solid #fff200;
  }
  #slidescription.article-module {
    position: initial;
  }
  .overlay-black #slidescription {
    width: 25%;
    top: 0;
    padding: 0 15px;
  }
  section.canale-ITGirls .lancio-IT-girls .row {
    margin-bottom: 0;
  }
  section.canale-ITGirls .lancio-IT-girls .lancio-pic {
    clear: none;
    margin-top: 0;
  }
  section.canale-ITGirls .lancio-IT-girls .lancio-text {
    position: absolute;
    bottom: 25px;
    top: auto;
    z-index: 2;
    margin-bottom: 0;
  }
  section.canale-ITGirls .lancio-IT-girls .lancio-text .titolo,
  section.canale-ITGirls .lancio-IT-girls .lancio-text .sommario {
    padding: 0 10px;
    margin: 0;
  }
  section.canale-ITGirls .lancio-IT-girls .lancio-text .titolo > a,
  section.canale-ITGirls .lancio-IT-girls .lancio-text .sommario > a {
    font-size: 24px;
    line-height: 34px;
  }
  #headingHPITGirls .explore-section,
  #headingOroscopo .explore-section {
    display: block !important;
  }
  #headingHPITGirls .explore-section ul.ITGirls-list li,
  #headingOroscopo .explore-section ul.ITGirls-list li {
    display: inline-block;
    margin: 0 15px;
  }
  section#headingfogliaShop .jspVerticalBar,
  section#headingHPShop .jspVerticalBar {
    right: 10px;
  }
  section.foglia-Shop #next-story {
    width: 100%;
    overflow: visible;
  }
  section.foglia-Shop #next-story .slider-header li.oppure {
    display: block;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 960px) {
  .letterSpaced {
    letter-spacing: 2px;
  }
  .overlay-white #search-module label {
    text-transform: uppercase;
    font-family: "karla", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px;
    text-indent: 0;
  }
  .overlay-white #site-menu nav .colonna1 {
    text-align: left;
  }
  .overlay-white #site-menu nav .single-item-evidenza {
    margin-bottom: 60px;
  }
  .overlay-white #site-menu nav .single-item-evidenza img,
  .overlay-white #site-menu nav .single-item-evidenza h4 {
    display: block;
  }
  .overlay-white #site-menu nav .single-item-evidenza h4 {
    font-size: 14px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: "Karla", sans-serif;
    letter-spacing: 2px;
  }
  .overlay-white #site-menu nav .single-item-evidenza h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .overlay-white #site-menu nav .single-item-evidenza h3 a {
    border: none;
    margin-right: 40px;
    display: inline-block;
  }
  .overlay-white #site-menu nav .single-item-evidenza h3 a:hover {
    background: none;
  }
  .overlay-white #site-menu nav .single-item-evidenza span.icon-right-arrow {
    display: none;
  }
  .overlay-white #site-menu nav li.single-item.accedi {
    position: relative;
  }
  .overlay-white #site-menu nav li.single-item.accedi a {
    position: absolute;
    top: 3px;
  }
  .overlay-white #site-menu nav .colonna3 .heading-item span {
    background: none;
    color: #9c9c9c;
    display: inline-block;
    padding: 0;
    text-transform: inherit;
    font-weight: 300;
    letter-spacing: 2px;
  }
  .overlay-white #site-menu nav .magazine-newsletter form {
    width: inherit;
  }
  .overlay-white #site-menu nav .magazine-newsletter form span.icon-right-arrow {
    margin-right: -39px;
  }
  .overlay-white #site-menu nav a.button.abbonati {
    width: 120px;
  }
  .overlay-gallery-white #gallery-fullscreen .logo,
  .overlay-gallery-black #gallery-fullscreen .logo,
  .overlay-gallery-white #gallery-fullscreen-black .logo,
  .overlay-gallery-black #gallery-fullscreen-black .logo {
    position: relative;
  }
  .overlay-gallery-white #gallery-fullscreen .slidecounter {
  position: absolute;
  padding-left: 180px;
  width: 75%;
  }
  .overlay-gallery-black #gallery-fullscreen-black .slidecounter .right,
  .overlay-gallery-white .slidecounter .pull-right {
    position: absolute;
    right: -60px;
    top: 0;
  }
  .overlay-gallery-white #gallery-fullscreen .gallery-adv,
  .overlay-gallery-black #gallery-fullscreen .gallery-adv,
  .overlay-gallery-white #gallery-fullscreen-black .gallery-adv,
  .overlay-gallery-black #gallery-fullscreen-black .gallery-adv {
    width: 33%;
    min-width: 320px;
    text-align: right;
    padding-right: 15px;
  }
  .overlay-gallery-white #gallery-fullscreen #slidescription,
  .overlay-gallery-black #gallery-fullscreen #slidescription,
  .overlay-gallery-white #gallery-fullscreen-black #slidescription,
  .overlay-gallery-black #gallery-fullscreen-black #slidescription {
    width: 25%;
    top: 0;
    padding: 0 15px;
  }
  .HP-oroscopo #masthead,
  .foglia-oroscopo #masthead {
    margin-top: 170px;
  }
  #header .sidelogo,
  #headingHPSfilate .sidelogo,
  #headingHPITBlogs .sidelogo,
  #headingHPShop .sidelogo,
  #headingfogliaShop .sidelogo,
  #headingOroscopo .sidelogo {
    display: inline-block;
  }
  #header.homepage.contracted #header-cover,
  #headingHPSfilate.homepage.contracted #header-cover,
  #headingHPITBlogs.homepage.contracted #header-cover,
  #headingHPShop.homepage.contracted #header-cover,
  #headingfogliaShop.homepage.contracted #header-cover,
  #headingOroscopo.homepage.contracted #header-cover {
    width: 210px;
  }
  #header #in-evidenza,
  #headingHPSfilate #in-evidenza,
  #headingHPITBlogs #in-evidenza,
  #headingHPShop #in-evidenza,
  #headingfogliaShop #in-evidenza,
  #headingOroscopo #in-evidenza {
    display: block;
    margin-top: 35px;
  }
  #header #in-evidenza h4,
  #headingHPSfilate #in-evidenza h4,
  #headingHPITBlogs #in-evidenza h4,
  #headingHPShop #in-evidenza h4,
  #headingfogliaShop #in-evidenza h4,
  #headingOroscopo #in-evidenza h4,
  #header #in-evidenza a,
  #headingHPSfilate #in-evidenza a,
  #headingHPITBlogs #in-evidenza a,
  #headingHPShop #in-evidenza a,
  #headingfogliaShop #in-evidenza a,
  #headingOroscopo #in-evidenza a {
    display: inline;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 2px 10px;
  }
  #header #in-evidenza a,
  #headingHPSfilate #in-evidenza a,
  #headingHPITBlogs #in-evidenza a,
  #headingHPShop #in-evidenza a,
  #headingfogliaShop #in-evidenza a,
  #headingOroscopo #in-evidenza a {
    font-weight: 700;
  }
  #header #in-evidenza a.current,
  #headingHPSfilate #in-evidenza a.current,
  #headingHPITBlogs #in-evidenza a.current,
  #headingHPShop #in-evidenza a.current,
  #headingfogliaShop #in-evidenza a.current,
  #headingOroscopo #in-evidenza a.current {
    border-bottom: 2px solid #000000;
  }
  #header.HPoroscopo,
  #headingHPSfilate.HPoroscopo,
  #headingHPITBlogs.HPoroscopo,
  #headingHPShop.HPoroscopo,
  #headingfogliaShop.HPoroscopo,
  #headingOroscopo.HPoroscopo {
    height: 170px;
  }
  #header.HPoroscopo .explore-section a.dropdown-toggle#scegli-segno,
  #headingHPSfilate.HPoroscopo .explore-section a.dropdown-toggle#scegli-segno,
  #headingHPITBlogs.HPoroscopo .explore-section a.dropdown-toggle#scegli-segno,
  #headingHPShop.HPoroscopo .explore-section a.dropdown-toggle#scegli-segno,
  #headingfogliaShop.HPoroscopo .explore-section a.dropdown-toggle#scegli-segno,
  #headingOroscopo.HPoroscopo .explore-section a.dropdown-toggle#scegli-segno {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .star-summary label {
    margin-right: 0;
  }
  .star-summary span.icon-star {
    font-size: 14px;
  }
  section#HPlancio1-sm {
    position: relative;
  }
  section#HPlancio1-sm .lancio-title {
    margin-top: -50px;
    min-height: 50px;
  }
  section#HPlancio1-sm img {
    margin: 0 auto;
    display: block;
  }
  section#HPlancio1-sm .adv-apertura {
    display: inline-block;
    position: absolute;
    top: 0;
  }
  section#HPlancio1-sm .adv-apertura .advapertura {
    border: 5px solid #ffffff;
    margin-left: 50px;
    display: inline-block;
  }
  section.hot-topics li.col-sm-3 {
    width: 220px;
    box-sizing: content-box;
    padding-right: 10px;
  }
  section.blocco5lanci .post-attrs a,
  section.bloccoHPcanale .post-attrs a,
  section.blocco5lanci .post-attrs h5.maincategory,
  section.bloccoHPcanale .post-attrs h5.maincategory {
    font-size: 14px;
    line-height: 14px;
  }
  section.blocco5lanci .titolo,
  section.bloccoHPcanale .titolo,
  section.blocco5lanci .titolo a,
  section.bloccoHPcanale .titolo a,
  section.blocco5lanci .sommario,
  section.bloccoHPcanale .sommario,
  section.blocco5lanci .sommario a,
  section.bloccoHPcanale .sommario a {
    font-size: 26px;
    line-height: 30px;
  }
  section.blocco5lanci .lancio-foto-quad .lancio-text .titolo a,
  section.bloccoHPcanale .lancio-foto-quad .lancio-text .titolo a,
  section.blocco5lanci .lancio-foto-full.riga-gialla h2,
  section.bloccoHPcanale .lancio-foto-full.riga-gialla h2,
  section.blocco5lanci .lancio-foto-full.riga-azzurra h2,
  section.bloccoHPcanale .lancio-foto-full.riga-azzurra h2 {
    font-size: 26px;
    line-height: 30px;
  }
  section.blocco5lanci .lancio-ITGirls .subcategory,
  section.bloccoHPcanale .lancio-ITGirls .subcategory {
    display: inline-block;
  }
  section.blocco5lanci .lancio-ITGirls .ITGirl-nome .subcategory,
  section.bloccoHPcanale .lancio-ITGirls .ITGirl-nome .subcategory {
    display: none;
  }
  section.blocco5lanci.canale-ITBlogs .lancio-IT-blogs-doppio .lancio-tit .titolo,
  section.bloccoHPcanale.canale-ITBlogs .lancio-IT-blogs-doppio .lancio-tit .titolo {
    margin: 15px 0px;
  }
  section.blocco5lanci.canale-ITBlogs .lancio-IT-blogs-doppio .shop-it,
  section.bloccoHPcanale.canale-ITBlogs .lancio-IT-blogs-doppio .shop-it {
    margin-top: 0;
  }
  section.blocco5lanci.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .titolo > a,
  section.bloccoHPcanale.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .titolo > a,
  section.blocco5lanci.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .sommario > a,
  section.bloccoHPcanale.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .sommario > a {
    font-size: 30px;
    line-height: 42px;
  }
  section.blocco5lanci.canale-oroscopo ul.slider-shopIT .swiper-button-prev,
  section.bloccoHPcanale.canale-oroscopo ul.slider-shopIT .swiper-button-prev,
  section.blocco5lanci.canale-oroscopo ul.slider-shopIT .swiper-button-next,
  section.bloccoHPcanale.canale-oroscopo ul.slider-shopIT .swiper-button-next {
    top: 140px;
  }
  section.blocco5lanci.canale-oroscopo ul.slider-shopIT .slidetext p,
  section.bloccoHPcanale.canale-oroscopo ul.slider-shopIT .slidetext p {
    margin-right: 60px;
  }
  section.blocco5lanci.canale-oroscopo li.col-md-4.lancio-zodiac-pic,
  section.bloccoHPcanale.canale-oroscopo li.col-md-4.lancio-zodiac-pic {
    top: -35px;
  }
  section.blocco5lanci.bloccoNetwork .network-title h4,
  section.bloccoHPcanale.bloccoNetwork .network-title h4 {
    font-family: "GT-Sectra", Georgia, Serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
  }
  section.blocco5lanci.bloccoNetwork .network-title p,
  section.bloccoHPcanale.bloccoNetwork .network-title p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  section.blocco5lanci li.lancio-zodiac-pic {
    height: 290px;
  }
  section.blocco5lanci li.lancio-zodiac-pic .zodiac-icon {
    margin-top: 65px;
    height: 127px;
  }
  section.bloccoNAPA {
    width: 940px;
  }
  section#headingHPSfilate h1,
  section#headingHPITBlogs h1,
  section#headingHPITGirls h1,
  section#headingHPShop h1,
  section#headingfogliaShop h1,
  section#headingOroscopo h1,
  section#headingContributors h1 {
    font-size: 72px;
    line-height: 82px;
  }
  section.foglia-ITBlogs.ShopContainer .lancio-IT-blogs-doppio .lancio-tit ul {
    margin-bottom: 30px;
  }
  section#headingHPITGirls .explore-section,
  section#headingOroscopo .explore-section {
    display: block !important;
    border: none;
  }
  section#headingHPITGirls .explore-section ul.ITGirls-list li,
  section#headingOroscopo .explore-section ul.ITGirls-list li {
    display: inline-block;
    margin: 0 15px;
  }
  #searchresult {
    margin: 50px auto 15px auto;
  }
  #searchresult input.searchterm,
  #searchresult h1.searchterm {
    line-height: 64px;
    font-size: 48px;
  }
  #searchresult label {
    font-size: 14px;
  }
  #searchresult .resultNum {
    font-size: 14px;
    margin-top: 30px;
  }
  #tagresult .tagname {
    line-height: 64px;
    font-size: 48px;
  }
  article #single-article-head .margin-bottom {
    margin-bottom: 80px;
  }
  article #single-article-head .article-title h1 {
    font-size: 7rem;
  }
  article #single-article-head .article-author {
    font-size: 1.75rem;
  }
  article #single-article-head .article-author img.auth-ico {
    display: inline-block;
  }
  article .full-picture {
    height: 567px;
    margin-bottom: 60px;
  }
  article .full-picture img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
  }
  article .shop-it-module .shop-it-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  article #single-article-body .margin-bottom {
    margin-bottom: 80px;
  }
  article #single-article-body p {
    font-family: "Droid Serif", Serif;
    font-size: 20px;
  }
  article #single-article-body #summary p {
    font-family: "Karla", sans-serif;
    font-size: 20px;
  }
  article #single-article-body #summary {
    font-family: "Karla", sans-serif;
    font-size: 20px;
  }
  article #single-article-body #single-article-content .gallery-module .swiper-button-next,
  article #single-article-body #single-article-content .gallery-module .swiper-button-prev {
    top: 310px;
  }
  article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare a.slideshare-link,
  article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare a.fullscreen-link {
    margin-left: 35px;
  }
  article #single-article-body #single-article-content .gallery-module .gallery-toolbar .slideshare label {
    display: inline-block;
  }
  article #next-story {
    width: 970px;
  }
  section.canale-ITGirls .lancio-IT-girls .row {
    margin-bottom: 0;
  }
  section.canale-ITGirls .lancio-IT-girls .lancio-pic {
    clear: none;
    margin-top: 0;
  }
  section.canale-ITGirls .lancio-IT-girls .lancio-text {
    position: absolute;
    bottom: 30px;
    top: auto;
    z-index: 2;
    margin-bottom: 0;
  }
  section.canale-ITGirls .lancio-IT-girls .lancio-text .titolo,
  section.canale-ITGirls .lancio-IT-girls .lancio-text .sommario {
    margin: 1px 0 2px 0;
  }
  section.canale-ITGirls .lancio-IT-girls .lancio-text .titolo > a,
  section.canale-ITGirls .lancio-IT-girls .lancio-text .sommario > a {
    padding: 0 10px;
    font-size: 34px;
    line-height: 44px;
  }
  section.foglia-ITGirls .full-picture {
    display: block;
    margin-bottom: 20px;
  }
  section.foglia-ITGirls .full-picture img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  section.foglia-ITGirls .testo-short a.more-txt {
    margin: 0 10px;
  }
  section.foglia-ITGirls .itgirl-evidenziata {
    margin-top: 45px;
  }
  section.foglia-ITGirls .itgirl-evidenziata p {
    font-size: 62px;
    line-height: 70px;
    padding: 5px 10px;
  }
  section.foglia-ITGirls .itgirl-evidenziata p.social-icons {
    font-size: 28px;
    line-height: 70px;
  }
  section.foglia-ITGirls .lancio-IT-girls .box-no-foto {
    margin: 0 0 20px 0;
  }
  section.foglia-ITGirls .lancio-IT-girls .box-no-foto .box-itgirls-grazia {
    top: 10px;
    left: 10px;
    bottom: auto;
    color: #000000;
  }
  section.foglia-ITGirls .lancio-IT-girls .box-no-foto .titolo {
    margin: 25px 0 0 0;
  }
  section.foglia-ITGirls .lancio-IT-girls .box-no-foto .titolo a {
    font-size: 42px;
    line-height: 52px;
  }
  section.foglia-ITGirls .adv300 {
    position: absolute;
  }
  section#headingfogliaShop .jspVerticalBar,
  section#headingHPShop .jspVerticalBar {
    right: 25px;
  }
  section.foglia-Shop li.foglia-shop-apertura.center {
    padding: 0 50px;
  }
  section.foglia-Shop #next-story {
    width: 970px;
  }
  .page404 article #single-article-head .article-title h1 {
    font-size: 7.5rem;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1280px) {
  .overlay-white #site-menu nav a.button.abbonati {
    width: 120px;
  }
  #header.homepage.contracted #header-cover {
    width: 230px;
  }
  #header.sfilate {
    height: 170px;
  }
  #header.sfilate span.vedialtre {
    width: auto;
  }
  #header.sfilate .col-lg-0 {
    width: auto;
    min-width: 180px;
  }
  #header.sfilate .progress-indicator {
    top: 170px;
  }
  #header.HPoroscopo .explore-section a.dropdown-toggle#scegli-segno {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .category-sfilate .article-masthead #masthead {
    margin-top: 170px;
  }
  section#HPlancio1-sm {
    position: relative;
  }
  section#HPlancio1-sm .lancio-title {
    margin-top: -85px;
    min-height: 85px;
  }
  section#HPlancio1-sm img {
    margin: 0 auto;
    display: block;
  }
  section#HPlancio1-sm .adv-apertura {
    display: inline-block;
    position: absolute;
    top: 0;
  }
  section#HPlancio1-sm .adv-apertura .advapertura {
    border: 5px solid #ffffff;
    margin-left: 50px;
    display: inline-block;
  }
  section.hot-topics li.col-sm-3 {
    padding-right: 3px;
  }
  section.hot-topics li h3 {
    font-size: 18px;
    line-height: 22px;
  }
  section.blocco5lanci .titolo,
  section.bloccoHPcanale .titolo,
  section.blocco5lanci .titolo a,
  section.bloccoHPcanale .titolo a,
  section.blocco5lanci .sommario,
  section.bloccoHPcanale .sommario,
  section.blocco5lanci .sommario a,
  section.bloccoHPcanale .sommario a {
    font-size: 30px;
    line-height: 36px;
  }
  section.blocco5lanci .lancio-foto-quad .lancio-text .titolo a,
  section.bloccoHPcanale .lancio-foto-quad .lancio-text .titolo a,
  section.blocco5lanci .lancio-foto-full.riga-gialla h2,
  section.bloccoHPcanale .lancio-foto-full.riga-gialla h2,
  section.blocco5lanci .lancio-foto-full.riga-azzurra h2,
  section.bloccoHPcanale .lancio-foto-full.riga-azzurra h2 {
    font-size: 30px;
    line-height: 36px;
  }
  section.blocco5lanci.canale-ITBlogs .lancio-text .titolo a,
  section.bloccoHPcanale.canale-ITBlogs .lancio-text .titolo a,
  section.blocco5lanci.bloccoHPShop .lancio-text .titolo a,
  section.bloccoHPcanale.bloccoHPShop .lancio-text .titolo a {
    font-size: 36px;
    line-height: 42px;
  }
  section.blocco5lanci.canale-ITBlogs .ITblog-auth a,
  section.bloccoHPcanale.canale-ITBlogs .ITblog-auth a,
  section.blocco5lanci.bloccoHPShop .ITblog-auth a,
  section.bloccoHPcanale.bloccoHPShop .ITblog-auth a,
  section.blocco5lanci.canale-ITBlogs a.leggi-sul-blog,
  section.bloccoHPcanale.canale-ITBlogs a.leggi-sul-blog,
  section.blocco5lanci.bloccoHPShop a.leggi-sul-blog,
  section.bloccoHPcanale.bloccoHPShop a.leggi-sul-blog {
    font-size: 14px;
  }
  section.blocco5lanci.canale-ITBlogs .lancio-IT-blogs-doppio .lancio-tit .titolo,
  section.bloccoHPcanale.canale-ITBlogs .lancio-IT-blogs-doppio .lancio-tit .titolo,
  section.blocco5lanci.bloccoHPShop .lancio-IT-blogs-doppio .lancio-tit .titolo,
  section.bloccoHPcanale.bloccoHPShop .lancio-IT-blogs-doppio .lancio-tit .titolo {
    margin: 20px 5px;
  }
  section.blocco5lanci.canale-ITBlogs .lancio-IT-blogs-doppio .lancio-tit .titolo a,
  section.bloccoHPcanale.canale-ITBlogs .lancio-IT-blogs-doppio .lancio-tit .titolo a,
  section.blocco5lanci.bloccoHPShop .lancio-IT-blogs-doppio .lancio-tit .titolo a,
  section.bloccoHPcanale.bloccoHPShop .lancio-IT-blogs-doppio .lancio-tit .titolo a {
    font-size: 40px;
    line-height: 44px;
  }
  section.blocco5lanci .oroscopo-lancio-editorial .titolo a,
  section.bloccoHPcanale .oroscopo-lancio-editorial .titolo a {
    font-size: 38px;
    line-height: 40px;
  }
  section.blocco5lanci.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .titolo > a,
  section.bloccoHPcanale.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .titolo > a,
  section.blocco5lanci.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .sommario > a,
  section.bloccoHPcanale.canale-oroscopo ul.oroscopo-ITGirl .lancio-text .sommario > a {
    font-size: 36px;
    line-height: 48px;
  }
  section.bloccoNAPA {
    width: 1170px;
  }
  section.bloccoNAPA .slider-NAPA .swiper-slide.col-sm-5,
  section.bloccoNAPA .slider-NAPA .swiper-slide.col-sm-2 {
    width: 33.333333%;
  }
  section.bloccoNAPA .slider-NAPA .swiper-slide.col-sm-2 img {
    width: 41.66666667%;
    float: left;
  }
  section.bloccoNAPA .slider-NAPA .swiper-slide.col-sm-2 h2.next-title {
    width: 55%;
    float: right;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
  }
  section.bloccoNAPA .slider-NAPA .swiper-slide.col-sm-2 h2.last-title {
    width: auto;
  }
  section.bloccoITgirls .itgirl-evidenziata {
    top: -45px;
  }
  section.bloccoITgirls .itgirl-evidenziata p {
    font-size: 38px;
    line-height: 44px;
  }
  section.bloccoITgirls .itgirl-evidenziata p.social-icons a {
    display: inline-block;
  }
  section.bloccoITgirls .itgirl-evidenziata p.social-icons span {
    font-size: 22px;
    line-height: 30px;
  }
  section#headingHPSfilate .col-lg-0,
  section#headingHPITBlogs .col-lg-0,
  section#headingHPShop .col-lg-0,
  section#headingfogliaShop .col-lg-0 {
    width: auto;
    min-width: 180px;
  }
  section#headingHPSfilate h1,
  section#headingHPITBlogs h1,
  section#headingHPShop h1,
  section#headingfogliaShop h1 {
    font-size: 82px;
    line-height: 96px;
  }
  section.foglia-ITBlogs .itgirl-evidenziata span.text {
    font-size: 48px;
    line-height: 64px;
  }
  section.foglia-ITBlogs .itgirl-evidenziata p.social-icons a {
    display: inline-block;
  }
  section.foglia-ITBlogs .itgirl-evidenziata p.social-icons span {
    font-size: 22px;
    line-height: 30px;
  }
  section.foglia-ITBlogs .lancio-foto-full.riga-gialla.titolo-sopra .titolo a {
    font-size: 42px;
    line-height: 46px;
  }
  section.foglia-ITBlogs .lancio-foto-full.riga-gialla.titolo-sopra .lancio-title {
    margin-bottom: -90px;
  }
  section.foglia-ITGirls .itgirl-evidenziata p.social-icons {
    font-size: 22px;
    line-height: 30px;
  }
  .star-summary label {
    margin-right: 15px;
  }
  .star-summary span.icon-star {
    font-size: 18px;
  }
  article #next-story {
    width: 1240px;
  }
  article #next-story .slider-mask {
    width: 25%;
    padding: 0;
  }
  article #next-story .slider-mask li {
    margin-right: 5px;
  }
  article .binario {
    width: 300px;
    float: right;
    text-align: right;
  }
  article #gallery-sfilate-dettaglio .gallery-toolbar label {
    display: inline-block;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    font-family: "Karla", sans-serif;
    font-size: 16px;
  }
  article #gallery-sfilate-dettaglio .gallery-toolbar span {
    font-size: 16px;
  }
  section.foglia-Shop li.foglia-shop-apertura.center span.icon-graziashop-logo {
    margin-bottom: 80px;
  }
  section.foglia-Shop li.foglia-shop-apertura.center .titolo,
  section.foglia-Shop li.foglia-shop-apertura.center .sommario,
  section.foglia-Shop li.foglia-shop-apertura.center .descrizione,
  section.foglia-Shop li.foglia-shop-apertura.center .prezzo {
    margin: 0 0 40px 0;
  }
  section.foglia-Shop #next-story {
    width: 1240px;
  }
  section.foglia-Shop #next-story .slider-mask {
    width: 25%;
    padding: 0;
  }
  section.foglia-Shop #next-story .slider-mask li {
    margin-right: 5px;
  }
}
/*! IE FIXES
=============================================*/
html.ie8 .swiper-wrapper.row,
html.ie9 .swiper-wrapper.row {
  padding-left: 15px !important;
}
html.ie8 li.swiper-slide,
html.ie9 li.swiper-slide {
  float: left;
}
html.ie8 article #next-story .slider-mask li,
html.ie9 article #next-story .slider-mask li {
  margin-right: 0;
}
html.ie8 section#headingfogliaShop .regular-checkbox,
html.ie8 .ie8 section#headingHPShop .regular-checkbox {
  display: inline;
  margin-right: 10px;
}
html.ie8 section#headingfogliaShop label,
html.ie8 .ie8 section#headingHPShop label {
  display: none;
}
html.ie8 .tool-top-giorno .sign-logo,
html.ie8 .lancio-zodiac-pic .zodiac-icon {
  visibility: hidden !important;
}
html.ie8 lancio-zodiac-pic .zodiac-icon {
  height: 65px !important;
}
html.ie8 #headingOroscopo div.page-title span.yellowbg {
  width: 300px;
  height: 250px;
}
html.ie8 div#next-story li.lancio-zodiac-pic .zodiac-icon {
  width: 100%;
  max-width: 240px;
  height: 147px;
}
/*!===============================
 this is Grazia, more or .less  */
/*# sourceMappingURL=grazia-template.css.map */
