/* line 5, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 107, ../sass/screen.scss */
body {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Playfair Display';
  color: #95989A;
}

/* line 118, ../sass/screen.scss */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
/* line 123, ../sass/screen.scss */
a:hover {
  text-decoration: none;
}

/* line 128, ../sass/screen.scss */
p {
  line-height: 1.6em;
}

/* line 133, ../sass/screen.scss */
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

/* line 139, ../sass/screen.scss */
.main-content {
  margin-top: 50px;
}
@media (min-width: 768px) {
  /* line 139, ../sass/screen.scss */
  .main-content {
    margin-top: 80px;
  }
}

/* line 147, ../sass/screen.scss */
.absolute-full {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* line 155, ../sass/screen.scss */
.table {
  display: table;
}

/* line 159, ../sass/screen.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 164, ../sass/screen.scss */
.spacer {
  height: 50px;
}

/* line 168, ../sass/screen.scss */
.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 173, ../sass/screen.scss */
.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 178, ../sass/screen.scss */
img.full {
  height: auto;
  width: 100%;
}

/* line 185, ../sass/screen.scss */
.left {
  text-align: left;
}

/* line 189, ../sass/screen.scss */
.right {
  text-align: right;
}

/* line 197, ../sass/screen.scss */
h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

/* line 203, ../sass/screen.scss */
address {
  color: #fff;
  font-family: "Muli";
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5em;
}

/* line 215, ../sass/screen.scss */
#segaliari-header-home {
  height: 50px;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
}
@media (min-width: 768px) {
  /* line 215, ../sass/screen.scss */
  #segaliari-header-home {
    height: 80px;
    text-align: left;
  }
}
/* line 228, ../sass/screen.scss */
#segaliari-header-home #header-background {
  background-color: rgba(2, 23, 70, 0.8);
  -webkit-transform: translateY(-80px);
  /* Chrome, Safari, Opera */
  -webkit-transform-style: preserve-3d;
  /* Chrome, Safari, Opera */
  transform: translateY(-80px);
  transform-style: preserve-3d;
  -moz-transition: transform 1s ease 0s;
  -o-transition: transform 1s ease 0s;
  -webkit-transition: transform 1s ease 0s;
  transition: transform 1s ease 0s;
}
/* line 239, ../sass/screen.scss */
#segaliari-header-home #header-background.active {
  -webkit-transform: translateY(0vh);
  transform: translateY(0vh);
}
/* line 246, ../sass/screen.scss */
#segaliari-header-home #header-background a {
  position: absolute;
  left: 0px;
  top: 10px;
  text-align: right;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 246, ../sass/screen.scss */
  #segaliari-header-home #header-background a {
    text-align: center;
  }
}
/* line 257, ../sass/screen.scss */
#segaliari-header-home #header-background a img {
  width: 141px;
  height: 30px;
  opacity: 0.9;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 262, ../sass/screen.scss */
#segaliari-header-home #header-background a img:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 257, ../sass/screen.scss */
  #segaliari-header-home #header-background a img {
    width: 282px;
    height: 60px;
  }
}

/* line 277, ../sass/screen.scss */
a#hamburger-segaliari {
  position: absolute;
  left: 15px;
  top: 14px;
  z-index: 1000;
}
@media (min-width: 768px) {
  /* line 277, ../sass/screen.scss */
  a#hamburger-segaliari {
    top: 29px;
  }
}
/* line 288, ../sass/screen.scss */
a#hamburger-segaliari span {
  background: #DBDBDB;
  display: block;
  width: 40px;
  height: 5px;
  margin-bottom: 4px;
  position: relative;
}

/* line 298, ../sass/screen.scss */
.language-selector {
  position: absolute;
  right: 15px;
  top: 30px;
  color: #FFF;
}
/* line 304, ../sass/screen.scss */
.language-selector a {
  color: #FFF;
  opacity: 0.4;
  ont-weight: 300;
  font-family: "Muli";
  font-size: 12px;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 311, ../sass/screen.scss */
.language-selector a:hover {
  opacity: 1;
}
/* line 314, ../sass/screen.scss */
.language-selector a.active {
  opacity: 1;
}

/* line 320, ../sass/screen.scss */
.menu-language {
  margin-top: 30px;
  font-family: "Muli";
  font-size: 10px;
}
/* line 327, ../sass/screen.scss */
.menu-language li a {
  font-size: 12px !important;
}

/* line 341, ../sass/screen.scss */
.mm-segaliari li a {
  font-size: 20px;
  font-weight: 300;
  font-family: "Muli";
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 357, ../sass/screen.scss */
.mm-segaliari li:hover > a {
  color: #021746 !important;
}

/* line 367, ../sass/screen.scss */
#footer-top {
  background-color: rgba(2, 23, 70, 0.8);
  position: relative;
}
/* line 370, ../sass/screen.scss */
#footer-top .overlay {
  background: url(../../../images/overlay.png);
  opacity: 1;
}

/* line 376, ../sass/screen.scss */
#footer-bottom {
  background-color: #021746;
  padding: 15px;
  color: #fff;
  font-family: "Muli";
  font-weight: 300;
  font-size: 12px;
}

/* line 385, ../sass/screen.scss */
#loghi-footer {
  text-align: center;
}
/* line 387, ../sass/screen.scss */
#loghi-footer img {
  display: inline-block;
  margin-bottom: 30px;
  clear: both;
}

/* line 395, ../sass/screen.scss */
#address-footer {
  border-right: solid 1px #fff;
}

/* line 400, ../sass/screen.scss */
#sitemap li {
  margin-bottom: 10px;
}
/* line 402, ../sass/screen.scss */
#sitemap li a {
  font-size: 15px;
  font-family: "Muli";
  color: #fff;
  text-transform: uppercase;
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 409, ../sass/screen.scss */
#sitemap li a:hover {
  opacity: 1;
}

/* line 417, ../sass/screen.scss */
#prodotti-footer h4 {
  font-size: 15px;
  font-family: "Muli";
  color: #fff;
  margin-bottom: 15px;
}
/* line 424, ../sass/screen.scss */
#prodotti-footer li {
  margin-bottom: 10px;
}
/* line 426, ../sass/screen.scss */
#prodotti-footer li a {
  font-size: 15px;
  font-family: "Muli";
  color: #fff;
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 432, ../sass/screen.scss */
#prodotti-footer li a:hover {
  opacity: 1;
}

/* line 442, ../sass/screen.scss */
#form-contatti {
  padding-bottom: 100px;
  padding-top: 100px;
  background: url(../../../images/back-contact.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 450, ../sass/screen.scss */
#form-contatti h2 {
  color: #021746;
  font-family: "Muli";
  font-size: 25px;
}
/* line 456, ../sass/screen.scss */
#form-contatti label {
  color: #95989A;
  font-family: "Muli";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 465, ../sass/screen.scss */
#form-contatti input {
  border: solid 1px #95989A;
  background-color: rgba(255, 255, 255, 0.7);
  height: 40px;
  color: #000;
  font-family: "Muli";
}
/* line 473, ../sass/screen.scss */
#form-contatti textarea {
  border: solid 1px #95989A;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-family: "Muli";
}
/* line 480, ../sass/screen.scss */
#form-contatti span.gfield_required {
  color: #021746;
}
/* line 484, ../sass/screen.scss */
#form-contatti #gform_submit_button_1 {
  border: none;
  color: #fff;
  background-color: #021746;
  font-size: 15px;
  height: auto;
  padding: 15px 20px 15px 20px;
  font-family: "Muli";
  opacity: 0.7;
  float: right;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 497, ../sass/screen.scss */
#form-contatti #gform_submit_button_1:hover {
  opacity: 1;
}
/* line 502, ../sass/screen.scss */
#form-contatti #gform_confirmation_message_1 {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #95989A;
  font-family: "Muli";
  font-size: 18px;
}

/* line 515, ../sass/screen.scss */
.big-image {
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  background: url(../../../images/segaliari_home.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 527, ../sass/screen.scss */
ul#scene li.layer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

/* line 534, ../sass/screen.scss */
#main-image-home {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  position: relative;
}
/* line 540, ../sass/screen.scss */
#main-image-home .caption {
  position: absolute;
  left: 12px;
  bottom: 30px;
  color: #fff;
  font-family: "Muli";
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 300;
}
/* line 551, ../sass/screen.scss */
#main-image-home .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 555, ../sass/screen.scss */
#main-image-home a {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  margin: auto;
  width: 24px;
  height: 56px;
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
/* line 565, ../sass/screen.scss */
#main-image-home a:hover {
  opacity: 1;
}

/* line 571, ../sass/screen.scss */
.contenuto-home {
  position: absolute;
  left: 4%;
  top: 5%;
  width: 90%;
  height: 90%;
}

/* line 580, ../sass/screen.scss */
.home #main-image-home {
  position: relative;
  margin-top: -50px;
}
@media (min-width: 768px) {
  /* line 580, ../sass/screen.scss */
  .home #main-image-home {
    margin-top: -80px;
  }
}

/* line 590, ../sass/screen.scss */
.main-logo {
  text-align: center;
}
/* line 594, ../sass/screen.scss */
.main-logo img {
  width: 90%;
  height: auto;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  /* line 594, ../sass/screen.scss */
  .main-logo img {
    width: 38.69791666666667%;
  }
}
/* line 605, ../sass/screen.scss */
.main-logo h2 {
  color: #fff;
  font-family: "Muli";
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}
/* line 611, ../sass/screen.scss */
.main-logo h2 strong {
  font-weight: 400;
}
@media (min-width: 768px) {
  /* line 605, ../sass/screen.scss */
  .main-logo h2 {
    font-size: 30px;
  }
}
/* line 620, ../sass/screen.scss */
.main-logo h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  width: 90%;
  display: inline-block;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  /* line 620, ../sass/screen.scss */
  .main-logo h3 {
    width: 38.69791666666667%;
  }
}

/* line 637, ../sass/screen.scss */
#main-content-home {
  background: url(../../../images/logo-background.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 643, ../sass/screen.scss */
#sommario-page,
#sommario-home {
  background: rgba(124, 124, 124, 0.2);
  position: relative;
}
/* line 647, ../sass/screen.scss */
#sommario-page .overlay,
#sommario-home .overlay {
  background: url(../../../images/overlay.png);
  opacity: 0.2;
}

/* line 653, ../sass/screen.scss */
#sommario-page {
  background: #f4efef;
}

/* line 660, ../sass/screen.scss */
.sommario-box {
  overflow: hidden;
  padding: 30px 30px;
}
/* line 663, ../sass/screen.scss */
.sommario-box a {
  color: #021746;
  font-size: 40px;
  font-family: "Muli";
  font-weight: 300;
  letter-spacing: -2px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  padding-left: 40px;
}
/* line 674, ../sass/screen.scss */
.sommario-box a:before {
  position: absolute;
  left: 0px;
  top: 2px;
  content: "";
  width: 20px;
  height: 34px;
  background: url(../../../images/arrow-right.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 687, ../sass/screen.scss */
.sommario-box p {
  font-size: 15px;
  font-family: "Muli";
  font-weight: 300;
  color: #021746;
  text-align: center;
}

/* line 696, ../sass/screen.scss */
#clienti {
  background: url(../../../images/clienti.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 702, ../sass/screen.scss */
#informazioni {
  background: url(../../../images/informazioni.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 708, ../sass/screen.scss */
#prodotti {
  background: url(../../../images/prodotti.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 714, ../sass/screen.scss */
#prodotti-testo {
  background-color: rgba(2, 23, 70, 0.5);
}

/* line 718, ../sass/screen.scss */
#clienti-testo,
#informazioni-testo {
  background-color: rgba(124, 124, 124, 0.2);
}

/* line 723, ../sass/screen.scss */
#testo-home {
  text-align: center;
}

/* line 728, ../sass/screen.scss */
#press-home {
  text-align: center;
}
/* line 731, ../sass/screen.scss */
#press-home h2 {
  font-size: 40px;
  font-family: "Muli";
  font-weight: 300;
  color: #021746;
}

/* line 742, ../sass/screen.scss */
#slider-prodotti {
  width: 100%;
  height: 400px;
}
/* line 746, ../sass/screen.scss */
#slider-prodotti .touchcarousel-item {
  width: 100vw;
  height: 400px;
  position: relative;
}
/* line 751, ../sass/screen.scss */
#slider-prodotti .touchcarousel-item .table {
  height: 400px;
  position: relative;
}
/* line 756, ../sass/screen.scss */
#slider-prodotti h3,
#slider-prodotti h2 {
  font-family: "Muli";
  color: #021746;
  font-size: 75px;
  font-weight: 300;
}
/* line 764, ../sass/screen.scss */
#slider-prodotti h3 {
  font-size: 45px;
}
/* line 768, ../sass/screen.scss */
#slider-prodotti span.divider {
  display: inline-block;
  width: 90px;
  height: 10px;
  background-color: #021746;
  margin-left: 5px;
}

/* line 779, ../sass/screen.scss */
.col-5 {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 779, ../sass/screen.scss */
  .col-5 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  /* line 779, ../sass/screen.scss */
  .col-5 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  /* line 779, ../sass/screen.scss */
  .col-5 {
    width: 20%;
  }
}
/* line 799, ../sass/screen.scss */
.col-5:before {
  content: "";
  display: block;
  padding-top: 100%;
}
/* line 806, ../sass/screen.scss */
.col-5.blue {
  background-color: #76819b;
}
/* line 811, ../sass/screen.scss */
.col-5.pink {
  background-color: #E2D7D7;
}

/* line 816, ../sass/screen.scss */
.col-5-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Muli";
  font-size: 25px;
  color: #021746;
}
/* line 829, ../sass/screen.scss */
.col-5-content span {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 15px;
  font-size: 14px;
}
/* line 837, ../sass/screen.scss */
.col-5-content a {
  z-index: 100;
  background-color: #000;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 843, ../sass/screen.scss */
.col-5-content a:hover {
  opacity: 0.3;
}
/* line 848, ../sass/screen.scss */
.col-5-content .table {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 861, ../sass/screen.scss */
#image-evidenza {
  height: 400px;
  overflow: hidden;
  position: relative;
}

/* line 867, ../sass/screen.scss */
.titolo-container {
  font-family: "Muli";
  color: #021746;
  font-size: 55px;
  height: 400px;
}
/* line 872, ../sass/screen.scss */
.titolo-container .table {
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

/* line 880, ../sass/screen.scss */
.all-products {
  background-color: #021746;
}
/* line 883, ../sass/screen.scss */
.all-products .col-5-content {
  color: #fff;
  font-size: 30px;
}

/* line 891, ../sass/screen.scss */
#contenuto-prodotti {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #f4efef;
  text-align: center;
}
/* line 898, ../sass/screen.scss */
#contenuto-prodotti h1 {
  font-family: "Muli";
  color: #021746;
  font-size: 55px;
  margin-bottom: 50px;
}
/* line 905, ../sass/screen.scss */
#contenuto-prodotti p {
  font-family: "Muli";
  font-size: 18px;
  line-height: 26px;
}
/* line 910, ../sass/screen.scss */
#contenuto-prodotti p strong {
  font-weight: bolder;
}
/* line 915, ../sass/screen.scss */
#contenuto-prodotti img {
  margin-bottom: 50px;
}

/* line 920, ../sass/screen.scss */
#breadcrumb {
  margin-bottom: 25px;
}
/* line 923, ../sass/screen.scss */
#breadcrumb a {
  font-family: "Muli";
  color: #021746;
  font-size: 18px;
  opacity: 0.7;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 930, ../sass/screen.scss */
#breadcrumb a:hover {
  opacity: 1;
}
/* line 934, ../sass/screen.scss */
#breadcrumb a strong {
  font-weight: 700;
}

/* line 941, ../sass/screen.scss */
#informazioni-page {
  text-align: center;
}
/* line 943, ../sass/screen.scss */
#informazioni-page h1 {
  font-family: "Muli";
  color: #021746;
  font-size: 55px;
  margin-bottom: 50px;
}

/* line 951, ../sass/screen.scss */
#related {
  background-color: #f4efef;
}
/* line 953, ../sass/screen.scss */
#related h3 {
  font-family: "Muli";
  color: #021746;
  font-size: 25px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
/* line 961, ../sass/screen.scss */
#related h3:before {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: -20px;
  width: 89px;
  height: 10px;
  background-color: #021746;
  content: "";
}

/* line 980, ../sass/screen.scss */
#google-map {
  height: 400px;
}

/* line 986, ../sass/screen.scss */
#logo-clienti {
  text-align: right;
}
