

/* ===================================================================
 *  webfonts and iconfonts - (_document-setup)
 *
 * ------------------------------------------------------------------- */

@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");


/* ===================================================================
 *  base style overrides - (_document-setup)
 *
 * ------------------------------------------------------------------- */

html {
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 14px;
  }
}

html,
body {
  height: 100%;
}

body {
  background: #ffffff;
  font-family: "avenir-book", Calibri, sans-serif;
  font-size: 2rem;
  line-height: 2.1;
  color: #58585a;
  margin: 0;
  padding: 0;
}


/* ------------------------------------------------------------------- 
 * links 
 * ------------------------------------------------------------------- */

a,
a:visited {
  color: #28c7e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #28c7e8;
}


/* ===================================================================
 *  typography & general theme styles 
 *
 * ------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
  color: #58585a;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.4rem;
}

h3, .h03, h4, .h04 {
  margin-bottom: 1.5rem;
}
h5, .h05, h6, .h06 {
  margin-bottom: 1.2rem;
}
h1, .h01 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: -.1rem;
}

@media only screen and (max-width: 600px) {
  h1,
  .h01 {
    font-size: 2.6rem;
    letter-spacing: -.07rem;
  }
}

h2, .h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}
h3, .h03 {
  font-size: 2rem;
  line-height: 1.5;
}
h4, .h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}
h5, .h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
h6, .h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "avenir-book", Calibri, sans-serif;
  font-size: 2.1rem;
  line-height: 1.857;
  color: #58585a;
  margin-bottom: 3.6rem;
}

p.lead i {
  font-size: 2.4rem;
  position: relative;
  bottom: -6px;
}

.bold{
   font-weight: bold;

}

.small{
    font-size:1.3rem !important;

}

.small_1{
    font-size:1.3rem !important;
    font-weight: normal;


}

.big {
 
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 1230px) {
   .big {
    font-size: inherit;
  }
}

.blu-mk {
  color:#28c7e8 !important;
}

.location {
  font-size: 1.8rem;
}



@media only screen and (max-width: 768px) {
  p.lead {
    font-size: 2rem;
  }
}

em, i, strong, b {
  font-size: 1.6rem;
  line-height: 1.875;
  font-style: normal;
  font-weight: normal;
}
em, i {
  font-family: "muli-italic", sans-serif;
}
strong, b {
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
 font-family: 'dtl-prokyon-st', Calibri, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
font-family: 'dtl-prokyon-st', Calibri, sans-serif;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #838383;
  border: none;
}

abbr {
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #838383;
}

var, kbd, samp, code, pre {
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre>code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint>code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #FFF49B;
  color: #000;
}

hr {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}


/* ------------------------------------------------------------------- 
 * Lists 
 * ------------------------------------------------------------------- */

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28c7e8;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #28c7e8;
}

dd {
  margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * Spacing  
 * ------------------------------------------------------------------- */

button,
.button {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 3rem;
}


/* ------------------------------------------------------------------- 
 * floated image 
 * ------------------------------------------------------------------- */

img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}


/* ------------------------------------------------------------------- 
 * block grids paddings
 * ------------------------------------------------------------------- */

.bgrid {
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}


/* ------------------------------------------------------------------- 
 * tables 
 * ------------------------------------------------------------------- */

table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: Calibri, sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #58585a;
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------- 
 * pace.js styles - center simple 
 * ------------------------------------------------------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 150px;
  background: #dedede;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 150px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #28c7e8;
}

.pace.pace-inactive {
  display: none;
}

.oldie .pace {
  display: none;
}


/* ===================================================================
 *  preloader 
 *
 * ------------------------------------------------------------------- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}


/* ------------------------------------------------------------------- 
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */

::-webkit-input-placeholder {
  color: #838383;
}

:-moz-placeholder {
  color: #838383;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #838383;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #838383;
}

.placeholder {
  color: #838383 !important;
}


/* ------------------------------------------------------------------- 
 * Change Autocomplete styles in Chrome 
 * ------------------------------------------------------------------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #57ca67;
  transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 *  buttons 
 *
 * ------------------------------------------------------------------- */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
  font-size: 1.5rem;
  height: 5.4rem;
  line-height: calc(5.4rem - .6rem);
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: .3rem solid #c5c5c5;
  clip-path: polygon(100% 0%,100% 100%,0% 100%,0 35px,20px 0)
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #000000;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
   background: #28c7e8;
  border-color: #28c7e8;
  color: #FFFFFF;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: #1c8fa6;
  border-color: #1c8fa6;
  color: #FFFFFF;

}

button.full-width,
.button.full-width {
  width: 100%;
  margin-right: 0;
}

button.medium,
.button.medium {
  height: 5.7rem !important;
  line-height: calc(5.7rem - .6rem) !important;
}

button.large,
.button.large {
  height: 6rem !important;
  line-height: calc(6rem - .6rem) !important;
}

button.stroke,
.button.stroke {
  background: transparent !important;
  color: #a5a5a5 !important;
}

button.stroke:hover,
.button.stroke:hover {
  border: 0.3rem solid #28c7e8;
  color: #28c7e8;
}

button.pill,
.button.pill {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  border-radius: 1000px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}





/* ===================================================================
 *  common and reusable theme styles 
 *
 * ------------------------------------------------------------------- */

h1.intro-header {
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
  font-size: 3.3rem;
  line-height: 1.324;
  color: #58585a;
  position: relative;
  padding-bottom: 3.6rem;
}



.wide {
  max-width: 100%;
}

.narrow {
  max-width: 100%;
}


.img_animation_right {
max-width: 40rem;
position: absolute;
right:0px;
overflow: hidden;
z-index: 1000;
}

.push-down{
  padding-top:4rem;
}

.push-more-down{
  padding-top: 7rem;
}

.push-up{
  margin-bottom: 6rem;

}


.img_animation_left {
max-width: 40rem;
position: absolute;
left:0rem;

}

.img_animation_footer {
max-width: 40rem;
position: absolute;
left:3rem;
padding-top: 13rem;

overflow: hidden;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * common styles
 * ------------------------------------------------------------------- */




/* ===================================================================
 *  09. header styles - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#header {
  width: 100%;
  height: 8rem;
  background-color: #ffffff;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10000;
}


/* ------------------------------------------------------------------- 
 * header logo - (_site-layout.css) 
 * ------------------------------------------------------------------- */

.header-logo {
  position: absolute;
  left: 10rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 501;
}

.lang_mobile {
display: none;

}

.header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 8.5rem;
  height: 8.5rem;
  background: url("../images/logomk.svg") no-repeat center;
  background-size: 8.5rem;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


/* ------------------------------------------------------------------- 
 * menu trigger - (_site-layout.css) 
 * ------------------------------------------------------------------- */

.header-menu-toggle {
  display:none;
  position: fixed;
  right: 32px;
  top: 15px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: #58585a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: #58585a;
}

.header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 9px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: #58585a;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle.is-clicked span {
  background-color: #58585a;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color: white;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}




/* ------------------------------------------------------------------
 * language buttons
 *------------------------------------------------------------------- */

 /* Dropdown Button */
.dropbtn {
    background-color: #ffffff;
    color: #58585a;
    text-align: center;
    font-size: 1.5rem;
    border: none;
    width: 3.6rem;
    height: 3.6rem;
    margin-top: 0px;
    border: 1px solid #58585a;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    min-width: 3.6rem;
    height: 3.6rem;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #28c7e8;
    min-width: 3.6rem;
      font-size: 1.5rem;
    z-index: 1;
    text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    min-width: 3.6rem;
    height: 3.6rem;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #28c7e8;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #28c7e8; color:#ffffff; border: 1px solid #ffffff;}


/* ------------------------------------------------------------------- 
 * navigation 
 * ------------------------------------------------------------------- */

#header-nav-wrap {
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
  font-size: 1.5rem;
  position: absolute;
  top: 2rem;
  right: 10rem;
  display: none;
  color: #58585a;
  font-weight: 500;
  letter-spacing: 1px;
}

#header-nav-wrap .header-main-nav {
  display: inline-block;
  list-style: none;
  height: 72px;
  margin: 0 1rem 0 0;

}

#header-nav-wrap .header-main-nav li {
  display: inline-block;
  padding-left: 0;
  margin-right: 1.5rem;
}

#header-nav-wrap .header-main-nav li a {
  display: block;
  line-height: 72px;
}

#header-nav-wrap .header-main-nav li a,
#header-nav-wrap .header-main-nav li a:visited {
  color: #58585a;
}

#header-nav-wrap .header-main-nav li a:hover,
#header-nav-wrap .header-main-nav li a:focus {
  color: #28c7e8;
}

#header-nav-wrap .header-main-nav li.current a {
  color: #58585a;
}

#header-nav-wrap .cta {
  height: 3.6rem;
  line-height: calc(3.6rem - .6rem);
 
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}



/* ===================================================================
 *  Home 
 *
 * ----------------------------------------------------------------- */

#home {

  width: 100%;
  height: 38rem;
  min-height: 38rem;
  position: relative;
  display: table;
}

#home_mobile {
   width: 100%;
  height: 300px;
  min-height: 300px;
  position: relative;
  display: table;
  display: none;
}

#home .shadow-overlay {
    background: transparent url("../images/lampadina-gif.png") no-repeat fixed center!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background: -moz-linear-gradient(left, black 0%, black 20%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, black 20%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}



.no-js #home {
  background: #ffffff;
}

.home-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.home-content .contents {
  position: relative;
}

.home-content-left {
  padding-top: 110px;
  padding-left:0rem;
 
  position: relative;
  width: 52%;
}

.home-content-left img{
  width: 75%;
  padding-bottom: 1.5rem; 
  padding-top: 2.5rem;
  margin-left: 8rem;
  }

  .home-content-innovation{
position: absolute;
top:34rem;
left:10rem;
z-index: 1000;
  }

  .big-title{

    font-size: 2.8rem;
  }

  .innovation-home-second-line{
    padding-left: 3.3rem
  }

  .christmas-home-second-line{
    padding-left: 6rem; 
    color: #54545a !important;
  }


.big-title img{
  width: 3rem;
  margin-bottom: -1px;
}

.big-title-stella{
  width: 6rem !important; 
  margin-bottom:-0.8rem; 
  padding-right: 1rem;
}




.home-content-center {
  display: block;
  position: absolute;
  left: 32%;
  top: 15%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 21rem;
  z-index: 500;
  width: 50%;
  text-align: left;
}

.home-content-more{
  color: #58585a;
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin-bottom: 2.4rem;
}



.innovation-date{
  position: absolute;
  top: 15rem;
  left:45%;

}

.innovation-date h2{
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}



.home-content-right {
  display: block;
  position: absolute;
  right: 110px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 21rem;
  z-index: 500;
  width: 37%;
  text-align: left;
}

.home-content-right h1 {
  position: absolute;
  vertical-align: bottom;
  width: 100%;
  color:#ffffff;
  top:44.5rem;
}

.stars {
  position: absolute;
  left: 0;
  width: 37%;
}




/* scroll down */

.home-scrolldown {
    text-align: center;
  position: absolute;
  right: 35%;
  color:#58585a !important;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  float: center;
  .padding-bottom:20px;
  padding-top: 2rem;

  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}


.home-scrolldown i {
  padding-left: 9px;
}

.home-scrolldown a:hover,
.home-scrolldown a:focus {
  color: #28c7e8 !important;
}

html[data-useragent*='MSIE 10.0'] .home-scrolldown,
.oldie .home-scrolldown {
  display: none;
}

.scroll-icon {
  font-weight: normal !important;
  display: inline-block;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: #58585a !important;
  background: transparent;
  position: relative;
 /* top: 28px;*/

  /*right: 42px;
  /* -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite; */
}

.scroll-icon i {
  font-size: 35px;
  position: relative;
  bottom: -6px;
}


.animate-left-right {
   text-transform: uppercase;
-webkit-animation: animate-it 3s ease infinite;
  animation: animate-it-lr 3s ease infinite; 
  
}

.animate-up-down {
   text-transform: uppercase;
-webkit-animation: animate-it-lr 3s ease infinite;
  animation: animate-it 3s ease infinite; 
   
}


/* horizontal animation */

@-webkit-keyframes animate-it-lr {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@keyframes animate-it-lr {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}


/* vertical animation */

@-webkit-keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(20px);
  }
  40% {
    transform: translateY(20px);
  }
}

@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(20px);
  }
  40% {
    transform: translateY(20px);
  }
}





/* ===================================================================
 *   innovation-day + christmas
 *
 * ------------------------------------------------------------------- */

#innovation-day {
  min-height: 800px;
  background: #ffffff;
  padding-top: 20rem;
  padding-bottom: 15rem;

}

.innovation-day-intro {
    padding-bottom: 10rem;
}

.innovation-day-intro a{
  color: #28c7e8;
  text-decoration: underline;
}

.innovation-day-intro a:hover{
  color: #58585a;
}

.innovation-day-intro .intro-header img{
width: 3.5rem;

}

 .innovation-day-intro .intro-header .second-line{
  padding-left: 3.3rem;
 }

.innovation-title {
margin-top: 2.5rem;
margin-bottom: 3.2rem;
}


 .line-hr {
  width: 90%;
  margin-top:0px;
  margin-bottom: 10px;
 }



.innovation-day-features .features-list {
  padding-top: 5.4rem;
}

.innovation-day-features .feature {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.innovation-day-features .feature .icon {
  margin-bottom: 1.5rem;
  display: inline-block;
}

.innovation-day-features .feature .icon i {
  color: #28c7e8;
  font-size: 4.8rem;
}

.innovation-day-features .feature h3 {
  font-family: 'dtl-prokyon-st', Calibri, sans-serif;
  font-size: 1.9rem;
  color: #28c7e8;
  margin-bottom: 3rem;
}

.innovation-day-features .feature h5 {
  margin-bottom: 0px !important;
}

.innovation-day-features .feature span {
  font-size: 1.5rem;
}

.service-content-1 {
  padding-bottom: 2rem;
}

.service-content {
  font-size: 1.5rem;
}


.service-content a:hover{
text-decoration: underline;
}

.innovation-day-how {
  padding-top: 3rem;
  padding-bottom: 6rem;

}

.blu-background{
    background: #28c7e8 !important;
    width:100%;
}

.innovation-day-how h1.intro-header {
  text-align: left;
  margin-left: 1.8rem;
  padding-top:4rem;
  color: #ffffff;
  padding-bottom: 0rem !important;
}

.innovation-day-how h3 {

  color: #ffffff;
}

.innovation-day-how a {

  color: #ffffff;
}

.innovation-day-how a:hover {

  text-decoration: underline;
}



#innovation-day .innovation-day-how h1.intro-header::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.innovation-day-how-content {
  position: relative;
  width: 100%;
  max-width: 88rem;
  min-height: 300px;
  margin-left: 0;
  margin-right: 0o;
  clear: both;
}

.innovation-day-how-content::before,
.innovation-day-how-content::after {
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
}


.innovation-day-how-content::before {
  left: 0;
}

.innovation-day-how-content::after {
  left: 50%;
}

.innovation-day-how-content .innovation-day-how-steps {
  width: 100%;
}


.innovation-day-how-content .innovation-day-how-steps h3{
  font-family: "avenir-book", Calibri, sans-serif !important;
}



.innovation-day-how-content .step {
  padding: 0 40px 1.5rem 80px;
  position: relative;
  /*min-height: 240px; */
}

.innovation-day-how-content .step h3 {
margin-bottom: 0 !important;
}

.innovation-day-how-content .step p {
 font-size: 1.5rem !important;
}


.innovation-day-how-content .step::before {
    display: block;
    font-family: "muli-bold";
    font-size: 2rem;
    content: attr(data-item);
    color: #ffffff;
    padding-left:20px;
    height: 40px;
    width: 8rem;
    line-height: 39px;
    text-align: center;
    background-color: none;
    z-index: 500;
    position: absolute;
    top: 7px;
    left: -75px;

}


.hour {
display: inline-block;
font-family: "dtl-prokyon-t", sans-serif;
font-size: 2rem;
width: 260px;
text-align: left;

}




.hour img{
  width: 2rem;
}

.bgrid h3{
margin-bottom: 2rem;
}

.agenda{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.agenda .room{
font-size: 1.5rem;
font-family: "avenir-book", Calibri, sans-serif;
font-style: italic;
display: inline-block;
color: #ffffff;
font-weight: normal;
padding-left: 5px;

}



.innovation-day-how-content .block-1-2 .bgrid{
    width: 100%!important;
  }

.sc-right {
  padding-right: 25% !important;
}

.sc-right-min {
  padding-right: 15% !important;
}


.sc-right p{
  padding-right: 20% !important;
}

.innovation-day-bottom-image img {
  vertical-align: bottom;
}

.icon-innovation {
  max-height: 60px !important;
  margin-bottom: -1rem;
}

#tangram{
  width: 25rem;
  position: fixed;
bottom: 9rem;
right:10px;
  z-index: 0;
}

.tgr1{

   content:url("../images/tgr11.png");     
  
   }

.tgr2{
   content:url("../images/tgr22.png");
            
   }

.tgr3{
       content:url("../images/tgr33.png");      
   }

.tgr4{
       content:url("../images/tgr4.png");       
   }

#christmas {
  min-height: 500px;
  background: #d9bd93 url("../images/sfondo-cartone_1.png") no-repeat;
}

.christmas-intro {
    padding-bottom: 15rem;
    padding-top: 15rem;

}
.christmas-intro h1{

   color: #ffffff !important;
 }

 .christmas-intro .intro-header img{
  width: 7rem; 
  margin-bottom:-1rem; 
  padding-right: 1rem;
  margin-left: -2rem;
 }

  .christmas-intro .intro-header .second-line{
  padding-left: 5rem; 
  color: #54545a !important;
 }

 .christmas-intro a{
  color: #ffffff;
  text-decoration: underline;
}

.christmas-intro a:hover{
  color: #58585a;
}


 .christmas-intro p{
  padding-top: 2.3rem;
}


.quote {
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding-top: 20rem;
  padding-bottom: 20rem;
  font-weight: normal !important;
  margin-bottom: 0;
}



.lang_menu{
display:none !important;

}




/* ===================================================================
 *  footer + quote
 *
 * ------------------------------------------------------------------- */

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #FFFFFF;
  background-color: #28c7e8;
}

footer a,
footer a:visited {
  color: #ffffff;
}

footer a:hover,
footer a:focus {
  color: #58585a;
}

footer h4 {
  color: white;
  font-size: 1.5rem;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  position: relative;
}

footer h4::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  bottom: 0;
}

footer ul {
  list-style: none;
  margin: 0;
}

footer ul li {
  padding-left: 0;
}

footer ul a,
footer ul a:visited {
  color: rgba(255, 255, 255, 0.25);
}



.footer-bottom {
  margin-top: 0;
  text-align: center;
}

.footer-bottom .copyright span {
  display: inline-block;
}

.footer-bottom .copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1rem;
  color: rgba(255, 255, 255, 0.1);
}

.footer-bottom .copyright span:last-child::after {
  display: none;
}




/* ------------------------------------------------------------------- 
 * ALL RESPONSIVE
 * ------------------------------------------------------------------
  * ------------------------------------------------------------------
   * ------------------------------------------------------------------
    * ------------------------------------------------------------------
     * ------------------------------------------------------------------
      * ------------------------------------------------------------------
       * ------------------------------------------------------------------
        * ------------------------------------------------------------------
         * ------------------------------------------------------------------
          * ------------------------------------------------------------------ */



@media only screen and (max-width: 1800px) {


.home-content-innovation{

top:30rem ;
left:10rem;

  }

.home-content-right h1 {
    top:40.5rem;
  }

}


@media only screen and (max-width: 1700px) {
#tangram{
  width: 20rem !important;
}

}




@media only screen and (max-width: 1640px) {

    #home {

  height: 45rem;
  min-height: 45rem;

}


  #header{
    height: 7rem;
  }

  #header-nav-wrap{

    top:1.58rem;
    right: 7.9rem;
  }


.header-logo{
left:7.9rem;
}


.home-content-innovation{

left:7.9rem;

  }



h1.intro-header{
  font-size: 3rem;
}


  .christmas-intro .intro-header img{
  width: 6rem; 
 }

 .christmas-intro .intro-header .second-line{
  padding-left: 4rem; 

 }


 .christmas-intro p{
  padding-top: 1.3rem;
}



#tangram{
  width: 20rem !important;
}

.quote{

  padding-top: 18rem;
  padding-bottom: 16rem;
}

.innovation-day-how h1.intro-header{
  margin-left: 1.3rem;
  }

}


@media only screen and (max-width: 1600px) {
  #home {

  height: 42rem;
  min-height: 42rem;

}


.agenda p{
  padding-left: 0;
}

}


@media only screen and (max-width: 1500px) {
h1.intro-header{
  font-size: 2.5rem;
}

.innovation-day-intro .intro-header img{
  width: 2.8rem;
}

 .innovation-day-intro .intro-header .second-line{
  padding-left: 2.85rem;
 }

 .innovation-title{
font-size: 2.8rem;
margin-top: 1.8rem;
 }
  }



@media only screen and (max-width: 1400px) {

   #header{
    height: 5rem;
  }

  #header-nav-wrap{

    top:0.3rem;
    right: 9rem;
    font-size: 1.3rem;
  }


  .header-logo {
     width: 6rem; 
  }

.header-logo a{
  background-size: 6rem;
}


  #home {
  height: 30rem;
  min-height: 30rem;

}


.big-title{
  font-size: 2.5rem;
}

.big-title img{
  width:2.5rem;
}

  .innovation-home-second-line{
    padding-left: 2.5rem
  }

    .christmas-home-second-line{
    padding-left: 5.5rem; 

  }



.big-title-stella{
  width: 5.5rem !important; 
  margin-bottom:-0.8rem; 
  padding-right: 1rem;
}

.home-content-left img{
  width: 75%;
  padding-bottom: 4rem; 
  margin-left: 7rem;
  }

  .home-content-innovation{

top:28rem;
left:10rem;

  }

.home-content-right h1 {
    top:38.4rem;
  }

.home-scrolldown{

  font-size: 1.8rem;
  padding-top: 1rem;
  right: 30%;
}

.sc-right-2{
  padding-right: 7rem;
}
.scroll-icon{
   font-size: 1.3rem;

  }


  .img_animation_right{
width: 15rem;
padding-top: 3rem;
  }

  .wide{
    width: 30rem;
  }

  .icon-make-smaller{
    width: 12rem;
  }

  .icon-make-bigger{
    padding-top: 5rem;
    width: 40rem;
  }
}


@media only screen and (max-width: 1330px) {


  #home {
  width: 100%;
  height: 28rem;
  min-height: 28rem;
  position: relative;
  display: table;
}




}





@media only screen and (max-width: 1300px) {

.header-logo{
  margin-left: -1rem;
}

  .header-logo a {
  width: 97px;
  height: 56.6px;
  background-size: 97px 56.6px;

  }
  #header-nav-wrap {
    display: none;
    height: auto;
    width: 100%;
    right: auto;
    left: 0;
    background-color: #ffffff;
    padding: 120px 40px 54px;
  }
  #header-nav-wrap .header-main-nav {
    display: block;
    height: auto;
    margin: 0 0 4.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  #header-nav-wrap .header-main-nav li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
  #header-nav-wrap .header-main-nav li a {
    padding: 18px 0;
    line-height: 18px;
  }
  #header-nav-wrap .cta {
    height: 42px;
    line-height: calc(42px - .6rem);
    padding: 0 30px;
  }
  .header-menu-toggle {
    display: block;
  }

.dropdown {
display: none; }

.lang_menu{
display: block !important;
}
    #home {

  height: 35rem;
  min-height: 35rem;

}

 .home-content-left {
  padding-top: 110px;
  padding-left:0rem;
 
  position: relative;
  width: 52%;
}

.home-content-left img{
  width: 72%;
  padding-bottom: 2.8rem; 
  margin-left: 7rem;
  }

  .home-content-innovation{
top:26rem;
left:7rem;
  }

  .home-content-right h1 {
    top:36.2rem;
    padding-top: 0px;
  }

  .big-title{
font-size: 2.8rem;

  }
  .innovation-date {
top:10rem;

  }

  .hour{
  width: 100%
}



}




@media only screen and (min-width: 1301px) {
  #header-nav-wrap {
    display: block !important;
  }
}



@media only screen and (max-width: 1230px) {

}





@media only screen and (max-width: 1200px) {
#christmas{
  padding-top: 10rem;
}

  .christmas-how-content {
    max-width: 800px;
  }

    .big-title{
font-size: 2rem;

  }

    .home-scrolldown{
    font-size: 1rem;
    right: 35%;

  }

}





@media only screen and (max-width: 1000px) {


  #home {

  height: 20rem;
  min-height: 20rem;

}

 .home-content-left {
  padding-top: 80px;
  padding-left:0rem;
 
  position: relative;
  width: 52%;
}

.home-content-left img{
  width: 80%;
  padding-bottom: 1rem; 
  margin-left: 5rem;
  }

  .home-content-innovation{
top:18rem;
left:7rem;
  }

  .home-content-right h1 {
    top:28rem;
    margin-bottom: 0px;
  }


  .innovation-date {
top:10rem;

  }


  #tangram{
    display: none;
  }

  .col-four{
    width: 100%;
  }

  .sc-right-2{
    padding-right:0px !important;
  }


.col-eight{
  width:100%;
}

.sc-right{
 padding-right:0px !important;
}

.sc-right-min{
 padding-right:0px !important;
}

.header-logo{
  left: 5rem;
  }

  .home-scrolldown{
    font-size: 1.5rem;
  }

  #innovation-day{
    padding-top: 8rem;
  }

   .christmas-intro {
    max-width: 800px;
    text-align: left;
  }

  .intro-header h1{
    font-size: 28px;
  }
  .christmas-intro h1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .christmas-intro [class*="col-"] {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }
    .christmas-intro h1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
 
  .christmas-how-content {
    max-width: 700px;
  }


  .footer-main .row {
    max-width: 800px;
  }

  .innovation-title{
  font-size: 2rem;
}

.innovation-day-intro .intro-header{
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}

.christmas-intro .intro-header{
    padding-bottom: 1.5rem;
}

.christmas-intro{
  padding-top: 15rem;
  padding-bottom: 10rem;
}

p.lead {
  font-size: 1.8rem;
  line-height: 1.857;
  color: #58585a;
  margin-bottom: 3.6rem;
}

#christmas{
  padding-top: 0;
}

.christmas-intro p{
  padding-top: 0;
}

  .home-scrolldown{
    font-size: 1rem;
    padding-top:1.5rem;
  }



}








@media only screen and (max-width: 950px) {



 #home {

  height: 14rem;
  min-height: 14rem;

}


.home-content-left img{
  width: 70%;
  padding-bottom: 4rem; 
  margin-left: 3rem;
  }

  .home-content-innovation{
top:20rem;
left:5rem;
  }

  .home-content-right h1 {
top: 15rem;
padding-top: 15rem;

  }

  .innovation-date {
top:10rem;

  }



.img_animation_right{
  display: none;
}

.img_animation_left{
  display:none;
}




}



@media only screen and (max-width: 900px) {
  .christmas-how-content {
    max-width: 550px;
  }
  .christmas-how-content::after {
    display: none;
  }
  .christmas-how-content .step {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding-right: 18px;
    min-height: auto;
    padding: 0 40px .9rem 60px;
  }

  .christmas-features .feature {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.5rem;
  }
  .christmas-features .feature h3 {
    margin-bottom: 1.5rem;
  }

  .block-1-2 .bgrid{
  width: 100% !important;
}


#innovation-day{
  padding-bottom: 7rem;
}


#christmas{
padding-top: 0rem;

}

}

@media only screen and (max-width: 850px) {
  .home-content-innovation{
top:18rem;
left:5rem;
  }

  .home-content-right h1 {
top: 15rem;
padding-top: 13rem;

  }

  .home-content-right{
    right:80px;
  }

  .big-title-stella{
    width: 4.5rem !important;
  }

  .christmas-home-second-line{
    padding-left: 4.5rem;
  }

    .quote{
  font-size:2.5rem;
  padding-top: 20rem;
  padding-bottom: 18rem !important;
  padding-left:1.5rem;
    padding-right:1.5rem;
}


}

@media only screen and (max-width: 768px) {


.parallax-mirror{
  display: none;
}



#innovation-day{
  margin-top: 60%;
}



   .home-mobile-content {
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.data_mobile{
  font-family: "avenir-book", Calibri, sans-serif;
  font-weight: normal;
  font-size: 2rem;
}

 h1.intro-header {
    font-size: 3.1rem;
  }

.second-line{
  padding-left:42px;
}

  #header{
    height: 7rem;
  }

  #header-nav-wrap{

    top:1.58rem;
    right: 9rem;
  }


.header-logo{
left:3rem;
}


  #home{
  display: none;
 }

.home-mobile-image{
 margin-top: -4rem;
 width: 70%!important;
 padding-bottom: 5rem;
}

.home-content{
  padding-left: 2.5rem;
}



 #home_mobile{
  display:block;
  padding-top: 8rem;
  height: 400px;
  min-height: 400px;
 }

  .home-content-left {
    padding: 12rem 0 300px;
  }
  .home-content-left .button.stroke {
    margin: 0 0 1.2rem 0;
  }

  .home-content-left h3 {
    font-size: 1.4rem;
  }
  .home-content-left h1 {
    font-size: 3.6rem;
  }

  .home-content-right {
    width: 320px;
    margin-bottom: -298px;
  }


#tangram{
  width: 10rem !important;
  bottom: 5.5rem !important;
}

  

.intro-header-mobile{
    position: absolute;
    padding-top: 10rem;
    padding-left: 10rem;
  }
  .christmas-features .feature .icon i {
    font-size: 4.4rem;
  }
  .christmas-features .feature h3 {
    font-size: 1.8rem;
  }
  .christmas-how h3 {
    font-size: 1.9rem;
  }
  .christmas-how-content::before {
    left: 30px;
  }
  .christmas-how-content .step {
    padding: 0 0 0 100px;
  }
  .christmas-how-content .step::before {
    font-size: 1.6rem;
    height: 45px;
    width: 45px;
    line-height: 45px;
    top: -9px;
    left: 7.5px;
     width: 80px!important;
  }

  .christmas-features {
    max-width: 600px;
    text-align: left;
  }
  .christmas-features .feature {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.5rem;
  }


  .footer-main>.row {
    max-width: 600px;
  }

  .home-scrolldown-mobile{
    position: fixed;
      bottom:2rem;
      z-index: 1000;
right:30%;
    }
  

}





@media only screen and (max-width: 700px) {


   .home-content-left {
    padding: 12rem 0 300px;
  }
  .home-content-left .button.stroke {
    margin: 0 0 1.2rem 0;
  }
  .home-content-right {
    width: 320px;
    margin-bottom: -298px;
  }

  #header{
    height: 7rem;
  }

  #header-nav-wrap{

    top:1.58rem;
    right: 9rem;
  }


.header-logo{
left:3rem;
}


.innovation-day-how .step{

}

#tangram{
 display:none;
}

.quote{
  font-size:3rem;
  padding-top: 25rem;
  padding-bottom: 25rem !important;
  padding-left:2rem;
    padding-right:2rem;
}

p.lead {
  font-size: 1.5rem;
  line-height: 1.857;
  color: #58585a;
  margin-bottom: 3.6rem;
}


  .christmas-how-content {
    text-align: left;
  }
  .christmas-how-content::before {
    display: none;
  }
  .christmas-how-content .step {

  }
  .christmas-how-content .step::before {
   
  }

footer{
  padding-top: 5rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #FFFFFF;
  background-color: #28c7e8;
}


  .col-four{
    width: 100%;
  }

  .sc-right-2{
    padding-right:0px !important;
  }


.col-eight{
  width:100%;
}

.sc-right{
 padding-right:0px !important;
}

.sc-right-min{
 padding-right:0px !important;
}

.data_mobile{

  font-size: 1.5rem;
}




.location{
font-size: 1.5rem;

}


.innovation-day-how h1{
margin-bottom: 0px;
}

.innovation-day-how-steps h3{
  font-size: 2rem !important;
}



.innovation-day-intro{
  padding-bottom: 5rem;
}



}



@media only screen and (max-width: 650px) {

 
 .agenda .room{
  display: block;
  width: 100%;
  padding-left: 0px;
   }



  
}



@media only screen and (max-width: 600px) {

  h1.intro-header {
    font-size: 2.6rem;
  }

    #header-nav-wrap .cta {
    display: block;
    padding: 0 20px;
  }

  .footer-main .row {
    max-width: 480px;
  }
  .footer-main h4 {
    padding-bottom: 0;
    margin-bottom: 2.4rem;
  }
  .footer-main h4::before {
    display: none;
  }
  .footer-main ul.list-links {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-main ul.list-links li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    padding: .6rem 0;
  }
  .footer-main ul.list-links li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  
  .footer-bottom {
    padding-bottom: .6rem;
  }
  .footer-bottom .copyright span {
    display: block;
  }
  .footer-bottom .copyright span::after {
    display: none;
  }
  .quote{
  font-size:2.5rem;
  padding-top: 15rem;
  padding-bottom: 18rem !important;
  padding-left:1.5rem;
    padding-right:1.5rem;
}

}




@media only screen and (max-width: 452px) {
 .header-menu-toggle {
    right: 24px;
  }

  .christmas-intro{
  padding-top: 8.5rem;
  padding-bottom: 8rem;
}



.innovation-day-how-steps h3{
  font-size: 1.5rem !important;
}

.hour{
  font-size: 1.8rem;
}

.home-mobile-image{
 margin-top: -4rem;
 width: 70%!important;
 padding-bottom: 5rem;
 padding-left:4.5rem;
}

.data_mobile{
font-size:1.2rem;

}
}


















/*# sourceMappingURL=main.css.map */