/*

.box { @include border-radius(10px); }

*/
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 {
  font-size: 100%;
  /*font:inherit;*/
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

html {
  overflow-y: scroll; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clear, section#content div#left, nav#nav-below, div#author-list, .home section#content div#topleft, .home section#content div#middle, .home section#content div#bottomleft, .home section#content div#bottomleft .icon, .home section#content div#bottomleft .entry-title, .home section#content div#bottomleft .entry-summary, .home section#content div#bottomleft .allposts, .home section#content article.home-typology:nth-child(odd), .widget-container.widget_spotlight_widget div.event, .widget-container.widget_spotlight_widget div.event .date, .widget-container.widget_spotlight_widget div.event .text, .single-authors div#author-top, .single-authors div#author-top div#left, .single-authors section#content div#left {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

img {
  max-width: 100%; }

.header-logo{
    width: 350px;
}

.float-left, header#header, div#mobilesearch, div#mobilesearch input[type=text], div#mobilesearch input[type=submit], nav#header-menu, nav#header-menu div.nav .menu-top-left-container, #container, footer#footer, section#content, section#content div#left, nav#nav-below, nav#nav-below .nav-previous, div#author-list, div#author-list #author-scroll, div#author-list #author-scroll .scrollButton, div#author-list #author-scroll .author-inner, div#author-list #author-scroll .author-a, div#author-list #author-scroll .author-a a div.author-photo, .home section#content, .home section#content div#topleft, .home section#content div#middle, .home section#content div#middle #category-scroll, .home section#content div#middle #category-scroll .scrollButton, .home section#content div#middle #category-scroll .category-inner, .home section#content div#middle #category-scroll .category-a, .home section#content div#bottomleft, .home section#content div#bottomleft .icon, .home section#content div#bottomleft .taxonomies, .home section#content div#bottomleft .entry-title, .home section#content div#bottomleft .entry-summary, .home section#content div#bottomleft .allposts, .home section#content div#bottomleft .allposts a, .home section#content a article.home-category, .home section#content article.home-typology, .single-post article div.imgType, .single-post article div.title-container, .single-post article div.author.vcard, .single-post article section.entry-content, .widget-container.widget_spotlight_widget div.event, .widget-container.widget_spotlight_widget div.event .date, .widget-container.widget_spotlight_widget div.event .text, .page section#content div#left section.entry-content, .error404 section#content div#left section.entry-content, .single-authors div#author-top, .single-authors div#author-top div#left, .single-authors div#author-top div#right, .single-authors section#content div#left {
  display: block;
  float: left; }

.float-right, header#header div#mobile-toolbar, header#header div#mobile-toolbar div#hamburger, header#header div#mobile-toolbar div#mobilesearch-trigger, nav#header-menu div.nav .menu-top-right-container, section#content div#right, nav#nav-below .nav-next, .home section#content div#bottomright, .category section#content div#right, .tax-typology section#content div#right, .page-template-blog section#content div#right, .search section#content div#right, .tag section#content div#right, .page section#content div#right, .error404 section#content div#right, .single-authors section#content div#right {
  display: block;
  float: right; }

.clear, section#content div#left, nav#nav-below, div#author-list, .home section#content div#topleft, .home section#content div#middle, .home section#content div#bottomleft, .home section#content div#bottomleft .icon, .home section#content div#bottomleft .entry-title, .home section#content div#bottomleft .entry-summary, .home section#content div#bottomleft .allposts, .home section#content article.home-typology:nth-child(odd), .widget-container.widget_spotlight_widget div.event, .widget-container.widget_spotlight_widget div.event .date, .widget-container.widget_spotlight_widget div.event .text, .single-authors div#author-top, .single-authors div#author-top div#left, .single-authors section#content div#left {
  clear: both; }

.maxWidth, header#header section#branding, header#header div#search, nav#header-menu div.nav, #container.wrapper, footer#footer div {
  width: 96%;
  max-width: 1060px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .maxWidth, header#header section#branding, header#header div#search, nav#header-menu div.nav, #container.wrapper, footer#footer div {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%; } }

.only-smartphone {
  display: none; }
  @media (max-width: 767px) {
    .only-smartphone {
      display: block; } }

.only-tablet {
  display: none; }
  @media (max-width: 1023px) {
    .only-tablet {
      display: block; } }

/* --------- img --------- */
img.alignright {
  float: right;
  margin: 0 0 10px 10px; }

img.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

/* --------- noselect --------- */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
     not supported by any browser */ }

/* --------- noscroll --------- */
html.noscroll, body.noscroll {
  position: fixed; }

/* --------- desaturate --------- */
.desaturate {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  /*grayscale for background image*/
  background-color: #FFF !important;
  background-blend-mode: luminosity, normal; }

/* -------------------------------------------------------------------------- */
@font-face {
  font-family: UnitSlabWebPro-Black;
  src: url("font/UnitSlabWebPro-Black.eot"); }
@font-face {
  font-family: UnitSlabWebPro-Black;
  src: url("font/UnitSlabWebPro-Black.woff") format("woff"); }
@font-face {
  font-family: UnitSlabWebPro-Black;
  src: url("font/UnitSlabCompPro-Black.ttf"); }
@font-face {
  font-family: UnitWebPro-Bold;
  src: url("font/UnitWebPro-Bold.eot"); }
@font-face {
  font-family: UnitWebPro-Bold;
  src: url("font/UnitWebPro-Bold.woff") format("woff"); }
@font-face {
  font-family: UnitWebPro-Black;
  src: url("font/UnitWebPro-Black.eot"); }
@font-face {
  font-family: UnitWebPro-Black;
  src: url("font/UnitWebPro-Black.woff") format("woff"); }
@font-face {
  font-family: UnitCompPro;
  src: url("font/UnitCompPro.ttf"); }
@font-face {
  font-family: UnitCompPro;
  src: url("font/UnitCompPro.ttf"); }
body {
  font-family: UnitCompPro; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2em; }

/* --------- article --------- */
article p {
  margin-top: .5em; }
article p a,
article section.entry-summary a {
  text-decoration: none;
  color: #7B7B7B;
  cursor: pointer; }
  article p a:hover,
  article section.entry-summary a:hover {
    background-color: #7B7B7B;
    color: white; }
  article p a.readmore,
  article section.entry-summary a.readmore {
    background-color: transparent; }
article h2 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: UnitSlabWebPro-Black;
  font-size: 36px;
  line-height: 42px; }
article h3 {
  margin: 0;
  padding: 0;
  font-family: UnitSlabWebPro-Black;
  color: #666;
  font-size: 24px;
  line-height: 24px; }
article img {
  margin-top: 15px; }
article strong {
  font-weight: bold; }

/* -------------------------------------------------------------------------- */
header#header {
  width: 100%;
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    header#header {
      height: inherit;
      border-bottom: 6px solid black; } }
  header#header section#branding {
    margin-top: 35px; }
    header#header section#branding.align-left {
      text-align: left; }
    header#header section#branding.align-center {
      text-align: center; }
      @media (max-width: 767px) {
        header#header section#branding.align-center {
          text-align: left; } }
    @media (max-width: 767px) {
      header#header section#branding {
        max-width: 70%;
        margin: 10px 0 7px 10px;
        display: block;
        float: left; }
        header#header section#branding img {
          height: 50px; } }
    @media (max-width: 359px) {
      header#header section#branding img {
        height: 40px; } }
  header#header #multilenguangeSelector {
    width: 100%;
    font-family: UnitSlabWebPro-Black;
    text-align: right;
    max-width: 1060px;
    margin: 10px auto 0;
    color: #939598; }
    header#header #multilenguangeSelector abbr {
      color: #000; }
    header#header #multilenguangeSelector a {
      text-decoration: none; }
      header#header #multilenguangeSelector a abbr {
        color: #939598; }
  header#header div#mobile-toolbar {
    display: none;
    margin: 10px 10px 10px 0; }
    @media (max-width: 767px) {
      header#header div#mobile-toolbar {
        display: block; } }
    header#header div#mobile-toolbar div#hamburger {
      margin: 7px 0 0 5px; }
      header#header div#mobile-toolbar div#hamburger img {
        height: 38px; }
    header#header div#mobile-toolbar div#mobilesearch-trigger {
      margin: 7px 0 0 0; }
      header#header div#mobile-toolbar div#mobilesearch-trigger img {
        height: 38px; }
    @media (max-width: 359px) {
      header#header div#mobile-toolbar div#hamburger img {
        height: 28px; }
      header#header div#mobile-toolbar div#mobilesearch-trigger img {
        height: 28px; } }
  header#header div#search {
    height: 60px; }
    @media (max-width: 767px) {
      header#header div#search {
        display: none; } }
    header#header div#search input[type=image] {
      float: right;
      margin-top: 20px;
      margin-right: 4px; }
    header#header div#search input[type=text] {
      width: 150px;
      height: 26px;
      background: white;
      border: 1px solid black;
      padding: 0px 3px;
      float: right;
      margin-top: 20px; }

div#mobilesearch {
  width: 94%;
  padding: 4px 3% 10px 3%;
  background: #000;
  display: none; }
  div#mobilesearch input[type=text] {
    width: 70%;
    height: 26px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: white; }
  div#mobilesearch input[type=submit] {
    width: 30%;
    height: 26px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background: #666;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: UnitWebPro-Black;
    font-size: 16px; }

/* -------------------------------------------------------------------------- */
nav#header-menu {
  width: 100%;
  height: 42px;
  clear: both;
  background: black;
  font-size: 18px;
  text-transform: uppercase;
  font-family: UnitWebPro-Black; }
  nav#header-menu #close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 70px;
    color: white;
    z-index: 30;
    padding: 0 6px 0px 10px;
    margin: -8px 0 0 0;
    font-family: UnitCompPro;
    cursor: pointer; }
    @media (max-width: 767px) {
      nav#header-menu #close {
        display: block; } }
  nav#header-menu div.nav {
    display: block;
    margin: 0 auto; }
    @media (max-width: 767px) {
      nav#header-menu div.nav {
        width: 100%;
        margin: 0;
        padding: 0; } }
    @media (max-width: 767px) {
      nav#header-menu div.nav .menu-top-left-container {
        width: 100%;
        margin: 0;
        padding: 0; } }
    @media (max-width: 767px) {
      nav#header-menu div.nav .menu-top-left-container ul li {
        border-bottom: 1px solid #222; } }
    nav#header-menu div.nav .menu-top-left-container a {
      border-bottom: 15px solid;
      margin-right: 25px;
      display: block;
      float: left;
      padding-top: 13px;
      padding-bottom: 11px;
      text-decoration: none;
      min-width: 80px;
      text-align: center; }
      @media (max-width: 1023px) {
        nav#header-menu div.nav .menu-top-left-container a {
          margin-right: 15px;
          min-width: 50px; } }
      @media (max-width: 767px) {
        nav#header-menu div.nav .menu-top-left-container a {
          width: 80%;
          text-align: left;
          padding: 18px 3% 15px;
          margin: 0;
          border-top: 0;
          border-bottom: 0;
          border-left: 15px solid; } }
    @media (max-width: 767px) {
      nav#header-menu div.nav .menu-top-right-container {
        width: 100%;
        margin: 0;
        padding: 0; } }
    @media (max-width: 767px) {
      nav#header-menu div.nav .menu-top-right-container ul li {
        border-bottom: 1px solid #222; } }
    nav#header-menu div.nav .menu-top-right-container a {
      border-color: #ddd;
      margin-left: 18px;
      display: block;
      float: left;
      padding: 13px 6px 11px;
      text-decoration: none;
      color: #fff; }
      @media (max-width: 1023px) {
        nav#header-menu div.nav .menu-top-right-container a {
          margin-left: 10px; } }
      @media (max-width: 767px) {
        nav#header-menu div.nav .menu-top-right-container a {
          width: 80%;
          text-align: left;
          padding: 18px 0 15px 3%;
          margin: 0;
          border-top: 0;
          border-bottom: 0;
          border-left: 15px solid #ddd; } }
    nav#header-menu div.nav .menu-top-right-container a:hover {
      border-bottom: 15px solid #ddd;
      margin-bottom: -15px; }
    nav#header-menu div.nav ul.menu {
      display: block; }
      nav#header-menu div.nav ul.menu li.menu-item {
        display: block;
        float: left; }
        @media (max-width: 767px) {
          nav#header-menu div.nav ul.menu li.menu-item {
            width: 100%;
            margin: 0; } }
  @media (max-width: 767px) {
    nav#header-menu {
      margin-left: 100%;
      width: 90%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 20;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      nav#header-menu.on {
        margin-left: 10%; } }

#highlight_menu {
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none; }

.highlight_menu_animate {
  transition: top 75ms ease-out,left 75ms ease-out; }

.social-share {
  width: 100%;
  padding: 0;
  margin: 10px;
  margin-top: 14px; }

.social-share li {
  display: inline;
  padding: 10px; }

.caret {
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-right-color: transparent;
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  top: 70px;
  left: 45%; }

#container {
  width: 100%;
  clear: both; }
  #container.wrapper {
    display: block;
    float: inherit;
    margin: 0 auto;
    background: #fff; }

footer#footer {
  width: 100%;
  height: 200px;
  background: #e6e6e6; }
  footer#footer div {
    margin: 0 auto;
    line-height: 22px;
    font-size: 18px; }
    footer#footer div nav#footer-menu {
      margin-top: 30px;
      float: left;
      width: 50%;
      text-align: left;
      background: #e6e6e6; }
      @media (max-width: 1023px) {
        footer#footer div nav#footer-menu {
          width: 100%;
          text-align: center; } }
      footer#footer div nav#footer-menu ul li {
        font-family: UnitCompPro;
        text-transform: initial;
        line-height: 22px;
        font-size: 18px;
        display: inline; }
        footer#footer div nav#footer-menu ul li:first-child:before {
          content: ''; }
        footer#footer div nav#footer-menu ul li:before {
          content: ' - '; }
        footer#footer div nav#footer-menu ul li a {
          text-decoration: none;
          color: #06060a; }
    footer#footer div #copyright {
      margin-top: 30px;
      float: right;
      width: 50%;
      text-align: right; }
      @media (max-width: 1023px) {
        footer#footer div #copyright {
          width: 100%;
          text-align: center; } }

section#content {
  width: 100%; }
  section#content div#left {
    width: 80%; }
    @media (max-width: 1023px) {
      section#content div#left {
        width: 100%; } }
  section#content div#right {
    width: 20%; }
    @media (max-width: 1023px) {
      section#content div#right {
        width: 100%; } }

div#centerFixed {
  position: fixed;
  z-index: 5;
  display: inline;
  height: 155px;
  width: 40px;
  padding: 10px;
  top: 295px;
  left: 0;
  background-color: #efefef; }
  div#centerFixed .sharedLink {
    margin: 0; }
  div#centerFixed img {
    margin: 0; }
  div#centerFixed .mobile-arrow {
    display: none;
    position: absolute;
    left: 60px;
    padding: 10px;
    background: #ddd;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; }

@media (max-width: 1023px) {
  div#centerFixed {
    margin-left: -62px;
    background-color: #ddd;
    border: 1px solid #000; }
    div#centerFixed:hover {
      margin-left: 0;
      -webkit-transition-duration: 1s;
      transition-duration: 1s; }
    div#centerFixed .mobile-arrow {
      display: initial; } }
.separator-mobile {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px; }

@media (max-width: 1023px) {
  .separator-mobile {
    display: initial; } }
/* ----- paginazione -------------------------------------------------------- */
nav#nav-below {
  width: 100%; }
  nav#nav-below .nav a {
    background: black;
    padding: 5px 10px 4px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: UnitWebPro-Black;
    font-size: 16px; }
    nav#nav-below .nav a:hover {
      background: #939598; }

/* ----- articoli pagina lista (cat, tipo, ... ) ---------------------------- */
article.list-article-item {
  width: 45%;
  float: left;
  margin-left: 5%;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    article.list-article-item {
      width: 100%; } }
  @media (max-width: 767px) {
    article.list-article-item {
      margin-left: 0; } }
  article.list-article-item div.taxonomies {
    width: 100%;
    text-transform: uppercase; }
    article.list-article-item div.taxonomies a {
      text-decoration: none;
      color: #939598; }
    article.list-article-item div.taxonomies a:nth-child(1) {
      text-decoration: none;
      color: #fff;
      background: #06060a;
      padding: 3px 6px 1px;
      margin: 0 6px 0 0; }
  article.list-article-item h2.entry-title {
    margin-top: 30px;
    line-height: 100%; }
    article.list-article-item h2.entry-title a {
      text-decoration: none;
      color: #06060a;
      font-family: UnitSlabWebPro-Black;
      font-size: 30px;
      line-height: 36px; }
  article.list-article-item section.entry-summary {
    margin-top: 30px;
    font-size: 18px;
    line-height: 22px; }
  article.list-article-item:nth-child(odd) {
    clear: both;
    margin-left: 0; }

.archive.tag article.list-article-item:nth-child(odd), .search-results article.list-article-item:nth-child(odd) {
  clear: initial;
  margin-left: 5%; }
  @media (max-width: 767px) {
    .archive.tag article.list-article-item:nth-child(odd), .search-results article.list-article-item:nth-child(odd) {
      margin-left: 0; } }
.archive.tag article.list-article-item:nth-child(even), .search-results article.list-article-item:nth-child(even) {
  clear: both;
  margin-left: 0; }

.author article.list-article-item:nth-child(odd) {
  clear: initial;
  margin-left: 5%; }
  @media (max-width: 767px) {
    .author article.list-article-item:nth-child(odd) {
      margin-left: 0; } }
.author article.list-article-item:nth-child(even) {
  clear: both;
  margin-left: 0; }

/* ------------------------------ autor scroll ------------------------------ */
div#author-list {
  width: 100%;
  background-color: #ddd; }
  div#author-list div#author-title {
    width: 105px;
    text-align: center;
    margin: 0;
    font-family: UnitWebPro-Bold;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    background: #06060a;
    padding: 3px 6px 1px; }
  div#author-list #author-scroll {
    margin: 35px auto;
    padding: 0;
    width: 100%; }
    div#author-list #author-scroll .scrollButton {
      width: 10%;
      margin: 0;
      font-size: 35px;
      cursor: pointer;
      padding: 22px 0;
      -webkit-transition: opacity .2s ease-in-out;
      -moz-transition: opacity .2s ease-in-out;
      -ms-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
      div#author-list #author-scroll .scrollButton div {
        color: #fff;
        width: 34px;
        background-color: #000;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px; }
      div#author-list #author-scroll .scrollButton.prev {
        text-align: center; }
        div#author-list #author-scroll .scrollButton.prev div {
          margin-left: 40px; }
        @media (max-width: 767px) {
          div#author-list #author-scroll .scrollButton.prev div {
            margin-left: 0; } }
      div#author-list #author-scroll .scrollButton.next {
        text-align: center; }
      div#author-list #author-scroll .scrollButton.off {
        filter: alpha(opacity=10);
        opacity: 0.1;
        cursor: not-allowed; }
    div#author-list #author-scroll .author-inner {
      margin: 0;
      padding: 0; }
    div#author-list #author-scroll .author-a {
      overflow: hidden;
      width: 80%;
      height: 180px;
      float: left; }
      div#author-list #author-scroll .author-a a {
        text-decoration: none;
        display: table-cell; }
        div#author-list #author-scroll .author-a a div.author-photo {
          width: 75px;
          height: 75px;
          background-color: #ddd;
          background-size: cover;
          background-position: center center;
          margin: 0 25px;
          border: 2px solid #939598; }
          @media (max-width: 1023px) {
            div#author-list #author-scroll .author-a a div.author-photo {
              margin: 0 15px; } }
          @media (max-width: 767px) {
            div#author-list #author-scroll .author-a a div.author-photo {
              margin: 0 10px; } }
        div#author-list #author-scroll .author-a a div.author-name {
          color: #000;
          font-size: 18px;
          margin-top: 85px;
          width: 80px; }

p.selectionShareable {
  font-family: UnitCompPro;
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
  padding: 0 15px 15px 0; }

section#content div#left .introduction h2.entry-title {
  padding: 15px 15px 0 15px; }
  section#content div#left .introduction h2.entry-title a {
    font-family: UnitSlabWebPro-Black;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    line-height: 36px; }
  section#content div#left .introduction h2.entry-title div {
    font-family: UnitSlabWebPro-Black;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    line-height: 36px; }

.home section#content {
  width: 100%;
  margin-top: 55px;
  /*
  @include breakpoint(tablet) {
      div#middle{
          a article.home-category{
              width: 47.5%;
              margin-left: 5%;
              margin-bottom: 50px;
          }
          a:nth-child(odd) article.home-category{
              margin-left: 0;
          }
      }
  }
  @include breakpoint(smartphone) {
      div#middle{
          a article.home-category{
              width: 100%;
              margin: 0;
              margin-bottom: 50px;
          }
      }
  }
  */ }
  @media (max-width: 767px) {
    .home section#content {
      margin-top: 30px; } }
  .home section#content div#topleft {
    width: 100%;
    /*
    width: 74%;
    @include breakpoint(tablet) {
        width: 100%;
    }
    */ }
    .home section#content div#topleft .entry-title {
      margin-top: 0;
      margin-bottom: 20px; }
      .home section#content div#topleft .entry-title a {
        font-family: UnitSlabWebPro-Black;
        font-size: 48px;
        line-height: 54px;
        text-decoration: none;
        color: black; }
        @media (max-width: 767px) {
          .home section#content div#topleft .entry-title a {
            font-size: 34px;
            line-height: 40px; } }
    .home section#content div#topleft .sub-title {
      margin-bottom: 20px;
      color: #939598;
      font-family: UnitSlabWebPro-Black;
      font-size: 36px;
      line-height: 42px; }
      @media (max-width: 767px) {
        .home section#content div#topleft .sub-title {
          font-size: 30px;
          line-height: 36px; } }
      .home section#content div#topleft .sub-title a {
        text-decoration: none; }
    .home section#content div#topleft .author.vcard {
      clear: both;
      margin-top: 10px;
      margin-bottom: 0;
      font-family: UnitWebPro-Bold;
      font-size: 18px; }
      .home section#content div#topleft .author.vcard a {
        text-decoration: none;
        color: #55acee; }
        .home section#content div#topleft .author.vcard a .author-name {
          text-transform: uppercase;
          color: #fff;
          background: #06060a;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .home section#content div#topleft .author.vcard a .author-name:hover {
          color: #fff;
          background: #55acee; }
        .home section#content div#topleft .author.vcard a .author-tw {
          color: #55acee;
          background: trasparent;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .home section#content div#topleft .author.vcard a .author-tw:hover {
          color: #fff;
          background: #55acee; }
    .home section#content div#topleft .taxonomies {
      margin-top: 0;
      margin-bottom: 20px;
      font-size: 20px;
      text-transform: uppercase;
      font-family: UnitWebPro-Bold; }
      .home section#content div#topleft .taxonomies a {
        color: #939598;
        text-decoration: none;
        padding: 3px 6px 1px;
        margin: 0 6px 0 0; }
      .home section#content div#topleft .taxonomies a:nth-child(1) {
        background-color: black;
        text-decoration: none;
        color: white;
        padding: 3px 6px 1px;
        margin: 0 6px 0 0; }
      .home section#content div#topleft .taxonomies a:hover {
        color: #fff;
        background-color: black; }
      .home section#content div#topleft .taxonomies a:nth-child(1):hover {
        background-color: black !important; }
    .home section#content div#topleft .entry-summary {
      font-size: 18px;
      line-height: 24px; }
  .home section#content div#centerFixed {
    position: fixed;
    z-index: 5;
    display: inline;
    /*height: 195px;*/
    height: 155px;
    width: 40px;
    padding: 10px;
    top: 262px;
    left: 0;
    background-color: #efefef; }
    .home section#content div#centerFixed .sharedLink {
      margin: 0; }
      .home section#content div#centerFixed .sharedLink input[type="button"] {
        width: 37px;
        height: 37px;
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        border: 1px solid #c8c8c8;
        background-color: #c8c8c8; }
    .home section#content div#centerFixed img {
      margin: 0; }
    .home section#content div#centerFixed .mobile-arrow {
      display: none;
      position: absolute;
      left: 60px;
      padding: 10px;
      background: #ddd;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000; }
  @media (max-width: 1023px) {
    .home section#content div#centerFixed {
      margin-left: -62px;
      background-color: #ddd;
      border: 1px solid #000; }
      .home section#content div#centerFixed:hover {
        margin-left: 0;
        -webkit-transition-duration: 1s;
        transition-duration: 1s; }
      .home section#content div#centerFixed .mobile-arrow {
        display: initial; } }
  .home section#content div#middle {
    width: 100%; }
    .home section#content div#middle #category-scroll {
      width: 100%;
      padding: 0; }
      .home section#content div#middle #category-scroll .scrollButton {
        position: absolute;
        margin: 0;
        font-size: 50px;
        cursor: pointer;
        margin: 156px 0;
        background-color: #fff;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        opacity: 0.7;
        height: 28px;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out; }
        .home section#content div#middle #category-scroll .scrollButton div {
          margin-top: -10px; }
        .home section#content div#middle #category-scroll .scrollButton.prev {
          text-align: center;
          z-index: 1;
          margin-left: 5px; }
        .home section#content div#middle #category-scroll .scrollButton.next {
          text-align: center;
          z-index: 1;
          margin-left: 1028px; }
        .home section#content div#middle #category-scroll .scrollButton.off {
          /*
          filter: alpha(opacity=10);
          opacity: 0.2;
          cursor: not-allowed;
          */ }
      .home section#content div#middle #category-scroll .category-inner {
        margin: 0;
        padding: 0; }
      .home section#content div#middle #category-scroll .category-a {
        overflow: hidden;
        width: 100%;
        height: 340px;
        float: left; }
        .home section#content div#middle #category-scroll .category-a article {
          width: 225px;
          display: table-cell;
          float: left; }
        .home section#content div#middle #category-scroll .category-a h2 {
          font-family: UnitSlabWebPro-Black;
          font-size: 20px;
          line-height: 26px;
          background-position: 5px -40px;
          -moz-background-position: 5px -37px;
          -webkit-background-position: 5px -37px;
          -khtml-background-position: 5px -37px;
          -o-user-background-position: 5px -37px;
          background-repeat: no-repeat;
          color: #FFFFFF;
          padding: 0;
          margin: 0; }
          .home section#content div#middle #category-scroll .category-a h2 a {
            text-decoration: none; }
            .home section#content div#middle #category-scroll .category-a h2 a .title {
              color: #fff; }
          .home section#content div#middle #category-scroll .category-a h2 div {
            padding: 30px 10px 1px 10px; }
          .home section#content div#middle #category-scroll .category-a h2.half-height {
            height: 170px; }
            .home section#content div#middle #category-scroll .category-a h2.half-height .title {
              height: 53%;
              line-height: 22px;
              text-transform: uppercase; }
          .home section#content div#middle #category-scroll .category-a h2.full-height {
            height: 340px; }
            .home section#content div#middle #category-scroll .category-a h2.full-height .title {
              max-height: 77%;
              text-transform: uppercase; }
          .home section#content div#middle #category-scroll .category-a h2 .author.vcard {
            padding: 0 10px;
            margin-top: 0;
            margin-bottom: 0;
            font-family: UnitWebPro-Bold;
            font-size: 16px;
            line-height: 22px;
            /*
            .author-name:hover{
                color: #000;
                background: #fff;
            }
            */ }
            .home section#content div#middle #category-scroll .category-a h2 .author.vcard .author-name {
              color: #fff;
              background: #06060a;
              padding: 3px 6px 1px;
              margin: 0 6px 0 0;
              text-transform: uppercase; }
            .home section#content div#middle #category-scroll .category-a h2 .author.vcard a {
              text-decoration: none;
              color: #fff; }
        .home section#content div#middle #category-scroll .category-a .cat-img {
          height: 170px;
          background-size: cover;
          background-position: center center; }
  .home section#content div#bottomleft {
    width: 74%; }
    @media (max-width: 1023px) {
      .home section#content div#bottomleft {
        width: 100%; } }
    .home section#content div#bottomleft .icon {
      width: 60px;
      height: 60px;
      margin-bottom: 20px; }
    .home section#content div#bottomleft .taxonomies {
      height: 40px;
      padding: 32px 0 0 10px; }
      .home section#content div#bottomleft .taxonomies a {
        text-decoration: none;
        color: #939598;
        font-family: UnitWebPro-Bold;
        font-size: 26px;
        text-transform: uppercase; }
    .home section#content div#bottomleft .entry-title {
      margin-top: 20px;
      margin-bottom: 20px;
      line-height: 100%; }
      .home section#content div#bottomleft .entry-title a {
        text-decoration: none;
        color: black;
        font-family: UnitSlabWebPro-Black;
        font-size: 30px;
        line-height: 36px; }
    .home section#content div#bottomleft .entry-summary {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 30px; }
    .home section#content div#bottomleft .allposts {
      width: 100%; }
      .home section#content div#bottomleft .allposts a {
        background: black;
        padding: 5px 10px 4px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-family: UnitWebPro-Black;
        font-size: 16px; }
        .home section#content div#bottomleft .allposts a:hover {
          background: #939598; }
    .home section#content div#bottomleft .author.vcard {
      clear: both;
      margin-top: 10px;
      margin-bottom: 0;
      font-family: UnitWebPro-Bold;
      font-size: 18px; }
      .home section#content div#bottomleft .author.vcard a {
        text-decoration: none;
        color: #55acee; }
        .home section#content div#bottomleft .author.vcard a .author-name {
          text-transform: uppercase;
          color: #fff;
          background: #06060a;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .home section#content div#bottomleft .author.vcard a .author-name:hover {
          color: #fff;
          background: #55acee; }
        .home section#content div#bottomleft .author.vcard a .author-tw {
          color: #55acee;
          background: trasparent;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .home section#content div#bottomleft .author.vcard a .author-tw:hover {
          color: #fff;
          background: #55acee; }
  .home section#content div#bottomright {
    width: 22.75%; }
    @media (max-width: 1023px) {
      .home section#content div#bottomright {
        width: 100%; } }
    .home section#content div#bottomright .fb-page {
      margin-bottom: 15px; }
    .home section#content div#bottomright .middle-social-box {
      margin-bottom: 15px; }
    .home section#content div#bottomright .IN-widget {
      margin-left: 50px; }
    .home section#content div#bottomright .twitter-follow-button {
      margin-bottom: 15px; }
    .home section#content div#bottomright .widget_twt_widget {
      margin-bottom: 15px; }
  .home section#content .home-top hr {
    border-width: 0px;
    height: 5px; }
  @media only screen and (max-width: 1120px) {
    .home section#content div#middle .scrollButton.next {
      right: 2%;
      margin-left: 0; } }
  @media (max-width: 1023px) {
    .home section#content div#middle .scrollButton.next {
      right: 2%;
      margin-left: 0; } }
  .home section#content a article.home-category {
    height: 340px;
    margin: 0;
    margin-left: 3%;
    background-color: #eee;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .home section#content a article.home-category h2 {
      bottom: 0px;
      width: 100%;
      height: 50%; }
    .home section#content a article.home-category div.cat-img {
      width: 100%;
      height: 50%; }
      .home section#content a article.home-category div.cat-img img {
        width: 100%;
        height: 100%; }
  .home section#content a:nth-child(1) article.home-category {
    margin-left: 0; }
  .home section#content article.home-typology {
    width: 47.5%;
    margin: 0;
    margin-right: 5%;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .home section#content article.home-typology {
        width: 100%;
        margin-bottom: 20px; } }
    .home section#content article.home-typology:nth-child(even) {
      margin-right: 0; }
  .home section#content .separator {
    width: 100%;
    height: 5px;
    background-color: #06060a;
    float: left; }
    .home section#content .separator.top {
      margin-top: 50px;
      margin-bottom: 50px; }
    .home section#content .separator.middle {
      margin-top: 45px;
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        .home section#content .separator.middle {
          margin-top: 30px;
          margin-bottom: 30px; } }
    .home section#content .separator.bottom {
      margin-top: 15px;
      margin-bottom: 15px; }

sup {
  vertical-align: super !important;
  font-size: smaller !important; }

.category section#content {
  margin-top: 55px;
  width: 100%; }
  @media (max-width: 767px) {
    .category section#content {
      margin-top: 30px; } }
  .category section#content div#left {
    width: 74%;
    margin-right: 2.5%; }
    @media (max-width: 1023px) {
      .category section#content div#left {
        width: 100%; } }
    @media (max-width: 767px) {
      .category section#content div#left {
        width: 100%; } }
    .category section#content div#left .introduction {
      color: #fff; }
      .category section#content div#left .introduction h2.entry-title {
        padding: 15px 15px 0 15px; }
        .category section#content div#left .introduction h2.entry-title a {
          font-family: UnitSlabWebPro-Black;
          text-decoration: none;
          color: #fff;
          font-size: 30px;
          line-height: 36px; }
      .category section#content div#left .introduction div.description {
        font-family: UnitCompPro;
        margin-top: 30px;
        font-size: 18px;
        line-height: 22px;
        padding: 0 15px 15px 15px; }
      .category section#content div#left .introduction div.description:first-letter {
        text-transform: uppercase;
        font-size: 30px; }
    .category section#content div#left .taxonomies a {
      padding: 3px 6px 1px;
      margin: 0 6px 0 0; }
    .category section#content div#left .taxonomies a:hover {
      color: #fff;
      background-color: black; }
    .category section#content div#left .taxonomies a:nth-child(1):hover {
      background-color: black !important; }
    .category section#content div#left .author.vcard {
      clear: both;
      margin-top: 10px;
      margin-bottom: 0;
      font-family: UnitWebPro-Bold;
      font-size: 18px; }
      .category section#content div#left .author.vcard a {
        text-decoration: none;
        color: #55acee; }
        .category section#content div#left .author.vcard a .author-name {
          text-transform: uppercase;
          color: #fff;
          background: #06060a;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .category section#content div#left .author.vcard a .author-name:hover {
          color: #fff;
          background: #55acee; }
        .category section#content div#left .author.vcard a .author-tw {
          color: #55acee;
          background: trasparent;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .category section#content div#left .author.vcard a .author-tw:hover {
          color: #fff;
          background: #55acee; }
  .category section#content div#right {
    width: 22.75%; }
    @media (max-width: 1023px) {
      .category section#content div#right {
        width: 100%; } }
    .category section#content div#right .fb-page {
      margin-bottom: 15px; }
    .category section#content div#right .middle-social-box {
      margin-bottom: 15px; }
    .category section#content div#right .IN-widget {
      margin-left: 50px; }
    .category section#content div#right .twitter-follow-button {
      margin-bottom: 15px; }
    .category section#content div#right .widget_twt_widget {
      margin-bottom: 15px; }
  .category section#content .separator {
    width: 100%;
    height: 5px;
    background-color: #06060a;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px; }

.single-post article {
  margin-top: 115px; }
  @media (max-width: 1023px) {
    .single-post article {
      margin-top: 70px; } }
  @media (max-width: 767px) {
    .single-post article {
      margin-top: 30px; } }
  .single-post article div.imgType {
    width: 20%; }
    @media (max-width: 1023px) {
      .single-post article div.imgType {
        width: 100%; } }
  .single-post article div.title-container {
    width: 80%; }
    @media (max-width: 1023px) {
      .single-post article div.title-container {
        width: 100%;
        margin-top: 40px; } }
    .single-post article div.title-container div.taxonomies {
      width: 100%;
      text-transform: uppercase;
      font-size: 20px; }
      .single-post article div.title-container div.taxonomies a {
        text-decoration: none;
        color: #939598;
        padding: 3px 6px 1px;
        margin: 0 6px 0 0; }
      .single-post article div.title-container div.taxonomies a:nth-child(1) {
        text-decoration: none;
        color: #fff;
        background: #06060a;
        padding: 3px 6px 1px;
        margin: 0 6px 0 0; }
      .single-post article div.title-container div.taxonomies a:hover {
        color: #fff;
        background-color: black; }
      .single-post article div.title-container div.taxonomies a:nth-child(1):hover {
        background-color: black !important; }
    .single-post article div.title-container h1.entry-title {
      width: 100%;
      margin-top: 30px;
      font-family: UnitSlabWebPro-Black;
      font-size: 54px;
      line-height: 60px; }
      @media (max-width: 767px) {
        .single-post article div.title-container h1.entry-title {
          font-size: 34px;
          line-height: 40px; } }
      .single-post article div.title-container h1.entry-title a {
        text-decoration: none;
        color: #06060a; }
  .single-post article div.sub-title {
    width: 100%;
    margin-top: 50px;
    color: #939598;
    font-family: UnitSlabWebPro-Black;
    font-size: 36px;
    line-height: 42px;
    clear: both;
    float: left; }
    @media (max-width: 767px) {
      .single-post article div.sub-title {
        font-size: 30px;
        line-height: 36px; } }
  .single-post article div.author.vcard {
    width: 20%;
    margin-top: 50px; }
    @media (max-width: 1023px) {
      .single-post article div.author.vcard {
        width: 100%; } }
    .single-post article div.author.vcard img {
      border: 7px solid #939598; }
    .single-post article div.author.vcard a {
      text-decoration: none; }
      .single-post article div.author.vcard a div.author-twitter {
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;
        color: #55acee; }
        .single-post article div.author.vcard a div.author-twitter span:hover {
          color: #fff;
          background: #55acee; }
      .single-post article div.author.vcard a div.author-name {
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase; }
        .single-post article div.author.vcard a div.author-name span {
          padding: 3px 0 1px;
          margin: 0 6px 0 0;
          color: #fff;
          background: #939598; }
        .single-post article div.author.vcard a div.author-name span:hover {
          color: #fff;
          background: #55acee; }
  .single-post article section.entry-content {
    width: 80%;
    margin-top: 50px;
    font-size: 18px;
    line-height: 30px; }
    @media (max-width: 1023px) {
      .single-post article section.entry-content {
        width: 100%; } }
    .single-post article section.entry-content a {
      padding: 1px 3px 1px;
      text-decoration: none; }
    .single-post article section.entry-content blockquote {
      margin-left: -25%;
      margin-top: 50px;
      margin-bottom: 50px;
      width: 125%;
      color: #939598;
      font-family: UnitSlabWebPro-Black;
      font-size: 24px;
      line-height: 40px; }
      @media (max-width: 1023px) {
        .single-post article section.entry-content blockquote {
          margin-left: 0;
          width: 100%; } }
      .single-post article section.entry-content blockquote strong {
        color: #06060a; }
      .single-post article section.entry-content blockquote a {
        color: #fff;
        text-decoration: none;
        /*
        &:hover{
            color: white;
            background: black;
        }
        */ }
    .single-post article section.entry-content ul {
      list-style-type: square; }
    .single-post article section.entry-content ul li {
      margin: 0 0 8px 24px;
      padding: 0;
      line-height: 22px; }
    .single-post article section.entry-content ol {
      list-style-type: decimal;
      margin-left: 30px; }
  .single-post article div.featuredImage {
    clear: both;
    float: left;
    margin-top: 20px; }
    .single-post article div.featuredImage img {
      width: 100%; }
  .single-post article span.tag-links {
    width: 100%;
    clear: both;
    float: left;
    display: block;
    margin-top: 25px;
    text-transform: uppercase; }
    .single-post article span.tag-links div.tag-links-title {
      float: left;
      width: 10%;
      text-align: center;
      border: 5px solid #06060a;
      padding: 14px 10px 10px;
      font-family: UnitSlabWebPro-Black;
      font-size: 18px; }
      @media (max-width: 1023px) {
        .single-post article span.tag-links div.tag-links-title {
          float: initial;
          width: 20%;
          margin: 0 auto;
          margin-bottom: 10px; } }
    .single-post article span.tag-links div.tag-links-container {
      width: auto;
      float: left;
      vertical-align: middle;
      font-size: 18px;
      color: black;
      padding: 0;
      margin-left: 10px;
      margin-top: 5px;
      line-height: 160%; }
      @media (max-width: 1023px) {
        .single-post article span.tag-links div.tag-links-container {
          margin-left: 0;
          margin-top: 0; } }
      .single-post article span.tag-links div.tag-links-container a {
        /*
        &:first-child:before{
            content: '';
        }
        &:before{
            content: ', ';
        }*/
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        padding: 3px 1px 2px 1px;
        margin-left: 5px; }
.single-post .relatedposts {
  width: 100%;
  clear: both; }
  .single-post .relatedposts h3 {
    font-family: UnitSlabWebPro-Black;
    font-size: 30px;
    clear: both;
    margin-bottom: 40px; }
  .single-post .relatedposts article {
    margin-top: 0;
    height: auto;
    clear: both; }
    .single-post .relatedposts article div.taxonomies a:hover {
      background-color: #06060a !important; }
  .single-post .relatedposts article.list-article-item:nth-child(odd) {
    clear: initial;
    margin-left: 5%; }
  .single-post .relatedposts article.list-article-item:nth-child(even) {
    margin-left: 3%; }
  .single-post .relatedposts .author.vcard {
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: UnitWebPro-Bold;
    font-size: 18px; }
    .single-post .relatedposts .author.vcard a {
      text-decoration: none;
      color: #55acee; }
      .single-post .relatedposts .author.vcard a .author-name {
        text-transform: uppercase;
        color: #fff;
        background: #06060a;
        padding: 3px 6px 1px;
        margin: 0 6px 0 0; }
      .single-post .relatedposts .author.vcard a .author-name:hover {
        color: #fff;
        background: #55acee; }
      .single-post .relatedposts .author.vcard a .author-tw {
        color: #55acee;
        background: trasparent;
        padding: 3px 6px 1px;
        margin: 0 6px 0 0; }
      .single-post .relatedposts .author.vcard a .author-tw:hover {
        color: #fff;
        background: #55acee; }
.single-post .separator {
  width: 100%;
  height: 5px;
  background-color: #06060a;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px; }
.single-post div.sharedLink {
  clear: both;
  float: right;
  width: auto;
  text-align: right;
  /*margin-bottom: 25px;*/ }
  .single-post div.sharedLink span {
    font-family: UnitSlabWebPro-Black;
    font-size: 30px;
    clear: both;
    float: left;
    margin-top: 5px; }
  .single-post div.sharedLink a img {
    margin-left: 20px; }
    @media (max-width: 767px) {
      .single-post div.sharedLink a img {
        margin-left: 10px; } }
.single-post .commenti {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px; }

/* 
    Created on : 15-mar-2016, 14.50.55
    Author     : daniele.benedetti
*/
.widget-container.widget_twt_widget {
  width: 100%;
  height: 95%; }
  .widget-container.widget_twt_widget .widget-title {
    font-family: UnitSlabWebPro-Black;
    font-size: 26px;
    color: #55acee; }
    .widget-container.widget_twt_widget .widget-title a {
      text-decoration: none;
      color: #55acee; }
    .widget-container.widget_twt_widget .widget-title a:hover {
      color: #fff;
      background-color: #55acee; }
  .widget-container.widget_twt_widget p {
    font-family: UnitCompPro;
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0 0 0; }
  .widget-container.widget_twt_widget a {
    text-decoration: none;
    color: #55acee; }
    .widget-container.widget_twt_widget a:hover {
      background-color: #55acee;
      color: white; }

.widget-container.widget_spotlight_widget {
  width: 100%;
  height: 95%; }
  .widget-container.widget_spotlight_widget .widget-title {
    font-family: UnitWebPro-Black;
    font-size: 24px;
    color: #000000;
    border: 4px solid black;
    text-align: center;
    padding: 20px 0 18px; }
  .widget-container.widget_spotlight_widget a {
    text-decoration: none;
    color: #000000; }
    .widget-container.widget_spotlight_widget a div.event .date:hover {
      color: #626466;
      background-color: #fff; }
  .widget-container.widget_spotlight_widget div.event {
    width: 100%;
    background: #e6e6e6;
    padding: 20px 0 0 0; }
    .widget-container.widget_spotlight_widget div.event .date {
      font-family: UnitWebPro-Black;
      font-size: 18px;
      background: #626466;
      color: white;
      padding: 4px 5px 1px 12px; }
    .widget-container.widget_spotlight_widget div.event .text {
      padding: 10px 5px 1px 12px;
      font-size: 18px; }

.widget-container.widget_social_widget .sharedLink {
  width: 100%;
  height: 5%;
  margin-bottom: 35px; }
  .widget-container.widget_social_widget .sharedLink a img {
    margin-left: 19px; }
  .widget-container.widget_social_widget .sharedLink a:nth-child(1) img {
    margin-left: 0; }
.widget-container.widget_social_widget .widget-title {
  font-family: UnitSlabWebPro-Black;
  font-size: 26px; }
  .widget-container.widget_social_widget .widget-title a {
    text-decoration: none;
    color: #55acee; }
.widget-container.widget_social_widget .widget-container.widget_twt_widget {
  width: 100%;
  height: 95%;
  margin-bottom: 25px; }
  .widget-container.widget_social_widget .widget-container.widget_twt_widget p {
    font-family: UnitCompPro;
    font-size: 18px;
    line-height: 22px; }
    .widget-container.widget_social_widget .widget-container.widget_twt_widget p a {
      text-decoration: none;
      color: #1168aa; }
    .widget-container.widget_social_widget .widget-container.widget_twt_widget p a:hover {
      color: #55acee; }

.tax-typology section#content {
  margin-top: 55px;
  width: 100%; }
  @media (max-width: 767px) {
    .tax-typology section#content {
      margin-top: 30px; } }
  .tax-typology section#content div#left {
    width: 74%;
    margin-right: 2.5%; }
    @media (max-width: 1023px) {
      .tax-typology section#content div#left {
        width: 100%; } }
    @media (max-width: 767px) {
      .tax-typology section#content div#left {
        width: 100%; } }
    .tax-typology section#content div#left .introduction {
      background-color: #06060a;
      color: #fff; }
      .tax-typology section#content div#left .introduction h2.entry-title {
        padding: 15px 15px 0 15px; }
        .tax-typology section#content div#left .introduction h2.entry-title a {
          font-family: UnitSlabWebPro-Black;
          text-decoration: none;
          color: #fff;
          font-size: 30px;
          line-height: 36px; }
      .tax-typology section#content div#left .introduction div.description {
        font-family: UnitCompPro;
        margin-top: 30px;
        font-size: 18px;
        line-height: 22px;
        padding: 0 15px 15px 15px; }
      .tax-typology section#content div#left .introduction div.description:first-letter {
        text-transform: uppercase;
        font-size: 30px; }
    .tax-typology section#content div#left .taxonomies a {
      padding: 3px 6px 1px;
      margin: 0 6px 0 0; }
    .tax-typology section#content div#left .taxonomies a:hover {
      color: #fff;
      background-color: black; }
    .tax-typology section#content div#left .taxonomies a:nth-child(1):hover {
      background-color: black !important; }
    .tax-typology section#content div#left .author.vcard {
      clear: both;
      margin-top: 10px;
      margin-bottom: 0;
      font-family: UnitWebPro-Bold;
      font-size: 18px; }
      .tax-typology section#content div#left .author.vcard a {
        text-decoration: none;
        color: #55acee; }
        .tax-typology section#content div#left .author.vcard a .author-name {
          text-transform: uppercase;
          color: #fff;
          background: #06060a;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .tax-typology section#content div#left .author.vcard a .author-name:hover {
          color: #fff;
          background: #55acee; }
        .tax-typology section#content div#left .author.vcard a .author-tw {
          color: #55acee;
          background: trasparent;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .tax-typology section#content div#left .author.vcard a .author-tw:hover {
          color: #fff;
          background: #55acee; }
  .tax-typology section#content div#right {
    width: 22.75%; }
    @media (max-width: 1023px) {
      .tax-typology section#content div#right {
        width: 100%; } }
    .tax-typology section#content div#right .fb-page {
      margin-bottom: 15px; }
    .tax-typology section#content div#right .middle-social-box {
      margin-bottom: 15px; }
    .tax-typology section#content div#right .IN-widget {
      margin-left: 50px; }
    .tax-typology section#content div#right .twitter-follow-button {
      margin-bottom: 15px; }
    .tax-typology section#content div#right .widget_twt_widget {
      margin-bottom: 15px; }
  .tax-typology section#content .separator {
    width: 100%;
    height: 5px;
    background-color: #06060a;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px; }

.page-template-blog section#content {
  margin-top: 55px;
  width: 100%; }
  .page-template-blog section#content div#left {
    width: 74%;
    margin-right: 2.5%; }
    @media (max-width: 1023px) {
      .page-template-blog section#content div#left {
        width: 100%; } }
    @media (max-width: 767px) {
      .page-template-blog section#content div#left {
        width: 100%; } }
  .page-template-blog section#content div#right {
    width: 22.75%; }
    @media (max-width: 1023px) {
      .page-template-blog section#content div#right {
        width: 100%; } }
    .page-template-blog section#content div#right .fb-page {
      margin-bottom: 15px; }
    .page-template-blog section#content div#right .middle-social-box {
      margin-bottom: 15px; }
    .page-template-blog section#content div#right .IN-widget {
      margin-left: 50px; }
    .page-template-blog section#content div#right .twitter-follow-button {
      margin-bottom: 15px; }
    .page-template-blog section#content div#right .widget_twt_widget {
      margin-bottom: 15px; }
  .page-template-blog section#content .separator {
    width: 100%;
    height: 5px;
    background-color: #06060a;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px; }

.search section#content, .tag section#content {
  margin-top: 55px;
  width: 100%; }
  @media (max-width: 767px) {
    .search section#content, .tag section#content {
      margin-top: 30px; } }
  .search section#content div#left, .tag section#content div#left {
    width: 74%;
    margin-right: 2.5%; }
    @media (max-width: 1023px) {
      .search section#content div#left, .tag section#content div#left {
        width: 100%; } }
    @media (max-width: 767px) {
      .search section#content div#left, .tag section#content div#left {
        width: 100%; } }
    .search section#content div#left h1, .tag section#content div#left h1 {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 50px;
      font-family: UnitSlabWebPro-Black;
      font-size: 48px;
      line-height: 54px;
      color: #939598; }
      .search section#content div#left h1 span, .tag section#content div#left h1 span {
        color: black;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
        overflow-wrap: break-word; }
    .search section#content div#left .taxonomies a, .tag section#content div#left .taxonomies a {
      padding: 3px 6px 1px;
      margin: 0 6px 0 0; }
    .search section#content div#left .taxonomies a:hover, .tag section#content div#left .taxonomies a:hover {
      color: #fff;
      background-color: black; }
    .search section#content div#left .taxonomies a:nth-child(1):hover, .tag section#content div#left .taxonomies a:nth-child(1):hover {
      background-color: black !important; }
    .search section#content div#left .author.vcard, .tag section#content div#left .author.vcard {
      clear: both;
      margin-top: 10px;
      margin-bottom: 0;
      font-family: UnitWebPro-Bold;
      font-size: 18px; }
      .search section#content div#left .author.vcard a, .tag section#content div#left .author.vcard a {
        text-decoration: none;
        color: #55acee; }
        .search section#content div#left .author.vcard a .author-name, .tag section#content div#left .author.vcard a .author-name {
          text-transform: uppercase;
          color: #fff;
          background: #06060a;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .search section#content div#left .author.vcard a .author-name:hover, .tag section#content div#left .author.vcard a .author-name:hover {
          color: #fff;
          background: #55acee; }
        .search section#content div#left .author.vcard a .author-tw, .tag section#content div#left .author.vcard a .author-tw {
          color: #55acee;
          background: trasparent;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .search section#content div#left .author.vcard a .author-tw:hover, .tag section#content div#left .author.vcard a .author-tw:hover {
          color: #fff;
          background: #55acee; }
  .search section#content div#right, .tag section#content div#right {
    width: 22.75%; }
    @media (max-width: 1023px) {
      .search section#content div#right, .tag section#content div#right {
        width: 100%; } }
    .search section#content div#right .fb-page, .tag section#content div#right .fb-page {
      margin-bottom: 15px; }
    .search section#content div#right .middle-social-box, .tag section#content div#right .middle-social-box {
      margin-bottom: 15px; }
    .search section#content div#right .IN-widget, .tag section#content div#right .IN-widget {
      margin-left: 50px; }
    .search section#content div#right .twitter-follow-button, .tag section#content div#right .twitter-follow-button {
      margin-bottom: 15px; }
    .search section#content div#right .widget_twt_widget, .tag section#content div#right .widget_twt_widget {
      margin-bottom: 15px; }
  .search section#content .separator, .tag section#content .separator {
    width: 100%;
    height: 5px;
    background-color: #06060a;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px; }

.page section#content, .error404 section#content {
  margin-top: 55px;
  width: 100%; }
  @media (max-width: 767px) {
    .page section#content, .error404 section#content {
      margin-top: 30px; } }
  .page section#content div#left, .error404 section#content div#left {
    width: 74%;
    margin-right: 2.5%; }
    .page section#content div#left ol, .page section#content div#left ul, .error404 section#content div#left ol, .error404 section#content div#left ul {
      list-style: inherit;
      margin: 0;
      padding: 0; }
      .page section#content div#left ol li, .page section#content div#left ul li, .error404 section#content div#left ol li, .error404 section#content div#left ul li {
        list-style: inherit;
        margin: 0 0 5px .7em;
        padding: 0; }
    @media (max-width: 1023px) {
      .page section#content div#left, .error404 section#content div#left {
        width: 100%; } }
    @media (max-width: 767px) {
      .page section#content div#left, .error404 section#content div#left {
        width: 100%; } }
    .page section#content div#left h1.entry-title, .error404 section#content div#left h1.entry-title {
      width: 100%;
      margin-top: 20px;
      font-family: UnitSlabWebPro-Black;
      font-size: 54px;
      line-height: 60px; }
      @media (max-width: 767px) {
        .page section#content div#left h1.entry-title, .error404 section#content div#left h1.entry-title {
          margin-top: 0; } }
    .page section#content div#left section.entry-content, .error404 section#content div#left section.entry-content {
      width: 80%;
      margin-top: 50px;
      font-size: 18px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .page section#content div#left section.entry-content, .error404 section#content div#left section.entry-content {
          width: 100%; } }
      .page section#content div#left section.entry-content a, .error404 section#content div#left section.entry-content a {
        padding: 1px 3px 1px; }
      .page section#content div#left section.entry-content blockquote, .error404 section#content div#left section.entry-content blockquote {
        margin-top: 50px;
        margin-bottom: 50px;
        color: #939598;
        font-family: UnitSlabWebPro-Black;
        font-size: 24px;
        line-height: 40px; }
        .page section#content div#left section.entry-content blockquote strong, .error404 section#content div#left section.entry-content blockquote strong {
          color: #06060a; }
  .page section#content div#right, .error404 section#content div#right {
    width: 22.75%; }
    @media (max-width: 1023px) {
      .page section#content div#right, .error404 section#content div#right {
        width: 100%; } }
    .page section#content div#right .fb-page, .error404 section#content div#right .fb-page {
      margin-bottom: 15px; }
    .page section#content div#right .middle-social-box, .error404 section#content div#right .middle-social-box {
      margin-bottom: 15px; }
    .page section#content div#right .IN-widget, .error404 section#content div#right .IN-widget {
      margin-left: 50px; }
    .page section#content div#right .twitter-follow-button, .error404 section#content div#right .twitter-follow-button {
      margin-bottom: 15px; }
    .page section#content div#right .widget_twt_widget, .error404 section#content div#right .widget_twt_widget {
      margin-bottom: 15px; }
  .page section#content .separator, .error404 section#content .separator {
    width: 100%;
    height: 5px;
    background-color: #06060a;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px; }
.page form.wpcf7-form, .error404 form.wpcf7-form {
  font-family: UnitCompPro;
  font-size: 18px;
  line-height: 22px; }
.page textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required, .error404 textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%; }
.page input.wpcf7-form-control.wpcf7-text, .error404 input.wpcf7-form-control.wpcf7-text {
  width: 100%; }
.page input.wpcf7-form-control.wpcf7-submit, .error404 input.wpcf7-form-control.wpcf7-submit {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: UnitCompPro;
  line-height: 22px;
  padding: 5px;
  cursor: pointer; }
.page input.wpcf7-form-control.wpcf7-submit:hover, .error404 input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #55acee;
  border-color: #55acee; }

.single-authors div#author-top {
  position: relative;
  width: 100%; }
  .single-authors div#author-top div#left {
    width: 74%;
    margin-right: 2.5%; }
  .single-authors div#author-top div#right {
    width: 22.75%;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 1023px) {
      .single-authors div#author-top div#right {
        position: relative; } }
.single-authors section#content {
  margin-top: 55px;
  width: 100%; }
  .single-authors section#content div#left {
    width: 74%;
    margin-right: 2.5%; }
    @media (max-width: 1023px) {
      .single-authors section#content div#left {
        width: 100%; } }
    @media (max-width: 767px) {
      .single-authors section#content div#left {
        width: 100%; } }
    .single-authors section#content div#left h1.entry-title.author {
      width: 100%;
      font-family: UnitSlabWebPro-Black;
      font-size: 54px;
      line-height: 60px; }
      .single-authors section#content div#left h1.entry-title.author .author-name {
        clear: both;
        float: left; }
      .single-authors section#content div#left h1.entry-title.author .author-surname {
        float: left;
        padding-left: 20px; }
    .single-authors section#content div#left .author-description {
      width: 100%;
      min-height: 70px;
      clear: both;
      float: left;
      margin-top: 40px;
      font-size: 18px;
      line-height: 30px; }
      .single-authors section#content div#left .author-description::first-letter {
        font-family: UnitSlabWebPro-Black;
        font-size: 54px; }
    @media (max-width: 1023px) {
      .single-authors section#content div#left {
        width: 100%; } }
    .single-authors section#content div#left .entry-title {
      margin-bottom: 20px; }
      .single-authors section#content div#left .entry-title a {
        font-family: UnitSlabWebPro-Black;
        font-size: 40px;
        line-height: 46px;
        text-decoration: none;
        color: black; }
        @media (max-width: 767px) {
          .single-authors section#content div#left .entry-title a {
            font-size: 36px;
            line-height: 42px; } }
    .single-authors section#content div#left article.list-article-item:nth-child(even) {
      clear: both;
      margin-left: 0; }
    .single-authors section#content div#left article.list-article-item:nth-child(odd) {
      clear: initial;
      margin-left: 5%; }
    .single-authors section#content div#left .sub-title {
      color: #939598;
      font-family: UnitSlabWebPro-Black;
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .single-authors section#content div#left .sub-title {
          font-size: 30px;
          line-height: 36px; } }
    .single-authors section#content div#left .author.vcard {
      clear: both;
      margin-top: 10px;
      margin-bottom: 0;
      font-family: UnitWebPro-Bold;
      font-size: 18px; }
      .single-authors section#content div#left .author.vcard a {
        text-decoration: none;
        color: #55acee; }
        .single-authors section#content div#left .author.vcard a .author-name {
          text-transform: uppercase;
          color: #fff;
          background: #06060a;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .single-authors section#content div#left .author.vcard a .author-name:hover {
          color: #fff;
          background: #55acee; }
        .single-authors section#content div#left .author.vcard a .author-tw {
          color: #55acee;
          background: trasparent;
          padding: 3px 6px 1px;
          margin: 0 6px 0 0; }
        .single-authors section#content div#left .author.vcard a .author-tw:hover {
          color: #fff;
          background: #55acee; }
    .single-authors section#content div#left .taxonomies {
      margin-bottom: 40px;
      font-size: 18px;
      text-transform: uppercase; }
      .single-authors section#content div#left .taxonomies a {
        color: #939598;
        text-decoration: none;
        padding: 3px 6px 1px;
        margin: 0 6px 0 0; }
      .single-authors section#content div#left .taxonomies a:nth-child(1) {
        background-color: black;
        text-decoration: none;
        color: white;
        padding: 3px 6px 1px;
        margin: 0 6px 0 0; }
      .single-authors section#content div#left .taxonomies a:hover {
        color: #fff;
        background-color: black; }
      .single-authors section#content div#left .taxonomies a:nth-child(1):hover {
        background-color: black !important; }
    .single-authors section#content div#left .entry-summary {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 40px; }
  .single-authors section#content div#right {
    width: 22.75%; }
    @media (max-width: 1023px) {
      .single-authors section#content div#right {
        width: 100%; } }
    .single-authors section#content div#right .widget-title {
      margin-top: 0; }
    .single-authors section#content div#right .author-photo img {
      margin-left: -14px;
      border: 7px solid #939598; }
      @media (max-width: 1023px) {
        .single-authors section#content div#right .author-photo img {
          margin-left: 0;
          margin-top: 20px; } }
    .single-authors section#content div#right .author-tags-header {
      font-family: UnitWebPro-Black;
      font-size: 24px;
      color: #000000;
      border: 4px solid black;
      text-align: center;
      padding: 20px 0 18px;
      margin: 20px 0 0 0; }
    .single-authors section#content div#right .author-tags-body {
      width: 100%;
      background: #e6e6e6;
      padding-top: 20px;
      padding-bottom: 5px; }
      .single-authors section#content div#right .author-tags-body .author-tag-name {
        margin-bottom: 20px;
        width: 100%;
        text-align: center; }
        .single-authors section#content div#right .author-tags-body .author-tag-name a {
          text-align: center;
          text-transform: uppercase;
          text-decoration: none;
          font-family: UnitWebPro-Black;
          font-size: 20px;
          background: black;
          color: white;
          padding: 5px 5px 3px 5px; }
      .single-authors section#content div#right .author-tags-body.heightBox {
        height: 380px;
        overflow: hidden; }
    .single-authors section#content div#right .author-tags-footer {
      width: 100%;
      text-align: left;
      width: 100%;
      background: #e6e6e6;
      padding-top: 20px;
      padding-bottom: 10px; }
      .single-authors section#content div#right .author-tags-footer span {
        margin: 0 0 0 10px;
        cursor: pointer;
        background: black;
        padding: 5px 10px 4px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-family: UnitWebPro-Black;
        font-size: 16px; }
        .single-authors section#content div#right .author-tags-footer span.hide {
          display: none; }
    .single-authors section#content div#right .author-tags-footer span:hover {
      background: #939598; }
  .single-authors section#content .separator {
    width: 100%;
    height: 5px;
    background-color: #06060a;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px; }
.single-authors .author-mobile {
  display: none; }
@media (max-width: 1023px) {
  .single-authors .author-mobile {
    display: inline; }
  .single-authors .author-web {
    display: none; } }

/*# sourceMappingURL=ingenium.css.map */
