﻿@charset "UTF-8";
@import url(animate.css);
@import url(../font-awesome-4.6.3/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i&amp;subset=latin-ext");
/*font-family: 'Titillium Web', sans-serif;*/
@import url("http://fonts.googleapis.com/css?family=Lato:100,300");
@import url("http://fonts.googleapis.com/css?family=Great+Vibes");
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777777;
  font: 300 17px/26px "Titillium Web", sans-serif;
  -webkit-text-size-adjust: none;
  background: #2e2929; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font: 400 71px/71px "Titillium Web", sans-serif;
  color: #5c5c5c; }

h2 {
    font: 400 121px/80px 'Titillium Web', sans-serif;
}

h3 {
    font: 400 81px/81px "Titillium Web", sans-serif;
}

h4 {
  font: 400 81px/70px "Titillium Web", sans-serif;
  color: #2e2929; }

h5 {
  font: 300 34px/34px "Titillium Web", sans-serif;
  color: #000000;
  text-transform: uppercase; }

h6, .h6 {
  font: 300 22px/25px "Titillium Web", sans-serif;
  text-transform: lowercase;
  color: #000000; }
  h6 a:hover, .h6 a:hover {
    color: #777777; }
  h6 a:active, .h6 a:active {
    color: #5e5e5e; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
    font: inherit;
    color: #777fff;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

hr {
  padding: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #d9d9d9; }

address p span:last-child {
  margin-top: 8px;
  display: inline-block; }

/* Questo solo per il nome*/
h1 a, a:hover, a:active  {
    text-decoration: underline; 
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*=======================================================
                       Main Layout
=========================================================*/
h3 + p, * + .inline-list, p + p, .inline-list-primary + p, h4 + address, * + .term-list, * + .mail {
  margin-top: 26px; }

img + h4, * + .float-box, .term-list-primary dd + dt, * + .inline-list-primary, .icon-block + .icon-block, * + .text-right, * + .term-list-secondary, * + .mailform, * + .map, .term-list dd + dt {
  margin-top: 0px; }  /*30*/

h5 + p, * + .row__offset-4 {
  margin-top: 18px; }

h6 + p, .term-list-primary dt + dd, * + .row__offset-2, .term-list-secondary dt + dd, .term-list dt + dd {
  margin-top: 8px; }

* + hr {
  margin-top: 66px; }

* + .row__offset, * + .btn_offset, h5 + img, .thumb + h6 {
  margin-top: 40px; }

img + h6 {
  margin-top: 46px; }

h5 + .term-list-primary, h5 + h6, * + .icon-block, h5 + .off {
  margin-top: 36px; }

* + .row__offset-1 {
  margin-top: 0; }

* + blockquote {
  margin-top: 12px; }

img + .off {
  margin-top: 22px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }/*
  .brand_name a {
    padding-left: 104px;
    position: relative; }
    .brand_name a:before {
      position: absolute;
      content: 'SCiT';
      font: 200 50px/50px "Yesteryear", sans-serif;  400 93px/117px "Yesteryear", sans-serif;
      color: #fff;
      width: 101px;
      height: 101px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      background: #2e2929;
      top: 0;
      left: 0; }*/

/*==================  Backgrounds  ======================*/
.bg-img-primary {
  background-image: url("../images/page-1_img09.jpg");
  background-repeat: no-repeat;
  background-position: right center; }

.bg-img-primary--md {
  background-position: right bottom; }

.bg-img-secondary {
  background-image: url("../images/page-1_img10.jpg");
  background-repeat: no-repeat;
  background-position: left center; }

.bg-img-secondary--md {
  background-position: left bottom; }

/*==================  Colors  ======================*/
.color-primary {
  color: #2e2929; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 300;
  line-height: 22px; }

.btn-md {
  font-size: 22px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px; }

.btn-default {
  padding: 22px 39px 23px 39px;
  color: #777777;
  border-color: #d9d9d9;
  background: #fff;
  position: relative;
  z-index: 0; }
  .btn-default:before {
    position: absolute;
    content: '';
    background: #d9d9d9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1; }
  .btn-default:hover {
    color: #fff; }
    .btn-default:hover:before {
      bottom: 0; }
  .btn-default:active:before {
    background: silver; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 26px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  font: 400 22px/22px "Titillium Web", sans-serif;
  text-transform: uppercase;
  color: #777777; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #000000; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: -25px;
  width: 195px;
  margin-top: 26px; /*56*/
  padding: 17px 27px 22px 27px;
  background: #dfdfdf; /*2e2929 */
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  color: #726969;
  font: 400 18px/18px "Titillium Web", sans-serif; /*15*/
  padding: 12px 0; }
.sf-menu ul > li + li {
  border-top: solid 1px #433c3c; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff; }

.sf-menu ul ul {
  position: absolute;
  top: 15%;
  width: 150px;
  margin-top: 0;
  left: 100%;
  margin-left: 3px;
  z-index: 4; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -7px;
    content: "\f107";
    font: 400 24px/24px "FontAwesome"; }

@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 15px; } }
@media (max-width: 991px) {
  .sf-menu ul {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #000000;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 25px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #000000;
  padding: 10px 0; }
  .isStuck .brand_name a {
    padding-left: 70px; }
    .isStuck .brand_name a:before {
      width: 60px;
      height: 60px;
      line-height: 70px;
      font-size: 50px; }
  .isStuck h1 {
    font-size: 50px;
    line-height: 50px; }
  .isStuck .inset-2 {
    padding-top: 15px; }
  .isStuck .sf-menu ul {
    margin-top: 24px; }
    .isStuck .sf-menu ul ul {
      margin-top: 0; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #777777;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #5e5e5e;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: transparent; }
    .thumb_overlay:before {
      content: '\f002';
      position: absolute;
      top: 50%;
      left: 50%;
      right: 0;
      width: 97px;
      height: 97px;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font: 400 40px "FontAwesome", sans-serif;
      color: #2e2929;
      line-height: 97px;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .thumb_overlay:before {
      height: 60px;
      width: 60px;
      font-size: 100px;
      line-height: 60px; } }
  @media (max-width: 991px) {
    .thumb:hover img {
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      -webkit-transform: none;
      transform: none; } }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  padding: 28px 0 38px; }
  header:before, header:after {
    display: table;
    content: "";
    line-height: 0; }
  header:after {
    clear: both; }
  header .brand {
    float: left; }
  header .nav {
    float: right; }
  @media (max-width: 991px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

/*==================      Well     ======================*/
.well {
  padding: 70px 0 92px; }
  .well__off {
    padding-top: 35px; }
  .well__off-1 {
    padding-top: 65px; }
  .well__off-2 {
    padding-bottom: 85px; }

.well-2 {
  padding-top: 65px; }

.well-3 {
  padding: 80px 0 100px; }
  .well-3__off {
    padding-top: 65px; }
  .well-3__off-1 {
    padding-top: 35px; }
  .well-3__off-2 {
    padding-bottom: 65px; }

/*==================      Insets     ======================*/
.inset-1 {
  padding-left: 60px; }

.inset-2 {
  padding-right: 15px;
  padding-top: 31px; }

.inset-3 {
  padding: 0 3%; }

.inset-4 {
  padding-left: 5px; }

.inset-5 {
  padding: 0 100px; }

/*==================      Prefix     ======================*/
.prefix-1 {
  margin-top: 70px; }

/*==================  Uppercase  ======================*/
.uppercase {
  text-transform: uppercase; }

/*==================  Text Center  ======================*/
.text-center {
  text-align: center; }

/*==================  Text Right  ======================*/
.text-right {
  text-align: right; }

/*==================  Float Box  ======================*/
.float-box:before, .float-box:after {
  display: table;
  content: "";
  line-height: 0; }
.float-box:after {
  clear: both; }
.float-box > div {
  float: left;
  width: 20%; }

/*==================  Row Offset-3  ======================*/
.row__offset-3 {
  margin-top: 0; }
  .row__offset-3 [class*='col-'] {
    margin-top: 0; }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative;
    padding-left: 98px; }
    .index-list li:before {
      position: absolute;
      content: counter(li,decimal);
      counter-increment: li;
      font: 400 47px/71px "Yesteryear", sans-serif;
      left: 15px;
      top: -4px;
      color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      background: #2f2929;
      text-align: center; }

/*==================   Divider  ======================*/
.divider {
  background: url("../images/page-2_img01.jpg") center center;
  background-size: cover;
  width: 100%;
  height: 10px; }

/*==================  Icon Block  ======================*/
.icon-block [class*='fa-']:before {
  font-size: 48px;
  line-height: 48px;
  color: #2e2929; }
.icon-block .box_aside {
  width: 70px;
  text-align: center; }
.icon-block .box_cnt__no-flow {
  padding-left: 30px; }

/*==================  term List Secondary  ======================*/
.term-list-secondary dd a:hover {
  color: #000000; }
.term-list-secondary dd a:active {
  text-decoration: underline; }

/*==================   Inline List Primary  ======================*/
.inline-list-primary > li {
  margin: 0 auto;
  padding: 12px 0 1px; 
  max-width: 600px; }         /* 370 */
  .inline-list-primary > li + li {
    border-top: solid 1px #d4d2d2; }
  .inline-list-primary > li a {
    font-size: 15px;
    line-height: 15px;    
    display: inline-block; }
    .inline-list-primary > li a:hover {
      color: #000000; }

/*==================  Col Offset Lg  ======================*/
.col-offset-lg [class*='col-']:nth-child(2n+3) {
  clear: left; }

.col-offset-lg-primary [class*='col-']:nth-child(3n+4) {
  clear: left; }
.col-offset-lg-primary [class*='col-']:nth-child(n+4) {
  margin-top: 38px; }

/*==================  Mail  ======================*/
.mail {
  color: #000000;
  display: inline-block; }
  .mail:hover {
    color: #777777; }
  .mail:active {
    text-decoration: underline; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #2e2929;
  padding: 96px 0 86px; }

/*==================   Privacy  ======================*/
.privacy:hover {
  text-decoration: none;
  color: #fff; }
.privacy:active {
  text-decoration: underline; }

/*==================   Inline List  ======================*/
.inline-list > li {
  display: inline-block; }
  .inline-list > li a {
    display: inline-block;
    font-size: 31px;
    line-height: 31px;
    color: #726969;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .inline-list > li a:hover {
      color: #fff; }
    .inline-list > li a:active {
      color: #e6e6e6; }
  .inline-list > li + li {
    margin-left: 15px; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
  h2 {
    font-size: 100px;
    line-height: 100px; }

  h3 {
    font-size: 60px;
    line-height: 60px; }

  h5 {
    font-size: 30px;
    line-height: 30px; }

  .inset-1 {
    padding-left: 20px; }

  .inset-4 {
    padding-left: 15px; }

  .inset-5 {
    padding: 0; }

  .row__offset-3 {
    margin-top: 30px; } }
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  blockquote {
    text-align: center; }

  .text-right {
    text-align: center; } }
@media (max-width: 991px) {
  header {
    padding: 28px 0 28px; }

  h2 {
    font-size: 70px;
    line-height: 70px; }

  h3 {
    font-size: 45px;
    line-height: 45px; }

  .inset-1 {
    padding-left: 0; }

  .inset-2 {
    padding-top: 40px;
    padding-right: 0; }

  .prefix-1 {
    margin-top: 30px; }

  .float-box > div:nth-child(n+1) {
    width: 50%; }
  .float-box > div:nth-child(n+3) {
    width: 33.3333%; }

  .col-offset-lg [class*='col-']:nth-child(2n+3) {
    clear: none; }

  .col-offset-lg-primary [class*='col-']:nth-child(3n+4) {
    clear: none; }
  .col-offset-lg-primary [class*='col-']:nth-child(2n+3) {
    clear: left; }
  .col-offset-lg-primary [class*='col-']:nth-child(n+4) {
    margin-top: 30px; }

  .col-offset-md [class*='col-']:nth-child(2n+3) {
    clear: left; }

  .row__offset-3 [class*='col-']:nth-child(2n+3) {
    clear: left; }
  .row__offset-3 [class*='col-']:nth-child(n+3) {
    margin-top: 20px; }

  blockquote figure {
    text-align: center; } }
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 40px; }

  h2 {
    font-size: 46px;
    line-height: 46px; }

  h3 {
    font-size: 40px;
    line-height: 40px; }

  .brand_name a {
    padding-left: 80px; }
    .brand_name a:before {
      width: 70px;
      height: 70px;
      font-size: 55px;
      line-height: 80px;
      top: -10px; }

  [class*='well'], footer {
    padding: 50px 0; }

  .well-2 {
    padding-top: 30px;
    padding-bottom: 0; }

  .col-offset-xs {
    margin-top: 0; }

  * + hr, * + .row__offset, h5 + .term-list-primary, h5 + h6, * + .icon-block, h5 + .off, img + h6 {
    margin-top: 30px; }

  .inset-2 {
    padding-top: 0; }

  .icon-block .box_cnt__no-flow {
    padding-left: 10px; } }
@media (max-width: 479px) {
  .float-box > div {
    float: none; }
    .float-box > div:nth-child(n+1), .float-box > div :nth-child(n+3) {
      width: 100%; }

  .col-offset-md [class*='col-']:nth-child(2n+3) {
    clear: none; }

  .col-offset-lg-primary [class*='col-']:nth-child(2n+3) {
    clear: none; }

  .row__offset-3 [class*='col-'] {
    margin-top: 20px; }
    .row__offset-3 [class*='col-']:nth-child(2n+3) {
      clear: none; } }
      
/************** Panel **********/

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/* Navigazione tra le pagine */
.pagenavi {
    clear: both;
    font: normal 11px Arial, Helvetica, sans-serif;
    margin: 0 auto;
    text-align: right;
    padding: 50px 30px;  /*20 15*/
}

    .pagenavi a, .pagenavi .current {
        margin-left: 100px; /*3*/
        padding: 5px 10px; /*3 8*/
        text-decoration: none;
        color: #939393;
        background: #f9fbfc;
        border: 1px solid #d9e3cb;
    }

        .pagenavi a:hover, .pagenavi .current {
            background: #78bbe6;
            color: #FFF;
        }

    .pagenavi .pages {
        float: left;
    }
    /* Nuova paginazione */

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}
/*========================================================
                     Cookie Consent
=========================================================*/

#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}

#cookieNotice.light {
    background-color: #fff;
    background-color: #cbf5b8; /*var(--cookieNoticeProLight);*/
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}

#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}

    #cookieNotice #closeIcon {
        width: 20px;
        height: 20px;
        cursor: pointer;
        color: #bfb9b9;
        overflow: hidden;
        opacity: .85;
        z-index: 999999;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
    }

    #cookieNotice * {
        margin: 0;
        padding: 0;
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
    }

    #cookieNotice .title-wrap {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
        padding-left: 45px;
        height: 40px;
    }

        #cookieNotice .title-wrap svg {
            margin-right: 10px;
        }

    #cookieNotice h4 {
        font-family: inherit;
        font-weight: 700;
        font-size: 18px;
    }

    #cookieNotice.light p, #cookieNotice.light ul {
        color: #393d4d;
        color: var(--cookieNoticeProDark);
    }

    #cookieNotice p, #cookieNotice ul {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #cookieNotice .btn-wrap {
        display: flex;
        flex-direction: row;
        font-weight: 700;
        justify-content: center;
        margin: 0 -5px 0 -5px;
        flex-wrap: wrap;
    }

        #cookieNotice .btn-wrap button {
            flex-grow: 1;
            padding: 0 7px;
            margin: 0 5px 10px 5px;
            border-radius: 20px;
            cursor: pointer;
            white-space: nowrap;
            min-width: 130px;
            line-height: 36px;
            border: none;
            font-family: inherit;
            font-size: 16px;
            transition: box-shadow .3s;
        }

    #cookieNotice button {
        outline: 0;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

    #cookieNotice .btn-wrap button:hover {
        transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
        transform: translate3d(0,-1px,0);
    }

.btn-primary {
    color: #ffffff;
    background: #115cfa;
    border: 1px solid #115cfa;
}