/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.bordered {
  border: 2px solid red; }

.verticalCenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

section {
  width: 100%; }

.section-container {
  width: 96%;
  margin: 0 auto; }

.cf {
  display: block;
  zoom: 1; }
  .cf:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden; }

body {
  font-size: 100%;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 1px;
  padding: 0;
  background-color: #fff; }

::-moz-selection {
  background: #ffe5cc;
  /* WebKit/Blink Browsers */ }

::selection {
  background: #ffe5cc;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #ffe5cc;
  /* Gecko Browsers */ }

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none; }

a:hover {
  border-bottom: 2px solid #000; }

p {
  font-size: 1em;
  line-height: 1.25em; }

small {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.33333em; }

em {
  font-style: italic;
  display: inline-block; }

strong {
  font-weight: bold;
  display: inline-block; }

.p1 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: bold; }
  @media only screen and (min-width: 960px) {
    .p1 {
      font-size: 2em;
      line-height: 1.125em; } }

.p2 {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: normal; }
  @media only screen and (min-width: 960px) {
    .p2 {
      font-size: 1.25em;
      line-height: 1.2em; } }

.p3 {
  @extends small;
  line-height: 150%;
  font-weight: normal; }
  @media only screen and (min-width: 960px) {
    .p3 {
      font-size: 1em;
      line-height: 1.25em; } }

.underline {
  border-bottom: 1px solid #000;
  display: inline; }

a.line-through {
  text-decoration: line-through; }

p a,
p a:link,
p a:visited,
p a:hover,
p a:active, h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active, h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active, h3 a,
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active, small a,
small a:link,
small a:visited,
small a:hover,
small a:active, li a,
li a:link,
li a:visited,
li a:hover,
li a:active {
  @extends underline(); }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #EFEEE9;
  color: #000;
  opacity: 0.9;
  z-index: 20; }
  .cookie-banner small {
    width: 80%;
    margin: 16px;
    font-size: 10px;
    line-height: 14px; }

.cookie-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("/assets/img/X.png");
  background-size: cover;
  background-repeat: no-repeat; }

.header {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff; }

.header a,
.header a:link,
.header a:visited,
.header a:active {
  border: none; }

.header .section-container {
  position: relative; }

.header-A {
  position: absolute;
  left: 8%;
  height: 40px;
  z-index: 5; }

.header-B {
  position: absolute;
  right: 8%;
  text-align: right;
  z-index: 5; }

.header-C {
  position: relative;
  width: 100%;
  text-align: center; }

.fixed-header {
  border-bottom: 1px solid #000;
  background-color: #fff; }

.home {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  overflow: hidden; }

body {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0; }

.home.js-resize img {
  width: auto;
  height: auto;
  display: inherit;
  margin: 0 auto; }

.page-container {
  padding-bottom: 48px; }

.showcase,
.about,
.post {
  width: 100%;
  margin-top: 72px;
  text-align: center; }

.description {
  display: inline-block;
  width: 90%;
  text-align: center;
  margin-bottom: 48px; }

.description a,
.description a:link,
.description a:visited,
.description a:hover,
.description a:active {
  font-family: "acta-display";
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000; }

.description a:hover {
  border-bottom: 0; }

.title {
  margin-bottom: 24px; }

.policy {
  width: 75%;
  margin-top: 72px;
  margin-left: 12.5%;
  text-align: left; }
  .policy h3 {
    margin-top: 48px;
    margin-bottom: 16px; }
  .policy h4, .policy p {
    margin-bottom: 16px; }

.showcase img {
  max-width: 100%;
  margin-bottom: 48px; }

.slider {
  width: 90%;
  margin: 0px auto;
  overflow: hidden; }

.slideshow {
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out; }

.slideshow > li {
  margin: 0 auto 24px; }

.slideshow > li > img {
  width: 100%;
  height: auto; }

.slideshow-ready {
  opacity: 1; }

.slideshow-ready > li {
  float: left; }

.slideshow-ready .prev,
.slideshow-ready .next {
  cursor: pointer; }

.arrow-left {
  cursor: url("../img/GD_arrow-left.png") 49 12, pointer; }

.arrow-right {
  cursor: url("../img/GD_arrow-right.png") 49 12, pointer; }

.masonry-container {
  margin-top: 72px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out; }

.gutter-sizer {
  width: 0; }

.grid-sizer {
  width: 100%; }

.masonry-item {
  width: 100%;
  margin-bottom: 0;
  text-align: center; }

.masonry-item-description {
  margin-top: 36px;
  margin-bottom: 48px;
  width: 84%;
  margin-left: 8%; }

.masonry-item-description p {
  text-align: center; }

.masonry-item-image {
  position: relative;
  width: 84%;
  text-align: center;
  margin-left: 8%; }

.masonry-item-image img {
  max-width: 100%;
  height: auto;
  display: inline-block; }

.img-shield {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/shield.png"); }

.masonry-item-image .copyright {
  font-size: 10px;
  line-height: 100%; }

.masonry-item-image .verticalized {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center; }

.masonry-item-image .bottom-line {
  position: absolute;
  bottom: -16px;
  width: 100%; }

@media only screen and (min-width: 960px) {
  .header-A {
    left: 0px; }
  .header-B {
    right: 0px; }
  .cookie-banner small {
    width: 95%;
    font-size: 13px;
    line-height: 20px; }
  .description {
    margin-bottom: 96px;
    width: 76%; }
  .showcase,
  .about,
  .post,
  .masonry-container,
  .policy {
    margin-top: 120px; }
  .section-container {
    width: 80%; }
  .gutter-sizer {
    width: 8%; }
  .grid-sizer {
    width: 46%; }
  .masonry-item {
    width: 50%;
    margin-bottom: 40px; }
  .masonry-item-description {
    margin-top: 24px; }
  .masonry-item-image,
  .masonry-item-description {
    width: 84%;
    margin-left: 0; }
  .slider {
    width: 100%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo {
    background: url("../img/giulia-dolci-logo-@2X.png");
    background-size: contain; } }
