/**
 * Theme name: Help Informatica
 * Version: 0.0
 * Author: Piero Vettori
 */
#body-wrapper {
  z-index: 100;
  height: auto !important;
  min-height: 100%;
  margin-bottom: -130px;
  padding-bottom: 130px;
  padding-top: 40px;
  background-image: url("images/background.jpg");
  background-attachment: fixed;
  background-size: cover;
  color: #FFF; }
  #body-wrapper a:not([class*='button']) {
    color: #FFF;
    font-weight: bold;
    text-decoration: none; }
    #body-wrapper a:not([class*='button']):visited {
      color: #FFF; }
    #body-wrapper a:not([class*='button']):hover {
      text-decoration: underline dotted; }
  #body-wrapper .push {
    clear: both; }
  #body-wrapper ol, #body-wrapper ul {
    padding-left: 2em;
    list-style-type: initial; }

#footer {
  color: #FFF;
  height: 130px;
  padding: 0 12px;
  overflow: hidden; }
  #footer p {
    padding: 0; }
  #footer #footer-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
    #footer #footer-menu a, #footer #footer-menu a:visited {
      color: #FFF;
      font-size: 0.8em;
      text-decoration: none; }

@media screen and (max-width: 720px) {
  #footer {
    display: none; } }
#navtop.wrapper {
  z-index: 200;
  background-color: #324c66;
  position: fixed;
  opacity: 1;
  top: 0;
  -webkit-transition-property: opacity, top, background-color;
  -moz-transition-property: opacity, top, background-color;
  -o-transition-property: opacity, top, background-color;
  transition-property: opacity, top, background-color;
  -webkit-transition-duration: 1s, 1.5s, 1s;
  -moz-transition-duration: 1s, 1.5s, 1s;
  -o-transition-duration: 1s, 1.5s, 1s;
  transition-duration: 1s, 1.5s, 1s;
  -webkit-transition-delay: 1.2s, 1.2s, 0s;
  -moz-transition-delay: 1.2s, 1.2s, 0s;
  -o-transition-delay: 1.2s, 1.2s, 0s;
  transition-delay: 1.2s, 1.2s, 0s; }
  #navtop.wrapper .section {
    padding: 0;
    vertical-align: middle; }
  #navtop.wrapper img {
    vertical-align: middle; }
  #navtop.wrapper ul {
    background-color: #324c66;
    list-style: none;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  #navtop.wrapper li, #navtop.wrapper li:hover {
    background-color: transparent; }
  #navtop.wrapper a, #navtop.wrapper a:visited {
    color: #b6def2;
    line-height: 40px;
    font-weight: normal;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  #navtop.wrapper a:hover {
    background-color: #347bc2;
    color: #FFF;
    text-decoration: none; }

.home #navtop.wrapper.full-size {
  background-color: transparent; }
  .home #navtop.wrapper.full-size ul {
    background-color: rgba(50, 76, 102, 0.2); }
  .home #navtop.wrapper.full-size ul.menu-level-0 {
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px; }
    .home #navtop.wrapper.full-size ul.menu-level-0 > li > a {
      font-size: 1.3em;
      line-height: 60px; }
    .home #navtop.wrapper.full-size ul.menu-level-0 > li:first-child > a {
      -webkit-border-radius: 0 0 0 12px;
      -moz-border-radius: 0 0 0 12px;
      border-radius: 0 0 0 12px; }

body.is-loading .home #navtop.wrapper {
  opacity: 0;
  top: -16px; }

body, p {
  line-height: 1.4em; }

.wrapper {
  position: relative;
  width: 100%; }

.section {
  margin: 0 auto;
  max-width: 1000px;
  padding: 24px 0;
  position: relative; }

.hidden {
  display: none; }

.white-grain {
  background-color: #fff;
  background-image: url("images/grain.png");
  color: #333; }
  .white-grain a, .white-grain a:visited {
    color: #333 !important; }
    .white-grain a:hover, .white-grain a:visited:hover {
      color: #347bc2; }

.tab-separator {
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -200px;
  line-height: 48px;
  width: 400px;
  text-align: center;
  color: #347bc2;
  font-weight: bold;
  font-size: 24px;
  font-style: italic;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }
  .tab-separator:before {
    background-image: url("images/shadow.png");
    background-position: bottom left;
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: -25px;
    top: 24px; }
  .tab-separator:after {
    background-image: url("images/shadow.png");
    background-position: bottom right;
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: 100%;
    top: 24px; }

sub {
  display: block;
  font-size: 0.9em;
  font-style: italic;
  padding-bottom: 18px; }

/**
 *   Page-specific styles
 */
.home header#title {
  display: block;
  margin: 0 auto;
  height: 36vh;
  position: relative;
  text-align: center;
  opacity: 1;
  transform: scale(1); }
  .home header#title h1.website-logo {
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 105px;
    width: 100%;
    position: absolute;
    margin-top: -50px;
    top: 24vh; }
.home #main article {
  text-align: center;
  padding: 24px 12px;
  opacity: 1;
  padding-top: 0;
  -webkit-transition-property: opacity, padding-top;
  -moz-transition-property: opacity, padding-top;
  -o-transition-property: opacity, padding-top;
  transition-property: opacity, padding-top;
  -webkit-transition-duration: 1.5s, 1.5s;
  -moz-transition-duration: 1.5s, 1.5s;
  -o-transition-duration: 1.5s, 1.5s;
  transition-duration: 1.5s, 1.5s; }
.home #main #ad1 article {
  -webkit-transition-delay: 1.5s, 1.5s;
  -moz-transition-delay: 1.5s, 1.5s;
  -o-transition-delay: 1.5s, 1.5s;
  transition-delay: 1.5s, 1.5s; }
.home #main #ad2 article {
  -webkit-transition-delay: 2s, 2s;
  -moz-transition-delay: 2s, 2s;
  -o-transition-delay: 2s, 2s;
  transition-delay: 2s, 2s; }
.home #main #ad3 article {
  -webkit-transition-delay: 2.5s, 2.5s;
  -moz-transition-delay: 2.5s, 2.5s;
  -o-transition-delay: 2.5s, 2.5s;
  transition-delay: 2.5s, 2.5s; }
.home #articles {
  margin-top: 32px;
  padding-top: 24px; }
  .home #articles article {
    border: 12px solid #e6e6e6;
    margin-bottom: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
    .home #articles article h3 {
      padding: 12px;
      background-color: #e6e6e6; }
      .home #articles article h3 a, .home #articles article h3 a:visited {
        color: #324c66; }
      .home #articles article h3 a:hover {
        color: #347bc2; }
    .home #articles article div {
      padding: 12px;
      font-size: 0.9em;
      line-height: 1.2em; }
      .home #articles article div .read-more a, .home #articles article div .read-more a:visited {
        color: #347bc2 !important; }
  .home #articles .grid-item {
    float: left;
    width: 48%;
    margin: 1%; }
.home #title {
  opacity: 1;
  transform: scale(1);
  -webkit-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 2s, 2s;
  -moz-transition-duration: 2s, 2s;
  -o-transition-duration: 2s, 2s;
  transition-duration: 2s, 2s;
  -webkit-transition-delay: 0.2s, 0.2s;
  -moz-transition-delay: 0.2s, 0.2s;
  -o-transition-delay: 0.2s, 0.2s;
  transition-delay: 0.2s, 0.2s; }

body.is-loading .home #navtop {
  opacity: 0;
  top: -16px; }
body.is-loading .home #title {
  opacity: 0;
  transform: scale(0.9); }
body.is-loading .home #main article {
  opacity: 0;
  padding-top: 48px; }

.press header {
  text-align: center;
  color: #347bc2;
  font-weight: bold;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 0; }
.press article {
  padding: 18px 24px;
  margin: 12px 12px 24px 12px; }
.press #sticky article {
  background-color: rgba(90, 168, 234, 0.15);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .press #sticky article h3 {
    font-size: 2em; }
  .press #sticky article hr {
    display: none; }

.contact article {
  padding: 18px 24px;
  margin-bottom: 24px; }
.contact #social-network {
  font-size: 16px; }
  .contact #social-network .fa {
    display: inline-block;
    font-size: 48px;
    width: 60px;
    text-align: center;
    padding-right: 12px; }
  .contact #social-network a, .contact #social-network a:visited {
    color: #324c66 !important; }
  .contact #social-network a:hover {
    color: #347bc2 !important; }
.contact form a, .contact form a:visited {
  color: #FFF !important; }

.contactform form {
  max-width: 700px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #CCC;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
.contactform .row {
  margin-bottom: 12px; }
.contactform .message {
  margin: 0 0 12px 0;
  padding: 12px 8px 12px 0;
  background-color: #FFF;
  border: 1px solid #e5e5e5; }
  .contactform .message div {
    display: table-cell;
    vertical-align: middle; }
  .contactform .message .message-icon {
    width: 2em;
    text-align: center; }
  .contactform .message .fa {
    color: #7ad03a; }
  .contactform .message.alert .fa {
    color: orange; }
  .contactform .message.error .fa {
    color: red; }
  .contactform .message.info .fa {
    color: DeepSkyBlue; }
.contactform input[type="text"], .contactform textarea {
  min-width: 100%;
  max-width: 100%;
  padding: 2px 6px;
  font-family: inherit;
  font-size: 14px;
  border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

@media screen and (max-width: 600px) {
  .home #articles .grid-item {
    width: 98%; } }
