<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face {
  font-family: 'PTSansRegular';
  src: url('../fonts/PTN57F-webfont.eot');
  src: url('../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTN57F-webfont.woff') format('woff'), url('../fonts/PTN57F-webfont.ttf') format('truetype'), url('../fonts/PTN57F-webfont.svg#PTSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansBold';
  src: url('../fonts/PTS75F-webfont.eot');
  src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS75F-webfont.woff') format('woff'), url('../fonts/PTS75F-webfont.ttf') format('truetype'), url('../fonts/PTS75F-webfont.svg#PTSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansCaption';
  src: url('../fonts/PTC55F-webfont.eot');
  src: url('../fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTC55F-webfont.woff') format('woff'), url('../fonts/PTC55F-webfont.ttf') format('truetype'), url('../fonts/PTC55F-webfont.svg#PTSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-regular-mixin {
  font-family: PTSansRegular;
}
.font-bold-mixin {
  font-family: PTSansBold;
}
.font-caption-mixin {
  font-family: PTSansCaption;
}
#home {
  height: 350px;
  position: absolute;
  top: 50%;
  width: 450px;
  left: 50%;
  margin-top: -175px;
  margin-left: -225px;
  text-align: center;
}
@media (max-width: 640px) {
  #home {
    height: 280px;
    margin-top: -140px;
    width: 320px;
    margin-left: -160px;
  }
}
#home h1 {
  font-size: 35px;
}
@media (max-width: 640px) {
  #home h1 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
#home hr {
  height: 8px;
  margin: 40px auto 40px;
}
@media (max-width: 640px) {
  #home hr {
    margin: 10px auto 10px;
  }
}
#home h3 {
  font-size: 20px;
}
#home ul.menu {
  margin-top: 100px;
}
@media (max-width: 640px) {
  #home ul.menu {
    width: 270px;
    margin-left: 10px;
  }
}
h1 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: PTSansBold;
}
h1 a {
  color: black;
  text-decoration: none;
}
h1 a:hover {
  color: #00FF00;
}
hr {
  width: 230px;
  border: 0px;
  height: 5px;
  background: black;
  margin: 20px auto 20px;
}
h2 {
  text-transform: uppercase;
  font-family: PTSansBold;
  font-size: 38px;
  padding-top: 10px;
  text-align: center;
  line-height: 43px;
  padding-top: 60px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  h2 {
    padding-top: 40px;
  }
}
h2:before {
  display: block;
  position: absolute;
  top: 0px;
  content: '';
  left: 50%;
  margin-left: -17px;
}
h3 {
  text-transform: uppercase;
  font-family: PTSansRegular;
  letter-spacing: 1px;
}
ul.menu li {
  float: left;
  margin: 0px 2px;
}
ul.menu li a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: PTSansRegular;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 85px;
}
ul.menu li a * {
  position: absolute;
  left: 0px;
  width: 100%;
}
ul.menu li a .text {
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transform: rotate(320deg);
  -moz-transform: rotate(320deg);
  -o-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  transform: rotate(320deg);
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  text-align: center;
  left: 40px;
  bottom: 40px;
  display: inline-block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: left;
}
ul.menu li a .image {
  display: inline-block;
  height: 48px;
  width: 48px;
  bottom: 0px;
  margin-left: 15px;
}
ul.menu li a:hover .text {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
ul.menu li a.chi .image {
  background-image: url('../img/sprite.png');
  background-position: 0 -35px;
  width: 35px;
  height: 35px;
}
ul.menu li a.progetti .image {
  background-image: url('../img/sprite.png');
  background-position: 0 0;
  width: 35px;
  height: 35px;
}
ul.menu li a.pubblicazioni .image {
  background-image: url('../img/sprite.png');
  background-position: 0 -70px;
  width: 35px;
  height: 35px;
}
ul.menu li a.skills .image {
  background-image: url('../img/sprite.png');
  background-position: 0 -175px;
  width: 35px;
  height: 35px;
}
ul.menu li a.network .image {
  background-image: url('../img/sprite.png');
  background-position: 0 -140px;
  width: 35px;
  height: 35px;
}
ul.menu li a.contatti .image {
  background-image: url('../img/sprite.png');
  background-position: 0 -105px;
  width: 35px;
  height: 35px;
}
@media (max-width: 640px) {
  ul.menu li {
    margin: 0px 5px;
  }
  ul.menu li a {
    height: 35px;
    width: 35px;
  }
  ul.menu li a .text {
    display: none;
  }
}
#top {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 125px;
  width: 100%;
  text-align: center;
  background: white;
  z-index: 10;
}
#top h1 {
  margin-top: 30px;
  font-size: 25px;
}
#top hr {
  height: 5px;
  margin: 20px auto 20px;
}
#top h3 {
  font-size: 15px;
}
@media (max-width: 640px) {
  #top {
    border-bottom: 1px solid #00FF00;
  }
}
#bottom {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  height: 140px;
  background: white;
  width: 100%;
}
@media (max-width: 640px) {
  #bottom {
    height: 60px;
    border-top: 1px solid #00FF00;
  }
}
#bottom ul.menu {
  position: absolute;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  bottom: 20px;
}
@media (max-width: 640px) {
  #bottom ul.menu {
    bottom: 10px;
    width: 270px;
    margin-left: -135px;
  }
}
@media (max-width: 640px) {
  #bottom ul.menu li a .image {
    margin: 0px;
  }
}
#content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#content #content-wrapper {
  margin-top: 125px;
  overflow: auto;
  padding-bottom: 140px;
}
@media (max-width: 640px) {
  #content #content-wrapper {
    margin-top: 145px;
    padding-bottom: 70px;
  }
}
#content #content-wrapper #content-scroller {
  max-width: 800px;
  margin: auto;
  font-family: PTSansRegular;
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 800px) {
  #content #content-wrapper #content-scroller {
    padding: 0px 10px;
  }
}
#content #content-wrapper #content-scroller .incipit {
  font-size: 16px;
  text-transform: uppercase;
  font-family: PTSansBold;
}
#content #content-wrapper #content-scroller p a {
  color: black;
  text-decoration: none;
  font-family: PTSansBold;
}
#content #content-wrapper #content-scroller p a:hover {
  color: #00FF00;
}
#content #content-wrapper #content-scroller p.case {
  height: 90px;
  line-height: 20px;
  margin: 20px 0px;
}
#content #content-wrapper #content-scroller p.case.short {
  height: 70px;
}
@media (max-width: 640px) {
  #content #content-wrapper #content-scroller p.case {
    height: auto;
  }
  #content #content-wrapper #content-scroller p.case.short {
    height: auto;
  }
}
#content #content-wrapper #content-scroller p.case img {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 3px solid #00FF00;
}
#content #content-wrapper #content-scroller ul li {
  color: #00FF00;
  list-style-type: square;
  margin-left: 10px;
}
#content #content-wrapper #content-scroller ul li a {
  color: black;
  text-decoration: none;
}
#content #content-wrapper #content-scroller ul li a:hover {
  color: #00FF00;
}
#content #content-wrapper #content-scroller ul li span {
  color: black;
}
#content #content-wrapper #content-scroller ul li span span {
  display: inline-block;
  width: 170px;
}
#content #content-wrapper #content-scroller ul.skills li:nth-of-type(2n) {
  float: right;
  position: relative;
  top: -28px;
}
@media (max-width: 640px) {
  #content #content-wrapper #content-scroller ul.skills li:nth-of-type(2n) {
    margin-right: 10px;
    float: none;
    position: static;
  }
}
#content #content-wrapper #content-scroller hr {
  background: #00FF00;
  border: 0px;
  width: 100px;
  margin: 20px 0px;
}
.chi h2:before {
  background-image: url('../img/sprite.png');
  background-position: 0 -35px;
  width: 35px;
  height: 35px;
}
.progetti h2:before {
  background-image: url('../img/sprite.png');
  background-position: 0 0;
  width: 35px;
  height: 35px;
}
.skills h2:before {
  background-image: url('../img/sprite.png');
  background-position: 0 -175px;
  width: 35px;
  height: 35px;
}
.network h2:before {
  background-image: url('../img/sprite.png');
  background-position: 0 -140px;
  width: 35px;
  height: 35px;
}
.contatti h2:before {
  background-image: url('../img/sprite.png');
  background-position: 0 -105px;
  width: 35px;
  height: 35px;
}
</pre></body></html>