body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
body {
  background: #000;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
/*Custom CSS*/
.language {
	display: inline;
	position: absolute;
	bottom: 7px;
	right: 258px;
}
.language:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
select {
  color: white;
  background: none;
  cursor: pointer !important;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "myriad-pro";
  font-weight: 300; /* Light */
  font-size: 30px;
  letter-spacing: 0px;
  direction: rtl; /* Text alignment */
}
.menu-open {
  transform: translate(-400px, 0);
  -webkit-transform: translate(-400px, 0);
  /** Chrome & Safari **/
  -o-transform: translate(-400px, 0);
  /** Opera **/
  -moz-transform: translate(-400px, 0);
  /** Firefox **/
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  /** Chrome & Safari **/
  -moz-transition: all 0.3s ease-in-out;
  /** Firefox **/
  -o-transition: all 0.3s ease-in-out;
  /** Opera **/
}
.menu-close {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  /** Chrome & Safari **/
  -o-transform: translate(0, 0);
  /** Opera **/
  -moz-transform: translate(0, 0);
  /** Firefox **/
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  /** Chrome & Safari **/
  -moz-transition: all 0.3s ease-in-out;
  /** Firefox **/
  -o-transition: all 0.3s ease-in-out;
  /** Opera **/
}
.menu-opacity-on {
  opacity: 0.2;
  /*-webkit-transition-delay:0.1s;*/
  transition-delay: 0s;
  transition: opacity 0.3s linear;
}
.menu-opacity-off {
  opacity: 1;
  /*-webkit-transition-delay:0.1s;*/
  transition-delay: 0s;
  transition: opacity 0.3s linear;
}
.title-on {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  /*    -webkit-transition-delay: 2s;  Safari 
        transition-delay: 2s;*/
  transition: opacity 0.5s ease-in;
  /*display:block;*/
}
.description-on {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  /*    -webkit-transition-delay: 4s;  Safari 
        transition-delay: 4s;*/
  transition: opacity 0.5s ease-in;
  /*display:block;*/
}
.title-off {
  opacity: 0;
  /*    -webkit-transition-delay:0.5s;
        transition-delay:1s;*/
  transition: opacity 0.1s linear;
  /*display:none;*/
}
.description-off {
  opacity: 0;
  /*    -webkit-transition-delay:2s;
        transition-delay:2s;*/
  transition: opacity 0.1s linear;
  /*display:none;*/
}
a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
nav {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 400px;
}
nav .menu-link {
  height: 250px;
}
nav .menu-link .label {
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
#wrapper {
  width: 100%;
  height: 100%;
}
#header {
  width: 100%;
  text-align: right;
  height: 100px;
  position: absolute;
  z-index: 10;
}
#header .logo {
  float: left;
  font-size: 40px;
  color: #fff;
  font-family: "myriad-pro";
  font-weight: 900; /* Black */
/*   text-transform: uppercase; */
  position: relative;
  top: 31px; /* 35 */
  left: 50px;
  letter-spacing: 0px;
}
#header .logo span {
  font-family: "myriad-pro";
  font-weight: 300; /* Light */
  font-size: 38px;
  letter-spacing: 0px;
/*   text-transform: uppercase; */
  margin-left: 7px;
}
#header .menu {
  color: #fff;
  float: right;
  height: 40px;
  position: relative;
  right: 50px;
  top: 50px; /* 35 */
  width: 240px;
  z-index: 10;
}
#header .menu .social {
  float: left;
  top: 35px;
}
#header .menu .social ul li {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
#header .menu .menu-right {
  cursor: pointer;
  float: right;
  margin-top: 1px;
}
#intro {
  width: 100%;
  background: white;
  height: 100%;
  position: fixed;
  z-index: 20;
  color: #fff;
  text-align: center;
  display: block;
}
#intro .message {
  font-size: 60px; /* 45 */
  font-family: "myriad-pro";
  font-weight: 300; /* Light */
/*   text-transform: uppercase; */
  position: absolute;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  color: #000;
  display: block;
}
#intro .message span {
  font-size: 30px;
  vertical-align: super;	
}
.clearfix {
  clear: both;
}
.section {
  overflow: hidden;
  /* Background */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 15;
}
.section .content {
  position: relative;
  left: 10%; /* 175px */
  width: 700px;
  /* top: 29.6% could be useful for slider adjust */
}
.section .content .title {
  font-size: 60px;
  font-family: "myriad-pro";
  font-weight: 300; /* Light */
  color: #fff;
  letter-spacing: 0px;
  /*display:none;*/
}
.section .content .description {
  font-size: 20px;
  font-family: "myriad-pro";
  font-weight: 400; /* Regular */
  color: #fff;
  line-height: 30px;
  margin-top: 70px;
  /*display:none;*/
  width: 300px;
  float:left;
}
.extra { /* Desktop */
  position: relative;
  left: 3%; /* Gutter */
  float:left;
  -webkit-transition-delay: .3s; /* Delay 3s */
  transition-delay: .3s;
}
.section .content .description span {
  font-size: 30px;
  font-family: "myriad-pro";
  font-weight: 900; /* Black */
}
.section .content a {
  text-decoration: underline;
}
.section .footnote {
  bottom: 50px; /* 30 */
  color: #fff;
  font-family: "myriad-pro";
  font-weight: 400; /* Regular */
  font-size: 12px;
  position: absolute;
  right: 50px;
  text-align: right;
  width: 400px;
}
.section .footnote span {
  font-family: "myriad-pro";
  font-weight: 700; /* Bold */
}
.section .footnote a {
  text-decoration: underline;
}
.section .slide {
  width: 800px;
}
.section .slide .highlighted {
  color: #000;
}
#section1 {
  background-image: url('../images/backgrounds/strategy.jpg');
}
#section2 {
  background-image: url('../images/backgrounds/marketing.jpg');
}
#section3 {
  background-image: url('../images/backgrounds/design.jpg');
}
#section4 {
  background-image: url('../images/backgrounds/branding.jpg');
}
#section5 {
  background-image: url('../images/backgrounds/interaction.jpg');
}
#section6 {
  background-image: url('../images/backgrounds/project.jpg');
}
#section7 {
  background-image: url('../images/backgrounds/jobs.jpg');
/*   background-color: #ff0000; */
}
#section8 {
  background-image: url('../images/backgrounds/contacts.jpg');
}
#section1nav {
  background-image: url('../images/backgrounds/strategy.jpg');
}
#section2nav {
  background-image: url('../images/backgrounds/marketing.jpg');
}
#section3nav {
  background-image: url('../images/backgrounds/design.jpg');
}
#section4nav {
  background-image: url('../images/backgrounds/branding.jpg');
}
#section5nav {
  background-image: url('../images/backgrounds/interaction.jpg');
}
#section6nav {
  background-image: url('../images/backgrounds/project.jpg');
}
#section7nav {
  background-image: url('../images/backgrounds/jobs.jpg');
/*   background-color: #ff0000; */
}
#section8nav {
  background-image: url('../images/backgrounds/contacts.jpg');
}
#landscape_view {
  width: 100%;
  background: #000;
  background-image: url('../images/menu/screen-rotate.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: absolute;
  z-index: 20;
  color: #fff;
  text-align: center;
  display: none;
}
.cbp-spmenu {
  background: #000;
}
.cbp-spmenu-vertical a {
  border: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}
.cbp-spmenu-vertical a .item {
  text-align: center;
  font-size: 20px; /* 25 */
  font-family: "myriad-pro";
  font-weight: 400; /* Regular */
/*   text-transform: uppercase; */
  
  color: #fff;
  letter-spacing: 0px;
  margin-top: -15px;
  top: 50%;
  position: relative;
}
.cbp-spmenu-vertical a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 640px) {
	.language {
		display: inline;
		position: absolute;
		bottom: 12px;
		right: 42px;
	}
	select {
		font-size: 25px;
	}
  .fp-controlArrow {
    display: none;
  }
  nav .menu-link {
    height: 180px;
    width: 250px;
  }
  #header {
    width: 100%;
    text-align: right;
    height: 70px;
    position: absolute;
    z-index: 10;
  }
  #header .logo {
    float: left;
    font-size: 35px; /* 30px */
    color: #fff;
    font-family: "myriad-pro";
	font-weight: 900; /* Black */
/*     text-transform: uppercase; */
    position: relative;
    top: 12px; /* 26px */
    left: 25px;
    letter-spacing: 0px;
  }
  #header .logo span {
    display: none !important;
  }
  #header .menu {
    float: right;
    position: relative;
    color: #fff;
    top: 25px;
    right: 20px;
    width: 80px;
    height: 40px;
    z-index: 10;
  }
  #header .menu .social { /* Mobile */
    display: none;
    position: absolute;
    top: 0px;
    right: 42px;
    width: 120px; 
  }
  #header .menu .social ul li { /* Mobile */
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  }
  #header .menu .menu-right {
    float: right;
  }
  .menu-open {
    transform: translate(-250px, 0);
    -webkit-transform: translate(-250px, 0);
    /** Chrome & Safari **/
    -o-transform: translate(-250px, 0);
    /** Opera **/
    -moz-transform: translate(-250px, 0);
    /** Firefox **/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.3s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.3s ease-in-out;
    /** Opera **/
  }
  .menu-close {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    /** Chrome & Safari **/
    -o-transform: translate(0, 0);
    /** Opera **/
    -moz-transform: translate(0, 0);
    /** Firefox **/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.3s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.3s ease-in-out;
    /** Opera **/
  }
  .section {
    background: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section .content {
    position: relative;
    /*top: 150px;*/
    left: 25px;
    width: 280px; /* 260px */
  }
  .section .content .title {
    font-size: 30px;
    font-family: "myriad-pro";
	font-weight: 300; /* Light */
    color: #fff;
    letter-spacing: 0px;
  }
  .section .content .description {
    font-size: 18px;
    font-family: "myriad-pro";
	font-weight: 400; /* Regular */
    color: #fff;
    line-height: 28px;
    margin-top: 30px;
    width: 260px;
  }
  .section .footnote {
    position: absolute;
    bottom: 30px; /* 30 */
    right: 30px;
    width: 400px;
    text-align: right;
    font-family: "myriad-pro";
	font-weight: 400; /* Regular */
    font-size: 12px;
    color: #fff;
  }
  #section3.section { /* Mobile exception Radio 105 */
	background-position-x: -160px;
  }
  #section4.section { /* Mobile exception Dentimed */
	background-position-x: -50px;
  }
  #section5.section { /* Mobile exception Glifus */
	background-position-x: right;
  }
  #section6.section { /* Mobile exception Corriere */
	background-position-x: -80px;
  }
  #section8.section { /* Mobile exception Contatti */
  /* 	background-position-x: -300px; */
  }
  .extra { /* Mobile */
  position: relative;
  top:-30px;
  left: 0%; /* Gutter */
  float:left;
  -webkit-transition-delay: .0s; /* Delay 3s */
  transition-delay: .0s;
}
  #intro .message {
    font-size: 30px;
    letter-spacing: 0px;
  }
  #intro .message span {
  font-size: 15px;
  vertical-align: super;	
  }
  .cbp-spmenu-vertical a {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
  }
  .cbp-spmenu-vertical a .item {
    text-align: center;
    font-size: 20px; /* 25px */
    font-family: "myriad-pro";
	font-weight: 400; /* Regular */
    color: #fff;
    letter-spacing: 0px;
    margin-top: -15px;
    top: 50%;
    height: 30px;
    vertical-align: middle;
    position: relative;
  }
  .cbp-spmenu-vertical a .itemBig {
    text-align: center;
    font-size: 25px;
    font-family: "myriad-pro";
	font-weight: 700; /* Bold */
    color: #fff;
    letter-spacing: 0px;
    margin-top: -40px;
    top: 50%;
    height: 80px;
    vertical-align: middle;
    position: relative;
  }
  .cbp-spmenu-vertical a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
  }
  /*
    .backgound-cover img {
        position: absolute;
        left:-50%;
        height:100%;
        width:auto;
    }
    */
}
/*
 * Iphone 6 and 6+
*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  #header .menu {
    top: 25px;
  }
  nav .menu-link {
    width: 300px;
  }
  .menu-open {
    transform: translate(-300px, 0);
    -webkit-transform: translate(-300px, 0);
    /** Chrome & Safari **/
    -o-transform: translate(-300px, 0);
    /** Opera **/
    -moz-transform: translate(-300px, 0);
    /** Firefox **/
  }
}
/* Tablet (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header {
    /*background: #336699;*/
  }
}
/* Small screens (such as Macbook Air 11") ----------- */
@media only screen and (max-device-height: 768px) {
  .extra {
	  text-shadow: 2px 2px 20px #000;
  }
}
