#navbar-menu .navbar-menu {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  left: 0;
  position: relative; }
  #navbar-menu .navbar-menu li {
    float: right; }
    #navbar-menu .navbar-menu li img {
      width: 20px;
      margin: 0 10px 0 0; }
.before-footer-1 .nspArt p.nspText {
    max-width: 300px;
    text-align: left;
}
.d-none {
  display:none !important;
}
.formResponsive .form-group .formError {
  margin: 3px 5px 3px -4px; }
#compatibily_warning{
  padding: 20px;
  position: fixed;
  background-color: #FFA8A8;
  border: 2px solid red;
  border-radius: 5px;
  margin: 20px;
  color: black;
  font-weight: bold;
  text-align: center;
  top: 120px;
  width: 600px;
  left: 0;
  z-index: 100;
  max-width: 100%;
  left: 50%;
  margin-left: -300px;
}
div#compatibily_warning:after {
    content: "x";
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 18px;
    cursor: pointer;
    font-weight: normal;
}
button.btn.btn-primary.off-canvas-toggle {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  background-image: none;
  box-shadow: none; }

img {
  max-width: 100%; }

* {
  outline: none; }
  *:focus {
    outline: none; }

body {
  color: #2F2F2F;
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s; }

.t3-off-canvas .t3-off-canvas-header {
  display: none; }

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #317ED9;
  z-index: 100;
  text-align: center;
  line-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center; }
  #loader .in {
    width: 100%;
    text-align: center; }
    #loader .in img {
      transition: all 0.5s;
      transform: scale(0); }

header#header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s; }
  header#header .off-canvas-toggle {
    display: none; }
  header#header .mod-languages {
    float: right; }
  header#header ul.nav.nav-pills.nav-stacked.menu {
    float: right; }
    header#header ul.nav.nav-pills.nav-stacked.menu li:first-child {
      padding-top: 0px; }
  header#header #navbar-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #00448D; }
    header#header #navbar-menu .nav > li {
      margin-top: 0; }
      header#header #navbar-menu .nav > li.active a {
        background-color: #317ED9;
        border-radius: 0; }
      header#header #navbar-menu .nav > li > a {
        text-decoration: underline;
        color: white;
        font-size: 12px;
        cursor: pointer; }
        header#header #navbar-menu .nav > li > a img {
          width: 17px; }
      header#header #navbar-menu .nav > li > a:hover, header#header #navbar-menu .nav > li > a:focus {
        text-decoration: underline;
        color: white;
        background-color: #317ED9;
        border-radius: 0; }
    header#header #navbar-menu div.mod-languages ul {
      margin: 0;
      padding: 0;
      margin-top: 0px;
      list-style: none; }
    header#header #navbar-menu div.mod-languages li {
      margin: 0px; }
      header#header #navbar-menu div.mod-languages li a {
        color: white;
        font-size: 12px;
        padding: 7px 0px;
        margin: 3px 0 0 0;
        display: inline-block;
        width: 25px;
        text-align: center;
        cursor: pointer; }
      header#header #navbar-menu div.mod-languages li.lang-active a {
        background-color: #FBB234;
        text-decoration: underline; }
  header#header #main-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    header#header #main-menu .in{
      border-bottom: 1px solid white;
    }
    header#header #main-menu .t3-navbar .in {
      padding-bottom: 0px;
      border: 1px solid #ececec;
      box-shadow: 0 8px 16px -6px rgba(0,0,0,0.1); }
      header#header #main-menu .in .logo-container.logo-image {
        -webkit-transition: margin 0.5s;
        -moz-transition: margin 0.5s;
        -ms-transition: margin 0.5s;
        -o-transition: margin 0.5s;
        transition: margin 0.5s;
        display: block;
        position: relative; }
        header#header #main-menu .in .logo-container.logo-image img.logo-img {
          width: 130px;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          opacity: 1;
          top: 6px;
          position: relative; }
        header#header #main-menu .in .logo-container.logo-image img#logo_color {
          position: absolute;
          top: 10px;
          left: 0;
          opacity: 0; }
      header#header #main-menu .in .nav-pills > li.active > a, header#header #main-menu .in .nav-pills > li.active > a:focus, header#header #main-menu .in .nav-pills > li.active > a:hover {
        background-color: transparent; }
      header#header #main-menu .in .navbar-default {
        padding-top: 0px;
        border: 0;
        box-shadow: none;
        background: none; }
        header#header #main-menu .in .navbar-default .navbar-collapse.collapse {
          position: relative;
          padding: 0;
          top: 1px; }
        header#header #main-menu .in .navbar-default .navbar-nav {
          float: right;
          position: relative; }
          header#header #main-menu .in .navbar-default .navbar-nav > li {
            position: relative;
            -webkit-transition: color 0.5s;
            -moz-transition: color 0.5s;
            -ms-transition: color 0.5s;
            -o-transition: color 0.5s;
            transition: color 0.5s;
            background-color: transparent;
            border-bottom: 4px solid white; }
            header#header #main-menu .in .navbar-default .navbar-nav > li .nav-header, header#header #main-menu .in .navbar-default .navbar-nav > li a {
              display: block;
              -webkit-transition: color 0.5s;
              -moz-transition: color 0.5s;
              -ms-transition: color 0.5s;
              -o-transition: color 0.5s;
              transition: color 0.5s;
              position: relative;
              color: white;
              text-transform: uppercase;
              padding: 48px 30px 20px;
              font-size: 12px;
              font-weight: 400;
              font-family: 'Roboto', sans-serif;
              display: inline-block;
              line-height: normal;
              color: #317ED9; }
              header#header #main-menu .in .navbar-default .navbar-nav > li .nav-headera, header#header #main-menu .in .navbar-default .navbar-nav > li aa {
                cursor: pointer; }
            header#header #main-menu .in .navbar-default .navbar-nav > li.open, header#header #main-menu .in .navbar-default .navbar-nav > li.active {
              background-color: white;
              border-color: #317ED9; }
              header#header #main-menu .in .navbar-default .navbar-nav > li.open .nav-header, header#header #main-menu .in .navbar-default .navbar-nav > li.open a, header#header #main-menu .in .navbar-default .navbar-nav > li.open a:hover, header#header #main-menu .in .navbar-default .navbar-nav > li.open a:focus, header#header #main-menu .in .navbar-default .navbar-nav > li.active .nav-header, header#header #main-menu .in .navbar-default .navbar-nav > li.active a, header#header #main-menu .in .navbar-default .navbar-nav > li.active a:hover, header#header #main-menu .in .navbar-default .navbar-nav > li.active a:focus {
                font-weight: 400;
                color: #317ED9;
                display: block;
                background-color: transparent;
                background-image: none;
                box-shadow: none; }
              header#header #main-menu .in .navbar-default .navbar-nav > li.open.active > span, header#header #main-menu .in .navbar-default .navbar-nav > li.open.active > a, header#header #main-menu .in .navbar-default .navbar-nav > li.active.active > span, header#header #main-menu .in .navbar-default .navbar-nav > li.active.active > a {
                font-weight: bold; }
            header#header #main-menu .in .navbar-default .navbar-nav > li .dropdown-menu {
              min-width: 100%;
              border: 0;
              padding: 15px 30px;
              border-radius: 0;
              margin-top: 5px;
              text-transform: none; }
              header#header #main-menu .in .navbar-default .navbar-nav > li .dropdown-menu li {
                position: relative;
                width: 100%; }
                header#header #main-menu .in .navbar-default .navbar-nav > li .dropdown-menu li a {
                  color: #2F2F2F;
                  padding: 0;
                  font-size: 12px;
                  text-transform: none;
                  white-space: normal;
                  font-weight: 400;
                  padding: 5px 0;
                  white-space: nowrap; }
                  header#header #main-menu .in .navbar-default .navbar-nav > li .dropdown-menu li a::before {
                    -webkit-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -ms-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                    opacity: 0;
                    position: absolute;
                    content: " ";
                    width: 10px;
                    height: 2px;
                    background: #317ED9;
                    left: -20px;
                    top: 12px; }
                  header#header #main-menu .in .navbar-default .navbar-nav > li .dropdown-menu li a:hover::before {
                    opacity: 1; }
                header#header #main-menu .in .navbar-default .navbar-nav > li .dropdown-menu li.active a {
                  color: #317ED9; }
                  header#header #main-menu .in .navbar-default .navbar-nav > li .dropdown-menu li.active a::before {
                    opacity: 1; }
  header#header div#main-menu {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    header#header div#main-menu .in .logo-container.logo-image img.logo-img {
      opacity: 0; }
    header#header div#main-menu .in .logo-container.logo-image img#logo_color {
      opacity: 1; }
    header#header div#main-menu .in .navbar-default .navbar-nav > li > .nav-header, header#header div#main-menu .in .navbar-default .navbar-nav > li > a {
      color: #317ED9; }
    header#header div#main-menu .in .navbar-default .navbar-nav > li.open > .nav-header, header#header div#main-menu .in .navbar-default .navbar-nav > li.open > a {
      color: #317ED9; }
    header#header div#main-menu .in .navbar-default .navbar-nav > li ul.dropdown-menu {
      background-color: transparent;
      box-shadow: none;
      padding: 30px 0;
      background-image: url(/images/menu-arrow.png);
      background-repeat: no-repeat;
      background-size: 31px 12px;
      background-position: 30% 19px; }
      header#header div#main-menu .in .navbar-default .navbar-nav > li ul.dropdown-menu .in {
        background-color: white;
        padding: 20px 30px; }
  header#header.sticky div#main-menu {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    header#header.sticky div#main-menu .in .logo-container.logo-image img.logo-img {
      opacity: 0; }
    header#header.sticky div#main-menu .in .logo-container.logo-image img#logo_color {
      opacity: 1; }
    header#header.sticky div#main-menu .in .navbar-default .navbar-nav > li > .nav-header, header#header.sticky div#main-menu .in .navbar-default .navbar-nav > li > a {
      color: #317ED9;
      cursor: pointer; }
    header#header.sticky div#main-menu .in .navbar-default .navbar-nav > li.open > .nav-header, header#header.sticky div#main-menu .in .navbar-default .navbar-nav > li.open > a {
      color: #317ED9; }
    header#header.sticky div#main-menu .in .navbar-default .navbar-nav > li ul.dropdown-menu {
      box-shadow: none; }
  header#header.sticky div#navbar-menu {
    margin-top: -38px;
    overflow: hidden; }

html {
  margin-left: 0;
  overflow-x: hidden; }
  html .pane-sliders .panel {
    border: none;
    box-shadow: none; }
    html .pane-sliders .panel .pane-toggler {
      font-size: 16px;
      font-family: "Titillium Web", sans-serif;
      font-weight: bold;
      padding: 15px 0;
      cursor: pointer;
      position: relative;
      padding-left: 30px; }
      html .pane-sliders .panel .pane-toggler:before {
        position: absolute;
        content: "+";
        top: 8px;
        font-size: 25px;
        left: 0;
        font-weight: normal; }
      html .pane-sliders .panel .pane-toggler.active:before {
        content: "-"; }
      html .pane-sliders .panel .pane-toggler a {
        color: inherit; }
    html .pane-sliders .panel .pane-slider.content {
      display: none; }
  html .formResponsive .formHorizontal .formControlLabel {
    float: none;
    text-align: left;
    padding: 0;
    width: 100%;
    font-weight: normal; }
  html .formResponsive .formHorizontal .file-input .formControlLabel {
    width: auto; }
  html .rsform.idea-form {
    padding: 0 60px;
    max-width: 900px; }
    html .rsform.idea-form h2 {
      font-size: 18px;
      font-family: "Titillium Web",sans-serif;
      margin-bottom: 45px;
      font-weight: bold; }
  html .form-inline {
    position: relative;
    display: inline-block;
    width: 100%; }
    html .form-inline .form-group {
      float: left;
      width: 50%;
      position: relative; }
      html .form-inline .form-group.skype-input {
        display: none; }
      html .form-inline .form-group label {
        width: 100%;
        font-weight: normal;
        position: absolute;
        top: 11px;
        pointer-events: none;
        color: #aaa;
        transition: all 0.2s;
        z-index: 1; }
      html .form-inline .form-group .select2-container {
        width: 100% !important;
        margin-bottom: 9px; }
        html .form-inline .form-group .select2-container .select2-selection {
          width: 100%;
          border: none;
          border-radius: 0;
          box-shadow: none;
          height: 40px;
          padding: 0;
          border-bottom: 1px solid #ccc; }
      html .form-inline .form-group select {
        width: 100%; }
      html .form-inline .form-group input {
        width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        height: 40px;
        padding: 0;
        border-bottom: 1px solid #ccc;
        box-shadow: none; }
        html .form-inline .form-group input:focus, html .form-inline .form-group input:active {
          box-shadow: none; }
        html .form-inline .form-group input.rsform-error {
          boorder-color: #b94a48; }
      html .form-inline .form-group button, html .form-inline .form-group .btn {
        background-color: #FBB234;
        color: white;
        font-weight: bold;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        width: 140px;
        height: 50px;
        line-height: 46px;
        display: inline-block;
        border: 4px solid #FBB234;
        text-align: center;
        margin: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        background-image: none;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        border-radius: 0;
        transition: all 0.3s;
        text-shadow: none;
        padding: 0;
        font-size: 16px;
        box-shadow: 0 0 0 0; }
        html .form-inline .form-group button:hover, html .form-inline .form-group .btn:hover {
          transition: 0.5s all;
          text-decoration: none;
          border: 4px solid #dc9c2e;
          color: white;
          background-color: #dc9c2e;
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }
      html .form-inline .form-group.writing label {
        top: -15px;
        color: #0080D4;
        font-size: 11px; }
      html .form-inline .form-group.writing input {
        border-color: #0080D4; }
      html .form-inline .form-group:first-child {
        padding-right: 7px; }
      html .form-inline .form-group:last-child {
        padding-left: 7px; }
  html .form-group textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    resize: none;
    width: 100%;
    height: 170px;
    outline: none !important;
    padding: 10px; }
    html .form-group textarea:focus {
      box-shadow: none;
      border-color: #0080D4;
      outline: none !important; }
  html .checkbox-container label {
    font-weight: normal;
    font-size: 11px;
    position: relative;
    padding-left: 25px; }
    html .checkbox-container label::before {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 14px;
      height: 14px;
      border: 1px solid #aaa;
      top: 4px;
      left: 0; }
    html .checkbox-container label.checked::before {
      border-color: white;
      background-color: #0080CE; }
    html .checkbox-container label input[type="checkbox"] {
      display: none; }
  html .radio-container label {
    font-weight: normal;
    position: relative;
    padding-left: 25px;
    padding-right: 80px; }
    html .radio-container label span {
      display: block; }
      html .radio-container label span.details {
        font-size: 11px; }
    html .radio-container label::before {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 15px;
      height: 15px;
      background-image: url(/images/radio-unchecked.png);
      background-repeat: no-repeat;
      background-size: 100%;
      top: 1px;
      left: 0; }
    html .radio-container label.checked::before {
      background-image: url(/images/radio-checked.png); }
    html .radio-container label input[type="radio"] {
      display: none; }
  html .file-input {
    display: flex; }
    html .file-input span.msg {
      font-size: 14px;
      opacity: 0.3;
      padding: 15px; }
    html .file-input label span {
      display: inline-block;
      background-color: #00448D;
      height: 50px;
      background-image: url(/images/file-upload.png);
      background-repeat: no-repeat;
      background-size: 24px;
      background-position: 27px 14px;
      line-height: 50px;
      color: white;
      text-align: center;
      font-weight: normal;
      padding-left: 77px;
      padding-right: 20px; }
    html .file-input input[type="file"] {
      display: none; }
  html .tel .radio-label {
    padding-right: 0; }
  html .submit-container {
    margin-top: 40px; }
    html .submit-container input[type="submit"] {
      background-color: #FBB233;
      border: none;
      border-radius: 0;
      background-image: none;
      color: white;
      text-shadow: none;
      font-weight: bold;
      padding: 12px 0;
      width: 200px;
      border: 2px solid #FBB233;
      -webkit-box-shadow: 0 0 0 0;
      -moz-box-shadow: 0 0 0 0;
      box-shadow: 0 0 0 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      html .submit-container input[type="submit"]:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        text-decoration: none;
        border: 4px solid #dc9c2e;
        color: white;
        background-color: #dc9c2e;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }
  html h6 a {
    background-color: #FBB234;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    min-width: 185px;
    height: 60px;
    line-height: 52px;
    display: inline-block;
    border: 4px solid #FBB234;
    text-align: center;
    margin: 30px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 0 0;
    padding: 0 20px; }
    html h6 a:hover {
      text-decoration: none;
      border: 4px solid #dc9c2e;
      color: white;
      background-color: #dc9c2e;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }
  html .nspArt .center.tcenter.fleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  html .nspArt h6 a {
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    color: #FBB234;
    font-family: "Roboto",sans-serif;
    background-color: white;
    padding: 0;
    width: auto;
    margin: 0;
    height: auto;
    line-height: normal; }
    html .nspArt h6 a:hover {
      text-decoration: underline;
      border: 0;
      color: #FBB234;
      background-color: white;
      box-shadow: none; }
  html .article-body h6 a {
    padding: 0 25px;
    width: auto; }
  html .page-wrapper {
    background-color: #EEEFEF; }
  html.index .top-banner {
    min-height: 780px;
    position: relative;
    overflow: hidden; }
    html.index .top-banner .gkIsWrapper-gk_shop_and_buy_reale .gkIsImageWrapper {
      position: relative;
      height: 813px; }
      html.index .top-banner .gkIsWrapper-gk_shop_and_buy_reale .gkIsImageWrapper .gkIsImageScroll {
        position: relative;
        height: 100%; }
        html.index .top-banner .gkIsWrapper-gk_shop_and_buy_reale .gkIsImageWrapper .gkIsImageScroll .figure {
          position: relative;
          height: 100%; }
          html.index .top-banner .gkIsWrapper-gk_shop_and_buy_reale .gkIsImageWrapper .gkIsImageScroll .figure .gkIsSlide {
            object-fit: cover;
            height: 100%; }
  html .default-page {
    position: relative;
    z-index: 2; }
    html .default-page #t3-mainbody {
      padding: 0;
      position: relative;
      z-index: 2;
      margin-top: -300px; }
      html .default-page #t3-mainbody #t3-content {
        padding: 0;
        background-color: white; }
        html .default-page #t3-mainbody #t3-content .btn-group {
          position: absolute;
          right: 0;
          top: 0; }
        html .default-page #t3-mainbody #t3-content .pull-right.item-image {
          margin-left: 90px;
          margin-bottom: 90px;
          width: 445px; }
        html .default-page #t3-mainbody #t3-content .article-blog {
          padding-bottom: 90px; }
          html .default-page #t3-mainbody #t3-content .article-blog .items-row, html .default-page #t3-mainbody #t3-content .article-blog .items-leading {
            padding: 0 90px; }
            html .default-page #t3-mainbody #t3-content .article-blog .items-row.items-leading, html .default-page #t3-mainbody #t3-content .article-blog .items-leading.items-leading {
              margin-top: 90px; }

              html .default-page #t3-mainbody #t3-content .article-blog .items-row.items-leading .leading, html .default-page #t3-mainbody #t3-content .article-blog .items-leading.items-leading .leading {
                display: inline-block; }
                html .default-page #t3-mainbody #t3-content .article-blog .items-row.items-leading .leading .page-header, html .default-page #t3-mainbody #t3-content .article-blog .items-leading.items-leading .leading .page-header {
                  border: none;
                  margin-bottom: 0;
                  padding-bottom: 20px; }
                  html .default-page #t3-mainbody #t3-content .article-blog .items-row.items-leading .leading .page-header h2, html .default-page #t3-mainbody #t3-content .article-blog .items-leading.items-leading .leading .page-header h2 {
                    margin-bottom: 0;
                    padding-bottom: 0; }
                    html .default-page #t3-mainbody #t3-content .article-blog .items-row.items-leading .leading .page-header h2 a, html .default-page #t3-mainbody #t3-content .article-blog .items-leading.items-leading .leading .page-header h2 a {
                      color: #317ED9;
                      border: none;
                      font-size: 14px;
                      font-weight: bold;
                      padding: 0;
                      font-family: "Roboto",sans-serif;
                      background-color: white;
                      line-height: normal;
                      margin: 0;
                      height: auto;
                      width: auto; }
            html .default-page #t3-mainbody #t3-content .article-blog .items-row .page-header, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .page-header {
              border: none;
              margin-bottom: 0;
              padding-bottom: 20px; }
              html .default-page #t3-mainbody #t3-content .article-blog .items-row .page-header h2, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .page-header h2 {
                margin-bottom: 0;
                padding-bottom: 0; }
                html .default-page #t3-mainbody #t3-content .article-blog .items-row .page-header h2 a, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .page-header h2 a {
                  color: #2F2F2F;
                  font-size: 16px;
                  font-weight: bold;
                  font-family: "Titillium Web",sans-serif; }
            html .default-page #t3-mainbody #t3-content .article-blog .items-row .pull-left.item-image, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .pull-left.item-image {
              margin-right: 75px;
              margin-bottom: 150px; }
            html .default-page #t3-mainbody #t3-content .article-blog .items-row .pull-right.item-image, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .pull-right.item-image {
              margin-left: 75px;
              margin-bottom: 150px; }
            html .default-page #t3-mainbody #t3-content .article-blog .items-row p, html .default-page #t3-mainbody #t3-content .article-blog .items-leading p {
              font-size: 16px;
              font-family: "Titillium Web",sans-serif; }
            html .default-page #t3-mainbody #t3-content .article-blog .items-row h6, html .default-page #t3-mainbody #t3-content .article-blog .items-row .readmore, html .default-page #t3-mainbody #t3-content .article-blog .items-leading h6, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .readmore {
              margin-top: 25px;
              margin-bottom: 30px; }
              html .default-page #t3-mainbody #t3-content .article-blog .items-row h6 a, html .default-page #t3-mainbody #t3-content .article-blog .items-row .readmore a, html .default-page #t3-mainbody #t3-content .article-blog .items-leading h6 a, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .readmore a {
                border: none;
                font-size: 14px;
                font-weight: bold;
                padding: 0;
                color: #FBB234;
                font-family: "Roboto",sans-serif; }
                html .default-page #t3-mainbody #t3-content .article-blog .items-row h6 a:hover, html .default-page #t3-mainbody #t3-content .article-blog .items-row h6 a:focus, html .default-page #t3-mainbody #t3-content .article-blog .items-row h6 a:active, html .default-page #t3-mainbody #t3-content .article-blog .items-row .readmore a:hover, html .default-page #t3-mainbody #t3-content .article-blog .items-row .readmore a:focus, html .default-page #t3-mainbody #t3-content .article-blog .items-row .readmore a:active, html .default-page #t3-mainbody #t3-content .article-blog .items-leading h6 a:hover, html .default-page #t3-mainbody #t3-content .article-blog .items-leading h6 a:focus, html .default-page #t3-mainbody #t3-content .article-blog .items-leading h6 a:active, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .readmore a:hover, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .readmore a:focus, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .readmore a:active {
                  background-color: white;
                  text-decoration: underline; }
            html .default-page #t3-mainbody #t3-content .article-blog .items-row:last-child .span:last-child, html .default-page #t3-mainbody #t3-content .article-blog .items-leading:last-child .span:last-child {
              padding-left: 0; }
            html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 {
              width: 50%;
              float: left; }
              html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6:first-child, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6:first-child {
                padding-right: 35px; }
              html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6:last-child, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6:last-child {
                padding-left: 35px; }
              html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6 h6, html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6 .readmore, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 h6, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 .readmore {
                margin-top: 25px;
                margin-bottom: 30px; }
                html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6 h6 a, html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6 .readmore a, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 h6 a, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 .readmore a {
                  border: none;
                  font-size: 14px;
                  font-weight: bold;
                  padding: 0;
                  color: #FBB234;
                  font-family: "Roboto",sans-serif;
                  background-color: white;
                  padding: 0;
                  width: auto;
                  margin: 0;
                  height: auto;
                  line-height: normal; }
                  html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6 h6 a:hover, html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6 h6 a:focus, html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6 h6 a:active, html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6 .readmore a:hover, html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6 .readmore a:focus, html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6 .readmore a:active, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 h6 a:hover, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 h6 a:focus, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 h6 a:active, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 .readmore a:hover, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 .readmore a:focus, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 .readmore a:active {
                    background-color: white;
                    text-decoration: underline; }
        html .default-page #t3-mainbody #t3-content .article-body, html .default-page #t3-mainbody #t3-content .category-desc {
          padding: 90px; }
          html .default-page #t3-mainbody #t3-content .article-body.category-desc, html .default-page #t3-mainbody #t3-content .category-desc.category-desc {
            padding-bottom: 0; }
          html .default-page #t3-mainbody #t3-content .article-body .page-header, html .default-page #t3-mainbody #t3-content .category-desc .page-header {
            border: none;
            color: #317ED9;
            opacity: 0.5;
            font-size: 12px;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            font-weight: bold; }
            html .default-page #t3-mainbody #t3-content .article-body .page-header h1, html .default-page #t3-mainbody #t3-content .category-desc .page-header h1 {
              text-transform: uppercase;
              font-family: "Titillium Web";
              font-weight: bold;
            color:#317ED9;
            font-size:16px;
           }
           html.what-s-up .default-page #t3-mainbody #t3-content .article-body .page-header h1 {
              text-transform: none;
              font-size:34px;
              font-weight:normal;
           }
          html .default-page #t3-mainbody #t3-content .article-body blockquote, html .default-page #t3-mainbody #t3-content .article-body h2, html .default-page #t3-mainbody #t3-content .category-desc blockquote, html .default-page #t3-mainbody #t3-content .category-desc h2 {
            border: none;
            padding: 0;
            margin-bottom: 30px;
            line-height: 40px; }
            html .default-page #t3-mainbody #t3-content .article-body blockquote, html .default-page #t3-mainbody #t3-content .article-body blockquote p, html .default-page #t3-mainbody #t3-content .article-body h2, html .default-page #t3-mainbody #t3-content .article-body h2 p, html .default-page #t3-mainbody #t3-content .category-desc blockquote, html .default-page #t3-mainbody #t3-content .category-desc blockquote p, html .default-page #t3-mainbody #t3-content .category-desc h2, html .default-page #t3-mainbody #t3-content .category-desc h2 p {
              font-size: 36px;
              color: #317ED9;
              font-weight: lighter;
              line-height: 40px;
              font-family: "Titillium Web", sans-serif; }
          html .default-page #t3-mainbody #t3-content .article-body p, html .default-page #t3-mainbody #t3-content .category-desc p {
            font-size: 16px;
            color:#2F2F2F;
            font-family: "Titillium Web", sans-serif; 
            line-height: 25px;}
  html .top-banner {
    min-height: 490px;
    position: relative;
    overflow: hidden; }
    html .top-banner .bg-image {
      position: relative;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    html .top-banner .top-banner-in {
      position: relative;
      z-index: 1;
      height: 600px; }
      html .top-banner .top-banner-in > div {
        position: absolute;
        height: 100%;
        overflow: visible; }
    html .top-banner .tob-banner-under {
      position: relative;
      z-index: 2;
      background-color: #317ED9;
      top: 0;
      min-height: 180px; }
      html .top-banner .tob-banner-under .top-banner-under-left {
        color: white;
        padding: 55px; }
        html .top-banner .tob-banner-under .top-banner-under-left p {
          font-size: 22px;
          font-family: 'Roboto',sans-serif; }
      html .top-banner .tob-banner-under .top-banner-under-right {
        color: white;
        padding: 45px; }
        html .top-banner .tob-banner-under .top-banner-under-right p {
          font-size: 16px;
          font-family: 'Roboto',sans-serif; }
    html .top-banner .figcaption {
      position: absolute;
      width: 100%;
      top: 250px;
      margin-top: 0 !important; }
      html .top-banner .figcaption .in {
        width: 50%; }
        html .top-banner .figcaption .in h3, html .top-banner .figcaption .in p {
          text-align: left; }
        html .top-banner .figcaption .in h5 {
          opacity: 0.5;
          font-size: 12px;
          font-family: 'Roboto', sans-serif;
          color: white;
          text-transform: uppercase; }
        html .top-banner .figcaption .in h3 {
          font-family: 'Titillium Web', sans-serif;
          text-transform: none;
          font-size: 36px;
          font-weight: lighter; }
        html .top-banner .figcaption .in a.btn {
          background-color: #FBB234;
          color: white;
          font-weight: bold;
          font-size: 16px;
          font-family: 'Roboto', sans-serif;
          width: 185px;
          height: 60px;
          line-height: 52px;
          display: inline-block;
          border: 4px solid #FBB234;
          text-align: center;
          margin: 30px 0;
          padding: 0;
          border-radius: 0;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          html .top-banner .figcaption .in a.btn:hover {
            text-decoration: none;
            border: 4px solid #dc9c2e;
            color: white;
            background-color: #dc9c2e;
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }
    html .top-banner .gk-navigation {
      height: 100%;
      position: absolute;
      width: 100vw;
      top: 0;
      left: 0; }
      html .top-banner .gk-navigation .container {
        position: relative;
        height: 100%; }
      html .top-banner .gk-navigation .in {
        position: absolute;
        bottom: 0;
        width: 146px;
        font-size: 0;
        right: 0; }
        html .top-banner .gk-navigation .in .gkIsBtnPrev, html .top-banner .gk-navigation .in .gkIsBtnNext {
          width: 73px;
          height: 73px;
          background: #00448D;
          position: relative;
          display: inline-block;
          float: none;
          top: 0 !important;
          margin: 0;
          font-size: 0;
          opacity: 0.7;
          margin: 0;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 30px; }
          html .top-banner .gk-navigation .in .gkIsBtnPrev::before, html .top-banner .gk-navigation .in .gkIsBtnNext::before {
            content: ""; }
          html .top-banner .gk-navigation .in .gkIsBtnPrev.gkIsBtnPrev, html .top-banner .gk-navigation .in .gkIsBtnNext.gkIsBtnPrev {
            background-image: url(/images/prev-slider.png);
            left: 0 !important; }
          html .top-banner .gk-navigation .in .gkIsBtnPrev.gkIsBtnNext, html .top-banner .gk-navigation .in .gkIsBtnNext.gkIsBtnNext {
            right: 0 !important;
            background-image: url(/images/next-slider.png); }
          html .top-banner .gk-navigation .in .gkIsBtnPrev:hover, html .top-banner .gk-navigation .in .gkIsBtnNext:hover {
            opacity: 1; }
  html #il_tuo_progetto h2, html #il_tuo_progetto h5 {
    color: white; }
  html #il_tuo_progetto .boxes-container {
    width: 720px;
    position: absolute;
    top: 120%;
    left: 50%;
    margin-left: -360px; }
    html #il_tuo_progetto .boxes-container .box {
      text-align: center;
      background-color: white;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      padding: 32px 32px 0 32px; }
      html #il_tuo_progetto .boxes-container .box img {
        width: 63px;
        max-width: 100%; }
      html #il_tuo_progetto .boxes-container .box h3 {
        color: #317ED9;
        font-size: 24px;
        margin: 25px 0;
        font-weight: bold;
        font-family: 'Titillium Web', sans-serif; }
      html #il_tuo_progetto .boxes-container .box p {
        font-size: 16px;
        font-family: 'Roboto', sans-serif; }
      html #il_tuo_progetto .boxes-container .box h6 a {
        width: 100%; }
  html .fascia-home {
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 16px;
    background-color: white; }
    html .fascia-home .img {
      padding: 0; }
      html .fascia-home .img img {
        width: 100%; }
    html .fascia-home .container {
      position: relative; }
    html .fascia-home h2 {
      font-family: 'Titillium Web', sans-serif;
      color: #317ED9;
      font-size: 36px;
      font-weight: lighter; }
    html .fascia-home h5 {
      color: #317ED9;
      opacity: 0.5;
      font-size: 12px;
      font-family: 'Roboto', sans-serif; }
    html .fascia-home p {
      margin: 0; }
    html .fascia-home .img-bg-module {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      html .fascia-home .img-bg-module div {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
    html .fascia-home#home-fascia-1 {
      padding-top: 80px; }
      html .fascia-home#home-fascia-1 .img img {
        margin-top: 80px; }
    html .fascia-home .block-news .nspImage {
      object-fit: cover;
      width:100% !important; 
      height: 265px !important;
     }
    html .fascia-home .block-news .nspTopInterface {
      float: none;
      display: block;
      width: 100%;
      margin: 30px 0;
      background-color: white;
      max-height: 250px; }
      html .fascia-home .block-news .nspTopInterface .nspPagination {
        float: none;
        width: 100%;
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap; }
        html .fascia-home .block-news .nspTopInterface .nspPagination li {
          flex-grow: 1;
          border-radius: 0;
          background-color: white;
          height: 9px;
          margin: 0 !important; }
          html .fascia-home .block-news .nspTopInterface .nspPagination li:hover {
            background-color: #317ed973; }
          html .fascia-home .block-news .nspTopInterface .nspPagination li.active, html .fascia-home .block-news .nspTopInterface .nspPagination li.active:hover {
            background-color: #317ED9; }
          html .fascia-home .block-news .nspArtPage.active {
            display:flex;
            justify-content: center;
          }
          
    html .fascia-home .block-news .nspArtPage .nspArt  {
      width: 29%;
      padding-right: 20px !important;
      padding-left: 20px !important;
      position:relative;
    }
    html .fascia-home .block-news .nspArts {
      padding: 0 0 30px 0;
    }
    @media (min-width:577px){
      html .fascia-home .block-news .nspArtPage .nspArt:after  {
        content: "";
        background-image: url(/images/box-dot.png);
        background-repeat: no-repeat;
        position: absolute;
        bottom: -23px;
        width: 100px;
        height: 100px;
        transform: rotateX(180deg);
        right: -42px;
      }
    }
   
    html .fascia-home .block-news .nspArtPage .nspArt:first-child {
      /* padding-right: 15px !important;  */
    }
    html .fascia-home .block-news .nspArtPage .nspArt:last-child {
      /* padding-left: 15px !important; */
     }
    html .fascia-home .block-news .nspArtPage .nspArt .in {
      position: relative;
      display:flex;
      flex-flow:column;
      background-color: white;
      height: 100%;
      padding-bottom: 50px;
    /*  padding-left: 45%;*/
     }
      html .fascia-home .block-news .nspArtPage .nspArt .in span {
        /* position: absolute;
        width: 45%;
        left: 0;
        z-index: 2;
        top: 0;  */
      }
      html .fascia-home .block-news .nspArtPage .nspArt .in h4.nspHeader {
        padding: 0 25px;
        font-size: 24px;
        font-weight: 600;
        margin: 17px 0 6px;
        font-family: "Titillium Web";
        color:#004291;
        /* height: 51px;  */
      }
      html .fascia-home .block-news .nspArtPage .nspArt .in p.nspText {
        padding: 0!important;
        margin: 0;
        position: absolute;
        bottom: 16px;
      }
  
      html .fascia-home .block-news .nspArtPage .nspArt .in p:nth-child(4) {
        padding: 0 25px !important;
        font-size: 14px;
        height: 140px;
        overflow: hidden; }
      html .fascia-home .block-news .nspArtPage .nspArt .in a.readon.inline {
        color: #F0B400;
        display: block;
        font-weight: 500;
        padding: 0 25px;
        z-index: 1;
        position: relative;
        overflow-x: hidden;
        margin: 0px; }
        @media (max-width:576px){
          html .fascia-home .block-news .nspArtPage.active {
           flex-flow:column;
          }
          html .fascia-home .block-news .nspArtPage .nspArt {
            padding:0 !important;
          }
        }
    html .fascia-home#home-fascia-2 {
      background-color: #00448D;
      padding: 50px 0; }
      html .fascia-home#home-fascia-2 h2, html .fascia-home#home-fascia-2 h3, html .fascia-home#home-fascia-2 h5 {
        color: white; }
      html .fascia-home#home-fascia-2 div#numbers-container {
        display: flex; }
        html .fascia-home#home-fascia-2 div#numbers-container .number {
          width: 33.33%;
          text-align: center;
          position: relative; }
          html .fascia-home#home-fascia-2 div#numbers-container .number .circle {
            position: absolute;
            width: 135px;
            height: 135px;
            left: 50%;
            background-image: url(/images/circle-number.png);
            background-size: 100%;
            margin-left: -67px;
            top: 0;
            -webkit-transition: all 2s;
            -moz-transition: all 2s;
            -ms-transition: all 2s;
            -o-transition: all 2s;
            transition: all 2s;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg); }
          html .fascia-home#home-fascia-2 div#numbers-container .number p.text {
            color: white;
            font-size: 14px;
            margin-top: 15px; }
          html .fascia-home#home-fascia-2 div#numbers-container .number .calc {
            width: 135px;
            position: relative;
            height: 135px;
            margin: 0 auto;
            line-height: 135px;
            font-size: 40px;
            color: white; }
    html .fascia-home#home-fascia-3 {
      padding: 50px 0 250px;
      margin-bottom: 350px; }
      html .fascia-home#home-fascia-3 h2, html .fascia-home#home-fascia-3 h3, html .fascia-home#home-fascia-3 p, html .fascia-home#home-fascia-3 h5 {
        color: white; }
    html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale {
      margin-top: -200px;
      background-color: transparent;
      position: absolute;
      bottom: 70px;
      top: auto;
      width: 100%;
      height: auto !important; }
      html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in {
        position: relative;
        width: 80%;
        margin: 0 auto; }
        html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in figure {
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: white;
          opacity: 0; }
          html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in figure figcaption {
            text-align: center;
            padding: 60px 30px; }
            html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in figure figcaption h3 {
              font-family: 'Titillium Web', sans-serif;
              color: #00448D;
              font-size: 25px;
              font-weight: lighter;
              margin: 50px 0 30px; }
            html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in figure figcaption p {
              font-size: 16px;
              font-family: 'Roboto', sans-serif;
              color: inherit; }
          html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in figure .row {
            margin: 0;
            display: flex;
            flex: 1 1 auto;
            -webkit-flex: 1 1 auto; }
            html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in figure .row img.gkIsSlide {
              width: 100%;
              height: 100%;
              object-fit: cover; }
            html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in figure .row .col-md-7 {
              padding: 0; }
      html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons {
        width: 100%;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 210px;
        padding: 0;
        background-color: transparent;
        z-index: 2;
        opacity: 1; }
        html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .prevSlide, html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .nextSlide {
          cursor: pointer;
          display: inline-block;
          width: 55px;
          z-index: 2;
          height: 55px;
          opacity: 1;
          position: absolute;
          background: white;
          border-radius: 100%; }
          html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .prevSlide:hover, html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .nextSlide:hover {
            background-color: #00448D; }
          html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .prevSlide.prevSlide, html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .nextSlide.prevSlide {
            left: 15px;
            right: 0;
            background-position: center;
            background-image: url(/images/prev-slider-blue.png);
            background-repeat: no-repeat;
            background-size: 20px; }
            html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .prevSlide.prevSlide:hover, html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .nextSlide.prevSlide:hover {
              background-image: url(/images/prev-slider-white.png); }
          html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .prevSlide.nextSlide, html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .nextSlide.nextSlide {
            right: 15px;
            background-position: center;
            background-image: url(/images/next-slider-blue.png);
            background-repeat: no-repeat;
            background-size: 20px; }
            html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .prevSlide.nextSlide:hover, html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons .nextSlide.nextSlide:hover {
              background-image: url(/images/next-slider-white.png); }
    html .fascia-home#home-fascia-5 {
      padding: 150px 0 0; }
      html .fascia-home#home-fascia-5 .container {
        background-color: white; }
        html .fascia-home#home-fascia-5 .container .text {
          padding: 60px; }
    html .fascia-home#home-fascia-6 {
      padding: 60px 0;
      background-color: white; }
    html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt {
      float: left;
      width: 33.33%;
      padding-top: 25px !important;
      padding-right: 25px !important;
      background-image: url(/images/box-dot.png);
      background-repeat: no-repeat;
      background-position: 95% 0;
      margin-bottom: 30px !important;
      border: 0; }
      html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt .in {
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        display: block;
        margin: auto;
        padding: 20px 20px 20px 120px;
        margin-right: 15px;
        min-height: 185px; }
        html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt .in img.nspImage {
          position: absolute;
          object-fit: cover;
          right: 30px;
          width: 60px !important;
          top: -5px;
          max-width: none !important; }
        html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt .in h4 {
          font-size: 14px;
          text-transform: uppercase;
          margin: 0;
          min-height: 32px;
          margin-bottom: 10px;
          padding: 0;
          color: #317ED9; }
        html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt .in p {
          font-size: 14px;
          max-height: 60px;
          overflow: hidden; }
        html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt .in a {
          text-align: right;
          display: block;
          font-size: 14px;
          margin-top: 10px;
          font-weight: bold;
          color: #FBB234; }
    html .fascia-home#home-fascia-7 {
      padding: 50px 0 350px;
      margin-bottom: 190px; }
    html .fascia-home#home-fascia-8 {
      padding: 60px 0 25px; }
      html .fascia-home#home-fascia-8 h2 {
        color: white; }
    html .fascia-home#home-fascia-9 {
      padding: 50px 0 0;
      background-color: white; }
      html .fascia-home#home-fascia-9 h6 {
        margin-bottom: 0; }
      html .fascia-home#home-fascia-9 .contatti {
        padding-bottom: 30px; }
        html .fascia-home#home-fascia-9 .contatti p {
          font-family: 'Roboto', sans-serif; }
          html .fascia-home#home-fascia-9 .contatti p strong {
            font-size: 18px;
            margin: 30px 0 10px;
            display: inline-block; }
      html .fascia-home#home-fascia-9 .img {
        padding: 0 40px 0 15px; }
        html .fascia-home#home-fascia-9 .img img {
          position: absolute;
          z-index: 1; }
      html .fascia-home#home-fascia-9 .col-xs-12.text .bg-light-blue {
        padding: 45px 45px 0 45px;
        font-family: 'Roboto', sans-serif;
        color: white; }
  html .bg-light-blue {
    background-color: #317ED9; }

.t3-footer {
  background-color: #00448D;
  border: none; }
  .t3-footer .t3-copyright {
    border-top: none;
    padding: 40px 0 30px; }
    .t3-footer .t3-copyright .reale-logo-footer img {
      width: 125px;
      max-width: 100%; }
    .t3-footer .t3-copyright .social-footer {
      display: inline-block;
      margin-top: 20px; }
      .t3-footer .t3-copyright .social-footer a {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0 15px;
        background-size: 100% 100%;
        background-repeat: no-repeat; }
        .t3-footer .t3-copyright .social-footer a.facebook {
          background-image: url("../../../images/facebook-footer.png"); }
        .t3-footer .t3-copyright .social-footer a.instagram {
          background-image: url("../../../images/instagram-footer.png"); }
        .t3-footer .t3-copyright .social-footer a.pinterest {
          background-image: url("../../../images/pinterest-footer.png"); }
        .t3-footer .t3-copyright .social-footer a.linkedin {
          background-image: url("../../../images/linkedin-footer.png"); }
    .t3-footer .t3-copyright .copyrights {
      color: white;
      font-size: 14px;
      padding-top: 20px;
      margin-top: 20px;
      border-top: 2px solid rgba(255, 255, 255, 0.2); }
      .t3-footer .t3-copyright .copyrights a, .t3-footer .t3-copyright .copyrights a:focus, .t3-footer .t3-copyright .copyrights a:active, .t3-footer .t3-copyright .copyrights a:hover {
        color: white;
        color: white;
        text-decoration: underline; }

@media (max-width: 1199px) {
  header#header #main-menu .in .navbar-default .navbar-nav > li .nav-header, header#header #main-menu .in .navbar-default .navbar-nav > li a {
    padding: 48px 30px 20px; }

  html .fascia-home#home-fascia-3 {
    padding: 50px 0 350px; }

  html .default-page #t3-mainbody #t3-content .article-blog .items-row .pull-left.item-image, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .pull-left.item-image {
    float: none !important;
    margin: 0;
    text-align: center;
    width: 100%; } }
@media (max-width: 991px) {
  #calendarApp #calendarApp-head{
    padding: 25px 30px 70px !important;
    text-align: center;
  }
  #calendarApp #calendarApp-head div#languages-spoken {
    width: 100%;
    right: 0!important;
    text-align: center;
  }
  header#header #main-menu {
    height: 75px; }
    header#header #main-menu .row {
      position: relative;
      top: 12px; }
      header#header #main-menu .row .logo {
        position: absolute;
        width: 100%;
        bottom: 0;
        text-align: left;
        left: 0;
        z-index: 2; }
    header#header #main-menu .navbar-default .navbar-collapse {
      display: none !important; }
    header#header #main-menu .navbar-header {
      float: right; }
      header#header #main-menu .navbar-header .off-canvas-toggle {
        display: block; }
    header#header #main-menu .in .logo-container.logo-image img#logo_color {
      top: 6px; }

  div#t3-off-canvas {
    position: fixed;
    top: 0 !important;
    z-index: 100;
    background-color: #00448D;
    box-shadow: -13px 0 30px -16px rgba(0, 0, 0, 0.8) inset;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    height: 100% !important; }
    div#t3-off-canvas .navbar-off-canvas, div#t3-off-canvas .languages-off-canvas {
      display: none; }
    div#t3-off-canvas .t3-off-canvas-body {
      font-size: 12px;
      padding-top: 100px;
      background-image: url(/images/logo_lab_white_2x.png);
      background-repeat: no-repeat;
      background-size: 130px;
      background-position: 15px 14px; }
      div#t3-off-canvas .t3-off-canvas-body .t3-module {
        margin-bottom: 0; }
      div#t3-off-canvas .t3-off-canvas-body .nav-pills > li + li {
        margin-left: 0; }
      div#t3-off-canvas .t3-off-canvas-body .nav-stacked > li {
        margin-top: 2px;
        margin-left: 0;
        padding: 5px 0;
        border-bottom: 1px solid rgba(251, 178, 52, 0.5); }
        div#t3-off-canvas .t3-off-canvas-body .nav-stacked > li.item-101 {
          display: none; }
      div#t3-off-canvas .t3-off-canvas-body a, div#t3-off-canvas .t3-off-canvas-body span {
        color: white;
        font-size: 12px;
        text-transform: uppercase; }
        div#t3-off-canvas .t3-off-canvas-body a:hover, div#t3-off-canvas .t3-off-canvas-body span:hover {
          background-color: #00448D; }
      div#t3-off-canvas .t3-off-canvas-body .dropdown-menu {
        padding-left: 10px;
        background-color: #00448D; }
        div#t3-off-canvas .t3-off-canvas-body .dropdown-menu a {
          text-transform: none;
          position: relative; }
          div#t3-off-canvas .t3-off-canvas-body .dropdown-menu a:before {
            position: absolute;
            width: 5px;
            height: 1px;
            background-color: #FBB234;
            content: " ";
            top: 12px;
            left: 7px; }
    div#t3-off-canvas .nav > li > a > img {
      display: none; }

  .off-canvas-effect-4.off-canvas-open .t3-wrapper, .off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    transform: none; }

  .off-canvas-effect-4.off-canvas-open #t3-off-canvas.off-canvas-effect-4.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  html .nspArt .center.tcenter.fleft {
    width: 100%;
    float: none; }
    html .nspArt .center.tcenter.fleft a {
      width: 100%;
      float: none; }
      html .nspArt .center.tcenter.fleft a img {
        margin: 0 auto; }
  html .default-page #t3-mainbody #t3-content .pull-right.item-image {
    width: 350px;
    margin-left: 30px;
    margin-bottom: 30px; }
  html .default-page #t3-mainbody #t3-content .article-body, html .default-page #t3-mainbody #t3-content .article-blog {
    padding: 60px; }
    html .default-page #t3-mainbody #t3-content .article-body blockquote p, html .default-page #t3-mainbody #t3-content .article-blog blockquote p {
      font-size: 30px; }
    html .default-page #t3-mainbody #t3-content .article-body h2, html .default-page #t3-mainbody #t3-content .article-blog h2 {
      font-size: 30px; }
  html .default-page #t3-mainbody #t3-content .article-blog .category-desc {
    padding: 60px; }
  html .default-page #t3-mainbody #t3-content .article-blog .items-leading .pull-left.item-image {
    width: 200px;
    margin-right: 40px; }
  html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt {
    clear: none !important;
    width: 50%; }
  html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in {
    width: 100%; }

  .noscroll {
    position: initial;
    overflow-y: hidden;
    width: 100%; }
    .noscroll body.off-canvas-open {
      left: 250px; }
      .noscroll body.off-canvas-open header#header {
        left: 250px; } }
@media (max-width: 767px) {
  #calendarApp #calendarApp-head div#languages-spoken{
    width: 100%;
    right: 0!important;
    text-align:center; 
  }
  html .nspArt {
    width: 100%; }
  html .default-page #t3-mainbody #t3-content .article-blog .items-row .span6, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .span6 {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px; }

  div#t3-off-canvas .navbar-off-canvas, div#t3-off-canvas .languages-off-canvas {
    display: block; }
  div#t3-off-canvas .module.languages-off-canvas {
    padding-left: 15px;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid #FBB234;
    padding-bottom: 10px; }
    div#t3-off-canvas .module.languages-off-canvas .lang-inline li {
      float: right; }
      div#t3-off-canvas .module.languages-off-canvas .lang-inline li a {
        height: 30px;
        display: inline-block;
        width: 50px;
        text-align: center;
        line-height: 30px; }
      div#t3-off-canvas .module.languages-off-canvas .lang-inline li.lang-active a {
        background-color: #FBB234;
        text-decoration: underline; }
    div#t3-off-canvas .module.languages-off-canvas div.mod-languages ul {
      display: inline-block; }
    div#t3-off-canvas .module.languages-off-canvas .pretext {
      margin-bottom: 15px; }

  header#header #navbar-menu {
    display: none; }

  html #il_tuo_progetto .boxes-container {
    position: relative;
    width: 100%;
    left: 0;
    margin: 0;
    margin-top: 50px; }
  html .rsform.idea-form {
    padding: 0 15px; }
  html .form-inline .form-group {
    width: 100%; }
    html .form-inline .form-group:first-child {
      padding: 0; }
    html .form-inline .form-group:last-child {
      padding: 0; }
    html .form-inline .form-group input {
      margin: 0; }
  html .formResponsive .formHorizontal .rsform-block {
    margin: 0; }
  html .formResponsive .formHorizontal p.formDescription {
    margin: 0; }
  html .default-page #t3-mainbody {
    padding: 0 15px; }
    html .default-page #t3-mainbody #t3-content .pull-right.item-image {
      width: auto;
      float: none !important;
      margin: 0 auto 15px;
      display: block;
      text-align: center; }
    html .default-page #t3-mainbody #t3-content .article-body {
      padding: 30px; }
    html .default-page #t3-mainbody #t3-content .article-blog {
      padding: 0; }
      html .default-page #t3-mainbody #t3-content .article-blog .category-desc {
        padding: 30px; }
      html .default-page #t3-mainbody #t3-content .article-blog .items-leading {
        padding: 30px;
        margin: 0; }
        html .default-page #t3-mainbody #t3-content .article-blog .items-leading .pull-left.item-image, html .default-page #t3-mainbody #t3-content .article-blog .items-leading .pull-right.item-image {
          float: none !important;
          width: auto;
          margin: 0 auto 40px;
          text-align: center; }
  html .top-banner .figcaption .in {
    width: 100%; }
  html .top-banner .tob-banner-under .top-banner-under-left {
    padding: 30px 15px; }
  html .top-banner .tob-banner-under .top-banner-under-right {
    padding: 0 15px 30px; }
  html .fascia-home .block-news .nspArtPage .nspArt:first-child {
    padding-right: 0 !important; }
  html .fascia-home .block-news .nspArtPage .nspArt:last-child {
    padding-left: 0 !important; }
  html .fascia-home .block-news .nspArtPage .nspArt {
    float: none;
    margin: 0 auto;
    width: 100%;
    clear: none !important;
    margin-bottom: 30px; }
  html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt {
    width: 100%; }
    html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt .in p {
      max-height: none; }
    html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt .in .nspImageWrapper {
      float: none; }
      html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt .in .nspImageWrapper img.nspImage {
        right: auto;
        left: -85px; }
  html .fascia-home#home-fascia-2 div#numbers-container {
    margin-top: 50px; }
  html .fascia-home#home-fascia-3 {
    padding: 50px 0 150px;
    margin-bottom: 0; }
  html .fascia-home#home-fascia-4 {
    background-color: #EEEFEF; }
    html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale {
      position: relative;
      margin-top: 0;
      height: 350px !important; }
      html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container {
        height: 100%;
        padding-top: 50px;
        top: -100px; }
        html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in figure {
          bottom: auto; }
          html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .in figure .row .col-md-7 {
            display: none; }
        html .fascia-home#home-fascia-4 .gkIsWrapper-gk_bikestore_reale .container .gkIsButtons {
          bottom: 100px; }
  html .fascia-home#home-fascia-5 {
    padding: 150px 15px 0; }
    html .fascia-home#home-fascia-5 .container .text {
      padding: 30px; }
  html .fascia-home#home-fascia-7 {
    padding: 50px 0;
    margin-bottom: 0; }
  html .fascia-home#home-fascia-9 .img {
    padding-left: 15px;
    padding-right: 15px; }
    html .fascia-home#home-fascia-9 .img img {
      position: relative; } }
@media (max-width: 525px) {
  html .fascia-home#home-fascia-2 div#numbers-container .number .circle {
    width: 100px;
    height: 100px;
    margin-left: -50px; }
  html .fascia-home#home-fascia-2 div#numbers-container .number .calc {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px; }
  html .fascia-home .elenco-articoli .nspArts {
    padding: 0; }
    html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt {
      width: 100%; }
      html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt .in {
        padding: 80px 20px 20px 20px; }
        html .fascia-home .elenco-articoli .nspArts .nspArtScroll1 .nspArt .in .nspImageWrapper img.nspImage {
          right: 0;
          left: -10px;
          top: -110px; }
  html .fascia-home .block-news .nspArts {
    padding: 0; }
  html .fascia-home .block-news .nspArtPage .nspArt .in {
    padding-top: 200px;
    padding-left: 0; }
    html .fascia-home .block-news .nspArtPage .nspArt .in span {
      position: absolute;
      width: 100%;
      left: 0;
      z-index: 2;
      top: 0;
      height: 200px; }
      html .fascia-home .block-news .nspArtPage .nspArt .in span img {
        height: 100% !important;
        width: 100% !important; } }

/*# sourceMappingURL=style.css.map */
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading.items-leading {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: start;
  padding: 0 90px;
  margin-top: 50px;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading .pull-left.item-image {
  margin-bottom: 0;
  height: 250px;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading .pull-left.item-image,
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading .pull-left.item-image a, 
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading .pull-left.item-image a img {
  width: 100%;
  display:block;
  overflow: hidden;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading:before {
  display:none;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading {
  width: 43%;
  position: relative;
  display: flex !important;
  flex-flow: column;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 80px;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading:after {
  content: "";
  background-image: url(/images/box-dot.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -23px;
  width: 100px;
  height: 100px;
  transform: rotateX(180deg);
  right: -63px;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading p {
  font-size:15px;
  line-height: 25px;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .readmore {
    margin-top: 25px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 15px;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .page-header {
  padding-bottom:0 !important;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .page-header h2 {
  margin-top:15px;
  margin-top:15px !important;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading .readmore a.btn,
.yellow_btn {
  border: none;
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto",sans-serif;
  background-color: #FBB234;
  color: #fff;
  border-radius: 0;
  padding: 16px 30px;
}
.yellow_color {
  color:#FBB234;
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto",sans-serif;
}
.mod-articles-category-title {
  margin: 20px 0;
  font-weight: 600;
}
.mod-articles-category-readmore > a {
font-weight: 500;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading .content,
html.itemid-170 .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading .content {
  padding:0 15px;
  height:240px;
  font-family: "Titillium Web", sans-serif;
  font-size:16px;
}
html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading .content .page-header a,
html.itemid-170 .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading .content .page-header a {
  font-size: 24px;
  font-weight: 600;
  font-family: "Titillium Web";
  color: #004291;
  line-height: 25px;
  margin: 20px 0 10px;
  display: block;
}
.view-article.what-s-up .t3-content .item-image  {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.read_more_newz {
  color:#fff;
  width:50%;
  text-decoration:underline;
  text-align: right;
}
.view-article.what-s-up .t3-content .item-image img {
  object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.view-category .other_news_div {
  display:none;
}
.other_news_div {
  display:flex;
  justify-content: space-between;
  margin: 50px 0 !important;
}
.shadows_box {
  padding:0 15px 32px 15px !important;
  position: relative;
  display: flex !important;
  flex-flow: column;
  box-shadow: 0px 3px 6px #00000029;
  width: 30%;
}
.shadows_box img {
  height:200px;
  object-fit: cover;
  width: calc(100% + 30px);
  max-width: unset;
  margin-left: -15px;
}
.blue_title {
  color:#004291;
  font-size:24px;
  font-family: "Titillium Web", sans-serif;
}
.read_more_title {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  padding-left: 40px;
  color: rgba(46,126,217,0.5);
  font-size: 16px;
  font-weight: bold;
}
.mod-articles-category-introtext,
.mod-articles-category-readmore {
  font-family: "Titillium Web", sans-serif;
}
.mod-articles-category-readmore {
  position: absolute;
  bottom: 10px;
}
.shadows_box:after {
  content: "";
  background-image: url(/images/box-dot.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -23px;
  width: 100px;
  height: 100px;
  transform: rotateX(180deg);
  right: -63px;
}
html.what-s-up .default-page #t3-mainbody #t3-content .category-desc blockquote p {
  line-height: normal;
}
html.what-s-up .page-header {
  margin-bottom:0;
}
html.what-s-up h1 span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
html.index #home-fascia-8 .custom {
  display:flex;
  align-items: center;
}
html.index #home-fascia-8 .custom h2 {
  width:50%;
}

@media (max-width:1024px){
  html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading.items-leading,
  html.itemid-170 .default-page #t3-mainbody #t3-content .article-blog .items-leading.items-leading {
    padding: 0 15px;
  }
}
@media (max-width:767px){
  html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading {
    width: 98%;
  }
  .shadows_box {
    width: 95%;
    margin:25px 0;
  }
  .other_news_div {
    flex-flow:column;
  }
  
  html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading .content {
    height:auto;
  }
  html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .readmore { 
    margin-bottom: 15px;
    position: initial;
  }
  html.what-s-up .default-page #t3-mainbody #t3-content .article-blog .items-leading .leading:after{
    width: 50px;
    height: 50px;
    transform: rotateX(180deg);
    right: -21px;
    bottom: -19px;
    background-size: contain;
  }
}

.yellow_link {
  border: none;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  color: #FBB234;
  font-family: "Roboto",sans-serif;
  background-color: white;
  padding: 0;
  width: auto;
  margin: 0;
  height: auto;
  line-height: normal;
}
.article_padding {
  padding:0 60px;
}

.flex_divs {
  display:flex;
}

.mb-80 {
  margin-bottom:80px;
}
.blue_box {
  position:relative;
  box-shadow: 0px 3px 6px #00000029;
  padding:48px 25px;
}
.blue_box_dots {
  position:relative;
  box-shadow: 0px 3px 6px #00000029;
  padding:48px 25px;
}
.blue_box_dots::after, 
.blue_box_dots::before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
}
.blue_box_dots.s::after {
  background-image: url("/images/vertical_dots.png");
  bottom: -50px;
  left: 50%;
  height: 50px;
  width: 5px;  
}
.blue_box_dots.dx::before {
  background-image: url("/images/horizontal_dots.png");
  height: 5px;
  width: 50px;
  top: 50%;
  left: unset;
  right: -50px;
}

.blue_box hr {
  border:1px solid #FBB234;
}
.blue_box::after {
  content: "";
  background-image: url(/images/box-dot.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -23px;
  width: 100px;
  height: 100px;
  transform: rotateX(180deg);
  right: -63px;
}
.text-center {
  text-align:center;
}
h4.dark_blue_title {
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  color:#004291;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom:40px;
}

.sottotitoli {
  font-size: 36px;
  color: #317ED9;
  font-weight: lighter;
  line-height: 40px;
  font-family: "Titillium Web", sans-serif;
  margin-bottom:40px;
}

.itemid-221 .custom p {
  font-size: 16px;
  color: #2F2F2F;
  font-family: "Titillium Web", sans-serif;
  line-height: 25px;
}

.flex {
  display:flex;
}

.justify-space-between {
  justify-content: space-between;
}
.third_width {
  width:30%;
}
.half_width {
  width:45%;
}
.full_width {
  width:100%;
}

.flex_comumn {
  flex-flow: column;
}
.flex_wrap  {
  flex-wrap: wrap;
}
.titillum {
  font-family:"Titillium Web", sans-serif;
}
h4.light_blue_title {
  color:#317ED9;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 12px;
}
.mt-10 {
  margin-top:10px;
}
.mt-20 {
  margin-top:20px;
}
.mt-30 {
  margin-top:30px;
}
.mb-10 {
  margin-bottom:10px !important;
}
.mb-20 {
  margin-bottom:20px;
}
.mb-30 {
  margin-bottom:30px;
}
.mb-50 {
  margin-bottom:50px;
}
.mr-50 {
  margin-right:50px;
}
.flex-column {
  flex-flow:column;
}
.mt-100 {
  margin-top:100px;
}
@media (max-width:767px){
  .mt-100 {
    margin-top:40px;
  }
  .article_padding {
    padding:0 15px;
  }
  .mobile_full_width {
    width:100%;
  }
  .flex-column-mobile {
    flex-flow:column;
  }

  .blue_box_dots.s::after {
    background-image: unset;
  }
  .blue_box_dots.dx::before {
    background-image: unset;
  }

  .blue_box_dots::after {
    background-image: url("/images/vertical_dots.png") !important;
    bottom: -50px;
    left: 50%;
    height: 50px;
    width: 5px;  
  }
   
  .blue_box_dots:last-child {
    background-image: unset !important;
  }
  .blue_box_dots:last-child::after {
    background-image: unset !important;
  }
}

html.itemid-222 #userForm h2 {
  color:#004291;
  font-size:24px;
  font-family:"Titillium Web", sans-serif;
  font-weight:600;

}

.yellow_btn {
  background-color: #F0B400;
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}