body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  width: 100%;
  display: inline-block;
  border: 0;
}
a {
  text-decoration: none;
  outline: 0;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 13px;
  color: #808080;
  font-family: 'Lato', sans-serif;
  background: #fff;
}
@media (min-width: 1400px) {
  body {
    font-size: 15px;
  }
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8em;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (min-width: 760px) {
  h1 {
    font-size: 2.2em;
  }
}
h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4em;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 1em;
}
h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  color: #0a71c9;
  text-transform: lowercase;
  margin-bottom: 1em;
}
h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  color: #0a71c9;
  margin-bottom: 1em;
}
h5 a {
  color: #0a71c9;
}
header h1 {
  margin-bottom: .3em;
}
a {
  color: #0a71c9;
}
a:hover {
  color: #7ecffa;
}
p {
	margin-bottom: 1em;
	line-height: 1.8em;
	text-align: center;
}
ul:not(.menu) {
  margin: 0 0 1.5em 1em;
  text-align: left;
  list-style-type: none;
  margin-bottom: 1em;
}
ul:not(.menu) li {
  margin-bottom: 1em;
  line-height: 1.25em;
}
@media (min-width: 760px) {
  ul:not(.menu) li {
    margin-bottom: .75em;
  }
}
ul:not(.menu) li:before {
  content: "✓ ";
  color: #00aa00;
  font-size: 1.8em;
  vertical-align: middle;
  font-weight: bold;
}
strong {
	font-weight: 700;
	color: #2073C7;
}
em {
  font-style: italic;
}
.input {
  margin-bottom: 10px;
}
input[type='text'],
input[type='number'],
textarea,
select {
  border: 1px solid #0a71c9;
  font-size: 1em;
  color: #555;
  padding: .5em 2em;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type='text']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  box-shadow: -5px 0 0 #5caff7;
}
input[type='submit'],
.button,
button {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #00aa00;
  border: 1px solid #00aa00;
  color: #fff;
  font-family: 'Roboto Condensed';
  padding: .3em 1.6em;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  display: inline-block !important;
  -webkit-appearance: none;
  font-size: 1.1em;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
input[type='submit'].light,
.button.light,
button.light {
  background: #fff;
  color: #43a4f6;
  border: 0;
  font-size: 1.1em;
  padding: .6em 2em;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
@media (min-width: 760px) {
  input[type='submit'].light,
  .button.light,
  button.light {
    font-size: .9em;
  }
}
input[type='submit'].light:before,
.button.light:before,
button.light:before {
  content: '';
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #0a71c9;
  background: url("../img/button.svg") no-repeat scroll 0 0 / cover;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: -1;
}
input[type='submit'].light:hover:before,
.button.light:hover:before,
button.light:hover:before {
  background: #0a71c9;
}
.checkbox input,
.checkbox label {
  vertical-align: middle;
}
.checkbox input {
  margin-right: .6em;
}
.checkbox label {
  display: inline;
  font-size: .9em;
}
.error-message {
  font-size: .9em;
  color: #ffa200;
}
#response_message {
  display: block;
  font-size: 1.3em;
  margin-bottom: 1em;
  padding: 10px 20px;
  text-align: left;
  background: #00aa00;
}
#response_message.error {
  background: #ffa200;
}
label {
  display: block;
  margin-bottom: .2em;
  text-align: left;
}
.required label:after {
  content: '*';
}
.submit {
  text-align: right;
}
.container {
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 10px;
}
.altBg {
  color: #fff;
  background: #0a71c9;
}
.altBg h1 {
  color: #fff;
}
.pageHeader {
  text-align: center;
  background: #0a71c9;
  padding: 2em 0;
}
.pageHeader h1 {
  color: #fff;
  margin-bottom: 0em;
}
@media (min-width: 760px) {
  .pageHeader {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .pageHeader {
    padding-top: 90px;
  }
}
.thumb {
  display: block;
  overflow: hidden;
}
.thumb img {
  display: block;
}
html:not(.touch) .button,
html:not(.touch) input[type=submit],
html:not(.touch) button {
  -webkit-transition: all .2s;
  transition: all .2s;
}
html:not(.touch) .button:not(.light):hover,
html:not(.touch) input[type=submit]:not(.light):hover,
html:not(.touch) button:not(.light):hover {
  color: #fff;
  background: #009100;
}
html:not(.touch) .button.light:hover,
html:not(.touch) input[type=submit].light:hover,
html:not(.touch) button.light:hover {
  color: #fff;
  background: #0a71c9;
}
html:not(.touch) .thumb {
  position: relative;
}
html:not(.touch) .thumb:after {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.02);
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
html:not(.touch) .thumb:hover:after {
  left: 0;
  right: 0;
}
html:not(.touch) #mainMenu a {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
}
html:not(.touch) #mainMenu a:hover {
  background: none;
}
@media (min-width: 760px) {
  html:not(.touch) #mainMenu a:hover {
    color: #138cf3;
  }
}
html:not(.touch) #mainMenu a:before {
  content: '';
  position: absolute;
  top: 50px;
  bottom: 5px;
  left: 0;
  right: 0;
  background: #138cf3;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  transform: scale(0);
}
html:not(.touch) #mainMenu a:hover:before {
  opacity: 1;
  transform: scale(1);
}
html:not(.touch) .readMore:hover {
  background: #138cf3 !important;
}
html:not(.touch) #productCategory .header .contactUs:hover {
  background: #00c400;
}
html:not(.touch) #product .contactUs:first-of-type:hover {
  background: #00c400;
}
html:not(.touch) #about a.button:hover {
  border: 1px solid #fff;
}
html:not(.touch) #servizi article a h3 {
  -webkit-transition: all .25s;
  transition: all .25s;
}
html:not(.touch) #servizi article a:hover h3 {
  color: #00aa00;
}
html:not(.touch) #projects .project .preview:hover  .sitethumb {
  transform: scale(1.1);
}
html:not(.touch) #projects .project .preview:hover .preview_hover {
  opacity: 1;
}
html:not(.touch) #projects .project .preview:hover .preview_hover:after {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
@media (min-width: 760px) {
  html:not(.touch) #project header .projectLink:hover {
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
    box-shadow: 0 0 2px rgba(0,0,0,0.8);
    -webkit-text-shadow: 0 0 2px #000000;
    text-shadow: 0 0 2px #000000;
    background: rgba(0,0,0,0.35);
  }
}
html:not(.touch) .projectNav:hover {
  color: #fff;
  background-color: #208be6;
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(.9);
  }
}
@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(.9);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animated {
  animation-duration: 0.5s;
  transition-timing-function: ease-in;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
}
.is-exiting .animated {
  animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
}
#page {
  z-index: 0;
  position: relative;
}
#siteHeader {
  background: #efefef;
  text-align: center;
  position: relative;
  z-index: 9999;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 760px) {
  #siteHeader {
    text-align: left;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 50px 50px #fefefe inset;
  }
}
@media (min-width: 1024px) {
  #siteHeader {
    position: fixed;
    width: 100%;
    top: 0;
    height: 60px;
    line-height: 60px;
  }
}
#logo {
  display: inline-block;
  padding-top: 10px;
  width: 130px;
}
@media (min-width: 760px) {
  #logo {
    width: 160px;
  }
}
@media (min-width: 1024px) {
  #logo {
    width: 200px;
  }
}
#mainMenu {
  -webkit-transition: all .35s;
  transition: all .35s;
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(10,113,201,0.9);
  padding-top: 50px;
  text-align: center;
}
#mainMenu a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 17px;
  font-weight: 300;
  position: relative;
}
#mainMenu a:hover {
  background: #138cf3;
  color: #fff;
}
#mainMenu a.active {
  color: #fff;
  background: #138cf3;
}
@media (min-width: 1024px) {
  #mainMenu a.active {
    background: none;
    color: #138cf3;
  }
  #mainMenu a.active:before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 5px;
    left: 0;
    right: 0;
    background: #138cf3;
    z-index: -1;
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}
#mainMenu.open {
  left: 0;
}
#mainMenu.open #toggler:before {
  opacity: 0;
  transform: scale(-1);
}
#mainMenu.open #toggler:after {
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 1024px) {
  #mainMenu {
    position: static;
    background: none;
    float: right;
    padding: 0;
    -webkit-transition: all 0;
    transition: all 0;
  }
  #mainMenu li {
    display: inline-block;
    vertical-align: top;
  }
  #mainMenu li a {
    padding: 0 .7em;
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 60px;
    color: #0a71c9;
  }
  #mainMenu li#item_7 a {
    width: 40px;
    overflow: hidden;
    margin: 0 .8em;
    text-indent: -100em;
    background: url(../img/facebook_blue.png) no-repeat 0 50%;
    opacity: .95;
  }
  #mainMenu li#item_7 a:before {
    display: none;
  }
  #mainMenu li#item_8 a {
    width: 117px;
    overflow: hidden;
    margin: 0 .8em 0 1.2em;
    text-indent: -100em;
    background: url(../img/google_partner.png) no-repeat 0 50%;
    opacity: .95;
  }
  #mainMenu li#item_8 a:before {
    display: none;
  }
}
@media (min-width: 1180px) {
  #mainMenu li a {
    padding: 0 .8em;
  }
  #mainMenu li#item_8 a {
    margin: 0 .8em 0 3.2em;
  }
}
#toggler {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 99999;
  cursor: pointer;
  background: rgba(10,113,201,0.9);
}
#toggler:before {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: url(../img/toggler.png) no-repeat 50% 50%;
}
#toggler:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  transform: scale(-1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 35px;
  content: 'X';
  color: #fff;
  font-family: sans-serif;
}
@media (min-width: 1024px) {
  #toggler {
    display: none;
  }
}
#slideShow {
  position: relative;
  overflow: hidden;
  height: 300px;
}
#slideShow .slide {
  display: block;
  height: 300px;
  width: 100%;
  z-index: 0;
  text-align: center;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 95px;
}
#slideShow .slide.cycle-slide-active .fg {
  opacity: 1;
  bottom: 0;
}
#slideShow .slide.cycle-slide-active strong,
#slideShow .slide.cycle-slide-active .readMore {
  opacity: 1;
}
@media (min-width: 760px) {
  #slideShow .slide {
    padding-top: 90px;
  }
}
#slideShow .readMore {
  padding: .6em 1.6em;
  font-family: 'Roboto Condensed';
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  width: 240px;
  text-align: center;
  left: 50%;
  margin-left: -120px;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity 1s linear 1.5s;
  transition: opacity 1s linear 1.5s;
  background: rgba(0,0,0,0.1);
}
@media (min-width: 1200px) {
  #slideShow .readMore {
    font-size: 1.1em;
  }
}
#slideShow .fg {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all 2s;
  transition: all 2s;
  position: relative;
  bottom: -30px;
  opacity: 0;
  width: 240px;
  height: auto;
}
@media (min-width: 760px) {
  #slideShow .fg {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  #slideShow .fg {
    width: 400px;
  }
}
#slideShow strong {
	position: absolute;
	width: 100%;
	bottom: 210px;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	color: #039;
	text-shadow: 1px 1px 0 #000000;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
	font-size: 1.6em;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}
@media (min-width: 760px) {
  #slideShow strong {
    bottom: 90px;
    font-size: 2em;
    text-shadow: initial;
  }
}
@media (min-width: 1024px) {
  #slideShow strong {
    bottom: 95px;
  }
}
@media (min-width: 1200px) {
  #slideShow strong {
    bottom: 90px;
  }
}
@media (min-width: 760px) {
  #slideShow {
    display: block;
    height: 450px;
  }
  #slideShow .slide {
    height: 450px;
  }
}
@media (min-width: 760px) and (min-height: 700px) {
  #slideShow {
    height: 500px;
  }
  #slideShow .slide {
    height: 500px;
  }
  #slideShow .fg {
    width: 400px;
  }
  #slideShow strong {
    bottom: 110px;
  }
}
@media (min-width: 760px) and (min-height: 800px) {
  #slideShow {
    height: 550px;
  }
  #slideShow .slide {
    height: 550px;
  }
  #slideShow .fg {
    width: 450px;
  }
  #slideShow strong {
    bottom: 130px;
  }
}
@media (min-width: 760px) and (min-height: 900px) {
  #slideShow {
    height: 650px;
  }
  #slideShow .slide {
    height: 650px;
  }
  #slideShow .fg {
    width: 550px;
  }
  #slideShow strong {
    bottom: 150px;
  }
}
@media (min-width: 1200px) {
  #slideShow .readMore {
    bottom: 8%;
  }
}
#siteFooter {
  background: #f3f3f3 url(../img/footerBg.png) no-repeat 0 50%;
  padding: 20px 0;
  font-size: .9em;
  overflow: hidden;
}
#siteFooter .container > div {
	margin-bottom: 1em;
	font-size: 12px;
}
#siteFooter .about .logo {
  margin-bottom: 1em;
}
#siteFooter .about .logo img {
  width: auto;
  max-width: 100%;
}
#siteFooter .about br {
  display: none;
}
@media (min-width: 760px) {
  #siteFooter .menu2,
  #siteFooter .menu1,
  #siteFooter .menu3 {
    display: inline;
    float: left;
    width: 29.166666666667%;
    margin: 0 2.0833333333333%;
  }
  #siteFooter .menu li {
    display: block;
  }
  #siteFooter .menu li:after {
    content: '';
  }
  #siteFooter .menu li a {
    line-height: 1.5em;
    color: #808080;
  }
  #siteFooter .about {
    display: inline;
    float: left;
    width: 95.833333333333%;
    margin: 0 2.0833333333333%;
  }
}
@media (min-width: 760px) {
  #siteFooter .menu2,
  #siteFooter .menu1,
  #siteFooter .menu3,
  #siteFooter .about {
    display: inline;
    float: left;
    width: 20.833333333333%;
    margin: 0 2.0833333333333%;
  }
  #siteFooter .about {
    text-align: right;
  }
  #siteFooter .about br {
    display: inline;
  }
}
@media (max-width: 760px) {
  #siteFooter .menu1,
  #siteFooter .menu2,
  #siteFooter .menu3 {
    display: none;
  }
}
#servizi,
#about,
#clients {
  padding: 2em 0 0;
  overflow: hidden;
  text-align: center;
}
#servizi article,
#about article,
#clients article {
  margin-bottom: 2em;
}
#servizi p,
#about p,
#clients p {
	text-align: center;
}
@media (min-width: 760px) {
  #servizi,
  #about,
  #clients {
    padding-bottom: 1em;
  }
}
#clients {
  padding: 50px 0 0;
}
#about article {
  overflow: hidden;
  padding: 20px 0 0;
}
@media (min-width: 760px) {
  #about article div {
    display: inline;
    float: left;
    width: 29.166666666667%;
    margin: 0 2.0833333333333%;
  }
}
#about article h1 {
  font-size: 2.2em;
}
#about article h4 {
  margin-bottom: 3em;
  color: #7ecffa;
}
#about article h5 {
  color: #fff;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  font-size: 1.2em;
  margin-top: 3em;
}
@media (min-width: 760px) {
  #about article h5 {
    margin-top: 0;
  }
}
#about article h5:after {
  content: '';
  position: absolute;
  height: 4px;
  bottom: -4px;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  background: #fff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#about article p {
  color: #afe1fc;
}
#about article p strong {
  color: #e0f4fe;
}
#about a {
  margin-bottom: 2em;
}
#about a.button {
  font-size: .95em;
  padding: .75em 1.5em;
  margin-top: 3em;
  border: 1px solid #fff;
}
#servizi article a {
  margin-top: 1em;
  font-size: 1em;
}
#servizi article h3 {
  margin-bottom: .6em;
  padding-top: 60px;
}
#servizi article.webSites h3 {
  background: url(../img/websites_icon_small.png) no-repeat 50% 0;
}
#servizi article.webMarketing h3 {
  background: url(../img/webMarketing_icon_small.png) no-repeat 50% 0;
}
#servizi article.newsletter h3 {
  background: url(../img/newsletter_icon_small.png) no-repeat 50% 0;
}
#servizi article h4 {
  margin-bottom: 2em;
}
@media (min-width: 760px) {
  #servizi article {
    display: inline;
    float: left;
    width: 29.166666666667%;
    margin: 0 2.0833333333333%;
    margin-bottom: 2em;
  }
}
@media (min-width: 1400px) {
  #servizi article {
    padding-bottom: 20px;
  }
  #servizi article h3 {
    padding-top: 140px;
  }
  #servizi article.webSites h3 {
    background: url(../img/websites_icon.png) no-repeat 50% 20px;
  }
  #servizi article.webMarketing h3 {
    background: url(../img/webMarketing_icon.png) no-repeat 50% 20px;
  }
  #servizi article.newsletter h3 {
    background: url(../img/newsletter_icon.png) no-repeat 50% 20px;
  }
}
#clients {
  padding-bottom: 2em;
}
#clients h1 {
  margin-bottom: 1em;
  font-size: 1.6em;
}
@media (min-width: 760px) {
  #clients h1 {
    font-size: 1.8em;
  }
}
#clients img {
  display: inline;
  float: left;
  width: 45.833333333333%;
  margin: 0 2.0833333333333%;
  margin-bottom: 1em;
}
@media (min-width: 760px) {
  #clients img {
    display: inline-block;
    float: none;
    width: 16%;
    margin: 0;
  }
}
p.circle {
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  border: 2px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.1);
  display: inline-block;
  padding: 1em;
  margin: 0 .5em .5em;
  position: relative;
  border-color: transparent #fff;
}
p.circle strong {
  color: #00aa00;
  font-size: 1.4em;
  font-weight: 700;
  margin-right: .5em;
}
@media (min-width: 600px) {
  p.circle {
    font-size: 1.4em;
    width: 150px;
    height: 150px;
    border-color: transparent #fff;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding-top: 45px;
    margin: 1em 1em 3em;
  }
  p.circle strong {
    display: block;
    margin: 0 0 .2em;
  }
}
@media (min-width: 1400px) {
  p.circle {
    width: 200px;
    height: 200px;
    padding-top: 70px;
  }
}
#productCategory .header {
  padding: 0;
  text-align: center;
  background: #f0f0f0;
  color: #676767;
}
@media (min-width: 760px) {
  #productCategory .header {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  #productCategory .header {
    padding: 60px 0;
  }
}
#productCategory .header h1 {
  color: #fff;
  font-size: 2.5em;
  margin-top: -2.5em;
  margin-bottom: .7em;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
}
@media (min-width: 760px) {
  #productCategory .header h1 {
    font-size: 4em;
    margin-top: -4em;
    margin-bottom: 3em;
  }
}
#productCategory .header h4 {
  font-size: 1.8em;
  color: #5caff7;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
}
#productCategory .header .container {
  max-width: 1000px;
}
#productCategory .header .contactUs {
  padding: .6em 1.6em;
  font-family: 'Roboto Condensed';
  color: #fff;
  background: transparent;
  font-size: 1.1em;
  text-transform: uppercase;
  width: 240px;
  text-align: center;
  left: 50%;
  border: 0;
  box-shadow: 1px 1px 0 #fff, 1px 1px 1px rgba(0,0,0,0.25) inset;
  display: inline-block;
  background: #00aa00;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1em;
}
#productCategory .header .callout {
  padding: 2em 0 1em;
  font-size: 2em;
  line-height: 1.5em;
}
@media (min-width: 760px) {
  #productCategory .header .callout {
    font-size: 2.3em;
    padding: 2em 0;
  }
}
#productCategory .header .callout strong {
  color: #0a71c9;
  font-size: 1.1em;
  text-shadow: 1px 1px 0 #fff;
}
#productCategory .header .text {
  margin-bottom: 2em;
  text-align: left;
  padding: 2em 0 1em;
  font-size: 1.2em;
}
@media (min-width: 760px) {
  #productCategory .header .text {
    padding: 3em 0 1em;
  }
}
#productCategory .header .bg {
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 140px;
  box-shadow: 0 -2px 4px rgba(0,0,0,0.2) inset;
  background-size: cover;
}
@media (min-width: 760px) {
  #productCategory .header .bg {
    height: 400px;
    background-size: auto;
  }
}
#productCategory.cat2 .header .bg {
  background-image: url(../img/siti-internet.jpg);
}
#productCategory.cat1 .header .bg {
  background-image: url(../img/web-marketing.jpg);
}
#productCategory.cat3 .header .bg {
  background-image: url(../img/newsletter-social.jpg);
}
#products {
  padding: 0 0 30px;
  overflow: hidden;
}
#products h2 {
  background-color: #0a71c9;
  color: #fff;
  padding: 2em;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
  position: relative;
}
#products h2:after {
  content: '';
  width: 10px;
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: #0a71c9 transparent transparent;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;
}
#products a {
  background: #f9f9f9;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 40px;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}
#products a h3 {
  font-size: 1.4em;
  margin-bottom: .8em;
}
@media (min-width: 760px) {
  #products a h3 {
    font-size: 1.2em;
  }
}
#products a p {
	color: #808080;
	text-align: center;
}
#products a .button {
  border: 1px solid #dedede;
}
@media (min-width: 760px) {
  #products a {
    display: inline;
    float: left;
    width: 29.166666666667%;
    margin: 0 2.0833333333333%;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #products a:nth-child(3n+1) {
    clear: left;
  }
}
#product {
  text-align: center;
}
#product .article {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
#product img {
  max-height: 300px;
  width: auto;
  display: block;
  margin: 0 auto;
}
#product .callout {
  font-size: 1.6em;
  line-height: 1.4em;
}
@media (min-width: 760px) {
  #product .callout {
    padding: 2em 0;
    font-size: 1.8em;
    line-height: 2.2em;
  }
}
#product .callout strong {
  display: block;
  color: #0a71c9;
  font-size: 1.4em;
  text-shadow: 1px 1px 0 #fff;
  margin: 1em 0;
}
@media (min-width: 760px) {
  #product .callout strong {
    margin: 0;
  }
}
#product .text {
  padding: 2em 0;
  text-align: left;
  font-size: 1.2em;
}
#product aside {
  border-top: 1px solid #f0f0f0;
  font-size: 1em;
}
@media (min-width: 760px) {
  #product aside {
    font-size: .9em;
  }
}
#product .contactUs {
  font-size: 1.1em;
  margin-bottom: 2em;
}
#product .contactUs:first-of-type {
  padding: .6em 1.6em;
  font-family: 'Roboto Condensed';
  color: #fff;
  background: transparent;
  font-size: 1.1em;
  text-transform: uppercase;
  width: 240px;
  text-align: center;
  left: 50%;
  border: 0;
  box-shadow: 1px 1px 0 #fff, 1px 1px 1px rgba(0,0,0,0.25) inset;
  display: inline-block;
  background: #00aa00;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1em;
}
#text {
  text-align: center;
}
#text .article {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 0;
}
#text .text {
  text-align: left;
}
#fastContact {
  clear: both;
  background: #0a71c9;
  padding: 2em 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#fastContact:before {
  content: '';
  width: 10px;
  left: 10px;
  left: 50%;
  margin-left: -5px;
  top: 0;
  position: absolute;
  border: 10px solid;
  border-color: #fff transparent transparent;
}
#fastContact .article {
  text-align: center;
  color: #7ecffa;
}
#fastContact .article p {
  font-size: 1.3em;
  padding: 0 0 1em;
}
@media (min-width: 760px) {
  #fastContact .article p {
    padding: 0;
    font-size: 1em;
  }
}
#fastContact .article h3 {
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 1em;
}
@media (min-width: 760px) {
  #fastContact .article h3 {
    margin-bottom: .25em;
  }
}
#fastContact label a {
  color: #fff;
}
@media (min-width: 500px) {
  #fastContact .article {
    display: inline;
    float: left;
    width: 37.5%;
    margin: 0 2.0833333333333%;
    padding-top: 1em;
    text-align: right;
  }
  #fastContact form {
    display: inline;
    float: left;
    width: 54.166666666667%;
    margin: 0 2.0833333333333%;
  }
  #fastContact .submit {
    text-align: left;
  }
}
@media (min-width: 760px) {
  #fastContact .article {
    display: inline;
    float: left;
    width: 45.833333333333%;
    margin: 0 2.0833333333333%;
    padding-top: 1em;
  }
  #fastContact .article h3 {
    font-size: 3em;
  }
  #fastContact form {
    display: inline;
    float: left;
    width: 45.833333333333%;
    margin: 0 2.0833333333333%;
  }
}
@media (min-width: 1024px) {
  #fastContact .article {
    display: inline;
    float: left;
    width: 29.166666666667%;
    margin: 0 2.0833333333333%;
    padding-top: 1em;
  }
  #fastContact form {
    display: inline;
    float: left;
    width: 62.5%;
    margin: 0 2.0833333333333%;
  }
  #fastContact form .inputsWrapper {
    display: block;
    width: 106.25%;
    margin: 0 -3.125%;
    *zoom: 1;
  }
  #fastContact form .inputsWrapper:before,
  #fastContact form .inputsWrapper:after {
    content: "";
    display: table;
  }
  #fastContact form .inputsWrapper:after {
    clear: both;
  }
  #fastContact form .inputsWrapper .contactInputs,
  #fastContact form .inputsWrapper .message {
    display: inline;
    float: left;
    width: 43.75%;
    margin: 0 3.125%;
  }
}
#projects .project {
  display: inline;
  float: left;
  width: 95.833333333333%;
  margin: 0 2.0833333333333%;
  padding: 2% 0;
  text-align: center;
}
#projects .project img {
  display: block;
}
#projects .project h3 {
  margin-bottom: .5em;
  margin-top: 1em;
}
#projects .project h3 a {
  color: #111;
}
#projects .project h4 {
  margin-bottom: 0;
}
#projects .project .preview {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#projects .project .preview .sitethumb {
  transition: all 0.3s ease-out 0s;
}
#projects .project .preview .preview_hover {
  opacity: 0;
  position: absolute;
  background: rgba(30,30,30,0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#projects .project .preview .preview_hover img {
  display: inline-block;
  border: 0;
  height: auto;
  width: auto;
  max-width: 100%;
}
@media (min-width: 760px) {
  #projects .project .preview .preview_hover img {
    margin-top: 8%;
  }
}
#projects .project .preview .preview_hover:after {
  content: "";
  display: block;
  border: 1px solid rgba(255,255,255,0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
@media (min-width: 500px) {
  #projects .project {
    display: inline;
    float: left;
    width: 45.833333333333%;
    margin: 0 2.0833333333333%;
  }
}
@media (min-width: 1024px) {
  #projects .project {
    display: inline;
    float: left;
    width: 29.166666666667%;
    margin: 0 2.0833333333333%;
  }
}
#projects .container {
  padding: 1.5em 0 0;
}
#projects .manymore {
  display: block;
  clear: both;
  text-align: center;
  font-style: italic;
  font-size: 2.6em;
  padding: .6em 0 2em;
}
#project header {
  text-align: center;
  padding: 2em 0 40px;
  position: relative;
}
#project header .projectLink {
  display: block;
  font-family: 'Roboto Condensed';
  color: #0a71c9;
  margin-bottom: 1em;
}
#project header img {
  margin-bottom: 1em;
}
#project .projectDescription {
  clear: both;
  text-align: justify;
  padding: 2em 0;
  margin: 0 auto;
  max-width: 900px;
}
#project .projectDescription h4 {
  color: #0a71c9;
  text-align: center;
}
#project .projectDescription h5,
#project .projectDescription .addthis_sharing_toolbox {
  text-align: center;
}
@media (min-width: 760px) {
  #project header {
    padding-top: 80px;
    backgorund-position: 50% 50%;
    background-size: cover;
  }
  #project header h1 {
    color: #fff;
    -webkit-text-shadow: 0 0 2px rgba(0,0,0,0.8);
    text-shadow: 0 0 2px rgba(0,0,0,0.8);
    font-size: 2.2em;
    margin-top: .5em;
    margin-bottom: 1em;
  }
  #project header .projectLink {
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    max-width: 230px;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
    font-size: 1.5em;
    -webkit-text-shadow: 0 0 2px rgba(0,0,0,0.8);
    text-shadow: 0 0 2px rgba(0,0,0,0.8);
    margin-bottom: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: rgba(0,0,0,0.25);
  }
  #project header img {
    width: auto;
    max-width: 80%;
    margin-bottom: 0;
  }
  #project .projectDescription {
    padding: 3em 0;
  }
}
@media (max-width: 760px) {
  #project header {
    background-image: none !important;
  }
}
.projectNav {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 11px;
  text-transform: uppercase;
  width: 45%;
  padding: 0 1em;
  max-width: 250px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.projectNav.prev {
  float: right;
  text-align: left;
  background: #0a71c9 url(../img/arrowRight_white.png) no-repeat 90% 50%;
}
@media (min-width: 760px) {
  .projectNav.prev {
    -webkit-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
  }
}
.projectNav.next {
  float: left;
  text-align: right;
  background: #0a71c9 url(../img/arrowLeft_white.png) no-repeat 10% 50%;
}
@media (min-width: 760px) {
  .projectNav.next {
    -webkit-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
  }
}
@media (min-width: 760px) {
  .projectNav {
    font-size: 14px;
    max-width: 250px;
  }
}
#contact {
  overflow: hidden;
}
#contact #mappa {
  margin-bottom: 1em;
  height: 200px;
}
#contact #mappa iframe {
  height: 100%;
}
#contact .container {
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: hidden;
}
#contact .vcard img {
  width: auto;
  vertical-align: top;
  margin-bottom: 1em;
  margin-right: 1em;
}
#contact #dati_aziendali h4 {
  text-transform: none;
  font-size: 1.3em;
  margin-bottom: .3em;
}
@media (min-width: 760px) {
  #contact #mappa {
    display: inline;
    float: left;
    width: 45.833333333333%;
    margin: 0 2.0833333333333%;
    height: 300px;
  }
  #contact .vcard {
    display: inline;
    float: left;
    width: 45.833333333333%;
    margin: 0 2.0833333333333%;
  }
}
@media (min-width: 1400px) {
  #contact #mappa {
    height: 360px;
  }
}
#article {
  padding: 2em 0;
  text-align: center;
}
#errorpage {
  padding: 20px;
  text-align: center;
}
@media (min-width: 760px) {
  #errorpage {
    padding: 160px 20px;
  }
}
#errorpage h2 {
  color: #cc0000;
  font-size: 5em;
  margin-bottom: .6em;
}
#ad_emulator {
  display: inline;
  float: left;
  width: 45.833333333333%;
  margin: 0 2.0833333333333%;
  margin-bottom: 1em;
}
#ad_previews {
  display: inline;
  float: left;
  width: 45.833333333333%;
  margin: 0 2.0833333333333%;
  margin-bottom: 1em;
}
#ad_top {
  background: none repeat scroll 0 0 #fff8e7;
  padding: 5px;
}
div.ad_preview {
  margin-bottom: 40px;
  overflow: hidden;
}
div.ad_preview a {
  color: #1122cc;
  font-family: arial, sans-serif;
  font-size: medium;
}
div.ad_preview span.url {
  color: #009933;
  display: block;
  font-size: small;
}
div.ad_preview span.line1 {
  color: #222;
  display: block;
  font-size: small;
}
div.ad_preview span.line2 {
  color: #222;
  display: block;
  font-size: small;
}
div.ad_preview h3 {
  font-weight: normal;
}
