/* END: Bootstrap Global Overrides ------------------------------ */
/* START: Titilium Webfonts ---------------------------- */
@font-face {
  font-family: 'Titillium Web';
  src: url('../fonts/TitilliumWeb-Regular.eot');
  src: url('../fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('../fonts/TitilliumWeb-Regular.woff') format('woff'), url('../fonts/TitilliumWeb-Regular.ttf') format('truetype'), url('../fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
/*@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Italic.eot');
    src: url('../fonts/TitilliumWeb-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-Italic.woff2') format('woff2'),
        url('../fonts/TitilliumWeb-Italic.woff') format('woff'),
        url('../fonts/TitilliumWeb-Italic.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-Italic.svg#TitilliumWeb-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
}*/
@font-face {
  font-family: 'Titillium Web';
  src: url('../fonts/TitilliumWeb-SemiBold.eot');
  src: url('../fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-SemiBold.woff2') format('woff2'), url('../fonts/TitilliumWeb-SemiBold.woff') format('woff'), url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype'), url('../fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/*@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBoldItalic.eot');
    src: url('../fonts/TitilliumWeb-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/TitilliumWeb-SemiBoldItalic.woff') format('woff'),
        url('../fonts/TitilliumWeb-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-SemiBoldItalic.svg#TitilliumWeb-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}*/
@font-face {
  font-family: 'Titillium Web';
  src: url('../fonts/TitilliumWeb-Bold.eot');
  src: url('../fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-Bold.woff2') format('woff2'), url('../fonts/TitilliumWeb-Bold.woff') format('woff'), url('../fonts/TitilliumWeb-Bold.ttf') format('truetype'), url('../fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-BoldItalic.eot');
    src: url('../fonts/TitilliumWeb-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-BoldItalic.woff2') format('woff2'),
        url('../fonts/TitilliumWeb-BoldItalic.woff') format('woff'),
        url('../fonts/TitilliumWeb-BoldItalic.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-BoldItalic.svg#TitilliumWeb-BoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
}*/
/* END: Titilium Webfonts ----------------------- */
body {
  -webkit-font-smoothing: antialiased;
}
/* START: Bootstrap Global Overrides ------------------------------------------------------------------------------------ */
button,
.btn {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* END: Bootstrap Global Overrides ------------------------------ */
/* START: SVG icons ----------------------- */
.svg-icon {
  outline: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #333;
}
.svg-defs {
  left: -100000px;
  position: absolute;
  top: -100000px;
}
/* END: SVG icons ----------------------- */
/* START: Vertical Centering ------------------------------------------------------------------------------------ */
.v-al-center {
  position: relative;
}
.v-al-center::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1px;
  margin: 0 -1px;
  vertical-align: middle;
}
.v-al-center > div,
.v-al-center > p,
.v-al-center > span,
.v-al-center > ul,
.v-al-center > a {
  display: inline-block;
  vertical-align: middle;
}
.v-al-center-row [class*=col-] {
  position: relative;
}
.v-al-center-row [class*=col-]::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1px;
  margin: 0 -1px;
  vertical-align: middle;
}
.v-al-center-row [class*=col-] > div,
.v-al-center-row [class*=col-] > p,
.v-al-center-row [class*=col-] > span,
.v-al-center-row [class*=col-] > ul,
.v-al-center-row [class*=col-] > a {
  display: inline-block;
  vertical-align: middle;
}
.v-al-c {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .v-al-center-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
  .v-al-center-flex > [class^="col-"],
  .v-al-center-flex > [class*=" col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Optional, to align inner items horizontally inside the column */
  }
  /* Optional, "flex: 1" or "flex-grow: 1" is added to make the inner div. 
    Which is also a flex-item - take up all the horizontal space, available space inside the flex container (.col-* elements) */
  .v-al-center-flex > [class^="col-"] > div,
  .v-al-center-flex > [class*=" col-"] > div {
    /* flex: 1; */
    flex-grow: 1;
  }
}
/* END: Vertical Centering ------------------------------ */
/* START: Misc ------------------------------------------------------------------------------------ */
button,
.btn,
input,
textarea,
button:focus,
.btn:focus,
input:focus,
textarea:focus,
button:active,
.btn:active,
input:active,
textarea:active {
  outline: none !important;
}
::selection {
  background-color: rgba(0, 0, 0, 0.2);
}
::-moz-selection {
  background-color: rgba(0, 0, 0, 0.2);
}
.txt-al-c {
  text-align: center;
}
.txt-al-c-row [class*=col-] {
  text-align: center;
}
.txt-al-l {
  text-align: left;
}
.txt-al-r {
  text-align: right;
}
.txt-upp {
  text-transform: uppercase;
}
.d-in-bl {
  display: inline-block;
}
.c-white {
  color: #ffffff;
}
.c-orange-i {
  color: #f36c31 !important;
}
.sh-label-inline-nw {
  white-space: nowrap;
  display: inline-block;
}
.marg-t8 {
  margin-top: 8px;
}
.marg-t12 {
  margin-top: 12px;
}
.marg-t20 {
  margin-top: 20px;
}
.marg-t30 {
  margin-top: 30px;
}
.marg-t50 {
  margin-top: 50px;
}
.marg-b5 {
  margin-bottom: 5px;
}
.marg-b15 {
  margin-bottom: 15px;
}
.marg-b30 {
  margin-bottom: 30px;
}
.marg-tb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.marg-lr-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.marg-lr-15-t15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}
.marg-t15b7-i {
  margin-top: 15px !important;
  margin-bottom: 7px !important;
}
.marg-t20b10-i {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.sh-marg-b-0-i {
  margin-bottom: 0 !important;
}
.sh-marg-b-5-i {
  margin-bottom: 5px !important;
}
.sh-marg-b20-i {
  margin-bottom: 20px !important;
}
.sh-semibold-low-case-i {
  font-weight: 600 !important;
  text-transform: lowercase !important;
}
@media (min-width: 1200px) {
  .sh-marg-b40-minw1200-i {
    margin-bottom: 40px !important;
    -webkit-transition: all, 0.3s, ease-in-ou 1s linear;
    -moz-transition: all, 0.3s, ease-in-ou 1s linear;
    -o-transition: all, 0.3s, ease-in-ou 1s linear;
    -ms-transition: all, 0.3s, ease-in-ou 1s linear;
    transition: all, 0.3s, ease-in-ou 1s linear;
  }
}
@media (min-width: 992px) {
  .marg-l-20-minw992 {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .marg-t50-max767-i {
    margin-top: 50px !important;
  }
  .marg-tb20-maxw767 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* Fade In */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: 0.5s ease 0s normal forwards 1 fade-in;
  animation: 0.5s ease 0s normal forwards 1 fade-in;
}
/* Animation Delay */
.delay02 {
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay03 {
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.delay05 {
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay07 {
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay08 {
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay1 {
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay1-02 {
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay1-04 {
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.delay2 {
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay3 {
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.delay4 {
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.flip-hor {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.flip-ver {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.flip-hor-ver {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
/* END: Misc ------------------------------ */
/* START: Help Classes ------------------------------------------------------------------------------------ */
.row-no-col {
  padding-left: 15px;
  padding-right: 15px;
}
.row-marg-lr-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row-rootchild-marg-lr0 > .row {
  margin-left: 0;
  margin-right: 0;
}
.divider-xs,
.divider-md,
.divider-mdlg,
.divider-lg {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 5px;
  clear: both;
}
.divider-md {
  height: 15px;
}
.divider-mdlg {
  height: 20px;
}
.divider-lg {
  height: 30px;
}
@media (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*&, > [class*=col-] {
            .mx-d-flex ();

            &.col-eqh-v-order-h-center {
                -moz-box-orient: vertical;
                -webkit-box-orient: vertical;
                -webkit-flex-flow: column;
                -ms-flex-direction: column;
                flex-flow: column;
                -ms-flex-align: center;
                -webkit-align-items: center;
                -webkit-box-align: center;
                align-items: center;
                -webkit-justify-content: center;
                justify-content: center;
            }
        }
    }

    .row-eq-height-col-v-c {
        .mx-d-flex ();

        > [class*=col-] {
            .mx-d-flex ();
            -moz-box-orient: vertical;
            -webkit-box-orient: vertical;
            -webkit-flex-flow: column;
            -ms-flex-direction: column;
            flex-flow: column;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }*/
  }
  .no-wrap-minw992 {
    white-space: nowrap;
  }
}
.visible-mw991 {
  display: none;
}
.visible-maxw480 {
  display: none;
}
.visible-maxw767 {
  display: none;
}
.visible-maxw991 {
  display: none;
}
.hidden-mw991 {
  display: block;
}
@media (min-width: 992px) {
  .hidden-minw992-i {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-mw991 {
    display: none;
  }
  .hidden-maxw991-i {
    display: none !important;
  }
  .visible-mw991 {
    display: block;
  }
  .visible-mw991 .hidden-mw991 {
    display: block;
  }
  .visible-maxw991 {
    display: block;
  }
  .padd-0-maxw991 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hidden-maxw767 {
    display: none;
  }
  .visible-maxw767 {
    display: block;
  }
}
@media (max-width: 480px) {
  .visible-maxw480 {
    display: block;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .hidden-xs-landscape {
    display: none !important;
  }
}
@media (max-width: 320px) and (max-height: 480px) and (orientation: portrait) {
  .hidden-mw320-mh480-portrait {
    display: none !important;
  }
}
.pos-rel {
  position: relative;
}
.ovf-hid {
  overflow: hidden;
}
.padd-b3 {
  padding-bottom: 3px;
}
.padd-tb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padd-t50 {
  padding-top: 50px;
}
.dis-in-b {
  display: inline-block;
}
.sh-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}
.sh-single-r-img-wrap {
  margin: 10px 0;
  text-align: center;
}
.sh-single-r-img-wrap > .img-responsive {
  margin: auto;
}
.padd-r0-i {
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .padd-l0-mw992 {
    padding-left: 0;
  }
  .width-107perc-minw992 {
    width: 107%;
  }
  .padd-l25-mw992 {
    padding-left: 25px;
  }
  .padd-r30-minw992 {
    padding-right: 30px;
  }
  .padd-r40-minw992 {
    padding-right: 40px;
  }
  .padd-r140-minw992 {
    padding-right: 140px;
  }
  .padd-r50-minw992 {
    padding-right: 50px;
  }
  .padd-t30-minw992 {
    padding-top: 30px;
  }
  .padd-t50-minw992 {
    padding-top: 50px;
  }
  .padd-lr25-minw992 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sh-marg-t-100-minw992-i {
    margin-top: 100px !important;
  }
  .sh-marg-t-200-minw992-i {
    margin-top: 200px !important;
  }
  .sh-marg-t-360-minw992-i {
    margin-top: 360px !important;
  }
  .sh-marg-t-380-minw992-i {
    margin-top: 380px !important;
  }
  .sh-marg-t-400-minw992-i {
    margin-top: 400px !important;
  }
  .sh-padd-b-100-minw992-i {
    padding-bottom: 100px !important;
  }
  .sh-padd-b-200-minw992-i {
    padding-bottom: 200px !important;
  }
  .sh-padd-b-300-minw992-i {
    padding-bottom: 300px !important;
  }
  .sh-padd-b-350-minw992-i {
    padding-bottom: 350px !important;
  }
  .sh-padd-b-400-minw992-i {
    padding-bottom: 400px !important;
  }
  .sh-padd-b-420-minw992-i {
    padding-bottom: 420px !important;
  }
  .sh-padd-b-450-minw992-i {
    padding-bottom: 450px !important;
  }
  .sh-padd-b-470-minw992-i {
    padding-bottom: 470px !important;
  }
  .sh-padd-b-600-minw992-i {
    padding-bottom: 600px !important;
  }
  .sh-padd-b-620-minw992-i {
    padding-bottom: 620px !important;
  }
  .sh-padd-b-900-minw992-i {
    padding-bottom: 900px !important;
  }
  .sh-padd-b-950-minw992-i {
    padding-bottom: 950px !important;
  }
  .sh-padd-b-1100-minw992-i {
    padding-bottom: 1100px !important;
  }
  .sh-padd-l-0-minw992 {
    padding-left: 0;
  }
  .sh-padd-l-0-minw992-i {
    padding-left: 0 !important;
  }
  .col-md-60-perc {
    width: 60%;
  }
  .col-md-55-perc {
    width: 55%;
  }
  .col-md-45-perc {
    width: 45%;
  }
  .col-md-40-perc {
    width: 40%;
  }
}
/* END: Help Classes ------------------------------ */
.btn-rotate {
  line-height: 1;
  height: 50px;
  width: 50px;
  margin: 2px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 100%;
  border: 0;
  background-color: transparent;
  z-index: 2;
}
.btn-rotate .btn-close-x {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 7px;
  left: 7px;
  cursor: pointer;
}
.btn-rotate .btn-close-x::before,
.btn-rotate .btn-close-x::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 2px;
  background: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-rotate .btn-close-x::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-rotate:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-rotate:hover .btn-close-x::before,
.btn-rotate:hover .btn-close-x::after {
  background: #000;
}
/* START: Change Navbar Collapse Breakpoint -------------------------------------------------------------------- */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (min-width: 1041px) {
  .container {
    max-width: 1010px;
  }
}
@media (max-width: 1040px) {
  .container {
    width: auto;
  }
}
/* END: Change Navbar Collapse Breakpoint ------------------------------ */
/* START: GLobal ------------------------------------------------------------------------------------- */
body {
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #475666;
  line-height: 1.2;
  font-size: 16px;
  min-width: 320px;
  background: url("../images/sh-bg-support.jpg") center 0 no-repeat;
  background-size: 100% auto;
  -webkit-transition: background-position 0.3s ease-out;
  -moz-transition: background-position 0.3s ease-out;
  -o-transition: background-position 0.3s ease-out;
  -ms-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
  overflow-x: hidden;
  /*@media (max-width: 991px) {
        background-position: 36% 0;
    }*/
}
@media (max-width: 1920px) {
  body {
    background-size: auto auto;
  }
}
body .ui-loader {
  display: none;
}
body .ui-loader.ui-loader-default {
  display: none !important;
}
body.home {
  background-image: url("../images/sh-bg-home.jpg");
}
@media (max-width: 991px) {
  body.home {
    background-position: 64% 0;
  }
}
@media (max-width: 767px) {
  body.home {
    background-position: 58% 0;
  }
}
@media (max-width: 640px) {
  body.home {
    background-position: 57% 0;
  }
}
@media (max-width: 480px) {
  body.home {
    background-position: 56% 0;
  }
}
@media (max-width: 360px) {
  body.home {
    background-position: 55% 0;
  }
}
body.home .sh-home-heading > .container {
  padding: 0;
}
body.home .sh-home-heading .sh-home-slogan {
  min-height: 420px;
  margin-left: 450px;
  padding: 10px 0 30px 0;
}
body.home .sh-home-heading .sh-home-slogan h1 {
  line-height: 1;
  color: #0c2f6c;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 20px 0;
}
body.home .sh-home-heading .sh-home-slogan p {
  font-size: 26px;
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
  color: #323c47;
}
@media (max-width: 991px) {
  body.home .sh-home-heading .sh-home-slogan {
    min-height: initial;
    margin-left: 30%;
    margin-right: 5%;
    width: 65%;
  }
  body.home .sh-home-heading .sh-home-slogan h1 {
    font-size: 55px;
  }
}
@media (max-width: 640px) {
  body.home .sh-home-heading .sh-home-slogan {
    margin-left: 35%;
    margin-right: 0;
  }
  body.home .sh-home-heading .sh-home-slogan h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  body.home .sh-home-heading .sh-home-slogan {
    margin-left: 25%;
    width: 75%;
  }
  body.home .sh-home-heading .sh-home-slogan h1 {
    font-size: 44px;
  }
}
@media (max-width: 360px) {
  body.home .sh-home-heading .sh-home-slogan {
    margin-left: 20%;
    width: 80%;
  }
  body.home .sh-home-heading .sh-home-slogan h1 {
    font-size: 38px;
  }
}
body.home .sh-home-heading .sh-home-slogan.sh-txt-btn-orange p {
  font-weight: 600;
  color: #f08513;
}
body.home .sh-home-heading .sh-home-slogan.sh-txt-btn-orange .btn-blue-dark {
  background-color: #f08513;
  border-color: #e57d0f;
}
body.home .sh-home-heading .sh-home-slogan.sh-txt-btn-orange .btn-blue-dark:hover {
  background-color: #fa9428;
  border-color: #f78f20;
}
body.home .sh-home-heading .sh-home-slogan.sh-txt-btn-orange .btn-blue-dark:focus,
body.home .sh-home-heading .sh-home-slogan.sh-txt-btn-orange .btn-blue-dark:active {
  background-color: #fda13e;
  border-color: #fb9c36;
}
body.page-come-operiamo-section {
  background-image: url("../images/sh-bg-come-operiamo.jpg");
}
body.page-solutions-section {
  background-image: url("../images/sh-bg-solutions.jpg");
}
body.page-news-section {
  background-image: url("../images/sh-bg-news.jpg");
}
body.page-contattaci-section {
  background-image: url("../images/sh-bg-contattaci.jpg");
}
body.page-chi-siamo-section {
  background-image: url("../images/sh-bg-home.jpg");
}
/* START: Home Soluzioni Section ------------------------------------------------------------------------------------- */
.slider-soluzioni.carousel {
  min-height: 300px;
}
@media (min-width: 992px) {
  .slider-soluzioni.carousel {
    min-height: 400px;
  }
}
.slider-soluzioni.carousel .item {
  min-height: 300px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .slider-soluzioni.carousel .item {
    min-height: 400px;
  }
}
.slider-soluzioni.carousel .item > .container {
  padding: 0 50px 75px 50px;
  width: auto;
  position: relative;
  min-height: 300px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .slider-soluzioni.carousel .item > .container {
    padding: 10px 325px 100px 102px;
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .slider-soluzioni.carousel .item > .container {
    background-image: none !important;
    background: none !important;
  }
}
.slider-soluzioni.carousel .item > .container > h2 {
  font-size: 38px;
  color: #323c47;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
  /*margin-top: 20px;*/
  margin-top: 15px;
  text-transform: none;
}
@media (max-width: 991px) {
  .slider-soluzioni.carousel .item > .container > h2 {
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .slider-soluzioni.carousel .item > .container > h2 {
    margin-top: 10px;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .slider-soluzioni.carousel .item > .container > h2 {
    margin-top: 0;
    font-size: 26px;
  }
}
.slider-soluzioni.carousel .item > .container > p {
  font-size: 24px;
  color: #323c47;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .slider-soluzioni.carousel .item > .container > p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .slider-soluzioni.carousel .item > .container > p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .slider-soluzioni.carousel .item > .container > p {
    font-size: 18px;
  }
}
.slider-soluzioni.carousel .item > .container .btn-action {
  position: absolute;
  left: 102px;
  bottom: 45px;
  min-width: initial;
}
@media (max-width: 991px) {
  .slider-soluzioni.carousel .item > .container .btn-action {
    left: 50px;
    bottom: 30px;
  }
}
.slider-soluzioni .carousel-control {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slider-soluzioni .carousel-control.left,
.slider-soluzioni .carousel-control.right {
  background: none;
  background-color: transparent;
}
.slider-soluzioni .carousel-control .sh-arrow-left,
.slider-soluzioni .carousel-control .sh-arrow-right {
  position: absolute;
  top: 46%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #d0d7dd;
  font-size: 30px;
  text-shadow: none;
  background-color: rgba(8, 38, 97, 0.5);
}
.slider-soluzioni .carousel-control .sh-arrow-left:before,
.slider-soluzioni .carousel-control .sh-arrow-right:before {
  border: solid 2px #ffffff;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  right: 10px;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: top;
}
.slider-soluzioni .carousel-control .sh-arrow-left:hover,
.slider-soluzioni .carousel-control .sh-arrow-right:hover,
.slider-soluzioni .carousel-control .sh-arrow-left:active,
.slider-soluzioni .carousel-control .sh-arrow-right:active {
  background-color: rgba(8, 38, 97, 0.3);
}
.slider-soluzioni .carousel-control .sh-arrow-left {
  left: 4px;
}
.slider-soluzioni .carousel-control .sh-arrow-left:before {
  border-width: 0 0 2px 2px;
  right: 4px;
}
.slider-soluzioni .carousel-control .sh-arrow-right {
  right: 4px;
}
.slider-soluzioni .carousel-control:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slider-soluzioni .carousel-indicators {
  display: none;
  visibility: hidden;
}
/* END: Home Soluzioni Section -------------------------------- */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader.gif') 50% 30% no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
  /*display: none;*/
}
.loader.loader-hide-case {
  display: none;
}
.home .loader {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin-bottom: 0.7em;
  font-weight: 700;
}
h1 .low-case,
h2 .low-case,
h3 .low-case,
h4 .low-case,
h5 .low-case,
h6 .low-case {
  display: inline-block;
  text-transform: lowercase;
}
.row > h1 {
  padding-left: 15px;
  padding-right: 15px;
}
h3 {
  font-size: 30px;
}
h3.sh-p-title-blue {
  font-size: 17px;
  font-weight: 400;
  color: #008bd2;
  margin-bottom: 3px;
  line-height: 1.41;
  letter-spacing: 0;
  text-transform: none;
}
a {
  color: #008bd2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #00699f;
}
a.blue-txt-link {
  color: #008bd2;
}
a.blue-txt-link:hover,
a.blue-txt-link:focus {
  color: #0068b3;
}
a.lightblue-txt-link {
  color: #4bc0f4;
}
a.lightblue-txt-link:hover,
a.lightblue-txt-link:focus {
  color: #169ed9;
}
a.lightblue-txt-semibold-link {
  color: #4bc0f4;
  font-weight: 600;
}
a.lightblue-txt-semibold-link:hover,
a.lightblue-txt-semibold-link:focus {
  color: #169ed9;
}
a.darkblue-txt-link {
  color: #2c477e;
}
a.darkblue-txt-link:hover,
a.darkblue-txt-link:focus {
  color: #0077c8;
}
/* END: Global ------------------------------------------------- */
header {
  overflow: hidden;
}
@media (min-width: 1041px) {
  header > .container {
    padding: 0;
  }
}
header .breadcrumb {
  padding: 8px 0;
  margin-bottom: 5px;
  list-style: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #474f58;
}
body.home header .breadcrumb {
  display: none;
}
@media (max-width: 991px) {
  header .breadcrumb {
    display: none;
  }
}
header .breadcrumb a {
  color: #474f58;
}
header .breadcrumb > .active,
header .breadcrumb > .active a {
  color: #008bd2;
  font-weight: 700;
}
header .breadcrumb > li + li:before {
  content: "";
  display: inline-block;
  padding: 0;
  margin: 0 7px -2px 4px;
  height: 13px;
  width: 2px;
  background-color: #757b82;
}
/* START: Navbar ------------------------------------------------------------------------------------- */
.navbar {
  margin-bottom: 0;
}
.navbar.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
@media (min-width: 768px) {
  .navbar > .container-fluid {
    padding: 0;
  }
}
.navbar .navbar-nav {
  margin-bottom: 16px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    margin-top: 101px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav.navbar-right {
    float: none !important;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    margin-right: -30px;
  }
  body.home .navbar .navbar-nav {
    margin-right: -40px;
  }
}
.navbar .navbar-nav > li {
  border-bottom: solid 1px #e7e7e7;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > li {
    padding-right: 23px;
    border-bottom: 0;
  }
}
.navbar .navbar-nav > li > a {
  position: relative;
  padding: 0 0 3px 0;
  font-weight: 600;
  border: 0;
  color: #082661;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li > a {
    font-size: 18px;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navbar .navbar-nav > li > a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li > a:after {
    left: 52px;
    bottom: 9px;
    height: 3px;
    width: 26px;
  }
}
.navbar .navbar-nav > li > a:hover {
  color: #082661;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li > a:hover {
    color: #008bd2;
    background-color: #f6f6f6;
  }
}
.navbar .navbar-nav > li > a:hover:after {
  width: 26px;
  margin-left: -13px;
  background: #0084d3;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li > a:hover:after {
    display: none;
  }
}
.navbar .navbar-nav > li > a:focus {
  color: #082661;
}
.navbar .navbar-nav > li > a:focus:after {
  width: 26px;
  margin-left: -13px;
  background: #0084d3;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li > a:focus {
    background-color: #f6f6f6;
  }
}
.navbar .navbar-nav > li.active > a {
  color: #082661 !important;
  font-weight: 700;
  background-color: transparent !important;
}
.navbar .navbar-nav > li.active > a:hover {
  background-color: transparent;
  color: #082661;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li.active > a,
  .navbar .navbar-nav > li.active > a:hover {
    color: #082661;
    background-color: #ffffff !important;
    cursor: default;
  }
  .navbar .navbar-nav > li.active > a:after,
  .navbar .navbar-nav > li.active > a:hover:after {
    display: block;
  }
}
.navbar .navbar-nav > li.active > a:after {
  width: 26px;
  margin-left: -13px;
  background-color: #082661;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li.active > a:after {
    left: 52px;
    bottom: 9px;
    height: 3px;
    width: 26px;
  }
}
.navbar .navbar-brand {
  height: auto;
  padding: 0;
  line-height: normal;
  margin: 31px 0 31px 0;
}
@media (max-width: 640px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 80%;
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .navbar .navbar-brand {
    max-width: 75%;
    margin-top: 17px;
  }
}
@media (max-width: 480px) {
  .navbar .navbar-brand {
    max-width: 70%;
    margin-top: 14px;
  }
}
@media (max-width: 360px) {
  .navbar .navbar-brand {
    max-width: 65%;
    margin-top: 10px;
  }
}
.navbar .navbar-brand > img {
  width: 286px;
  max-width: 100%;
}
.navbar .container-fluid .navbar-brand {
  margin-left: 0;
}
@media (max-width: 991px) {
  .navbar .navbar-header {
    min-height: 150px;
  }
  .navbar .navbar-collapse {
    margin-left: -30px;
    margin-right: -30px;
    overflow-x: hidden;
  }
}
.navbar .navbar-toggle {
  border: 0 !important;
  background-color: transparent !important;
  margin-top: 40px;
  margin-right: 0;
}
@media (max-width: 480px) {
  .navbar .navbar-toggle {
    margin-top: 30px;
  }
}
@media (max-width: 360px) {
  .navbar .navbar-toggle {
    margin-top: 26px;
  }
}
.navbar .navbar-toggle .icon-bar {
  background-color: #082661;
  display: block;
  width: 60px;
  height: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 480px) {
  .navbar .navbar-toggle .icon-bar {
    height: 10px;
    width: 56px;
  }
}
.navbar .navbar-toggle .icon-bar:nth-child(3) {
  width: 50px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .navbar .navbar-toggle .icon-bar:nth-child(3) {
    width: 47px;
    margin-left: 9px;
  }
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
@media (max-width: 480px) {
  .navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }
}
.navbar .navbar-toggle:hover .icon-bar:nth-child(3),
.navbar .navbar-toggle:focus .icon-bar:nth-child(3) {
  width: 60px;
  margin-left: 0;
}
@media (max-width: 480px) {
  .navbar .navbar-toggle:hover .icon-bar:nth-child(3),
  .navbar .navbar-toggle:focus .icon-bar:nth-child(3) {
    width: 56px;
    margin-left: 0;
  }
}
.navbar .navbar-toggle:focus .icon-bar:nth-child(3) {
  background-color: #008bd2;
}
.navbar .navbar-toggle:focus.collapsed .icon-bar:nth-child(3) {
  background-color: #082661;
  width: 50px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .navbar .navbar-toggle:focus.collapsed .icon-bar:nth-child(3) {
    width: 47px;
    margin-left: 9px;
  }
}
/* END: Navbar -------------------------------------------------   */
/* START: Page Content ------------------------------------------------------------------------------------- */
.main-content .main-fluid-row {
  padding-left: 15px;
  padding-right: 15px;
}
.main-content:before {
  display: block;
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  top: 741px;
  left: 0;
  background-color: #008bd2;
  z-index: -1;
  border-top: solid 2px #ffffff;
  border-bottom: solid 29px #7fc5e8;
  box-sizing: content-box;
  /*.home & {
            top: 741px;
        }*/
}
.sh-default-page-center-container,
.sh-d-p-c-container-transparent {
  -webkit-box-shadow: 0 0 20px 0 rgba(24, 63, 82, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(24, 63, 82, 0.2);
  box-shadow: 0 0 20px 0 rgba(24, 63, 82, 0.2);
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 62px 82px;
  min-height: 700px;
  font-size: 18px;
  color: #475666;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .sh-default-page-center-container,
  .sh-d-p-c-container-transparent {
    min-height: 500px;
  }
}
.sh-soluzioni-content .sh-default-page-center-container,
.sh-soluzioni-content .sh-d-p-c-container-transparent {
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 200px;
}
.sh-default-page-center-container h1,
.sh-d-p-c-container-transparent h1 {
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #0c2f6c;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.95;
  margin: 0 0 30px -0.03em;
  letter-spacing: -0.02em;
  /*@media (max-width: 991px) {
            font-size: 56px;
        }

        @media (max-width: 767px) {
            font-size: 52px;
        }

        @media (max-width: 640px) {
            font-size: 48px;
        }

        @media (max-width: 480px) {
            font-size: 44px;
        }

        @media (max-width: 360px) {
            font-size: 38px;
        }*/
}
@media (max-width: 991px) {
  .sh-default-page-center-container h1,
  .sh-d-p-c-container-transparent h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .sh-default-page-center-container h1,
  .sh-d-p-c-container-transparent h1 {
    font-size: 52px;
  }
}
@media (max-width: 640px) {
  .sh-default-page-center-container h1,
  .sh-d-p-c-container-transparent h1 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .sh-default-page-center-container h1,
  .sh-d-p-c-container-transparent h1 {
    font-size: 44px;
  }
}
@media (max-width: 360px) {
  .sh-default-page-center-container h1,
  .sh-d-p-c-container-transparent h1 {
    font-size: 38px;
  }
}
.sh-default-page-center-container h1.sh-center-title-with-icon,
.sh-d-p-c-container-transparent h1.sh-center-title-with-icon {
  text-align: center;
  color: #323c47;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
}
.sh-filiali-home-section .sh-default-page-center-container h1.sh-center-title-with-icon,
.sh-filiali-home-section .sh-d-p-c-container-transparent h1.sh-center-title-with-icon,
.sh-dove-siamo-content .sh-default-page-center-container h1.sh-center-title-with-icon,
.sh-dove-siamo-content .sh-d-p-c-container-transparent h1.sh-center-title-with-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.sh-filiali-home-section .sh-default-page-center-container h1.sh-center-title-with-icon,
.sh-filiali-home-section .sh-d-p-c-container-transparent h1.sh-center-title-with-icon {
  margin-top: 25px;
}
.sh-dove-siamo-content .sh-default-page-center-container h1.sh-center-title-with-icon,
.sh-dove-siamo-content .sh-d-p-c-container-transparent h1.sh-center-title-with-icon {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .sh-dove-siamo-content .sh-default-page-center-container h1.sh-center-title-with-icon,
  .sh-dove-siamo-content .sh-d-p-c-container-transparent h1.sh-center-title-with-icon {
    margin-top: -20px;
    margin-bottom: -10px;
  }
}
@media (max-width: 480px) {
  .sh-dove-siamo-content .sh-default-page-center-container h1.sh-center-title-with-icon,
  .sh-dove-siamo-content .sh-d-p-c-container-transparent h1.sh-center-title-with-icon {
    margin-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .sh-dove-siamo-content .sh-default-page-center-container h1.sh-center-title-with-icon,
  .sh-dove-siamo-content .sh-d-p-c-container-transparent h1.sh-center-title-with-icon {
    margin-top: -5px;
    margin-bottom: 30px;
  }
}
.sh-default-page-center-container h1.sh-center-title-with-icon .sh-txt,
.sh-d-p-c-container-transparent h1.sh-center-title-with-icon .sh-txt {
  display: block;
  margin: 14px 0 0 0;
}
.sh-default-page-center-container .force-word-wrap,
.sh-d-p-c-container-transparent .force-word-wrap {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 991px) {
  .sh-default-page-center-container .sh-news-single h1,
  .sh-d-p-c-container-transparent .sh-news-single h1 {
    font-size: 56px !important;
    line-height: 1.1 !important;
  }
}
@media (max-width: 767px) {
  .sh-default-page-center-container .sh-news-single h1,
  .sh-d-p-c-container-transparent .sh-news-single h1 {
    font-size: 52px !important;
  }
}
@media (max-width: 640px) {
  .sh-default-page-center-container .sh-news-single h1,
  .sh-d-p-c-container-transparent .sh-news-single h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 480px) {
  .sh-default-page-center-container .sh-news-single h1,
  .sh-d-p-c-container-transparent .sh-news-single h1 {
    font-size: 44px !important;
  }
}
@media (max-width: 360px) {
  .sh-default-page-center-container .sh-news-single h1,
  .sh-d-p-c-container-transparent .sh-news-single h1 {
    font-size: 38px !important;
  }
}
.sh-default-page-center-container .sh-invia-cv-tab h1,
.sh-d-p-c-container-transparent .sh-invia-cv-tab h1 {
  margin-bottom: 15px;
}
.sh-default-page-center-container > .row > [class^="col-"] > h2,
.sh-d-p-c-container-transparent > .row > [class^="col-"] > h2 {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: 38px;
  color: #082661;
  margin-top: 5px;
}
.sh-formazione-home-section .sh-default-page-center-container > .row > [class^="col-"] > h2,
.sh-formazione-home-section .sh-d-p-c-container-transparent > .row > [class^="col-"] > h2,
.sh-partners-home-section .sh-default-page-center-container > .row > [class^="col-"] > h2,
.sh-partners-home-section .sh-d-p-c-container-transparent > .row > [class^="col-"] > h2 {
  text-transform: none;
}
.sh-default-page-center-container p,
.sh-d-p-c-container-transparent p {
  margin-bottom: 20px;
}
.sh-default-page-center-container p.sh-blue-subtitle-normal,
.sh-d-p-c-container-transparent p.sh-blue-subtitle-normal {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .sh-default-page-center-container p.sh-blue-subtitle-normal,
  .sh-d-p-c-container-transparent p.sh-blue-subtitle-normal {
    margin-bottom: 30px;
  }
}
.sh-default-page-center-container.sh-line-h-md p,
.sh-d-p-c-container-transparent.sh-line-h-md p,
.sh-default-page-center-container .sh-line-h-md p,
.sh-d-p-c-container-transparent .sh-line-h-md p {
  line-height: 1.4;
}
.sh-default-page-center-container.sh-line-h-sm p,
.sh-d-p-c-container-transparent.sh-line-h-sm p,
.sh-default-page-center-container .sh-line-h-sm p,
.sh-d-p-c-container-transparent .sh-line-h-sm p {
  line-height: 1.2;
}
.sh-default-page-center-container.sh-line-h-xs p,
.sh-d-p-c-container-transparent.sh-line-h-xs p,
.sh-default-page-center-container .sh-line-h-xs p,
.sh-d-p-c-container-transparent .sh-line-h-xs p {
  line-height: 1;
}
.sh-default-page-center-container.sh-minh500,
.sh-d-p-c-container-transparent.sh-minh500 {
  min-height: 500px;
}
.sh-default-page-center-container.sh-minh600,
.sh-d-p-c-container-transparent.sh-minh600 {
  min-height: 600px;
}
.sh-default-page-center-container.sh-minh850,
.sh-d-p-c-container-transparent.sh-minh850 {
  min-height: 850px;
}
@media (min-width: 992px) {
  .sh-calcola-previdenza-content .sh-default-page-center-container,
  .sh-calcola-previdenza-content .sh-d-p-c-container-transparent {
    padding-right: 40px;
  }
  .sh-default-page-center-container.sh-minh700-minw992,
  .sh-d-p-c-container-transparent.sh-minh700-minw992 {
    min-height: 700px;
  }
}
@media (max-width: 991px) {
  .sh-default-page-center-container,
  .sh-d-p-c-container-transparent {
    padding: 20px;
  }
  .sh-soluzioni-content .sh-default-page-center-container,
  .sh-soluzioni-content .sh-d-p-c-container-transparent {
    padding: 0;
  }
  .sh-default-page-center-container.sh-minh850,
  .sh-d-p-c-container-transparent.sh-minh850 {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .sh-default-page-center-container.sh-minh850,
  .sh-d-p-c-container-transparent.sh-minh850 {
    min-height: 700px;
  }
}
/**umb_name:BlueDotList*/
.sh-ul-dots {
  margin: 10px 0 20px 0;
  padding: 0 20px 0 0;
}
.sh-ul-dots > li {
  display: block;
  padding-left: 35px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.4;
}
.sh-fw-600.sh-ul-dots > li {
  font-weight: 600;
}
.sh-ul-dots > li:before {
  display: block;
  content: "";
  position: absolute;
  left: 1px;
  top: 12px;
  height: 5px;
  width: 5px;
  background-color: #008bd2;
}
@media (max-width: 767px) {
  .sh-area-with-icon .sh-ul-dots > li > a {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.sh-ul-type-a {
  margin: 10px 0 20px 0;
  padding: 0 20px;
  counter-reset: listStyle;
}
.sh-ul-type-a > li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.4;
  counter-increment: listStyle;
  list-style-type: none;
}
.sh-ul-type-a > li:before {
  color: #008bd2;
  content: counter(listStyle, lower-alpha) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}
.sh-fw-600.sh-ul-type-a > li {
  font-weight: 600;
}
.sh-ul-type-1 {
  margin: 10px 0 20px 0;
  padding: 0 20px;
  counter-reset: listStyle;
}
.sh-ul-type-1 > li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.4;
  counter-increment: listStyle;
  list-style-type: none;
}
.sh-ul-type-1 > li:before {
  color: #008bd2;
  content: counter(listStyle, decimal) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}
.sh-type-fw-600.sh-ul-type-1 > li:before {
  font-weight: 600;
}
.sh-fw-600.sh-ul-type-1 > li {
  font-weight: 600;
}
.sh-d-p-c-container-transparent {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
  padding: 0 15px;
  padding: 0;
  min-height: 200px;
}
.nav-tabs {
  border: 0;
  display: block;
  letter-spacing: -0.02em;
}
.sh-tabs-soluzioni .nav-tabs {
  background-color: #b5cfe3;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-bottom: solid 1px #d4d4d4;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
@media (max-width: 991px) {
  .nav-tabs {
    overflow-x: scroll;
    position: relative;
    bottom: -17px;
  }
  .sh-tabs-soluzioni .nav-tabs {
    overflow: hidden;
    bottom: auto;
  }
  .sh-vertical-tabs .nav-tabs {
    overflow: initial;
    bottom: auto;
  }
}
@media (max-width: 991px) {
  .nav-tabs > li {
    display: table-cell;
    width: 1%;
    float: none;
    white-space: nowrap;
  }
}
.sh-vertical-tabs .nav-tabs > li {
  display: block;
  width: auto;
  margin-bottom: 1px;
  float: none;
}
.sh-tabs-full-w .nav-tabs > li {
  display: table-cell;
  width: 1%;
  float: none;
  white-space: nowrap;
}
.nav-tabs > li > a {
  margin-right: 0;
  border: 0 !important;
  color: #474f58;
  font-weight: 600;
  font-size: 16px;
  min-width: 126px;
  display: block;
  text-align: center;
  padding: 13px 20px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .sh-tabs-normal .nav-tabs > li > a {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.sh-vertical-tabs .nav-tabs > li > a {
  display: inline-block;
  border: solid 1px transparent !important;
  padding: 10px 13px 10px 11px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  color: #989898;
  min-width: initial;
  text-align: left;
}
.sh-tabs-soluzioni .nav-tabs > li > a {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
.sh-tabs-soluzioni .nav-tabs > li > a > .sh-txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .sh-tabs-soluzioni .nav-tabs > li > a > .sh-txt {
    display: block;
  }
}
.sh-tabs-soluzioni .nav-tabs > li > a > .sh-txt > span {
  display: block;
}
.sh-tabs-soluzioni .nav-tabs > li > a {
  height: 77px;
  line-height: 51px;
}
@media (max-width: 991px) {
  .nav-tabs > li > a {
    min-width: initial;
    padding: 13px 20px;
  }
  .sh-tabs-soluzioni .nav-tabs > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
}
.sh-vertical-tabs .nav-tabs > li > a:hover,
.sh-vertical-tabs .nav-tabs > li > a:focus {
  color: #3893bd;
}
.sh-vertical-tabs .nav-tabs > li > a:focus {
  background-color: #fafbfc;
  border: solid 1px #e9eff4 !important;
  color: #3893bd;
}
.nav-tabs > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #4bc0f4;
  left: 50%;
  right: auto;
  width: 0;
  margin-left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sh-tabs-soluzioni .nav-tabs > li > a:after,
.sh-vertical-tabs .nav-tabs > li > a:after {
  display: none;
}
@media (max-width: 991px) {
  .nav-tabs > li > a:after {
    width: 0;
    margin-left: 0;
    bottom: 2px;
  }
}
.sh-sc-persona .nav-tabs > li.active > a,
.sh-sc-azienda .nav-tabs > li.active > a {
  cursor: pointer;
}
.nav-tabs > li.active > a:after {
  width: 34%;
  margin-left: -17%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 991px) {
  .nav-tabs > li.active > a:after {
    width: 28%;
    margin-left: -14%;
  }
}
.sh-vertical-tabs .nav-tabs > li.active > a,
.sh-vertical-tabs .nav-tabs > li.active > a:hover,
.sh-vertical-tabs .nav-tabs > li.active > a:focus,
.sh-vertical-tabs .nav-tabs > li.active > a:active {
  background-color: #fafbfc;
  border: solid 1px #e9eff4 !important;
  color: #3893bd;
  cursor: default;
}
.sh-filiali-home-section .sh-vertical-tabs .nav-tabs > li.active > a,
.sh-filiali-home-section .sh-vertical-tabs .nav-tabs > li.active > a:hover,
.sh-filiali-home-section .sh-vertical-tabs .nav-tabs > li.active > a:focus,
.sh-filiali-home-section .sh-vertical-tabs .nav-tabs > li.active > a:active {
  background-color: #f2f9fd;
  border-color: #f2f9fd !important;
}
.sh-tabs-soluzioni .nav-tabs > li {
  display: inline-block;
  width: 300px;
  float: left;
  white-space: nowrap;
  background-color: #c7e1f0;
  /*.transition(background-color,0.3s,ease-out);*/
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.sh-tabs-soluzioni .nav-tabs > li:hover {
  background-color: #d1eeff;
}
.sh-tabs-soluzioni .nav-tabs > li .tab-title-active,
.sh-tabs-soluzioni .nav-tabs > li .tab-title {
  color: #2c477e;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 767px) and (min-width: 641px) {
  .sh-tabs-soluzioni .nav-tabs > li .tab-title-active,
  .sh-tabs-soluzioni .nav-tabs > li .tab-title {
    font-size: 20px;
  }
}
.sh-tabs-soluzioni .nav-tabs > li .tab-subtitle {
  display: block;
  color: #4da1ff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0;
  margin-top: -1px;
  text-align: center;
  text-transform: none;
}
@media (max-width: 767px) and (min-width: 641px) {
  .sh-tabs-soluzioni .nav-tabs > li .tab-subtitle {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .sh-tabs-soluzioni .nav-tabs > li {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
@media (max-width: 767px) {
  .sh-tabs-soluzioni .nav-tabs > li {
    display: table-cell;
    width: 1%;
    float: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
@media (max-width: 480px) {
  .sh-tabs-soluzioni .nav-tabs > li {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
.sh-tabs-soluzioni .nav-tabs > li.sh-persona-tab {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  -webkit-box-shadow: inset -3px -3px 3px 0 rgba(44, 71, 126, 0.12);
  -moz-box-shadow: inset -3px -3px 3px 0 rgba(44, 71, 126, 0.12);
  box-shadow: inset -3px -3px 3px 0 rgba(44, 71, 126, 0.12);
}
@media (min-width: 992px) {
  body.home .sh-tabs-soluzioni .nav-tabs > li.sh-persona-tab > a {
    text-align: left;
  }
}
.sh-tabs-soluzioni .nav-tabs > li.sh-persona-tab .box-icon-48 {
  background-image: url("../images/sh-icon-persona-darkblue-48.png");
}
@media (min-width: 641px) {
  .sh-tabs-soluzioni .nav-tabs > li.sh-persona-tab .box-icon-48 {
    margin-right: 4px;
  }
}
@media (min-width: 992px) {
  body.home .sh-tabs-soluzioni .nav-tabs > li.sh-persona-tab .box-icon-48 {
    margin-left: 39px;
    margin-right: 14px;
  }
}
.sh-tabs-soluzioni .nav-tabs > li.sh-azienda-tab {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  -webkit-box-shadow: inset 3px -3px 3px 0 rgba(44, 71, 126, 0.12);
  -moz-box-shadow: inset 3px -3px 3px 0 rgba(44, 71, 126, 0.12);
  box-shadow: inset 3px -3px 3px 0 rgba(44, 71, 126, 0.12);
}
.sh-tabs-soluzioni .nav-tabs > li.sh-azienda-tab .box-icon-48 {
  background-image: url("../images/sh-icon-azienda-darkblue-48.png");
}
@media (min-width: 641px) {
  .sh-tabs-soluzioni .nav-tabs > li.sh-azienda-tab .box-icon-48 {
    margin-right: 8px;
  }
}
@media (max-width: 640px) {
  .sh-tabs-soluzioni .nav-tabs > li > a {
    line-height: normal;
    outline: 0 !important;
  }
  .sh-tabs-soluzioni .nav-tabs > li > a > .box-icon-48 {
    margin-top: -5px;
  }
}
.sh-tabs-soluzioni .nav-tabs > li > a > .sh-txt > span.tab-title-active {
  display: none;
}
@media (max-width: 640px) {
  .sh-tabs-soluzioni .nav-tabs > li > a > .sh-txt > span.tab-title-active,
  .sh-tabs-soluzioni .nav-tabs > li > a > .sh-txt > span.tab-subtitle {
    display: none;
  }
  .sh-tabs-soluzioni .nav-tabs > li > a > .sh-txt > span.tab-title {
    display: block;
    font-size: 14px;
    margin-top: -2px;
  }
}
.sh-tabs-soluzioni .nav-tabs > li.active {
  width: calc(100% - 300px);
  background-color: #ffffff;
  border: solid 1px #d4d4d4;
  border-bottom: 0;
}
.sh-tabs-soluzioni .nav-tabs > li.active.sh-azienda-tab,
.sh-tabs-soluzioni .nav-tabs > li.active.sh-persona-tab {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sh-tabs-soluzioni .nav-tabs > li.active.sh-persona-tab {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sh-tabs-soluzioni .nav-tabs > li.active.sh-persona-tab .box-icon-48 {
  background-image: url("../images/sh-icon-persona-blue-48.png");
}
.sh-tabs-soluzioni .nav-tabs > li.active.sh-azienda-tab {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sh-tabs-soluzioni .nav-tabs > li.active.sh-azienda-tab .box-icon-48 {
  background-image: url("../images/sh-icon-azienda-blue-48.png");
}
@media (max-width: 767px) {
  .sh-tabs-soluzioni .nav-tabs > li.active {
    display: table-cell;
    width: 1%;
    float: none;
  }
}
@media (max-width: 480px) {
  .sh-tabs-soluzioni .nav-tabs > li.active {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
@media (min-width: 641px) {
  .sh-tabs-soluzioni .nav-tabs > li.active > a {
    text-align: left;
  }
  .sh-tabs-soluzioni .nav-tabs > li.active > a .box-icon-48 {
    margin-left: 60px;
  }
  body.home .sh-tabs-soluzioni .nav-tabs > li.active > a .box-icon-48 {
    margin-left: 39px;
    margin-right: 15px;
  }
  .sh-tabs-soluzioni .nav-tabs > li.active > a:focus,
  .sh-tabs-soluzioni .nav-tabs > li.active > a:hover {
    outline: 0 !important;
  }
}
@media (min-width: 641px) {
  .sh-tabs-soluzioni .nav-tabs > li.active > a > .sh-txt > span.tab-title-active {
    display: block;
  }
  .sh-tabs-soluzioni .nav-tabs > li.active > a > .sh-txt > span.tab-title {
    display: none;
  }
}
.sh-tabs-soluzioni .nav-tabs > li.active > a > .sh-txt > span.tab-subtitle {
  display: none;
}
.tab-pane {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.sh-default-page-center-container .tab-pane {
  padding-top: 35px;
}
@media (max-width: 991px) {
  .sh-default-page-center-container .tab-pane {
    padding-top: 20px;
  }
}
.sh-tabs-nav-holder {
  margin: 0 -20px;
  position: relative;
  top: -35px;
}
.sh-filiali-home-section .sh-tabs-nav-holder.sh-vertical-tabs > p,
.sh-dove-siamo-content .sh-tabs-nav-holder.sh-vertical-tabs > p {
  display: block;
  color: #989898;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px !important;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-filiali-home-section .sh-tabs-nav-holder.sh-vertical-tabs > p {
    padding-left: 20px;
  }
  .sh-filiali-home-section .sh-tabs-nav-holder.sh-vertical-tabs .nav-tabs {
    padding-left: 20px;
  }
}
.sh-tabs-soluzioni .sh-tabs-nav-holder {
  margin: 0;
  height: 77px;
  top: auto;
}
@media (min-width: 992px) {
  .sh-tabs-nav-holder {
    margin: 0 -82px;
  }
  .sh-tabs-nav-holder.sh-tabs-left {
    margin: 0 0 0 -82px;
  }
  .sh-lavora-con-noi-content .sh-tabs-nav-holder.sh-tabs-left {
    margin: 0 0 0 -20px;
  }
}
@media (max-width: 991px) {
  .sh-tabs-nav-holder {
    overflow: hidden;
    height: 64px;
  }
  .sh-vertical-tabs.sh-tabs-nav-holder {
    overflow: initial;
    height: auto;
  }
  .sh-tabs-soluzioni .sh-tabs-nav-holder {
    height: 77px;
    top: auto;
  }
  .sh-tabs-nav-holder:before,
  .sh-tabs-nav-holder:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    height: 48px;
    width: 20px;
    z-index: 65;
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  }
  .sh-tabs-soluzioni .sh-tabs-nav-holder:before,
  .sh-tabs-soluzioni .sh-tabs-nav-holder:after,
  .sh-vertical-tabs.sh-tabs-nav-holder:before,
  .sh-vertical-tabs.sh-tabs-nav-holder:after {
    display: none;
  }
  .sh-tabs-nav-holder:after {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  }
  .sh-tabs-soluzioni .sh-tabs-nav-holder:after,
  .sh-vertical-tabs.sh-tabs-nav-holder:after {
    display: none;
  }
}
.sh-vertical-tabs.sh-tabs-nav-holder {
  margin: 0;
  top: auto;
}
.tab-content {
  margin-top: -35px;
}
.sh-tabs-full-w .tab-content,
.sh-tabs-normal .tab-content {
  padding: 0;
  margin: -35px -82px -62px -82px;
}
@media (max-width: 991px) {
  .sh-tabs-full-w .tab-content,
  .sh-tabs-normal .tab-content {
    padding: 0;
    margin: -35px -20px -20px -20px;
  }
}
.sh-tabs-soluzioni .tab-content {
  margin: 0;
  position: relative;
  top: auto;
  border: solid 1px #d4d4d4;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 991px) {
  .sh-tabs-soluzioni .tab-content {
    top: auto;
    margin-top: auto;
  }
}
body.home .sh-tabs-soluzioni .tab-content {
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
}
.sh-tabs-full-w .tab-content .tab-pane,
.sh-tabs-normal .tab-content .tab-pane {
  padding: 35px 82px 62px 82px;
}
@media (max-width: 991px) {
  .sh-tabs-full-w .tab-content .tab-pane,
  .sh-tabs-normal .tab-content .tab-pane {
    padding: 20px 20px 20px 20px;
  }
}
.sh-tabs-soluzioni .tab-content .tab-pane {
  padding: 40px 82px 62px 82px;
}
body.home .sh-tabs-soluzioni .tab-content .tab-pane {
  padding: 0;
}
@media (max-width: 991px) {
  .sh-tabs-soluzioni .tab-content .tab-pane {
    padding: 20px;
  }
  body.home .sh-tabs-soluzioni .tab-content .tab-pane {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 992px) {
  .sh-privata-previdenza .tab-content .tab-pane {
    padding: 40px 72px 62px 82px;
  }
}
@media (min-width: 992px) {
  .sh-tab-page-lb-chi-siamo {
    background: url("../images/sh-pages-bg-lb-chi-siamo.jpg") left bottom no-repeat;
  }
  .sh-tab-page-lb-mission {
    background: url("../images/sh-pages-bg-lb-chi-siamo.jpg") left bottom no-repeat;
  }
  .sh-tab-page-rb-management {
    background: url("../images/sh-pages-bg-rb-management.jpg") right bottom no-repeat;
  }
  .sh-tab-page-rb-struttura-societaria {
    background: url("../images/sh-pages-bg-rb-struttura-societaria.jpg") right bottom no-repeat;
  }
  .sh-tab-page-rb-formazione {
    background: url("../images/sh-pages-bg-rb-formazione-new.jpg") right bottom no-repeat;
  }
  .sh-tab-page-rb-metodologia {
    background: url("../images/sh-pages-bg-rb-formazione-new.jpg") right bottom no-repeat;
  }
  .sh-page-lb-scrivici {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url("../images/sh-pages-bg-lb-scrivici.jpg");
  }
}
.sh-blue-subtitle-normal {
  font-size: 24px;
  font-weight: normal;
  color: #4da1ff;
  color: #008bd2;
  letter-spacing: -0.04em;
  line-height: 1.55;
  margin-bottom: 30px;
}
.page-contattaci-section .sh-blue-subtitle-normal {
  margin-bottom: 50px;
}
.sh-prodotti-info-text {
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .sh-blue-subtitle-normal {
    margin-bottom: 0;
  }
  .sh-tab-page-content .sh-blue-subtitle-normal {
    margin-bottom: 15px;
  }
}
.sh-blue-subtitle-normal a.sh-emph-txt-fw600 {
  color: #4da1ff;
  display: inline-block;
  padding: 0 4px 0 1px;
  font-weight: 600;
}
.sh-blue-subtitle-normal a.sh-emph-txt-fw600:hover {
  color: #2e84e5;
}
.sh-prodotti-row {
  margin-top: 30px;
}
.sh-prodotti-row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.sh-soluzioni-box {
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(24, 63, 82, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(24, 63, 82, 0.2);
  box-shadow: 0 0 10px 0 rgba(24, 63, 82, 0.2);
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .sh-soluzioni-box {
    background-image: none !important;
  }
}
.sh-soluzioni-box .box-icon-64 {
  margin: 0 0 5px -9px;
}
.sh-soluzioni-box .panel-body {
  padding: 20px 30px 10px 30px;
  height: 256px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sh-soluzioni-box .panel-body {
    height: auto;
    min-height: 256px;
    padding: 15px 30px 20px 30px;
  }
}
.sh-soluzioni-box h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 7px 0;
  font-weight: 700;
  color: #082661;
}
.sh-soluzioni-box p {
  color: #989898;
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .sh-soluzioni-box p {
    max-width: 75%;
    margin-right: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-soluzioni-box p {
    max-width: 85%;
    margin-right: -10%;
  }
}
.sh-soluzioni-box .btn-soluzioni,
.sh-soluzioni-box .btn-soluzioni.btn {
  font-size: 16px;
  width: 60%;
  min-width: 216px;
  padding: 4px 7px 6px 7px;
  text-transform: none;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .sh-soluzioni-box .btn-soluzioni,
  .sh-soluzioni-box .btn-soluzioni.btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sh-soluzioni-box {
    background: url("../images/sh-investimento-small-bg.jpg") #ffffff bottom right no-repeat;
  }
  .sh-soluzioni-box.sh-prodotti-investimento {
    background-image: url("../images/sh-investimento-small-bg.jpg");
  }
  .sh-soluzioni-box.sh-prodotti-welfare {
    background-image: url("../images/sh-prodotti-welfare-small-bg.jpg");
  }
  .sh-soluzioni-box.sh-prodotti-tutela {
    background-image: url("../images/sh-prodotti-tutela-small-bg.jpg");
  }
  .sh-soluzioni-box.sh-prodotti-previdenza {
    background-image: url("../images/sh-previdenza-small-bg.jpg");
  }
  .sh-soluzioni-box.sh-prodotti-risparmio {
    background-image: url("../images/sh-risparmio-small-bg.jpg");
  }
  .sh-soluzioni-box.sh-prodotti-protetti {
    background-image: url("../images/sh-protetti-small-bg.jpg");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sh-soluzioni-box {
    background-size: 110px auto;
  }
}
/* START: Buttons ---------------------------------------------- */
.btn {
  line-height: 17px;
  font-size: 14px;
  padding: 15px 28px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sh-form-container .btn {
  padding: 9px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-orange {
  min-width: 180px;
  background-color: #f08513;
  border-color: #e57d0f;
  color: #ffffff;
}
.sh-form-container .btn.btn-orange {
  min-width: 134px;
}
.btn.btn-orange:hover {
  background-color: #fa9428;
  border-color: #f78f20;
}
.btn.btn-orange:focus,
.btn.btn-orange:active {
  background-color: #fda13e;
  border-color: #fb9c36;
}
.btn.btn-blue {
  background-color: #4da1ff;
  border-color: #3e99ff;
  color: #ffffff;
}
body.home .btn.btn-blue {
  min-width: 180px;
}
.btn.btn-blue:hover {
  background-color: #3394ff;
  border-color: #248bff;
}
.btn.btn-blue:focus,
.btn.btn-blue:active {
  background-color: #1a86ff;
  border-color: #0b7eff;
}
.btn.btn-sh-blue {
  background-color: #008bd2;
  border-color: #0081c3;
  color: #ffffff;
}
body.home .btn.btn-sh-blue {
  min-width: 180px;
}
.btn.btn-sh-blue:hover {
  background-color: #007ab9;
  border-color: #0070a9;
}
.btn.btn-sh-blue:focus,
.btn.btn-sh-blue:active {
  background-color: #00699f;
  border-color: #005f90;
}
.btn.btn-blue-dark {
  background-color: #0e2f71;
  border-color: #0c2963;
  color: #ffffff;
}
.sh-home-heading .btn.btn-blue-dark {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 15px;
  letter-spacing: 0.02em;
}
.btn.btn-blue-dark:hover {
  background-color: #1141a1;
  border-color: #123e96;
}
.btn.btn-blue-dark:focus,
.btn.btn-blue-dark:active {
  background-color: #1049bb;
  border-color: #1146b0;
}
.btn.btn-blue-dark-sm {
  background-color: #0e2f71;
  border-color: #0c2963;
  color: #ffffff;
}
.sh-news-slider .btn.btn-blue-dark-sm,
.sh-filiali-home-section .btn.btn-blue-dark-sm,
.sh-dove-siamo-content .btn.btn-blue-dark-sm {
  min-width: 96px;
  padding: 7px 30px;
  line-height: 1.5;
}
.sh-filiali-home-section .btn.btn-blue-dark-sm,
.sh-dove-siamo-content .btn.btn-blue-dark-sm {
  padding: 7px 20px;
}
.btn.btn-blue-dark-sm:hover {
  background-color: #1141a1;
  border-color: #123e96;
}
.btn.btn-blue-dark-sm:focus,
.btn.btn-blue-dark-sm:active {
  background-color: #1049bb;
  border-color: #1146b0;
}
.btn.btn-blue-washed {
  background-color: #0078bd;
  border-color: #006eae;
  color: #ffffff;
}
.sh-news-slider .btn.btn-blue-washed {
  min-width: 198px;
  padding: 18px 28px;
}
.btn.btn-blue-washed:hover {
  background-color: #0068a4;
  border-color: #005e94;
}
.btn.btn-blue-washed:focus,
.btn.btn-blue-washed:active {
  background-color: #00588a;
  border-color: #004e7b;
}
.sh-btn-container {
  margin: 20px 0 10px 0;
}
.sh-btn-container.form-group {
  margin-bottom: 10px;
}
.sh-form-container .sh-btn-container.form-group {
  margin-bottom: 0;
}
@media (max-width: 390px) {
  .sh-dove-siamo-content .sh-form-container .sh-btn-container .btn {
    width: 100%;
  }
}
.sh-dove-siamo-content .sh-form-container .sh-btn-container .btn.btn-form-indietro {
  float: left;
}
@media (max-width: 390px) {
  .sh-dove-siamo-content .sh-form-container .sh-btn-container .btn.btn-form-indietro {
    float: none;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .sh-form-container .sh-btn-container .btn.btn-form-indietro {
    display: none;
  }
}
/* END: Buttons ---------------------------------------- */
.col-round-bordered {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cdd8db;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sh-two-col-mid-space-xs {
  margin: 10px 0 0 0;
}
.sh-two-col-mid-space-xs > .col-md-6 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .sh-two-col-mid-space-xs > .col-md-6 {
    width: 48.1%;
  }
  .sh-two-col-mid-space-xs > .col-md-6:last-of-type {
    margin-left: 3.8%;
  }
}
.box-icon-48 {
  display: inline-block;
  height: 48px;
  width: 48px;
  background: url("../images/sh-icon-persona-blue-48.png") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.box-icon-48.persona-blue {
  background-image: url("../images/sh-icon-persona-blue-48.png");
}
.box-icon-48.persona-darkblue {
  background-image: url("../images/sh-icon-persona-darkblue-48.png");
}
.box-icon-48.azienda-blue {
  background-image: url("../images/sh-icon-azienda-blue-48.png");
}
.box-icon-48.azienda-darkblue {
  background-image: url("../images/sh-icon-azienda-darkblue-48.png");
}
.box-icon-64 {
  display: inline-block;
  height: 64px;
  width: 64px;
  background: url("../images/sh-icon-persona-blue-48.png") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.box-icon-64.investimento {
  background-image: url("../images/sh-icon-investimento-64.png");
}
.box-icon-64.previdenza {
  background-image: url("../images/sh-icon-previdenza-64.png");
}
.box-icon-64.risparmio {
  background-image: url("../images/sh-icon-risparmio-64.png");
}
.box-icon-64.protetti {
  background-image: url("../images/sh-icon-protetti-64.png");
}
.box-icon-64.lovation-filiali {
  background-image: url("../images/sh-icon-lovation-filiali.png");
}
.box-icon-24 {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  background: url("../images/sh-ico-news-24.png") left center no-repeat;
}
.box-icon-24.sh-ico-iscriviti {
  background-image: url("../images/sh-ico-iscriviti-24.png");
}
.box-icon-24.sh-ico-news {
  background-image: url("../images/sh-ico-news-24.png");
}
.sh-side-box-holder {
  padding-top: 50px;
}
.sh-chi-siamo-content .sh-side-box-holder,
.sh-come-operiamo-content .sh-side-box-holder,
.sh-esg-content .sh-side-box-holder,
.sh-side-box-holder.sh-sbh-padd-t0 {
  padding-top: 0;
}
.sh-side-box-holder.sh-sbh-padd-t10 {
  padding-top: 10px;
}
.sh-bottom-box-holder {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .visible-mw991 .sh-side-box-holder {
    padding-top: 30px;
  }
  .sh-formazione-home-section .visible-mw991 .sh-side-box-holder {
    padding-top: 25px;
    margin-bottom: -5px;
  }
}
@media (max-width: 640px) {
  .sh-formazione-home-section .visible-mw991 .sh-side-box-holder,
  .sh-partners-home-section .visible-mw991 .sh-side-box-holder {
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .sh-formazione-home-section .visible-mw991 .sh-side-box-holder,
  .sh-partners-home-section .visible-mw991 .sh-side-box-holder {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .sh-formazione-home-section .visible-mw991 .sh-side-box-holder,
  .sh-partners-home-section .visible-mw991 .sh-side-box-holder {
    margin-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .sh-formazione-home-section .visible-mw991 .sh-side-box-holder,
  .sh-partners-home-section .visible-mw991 .sh-side-box-holder {
    margin-bottom: 40px;
  }
}
.sh-side-box {
  text-align: center;
  padding: 20px 30px 25px 30px;
  border: solid 1px #d0d7dd;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  margin-bottom: 22px;
  margin-left: -5px;
  margin-right: -5px;
  /*exp*/
  max-width: 244px;
  margin-left: auto;
  margin-right: auto;
  /*.sh-privata-previdenza .sh-col-right-side & {
        max-width: 272px;
        margin-left: auto;
        margin-right: auto;
    }*/
}
@media (max-width: 991px) {
  .sh-side-box {
    max-width: 272px;
    margin: 0 auto 22px auto;
  }
}
.sh-side-box .panel-body {
  padding: 0;
}
.sh-side-box .box-icon {
  display: inline-block;
  max-width: 64px;
  margin: 0 auto;
}
.sh-side-box .box-icon.box-icon-w100 {
  max-width: 100px;
}
.sh-side-box .box-icon.box-icon-w88 {
  max-width: 88px;
}
.sh-side-box .box-icon.box-icon-w72 {
  max-width: 72px;
}
.sh-side-box .box-icon.box-icon-w64 {
  max-width: 64px;
}
.sh-side-box .box-icon img {
  max-width: 100%;
}
.sh-side-box h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #323c47;
  display: block;
  text-transform: none;
  /*update*/
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 10px;
}
.sh-side-box p {
  font-size: 16px;
  color: #989898;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 -12px 15px -12px;
  letter-spacing: -0.02em;
  /*update*/
  margin: 0 -2px 10px -2px;
}
.sh-side-box .btn-box {
  margin-top: 5px;
  min-width: 166px;
}
.sh-side-box.sh-sb-blue {
  border-color: #f2f9fd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f2f9fd;
}
.sh-side-box.sh-bottom-box {
  max-width: initial;
  background-color: #f2f9fd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 5px 10px;
}
.sh-side-box.sh-bottom-box > .panel-body {
  padding: 15px 10px 20px 10px;
}
.sh-side-box.sh-bottom-box > .panel-body .btn-action {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .sh-side-box.sh-bottom-box > .panel-body {
    padding: 10px;
    display: table;
    width: 100%;
    text-align: left;
  }
  .sh-side-box.sh-bottom-box > .panel-body .btn-action {
    margin-top: auto;
  }
  .sh-side-box.sh-bottom-box > .panel-body h2,
  .sh-side-box.sh-bottom-box > .panel-body p {
    text-align: left;
    line-height: 1;
  }
  .sh-side-box.sh-bottom-box > .panel-body h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .sh-side-box.sh-bottom-box > .panel-body > div {
    display: table-cell;
    vertical-align: middle;
  }
  .sh-side-box.sh-bottom-box > .panel-body > div.sh-box-txt-cell {
    width: 45%;
  }
  .sh-side-box.sh-bottom-box > .panel-body > div.sh-box-ico-cell {
    width: 80px;
  }
  .sh-side-box.sh-bottom-box > .panel-body > div.sh-box-ico-cell .box-icon {
    margin-top: -5px;
  }
  .sh-side-box.sh-bottom-box > .panel-body > div:last-child {
    text-align: right;
  }
}
.sx-icon-title-p-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.sh-contattaci-diventa .sx-icon-title-p-box,
.sh-tab-cresci .sx-icon-title-p-box {
  margin-bottom: 10px;
}
.sx-icon-title-p-box .box-icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.sx-icon-title-p-box .box-icon.icon-w100 img {
  max-width: 100px;
}
.sx-icon-title-p-box .box-icon.icon-w88 img {
  max-width: 88px;
}
.sx-icon-title-p-box .box-icon.icon-w72 img {
  max-width: 72px;
}
.sx-icon-title-p-box .box-icon.icon-w64 img {
  max-width: 64px;
}
.sx-icon-title-p-box h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #323c47;
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
  line-height: 35px;
  text-transform: none;
}
.sx-icon-title-p-box p {
  font-size: 16px;
  color: #989898;
  text-align: center;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.txt-truncate {
  /*width: 250px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 840px) {
  .sh-footer-links .txt-truncate {
    max-width: 90%;
    /*@media (max-width: 800px) {
                max-width: 90%;
            }*/
  }
}
/* News */
.sh-news-box {
  padding: 0;
  border: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  letter-spacing: -0.02em;
}
.sh-posizioni-aperte-home-section .sh-posizioni-box.sh-news-box {
  background-color: transparent;
}
.sh-news-box .panel-body {
  position: relative;
}
.sh-posizioni-aperte-home-section .sh-posizioni-box.sh-news-box .panel-body {
  padding: 15px 0;
}
.sh-news-box .panel-body:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #d0d7dd;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.sh-posizioni-aperte-home-section .sh-posizioni-box.sh-news-box .panel-body:after {
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .sh-posizioni-aperte-home-section .sh-posizioni-box.sh-news-box .panel-body:after {
    right: 20px;
  }
}
.sh-news-box h5 {
  color: #0a2a68;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  min-height:13.2px;
}
.sh-news-box h3 {
  color: #323c47;
  font-weight: 600;
  font-size: 22px;
  text-transform: none;
  margin: 5px 0 11px 0;
  line-height: 1.4em;
}
.sh-posizioni-box.sh-news-box h3 {
  margin-bottom: 0;
}
.sh-news-box h3.sh-office-title {
  color: #082661;
  margin: 0 0 11px 0;
}
@media (min-width: 768px) {
  .sh-news-box h3 {
    height: 4.2em;
    overflow: hidden;
  }
  .sh-posizioni-box.sh-news-box h3 {
    height: auto;
    overflow: initial;
  }
}
.sh-news-box p {
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #989898;
  line-height: 1.7em;
  margin-bottom: 18px;
  position: relative;
  height: 8.5em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sh-posizioni-aperte-home-section .sh-posizioni-box.sh-news-box p {
    font-size: 16px;
  }
}
.sh-news-box p:after {
  display: block;
  position: absolute;
  content: "...";
  width: 7em;
  height: 1.7em;
  background-color: #ffffff;
  right: 0;
  bottom: 0;
  text-align: right;
  padding-right: 1em;
  letter-spacing: 0.1em;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 65%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 65%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.sh-news-date {
  background: url("../images/sh-icon-clock-17.png") left 1px no-repeat;
  font-size: 14px;
  color: #989898;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 22px;
  line-height: 1.42;
  margin-bottom: 15px;
}
.sh-news-image {
  margin-bottom: 10px;
  height: 98px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .sh-news-image {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .sh-news-image {
    height: 140px;
  }
}
@media (max-width: 360px) {
  .sh-news-image {
    height: 98px;
  }
}
.sh-read-more {
  background-color: transparent;
  padding: 0;
  font-size: 19px;
  font-weight: 600;
  text-transform: none;
  padding: 6px 0 10px 0;
  color: #48c1fa;
}
.sh-read-more:hover {
  color: #009de5;
}
/* START: News Single -------------------------------------------------------------------------- */
.sh-news-single > h1 {
  margin-bottom: 15px;
}
.sh-news-single > h5 {
  color: #0a2a68;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.sh-news-single iframe {
  width: 100% !important;
  max-width: 560px;
  height: 60vw !important;
  max-height: 315px;
}
@media (max-width: 480px) {
  .sh-news-single iframe {
    height: 70vw !important;
  }
}
@media (max-width: 360px) {
  .sh-news-single iframe {
    height: 80vw !important;
  }
}
@media (max-width: 280px) {
  .sh-news-single iframe {
    height: 90vw !important;
  }
}
.slider-single-news {
  margin-top: 15px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .slider-single-news {
    height: 379px;
    overflow-y: hidden;
  }
}
.slider-single-news.carousel {
  min-height: initial;
}
.slider-single-news.carousel .item {
  background-color: #ffffff;
}
.slider-single-news.carousel .item > .container {
  /*padding: 0 50px 75px 50px;*/
  padding: 0 0 75px 0;
  width: auto;
  position: relative;
  height: 379px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e3e6e7;
  overflow: hidden;
}
.slider-single-news.carousel .item > .container > img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* Indent hide alt="" placehorder before image load */
  text-indent: -98765px;
}
@media (max-width: 564px) {
  .slider-single-news.carousel .item > .container > img {
    height: initial;
    max-height: 100%;
    max-width: initial;
    width: auto;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.slider-single-news .carousel-inner {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .slider-single-news .carousel-inner {
    height: 468px;
  }
  .slider-sn-img-one.slider-single-news .carousel-inner {
    height: auto;
  }
}
@media (min-width: 768px) {
  .slider-single-news .carousel-inner {
    width: auto;
    margin-right: 140px;
  }
}
.slider-single-news .carousel-control {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slider-sn-img-one.slider-single-news .carousel-control {
  display: none !important;
}
.slider-single-news .carousel-control .sh-arrow-left,
.slider-single-news .carousel-control .sh-arrow-right {
  position: absolute;
  top: 46%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #d0d7dd;
  font-size: 30px;
  text-shadow: none;
  background-color: transparent;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  .slider-single-news .carousel-control .sh-arrow-left,
  .slider-single-news .carousel-control .sh-arrow-right {
    top: 37%;
  }
}
.slider-single-news .carousel-control .sh-arrow-left:before,
.slider-single-news .carousel-control .sh-arrow-right:before {
  border: solid 2px #ffffff;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  right: 10px;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: top;
}
.slider-single-news .carousel-control .sh-arrow-left:hover,
.slider-single-news .carousel-control .sh-arrow-right:hover,
.slider-single-news .carousel-control .sh-arrow-left:active,
.slider-single-news .carousel-control .sh-arrow-right:active {
  background-color: transparent;
}
.slider-single-news .carousel-control .sh-arrow-left {
  left: 4px;
}
.slider-single-news .carousel-control .sh-arrow-left:before {
  border-width: 0 0 2px 2px;
  right: 4px;
}
.slider-single-news .carousel-control .sh-arrow-right {
  right: 4px;
}
.slider-single-news .carousel-control:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 768px) {
  .slider-single-news .carousel-control.right {
    right: 140px;
  }
}
.slider-single-news .carousel-control.left,
.slider-single-news .carousel-control.right {
  background: none;
  background-color: transparent;
}
.slider-single-news .carousel-control.left:hover .sh-arrow-left,
.slider-single-news .carousel-control.right:hover .sh-arrow-left,
.slider-single-news .carousel-control.left:focus .sh-arrow-left,
.slider-single-news .carousel-control.right:focus .sh-arrow-left,
.slider-single-news .carousel-control.left:hover .sh-arrow-right,
.slider-single-news .carousel-control.right:hover .sh-arrow-right,
.slider-single-news .carousel-control.left:focus .sh-arrow-right,
.slider-single-news .carousel-control.right:focus .sh-arrow-right {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slider-single-news .carousel-indicators {
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.slider-sn-img-one.slider-single-news .carousel-indicators {
  display: none !important;
}
@media (min-width: 768px) {
  .slider-single-news .carousel-indicators {
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    width: 121px;
  }
}
@media (max-width: 767px) {
  .slider-single-news .carousel-indicators {
    display: table;
    table-layout: fixed;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .slider-sn-img-two.slider-single-news .carousel-indicators {
    width: 40%;
    left: 50%;
    margin-left: -20%;
  }
  .slider-sn-img-three.slider-single-news .carousel-indicators {
    width: 60%;
    left: 50%;
    margin-left: -30%;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .slider-sn-img-two.slider-single-news .carousel-indicators {
    width: 60%;
    left: 50%;
    margin-left: -30%;
  }
  .slider-sn-img-three.slider-single-news .carousel-indicators {
    width: 80%;
    left: 50%;
    margin-left: -40%;
  }
}
.slider-single-news .carousel-indicators li {
  height: 70px;
  cursor: pointer;
  background-color: #e3e6e7;
  border: 0;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 18%;
  margin: 0;
}
@media (min-width: 768px) {
  .slider-single-news .carousel-indicators li {
    margin: 0 0 7px 0;
    display: block;
    width: 121px;
  }
}
@media (max-width: 767px) {
  .slider-single-news .carousel-indicators li {
    display: table-cell;
    border-right: solid 3px #ffffff;
    border-left: solid 3px #ffffff;
  }
  .slider-single-news .carousel-indicators li:first-child {
    border-left: 0;
    border-right-width: 5px;
  }
  .slider-single-news .carousel-indicators li:nth-child(2) {
    border-left-width: 1px;
  }
  .slider-single-news .carousel-indicators li:nth-last-child(2) {
    border-right-width: 1px;
  }
  .slider-single-news .carousel-indicators li:last-child {
    border-right: 0;
    border-left-width: 5px;
  }
}
.slider-single-news .carousel-indicators li:last-child {
  margin: 0;
}
.slider-single-news .carousel-indicators li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  bottom: auto;
  right: 50%;
  width: auto;
  height: 4px;
  background-color: #bbbebf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .slider-single-news .carousel-indicators li:before {
    top: auto;
    left: -8px;
    top: 50%;
    bottom: 50%;
    right: auto;
    width: 4px;
    height: auto;
  }
}
.slider-single-news .carousel-indicators li:hover:before {
  left: 15%;
  right: 15%;
}
@media (min-width: 768px) {
  .slider-single-news .carousel-indicators li:hover:before {
    top: 15%;
    bottom: 15%;
    left: -8px;
    right: auto;
    height: auto;
  }
}
.slider-single-news .carousel-indicators li:active:before,
.slider-single-news .carousel-indicators li:focus:before {
  left: 15%;
  right: 15%;
  background-color: #4bc0f4;
}
@media (min-width: 768px) {
  .slider-single-news .carousel-indicators li:active:before,
  .slider-single-news .carousel-indicators li:focus:before {
    top: 15%;
    bottom: 15%;
    left: -8px;
    right: auto;
    height: auto;
  }
}
.slider-single-news .carousel-indicators li.active {
  width: 18%;
  height: 70px;
  margin: 0;
  /*@media (max-width: 767px) {
                    border-right: solid 3px @c-white;
                    border-left: solid 3px @c-white;
                }*/
}
@media (min-width: 768px) {
  .slider-single-news .carousel-indicators li.active {
    margin: 0 0 7px 0;
    width: 121px;
  }
}
.slider-single-news .carousel-indicators li.active:before {
  left: 15%;
  right: 15%;
  background-color: #4bc0f4;
}
@media (min-width: 768px) {
  .slider-single-news .carousel-indicators li.active:before {
    top: 15%;
    bottom: 15%;
    left: -8px;
    right: auto;
    height: auto;
  }
}
/* END: News Single -------------------------------------------------------------------------- */
/* START: News Home Section -------------------------------------------------------------------------- */
.sh-news-home-section,
.sh-posizioni-aperte-home-section {
  /*padding-bottom: 50px;*/
  margin-top: 50px;
  margin-bottom: -30px;
}
.sh-news-home-section .sh-d-p-c-container-transparent > h1,
.sh-posizioni-aperte-home-section .sh-d-p-c-container-transparent > h1 {
  color: #2c477e;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 5px 200px 16px 0;
  position: relative;
  border-bottom: solid 1px #d0d7dd;
  text-transform: none;
  line-height: 0.95;
  letter-spacing: 0;
}
.sh-news-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal,
.sh-posizioni-aperte-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: inline-block;
  line-height: 0.2;
}
.sh-news-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a,
.sh-posizioni-aperte-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a {
  color: #475666;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 40px;
}
.sh-news-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a span,
.sh-posizioni-aperte-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a span {
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;
}
.sh-news-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a:hover,
.sh-posizioni-aperte-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a:hover {
  color: #008bd2;
}
.sh-news-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a:last-child,
.sh-posizioni-aperte-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a:last-child {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .sh-news-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a:last-child,
  .sh-posizioni-aperte-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a:last-child {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .sh-news-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a:last-child,
  .sh-posizioni-aperte-home-section .sh-d-p-c-container-transparent > h1 .sh-title-links-horizontal a:last-child {
    margin-left: 5px;
  }
}
/* News slider */
.sh-news-slider .carousel {
  min-height: 200px;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.sh-news-slider .carousel .item {
  min-height: 200px;
  background-color: #ffffff;
}
.sh-news-slider .carousel .item > .container {
  padding: 0;
}
.sh-news-slider .carousel-indicators {
  bottom: -20px;
}
.sh-news-slider .carousel-indicators li {
  background-color: #d0d7dd;
  border: 0;
  width: 11px;
  height: 11px;
  margin: 1px 5px;
}
.sh-news-slider .carousel-indicators li.active {
  background-color: #4bc0f4;
  border: 0;
  margin: 1px 5px;
}
.sh-news-slider .carousel-control {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sh-news-slider .carousel-control.left,
.sh-news-slider .carousel-control.right {
  background: none;
  background-color: transparent;
}
.sh-news-slider .carousel-control .fa-angle-left,
.sh-news-slider .carousel-control .fa-angle-right {
  position: absolute;
  top: 35%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  width: 63px;
  height: 63px;
  line-height: 63px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #d0d7dd;
  font-size: 48px;
  text-shadow: none;
}
@media (max-width: 767px) {
  .sh-news-slider .carousel-control .fa-angle-left,
  .sh-news-slider .carousel-control .fa-angle-right {
    top: 40%;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .sh-news-slider .carousel-control .fa-angle-left,
  .sh-news-slider .carousel-control .fa-angle-right {
    top: 45%;
  }
}
.sh-news-slider .carousel-control .fa-angle-left:hover,
.sh-news-slider .carousel-control .fa-angle-right:hover {
  color: #4bc0f4;
}
.sh-news-slider .carousel-control .fa-angle-left {
  left: 0;
}
@media (max-width: 767px) {
  .sh-news-slider .carousel-control .fa-angle-left {
    margin-left: -5px;
  }
}
@media (max-width: 480px) {
  .sh-news-slider .carousel-control .fa-angle-left {
    margin-left: -10px;
  }
}
.sh-news-slider .carousel-control .fa-angle-right {
  right: 0;
}
@media (max-width: 767px) {
  .sh-news-slider .carousel-control .fa-angle-right {
    margin-right: -5px;
  }
}
@media (max-width: 480px) {
  .sh-news-slider .carousel-control .fa-angle-right {
    margin-right: -10px;
  }
}
.sh-news-slider .carousel-control:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sh-news-slider .sh-home-news-item {
  text-align: center;
  padding: 0 100px;
  padding-bottom: 20px;
  min-height: 300px;
  position: relative;
}
@media (max-width: 767px) {
  .sh-news-slider .sh-home-news-item {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 480px) {
  .sh-news-slider .sh-home-news-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sh-news-slider .sh-home-news-item .sh-news-date {
  display: inline-block;
}
.sh-news-slider .sh-home-news-item h3 {
  color: #323c47;
  font-size: 22px;
  line-height: 1.1;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  margin: 5px 0 20px 0;
}
.sh-news-slider .sh-home-news-item p {
  color: #989898;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  height: 6.4em;
  overflow: hidden;
  position: relative;
}
.sh-news-slider .sh-home-news-item p:after {
  display: block;
  position: absolute;
  content: "...";
  width: 7em;
  height: 1.6em;
  background-color: #ffffff;
  right: 0;
  bottom: 0;
  text-align: right;
  padding-right: 1em;
  letter-spacing: 0.1em;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 65%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 65%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.sh-news-slider .sh-home-news-item:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 240px;
  background: #d0d7dd;
  left: 50%;
  margin-left: -120px;
}
/* END: News Home Section -------------------------------------------- */
/* START: Formazione Home Section -------------------------------------------------------------------------- */
.sh-formazione-home-section {
  padding-bottom: 140px;
  background: url("../images/sh-bg-home-assicurativa-1920.jpg") no-repeat;
  background-color: transparent;
  background-position: center bottom;
  background-size: 100% auto;
  margin-top: 80px;
}
@media (max-width: 1920px) {
  .sh-formazione-home-section {
    background-size: auto auto;
  }
}
@media (max-width: 991px) {
  .sh-formazione-home-section {
    padding-bottom: 10px;
    background-size: auto 80%;
  }
}
@media (max-width: 767px) {
  .sh-formazione-home-section {
    background-size: auto 85%;
  }
}
@media (max-width: 640px) {
  .sh-formazione-home-section {
    background-size: auto 90%;
  }
}
@media (max-width: 480px) {
  .sh-formazione-home-section {
    background-size: auto 95%;
  }
}
/* END: Formazione Home Section -------------------------------------------- */
/* START: Posizioni Aperte Home Section -------------------------------------------------------------------------- */
.sh-posizioni-aperte-home-section {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 300px;
  margin-bottom: -250px;
  background: url("../images/sh-positioni-aperte-bg.jpg") left top no-repeat;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  .sh-posizioni-aperte-home-section {
    background-size: cover !important;
  }
}
@media (min-width: 768px) {
  .sh-posizioni-aperte-home-section .sh-home-posizioni-row > [class*=col-] {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .sh-posizioni-aperte-home-section .sh-home-posizioni-row > [class*=col-] {
    padding-right: 80px;
  }
}
/* END: Posizioni Aperte Home Section -------------------------------------------- */
/* START: Partners Home Section -------------------------------------------------------------------------- */
.sh-partners-home-section {
  padding-bottom: 160px;
  background: url("../images/sh-partners-background.jpg") no-repeat;
  background-color: transparent;
  background-position: center bottom;
  background-size: 100% 645px;
}
@media (max-width: 1500px) {
  .sh-partners-home-section {
    background-size: auto 645px;
  }
}
@media (max-width: 991px) {
  .sh-partners-home-section {
    padding-bottom: 0;
    background-size: 994px 90%;
    background-image: url("../images/sh-partners-home-bg-991.jpg");
  }
}
@media (max-width: 640px) {
  .sh-partners-home-section {
    background-size: 900px 90%;
  }
}
.sh-partners-home-section .sh-default-page-center-container {
  padding-bottom: 5px;
}
/* END: Partners Home Section -------------------------------------------- */
/* START: Filiali Home Section -------------------------------------------------------------------------- */
.sh-filiali-home-section .tab-pane.sh-tab-pane-filiali,
.sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali {
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .sh-filiali-home-section .tab-pane.sh-tab-pane-filiali,
  .sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  body.home .sh-filiali-home-section .tab-pane.sh-tab-pane-filiali,
  body.home .sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali {
    color: #323c47;
    letter-spacing: 0.02em;
  }
}
.sh-filiali-home-section .tab-pane.sh-tab-pane-filiali h3,
.sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali h3 {
  margin-bottom: 5px;
  color: #0e2f71;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0;
  margin-left: -0.03em;
}
@media (max-width: 767px) {
  .sh-filiali-home-section .tab-pane.sh-tab-pane-filiali h3,
  .sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali h3 {
    font-size: 56px;
    line-height: 1em;
    margin-bottom: 23px;
  }
}
.sh-filiali-home-section .tab-pane.sh-tab-pane-filiali h4,
.sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali h4 {
  font-size: 14px;
  color: #4da1ff;
  font-weight: 400;
  margin: 5px 0 2px 0;
}
@media (max-width: 767px) {
  .sh-filiali-home-section .tab-pane.sh-tab-pane-filiali h4,
  .sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali h4 {
    color: #4da1ff;
    letter-spacing: 0.02em;
    font-size: 24px;
    margin: 16px 0 2px 0;
    font-weight: 700;
  }
}
.sh-filiali-home-section .tab-pane.sh-tab-pane-filiali p,
.sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali p,
.sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali .p-txt {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .sh-filiali-home-section .tab-pane.sh-tab-pane-filiali p,
  .sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali p {
    color: #323c47;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}
.sh-filiali-home-section .tab-pane.sh-tab-pane-filiali .sh-filiali-home-link,
.sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali .sh-filiali-home-link {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .sh-filiali-home-section .tab-pane.sh-tab-pane-filiali .sh-filiali-home-link,
  .sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali .sh-filiali-home-link {
    margin-top: 20px;
    font-size: 25px;
    color: #2c477e;
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap;
    background-color: transparent !important;
    border: 0 !important;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
  }
  .sh-filiali-home-section .tab-pane.sh-tab-pane-filiali .sh-filiali-home-link:hover,
  .sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali .sh-filiali-home-link:hover,
  .sh-filiali-home-section .tab-pane.sh-tab-pane-filiali .sh-filiali-home-link:active,
  .sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali .sh-filiali-home-link:active {
    color: #1270b0;
  }
}
@media (max-width: 767px) {
  .sh-filiali-home-section .sh-filiali-xs-content,
  .sh-dove-siamo-content .sh-filiali-xs-content {
    padding: 22px 50px 10px 50px;
  }
}
@media (max-width: 480px) {
  .sh-filiali-home-section .sh-filiali-xs-content,
  .sh-dove-siamo-content .sh-filiali-xs-content {
    padding: 22px 30px 10px 30px;
  }
}
@media (max-width: 359px) {
  .sh-filiali-home-section .sh-filiali-xs-content,
  .sh-dove-siamo-content .sh-filiali-xs-content {
    padding: 22px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .sh-filiali-home-section .sh-filiali-v-tab-content,
  .sh-dove-siamo-content .sh-filiali-v-tab-content {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  body.home .sh-filiali-home-section .sh-filiali-v-tab-content.tab-content,
  body.home .sh-dove-siamo-content .sh-filiali-v-tab-content.tab-content {
    margin-top: -70px;
  }
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-filiali-office,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-filiali-office {
  line-height: 390px;
  vertical-align: bottom;
  background: url("../images/sh-filiali-office-milano-bg.jpg") 82% top no-repeat;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .sh-filiali-home-section .sh-filiali-v-tab-content .sh-filiali-office,
  .sh-dove-siamo-content .sh-filiali-v-tab-content .sh-filiali-office {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sh-filiali-home-section .sh-filiali-v-tab-content .sh-filiali-office,
  .sh-dove-siamo-content .sh-filiali-v-tab-content .sh-filiali-office {
    background: none !important;
    background-image: none !important;
    line-height: normal;
  }
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-filiali-office .sh-office-address,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-filiali-office .sh-office-address {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.3;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  body.home .sh-filiali-home-section .sh-filiali-v-tab-content .sh-filiali-office .sh-office-address,
  body.home .sh-dove-siamo-content .sh-filiali-v-tab-content .sh-filiali-office .sh-office-address {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .sh-filiali-home-section .sh-filiali-v-tab-content .sh-filiali-office .sh-office-address,
  .sh-dove-siamo-content .sh-filiali-v-tab-content .sh-filiali-office .sh-office-address {
    display: block;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  body.home .sh-filiali-home-section .sh-filiali-v-tab-content .sh-address-padd-home-case,
  body.home .sh-dove-siamo-content .sh-filiali-v-tab-content .sh-address-padd-home-case {
    padding-left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 810px) {
  body.home .sh-filiali-home-section .sh-filiali-v-tab-content .sh-address-padd-home-case,
  body.home .sh-dove-siamo-content .sh-filiali-v-tab-content .sh-address-padd-home-case {
    padding-left: 6%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.home .sh-filiali-home-section .sh-filiali-v-tab-content .sh-address-padd-home-case,
  body.home .sh-dove-siamo-content .sh-filiali-v-tab-content .sh-address-padd-home-case {
    padding-left: 1%;
  }
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-milano,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-milano {
  background-image: url("../images/sh-filiali-office-milano-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-roma,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-roma {
  background-image: url("../images/sh-filiali-office-roma-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-bergamo,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-bergamo {
  background-image: url("../images/sh-filiali-office-bergamo-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-boario-terme,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-boario-terme {
  background-image: url("../images/sh-filiali-office-boario-terme-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-brescia,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-brescia {
  background-image: url("../images/sh-filiali-office-brescia-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-cagliari,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-cagliari {
  background-image: url("../images/sh-filiali-office-cagliari-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-iglesias,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-iglesias {
  background-image: url("../images/sh-filiali-office-iglesias-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-olbia,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-olbia {
  background-image: url("../images/sh-filiali-office-olbia-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-padova,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-padova {
  background-image: url("../images/sh-filiali-office-padova-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-pavia,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-pavia {
  background-image: url("../images/sh-filiali-office-pavia-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-pescara,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-pescara {
  background-image: url("../images/sh-filiali-office-pescara-bg.jpg");
}
.sh-filiali-home-section .sh-filiali-v-tab-content .sh-fo-sassari,
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-fo-sassari {
  background-image: url("../images/sh-filiali-office-sassari-bg.jpg");
}
/* END: Filiali Home Section -------------------------------------------- */
/* START: Soluzioni -------------------------------------------------------------------------- */
.sh-row-c-iframe {
  display: none;
}
.sh-privata-previdenza .sh-row-c-iframe {
  display: block;
}
@media (min-width: 992px) {
  .sh-privata-previdenza .sh-col-left-side {
    width: 62%;
  }
  .sh-privata-previdenza .sh-col-left-side > h1,
  .sh-privata-previdenza .sh-col-left-side > ul,
  .sh-privata-previdenza .sh-col-left-side > p {
    margin-right: 10px;
  }
  .sh-privata-previdenza .sh-col-left-side > h1,
  .sh-privata-previdenza .sh-col-left-side > p {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .sh-privata-previdenza .sh-col-right-side {
    width: 38%;
  }
}
@media (max-width: 991px) {
  .sh-privata-previdenza .sh-col-right-side .sh-row-c-iframe {
    margin: 25px 0 0 0;
  }
}
/* END: Soluzioni -------------------------------------------- */
/* START: Dove Siamo -------------------------------------------------------------------------- */
.sh-btn-scrivi-indietro {
  display: none;
  visibility: hidden;
  margin-top: 20px;
}
.sh-dove-siamo-content .sh-form-container {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .sh-form-container {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .sh-dove-siamo-content .sh-form-container {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .support-spacer-360 {
    height: 360px;
  }
  .sh-dove-siamo-content .support-spacer-370 {
    height: 370px;
  }
  .sh-dove-siamo-content .support-spacer-380 {
    height: 380px;
  }
  .sh-dove-siamo-content .support-spacer-390 {
    height: 390px;
  }
  .sh-dove-siamo-content .support-spacer-400 {
    height: 400px;
  }
  .sh-dove-siamo-content .support-spacer-420 {
    height: 420px;
  }
}
.sh-dove-siamo-content .tab-pane > .row > [class*=col-] > p {
  margin-bottom: 20px;
}
.sh-dove-siamo-content .tab-pane > .row > [class*=col-] > p.sh-blue-subtitle-normal {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane > .row > [class*=col-] > p.sh-blue-subtitle-normal {
    margin-bottom: 30px;
  }
}
.sh-dove-siamo-content .tab-pane > .row > [class*=col-] > p:not(.sh-blue-subtitle-normal) {
  font-size: 18px;
  line-height: 1.6;
}
.sh-dove-siamo-content .tab-pane .sh-dove-siamo-xs-btn-holder {
  text-align: center;
}
@media (min-width: 992px) {
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-hide-if-map-visible,
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-dove-siamo-xs-btn-holder {
    display: none;
  }
}
.sh-dove-siamo-content .tab-pane .sh-a-m-indietro-btn {
  display: none;
}
.sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-dove-siamo-lg-btn-holder {
  text-align: right;
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-dove-siamo-lg-btn-holder {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-dove-siamo-lg-btn-holder .sh-box-visible-maxw991 {
    width: 500px;
    display: inline-block;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-dove-siamo-lg-btn-holder .box-icon,
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-dove-siamo-lg-btn-holder h2,
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-dove-siamo-lg-btn-holder p {
    display: none;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-dove-siamo-lg-btn-holder .btn-scrivi-filiale {
    float: right;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-dove-siamo-lg-btn-holder .btn-scrivi-indietro {
    float: left;
  }
}
@media (max-width: 991px) and (min-width: 481px) {
  .sh-dove-siamo-content .tab-pane .sh-map-view {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 359px) {
  .sh-dove-siamo-content .tab-pane .sh-map-view {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane {
    font-size: 24px;
    /* Dynamic class for <div id="tabpane7" class="tab-pane fade in active"> */
  }
  .sh-dove-siamo-content .tab-pane .sh-map-view {
    display: none;
  }
  .sh-dove-siamo-content .tab-pane .sh-map-view > .sh-dove-siamo-map-holder {
    padding: 0;
  }
  .sh-dove-siamo-content .tab-pane.sh-map-xs-visible .sh-map-view {
    display: block;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-person-img {
    display: none;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-box-visible-maxw991 {
    text-align: center;
    padding: 15px 30px 30px 30px;
    border: solid 1px #d0d7dd;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    max-width: 272px;
    margin: 0 auto 22px auto;
    margin-bottom: -450px;
    bottom: -90px;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-box-visible-maxw991 .box-icon {
    display: inline-block;
    max-width: 64px;
    margin: 0 auto;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-box-visible-maxw991 .box-icon.box-icon-w72 {
    max-width: 72px;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-box-visible-maxw991 .box-icon img {
    max-width: 100%;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-box-visible-maxw991 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #323c47;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block;
    line-height: 35px;
    text-transform: none;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-box-visible-maxw991 p {
    font-size: 16px;
    color: #989898;
    text-align: center;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 -13px 5px -13px;
    letter-spacing: -0.02em;
  }
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-box-visible-maxw991 .btn-scrivi-filiale,
  .sh-dove-siamo-content .tab-pane .sh-contact-info-view .sh-manager-and-buttons-holder .sh-box-visible-maxw991 .btn-scrivi-indietro {
    margin-top: 20px;
  }
  .sh-dove-siamo-content .tab-pane.sh-map-xs-visible .sh-contact-info-view .sh-hide-if-map-visible {
    display: none;
  }
  .sh-dove-siamo-content .tab-pane.sh-map-xs-visible .sh-contact-info-view .sh-apri-maps-btn {
    display: none;
  }
  .sh-dove-siamo-content .tab-pane.sh-map-xs-visible .sh-contact-info-view .sh-a-m-indietro-btn {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-and-buttons-holder {
    position: relative;
    padding-top: 15px;
  }
  .sh-dove-siamo-content .tab-pane .sh-manager-and-buttons-holder:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    top: 15px;
    left: -38px;
    right: -38px;
    background-color: #d0d7dd;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-and-buttons-holder:before {
    left: -18px;
    right: -18px;
  }
}
@media (max-width: 991px) and (max-width: 359px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-and-buttons-holder:before {
    left: -8px;
    right: -8px;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane h3 {
    font-size: 56px;
    line-height: 1em;
    margin-bottom: 23px;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane h4 {
    color: #4da1ff;
    letter-spacing: 0.02em;
    font-size: 24px;
    margin: 16px 0 2px 0;
    font-weight: 700;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali p,
  .sh-dove-siamo-content .tab-pane.sh-tab-pane-filiali .p-txt {
    color: #323c47;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}
.sh-dove-siamo-content .tab-pane .sh-manager-box {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-box {
    margin-bottom: 0;
  }
}
.sh-dove-siamo-content .tab-pane .sh-manager-box h3 {
  font-weight: 600;
  font-size: 24px;
  margin-top: 0;
  color: #082661;
  margin-bottom: 12px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-box h3 {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 0.9;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-box h3 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-box h3 {
    font-size: 40px;
  }
}
.sh-dove-siamo-content .tab-pane .sh-manager-box h4 {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  color: #008bd2;
  text-transform: none;
  font-weight: 600;
  margin-top: 18px;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-box h4 {
    margin-bottom: 15px;
  }
}
.sh-dove-siamo-content .tab-pane .sh-manager-box p {
  font-size: 18px;
  color: #475666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-box p {
    margin-bottom: 10px;
  }
}
.sh-dove-siamo-content .tab-pane .sh-manager-box > [class*=col-] {
  padding: 0;
  float: none;
  width: auto;
  display: inline-block;
}
.sh-dove-siamo-content .tab-pane .sh-manager-box > [class*=col-]:first-child {
  position: absolute;
  right: 530px;
  top: 15px;
  width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-box > [class*=col-]:first-child {
    display: none;
  }
}
.sh-dove-siamo-content .tab-pane .sh-manager-box > [class*=col-]:last-child {
  width: 500px;
  text-align: left;
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane .sh-manager-box > [class*=col-]:last-child {
    width: auto;
    display: block;
  }
}
.sh-dove-siamo-content .tab-pane .sh-manager-box .sh-person-img {
  margin: 0;
  text-align: right;
}
.sh-dove-siamo-content .tab-pane .sh-manager-box .sh-person-img img {
  max-width: 60px;
  max-height: 60px;
}
.sh-dove-siamo-content .tab-pane .sh-apri-maps-btn,
.sh-dove-siamo-content .tab-pane .sh-a-m-indietro-btn {
  min-width: 198px;
  padding: 18px 27px;
  margin: 30px 0 20px 0;
}
.sh-dove-siamo-content .tab-pane .sh-info-block > h3 {
  color: #008bd2;
  font-size: 28px;
  text-transform: none;
  margin: 0.4em 0 0.5em 0;
  font-weight: 600;
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane .sh-info-block > h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sh-dove-siamo-content .tab-pane .sh-info-block > h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .sh-dove-siamo-content .tab-pane .sh-info-block > h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .tab-pane .sh-info-block > p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sh-dove-siamo-content .tab-pane .sh-info-block > p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .sh-dove-siamo-content .tab-pane .sh-info-block > p {
    font-size: 16px;
  }
}
.sh-dove-siamo-content .sh-dove-siamo-active-content {
  /*padding-top: 22px;*/
  position: relative;
  /* Dynamic class for <div class="col-md-9 col-sm-12 sh-dove-siamo-active-content"> */
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .sh-dove-siamo-active-content {
    padding: 22px 50px 22px 50px;
  }
}
@media (max-width: 480px) {
  .sh-dove-siamo-content .sh-dove-siamo-active-content {
    padding: 22px 30px 22px 30px;
  }
}
@media (max-width: 359px) {
  .sh-dove-siamo-content .sh-dove-siamo-active-content {
    padding: 22px 20px 22px 20px;
  }
}
.sh-dove-siamo-content .sh-dove-siamo-active-content .sh-form-container {
  display: none;
  background-color: #ffffff;
}
.sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .tab-content.sh-filiali-v-tab-content {
  display: none;
}
.sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .sh-form-container {
  display: block;
}
@media (min-width: 992px) {
  .sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .sh-form-container {
    margin: 20px -20px 0 0;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .tab-content.sh-filiali-v-tab-content {
    display: block;
  }
  .sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .tab-content.sh-filiali-v-tab-content .sh-manager-box {
    display: none;
  }
  .sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .sh-form-container {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 20px 0 0 0;
  }
  .sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .sh-box-visible-maxw991 {
    bottom: auto;
    top: 1120px;
  }
  .sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .sh-btn-scrivi-indietro {
    display: inline-block;
    visibility: visible;
  }
  .sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .sh-dove-siamo-lg-btn-holder .btn-scrivi-filiale {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .sh-box-visible-maxw991 {
    top: 1130px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .sh-dove-siamo-content .sh-dove-siamo-active-content.sh-contact-form-visible .sh-box-visible-maxw991 {
    top: 1140px;
  }
}
.sh-dove-siamo-content .sh-map-container {
  height: 300px;
  width: 500px;
  background-color: #e0e0e0;
  display: inline-block;
  position: relative;
}
.sh-dove-siamo-content .sh-map-container .sh-map-loading-image {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  height: 64px;
  width: 64px;
}
.sh-dove-siamo-content .sh-map-container > .map-canvas {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.sh-dove-siamo-content .sh-map-container > .map-canvas .sh-map-info-box {
  margin: 5px 15px 15px 15px;
}
.sh-dove-siamo-content .sh-map-container > .map-canvas .si-wrapper-right {
  margin-left: 0;
}
.sh-dove-siamo-content .sh-map-container > .map-canvas .si-wrapper-right.si-has-border {
  min-width: 225px;
}
.sh-dove-siamo-content .sh-map-container > .map-canvas .si-shadow-pointer-right,
.sh-dove-siamo-content .sh-map-container > .map-canvas .si-frame si-shadow-frame,
.sh-dove-siamo-content .sh-map-container > .map-canvas .si-pointer-border-right,
.sh-dove-siamo-content .sh-map-container > .map-canvas .si-shadow-wrapper-right {
  visibility: hidden;
}
.sh-dove-siamo-content .sh-map-container > .map-canvas .si-has-border .si-content-wrapper {
  border: 1px solid rgba(178, 181, 187, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sh-dove-siamo-content .sh-map-container > .map-canvas .si-has-border .si-pointer-bg-right {
  display: block;
  height: 16px;
  width: 17px;
  border: 0;
  background: url("../images/sh-bubble-point.png") transparent 0 0 no-repeat;
}
.sh-dove-siamo-content .sh-map-container .sh-map-info-box {
  color: #323c47;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 0 0 0;
  text-align: left;
}
.sh-dove-siamo-content .sh-map-container .sh-map-info-box h1 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  color: #0c2f6c;
}
.sh-dove-siamo-content .sh-map-container .sh-map-info-box h3 {
  color: #4da1ff;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 7px;
  font-weight: 700;
}
.sh-dove-siamo-content .sh-map-container .sh-map-info-box h3:nth-of-type(1) {
  margin-top: 10px;
}
.sh-dove-siamo-content .sh-map-container .sh-map-info-box p,
.sh-dove-siamo-content .sh-map-container .sh-map-info-box .p-txt {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.sh-dove-siamo-content .sh-map-container .sh-map-info-box .sh-dove-siamo-home-link {
  display: block;
  font-size: 14px;
  color: #2c477e;
  font-weight: 600;
  text-decoration: underline;
  margin: 10px 0;
  padding: 0;
}
.sh-dove-siamo-content .sh-map-container .sh-map-info-box .sh-dove-siamo-home-link:hover,
.sh-dove-siamo-content .sh-map-container .sh-map-info-box .sh-dove-siamo-home-link:active {
  color: #1270b0;
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .sh-map-container {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .sh-dove-siamo-content .sh-map-container {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .sh-dove-siamo-content .sh-map-container {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .sh-dove-siamo-content .sh-filiali-v-tab-content {
    padding-top: 50px;
  }
}
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-filiali-office {
  margin-bottom: 15px;
  background: none !important;
  background-image: none !important;
  line-height: normal;
}
.sh-dove-siamo-content .sh-filiali-v-tab-content .sh-filiali-office .sh-office-address {
  display: block;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .sh-tab-cresci .col-btn-abs-br {
    position: relative;
    padding-bottom: 45px;
  }
  .sh-tab-cresci .col-btn-abs-br > .form-group.sh-btn-container {
    position: absolute;
    right: 13px;
    bottom: 10px;
    margin: 0;
  }
}
.sh-tab-cresci .form-group.sh-checkbox {
  margin-top: 32px;
}
.sh-contattaci-diventa.tab-pane .form-group.sh-checkbox {
  margin-top: 2px;
  margin-bottom: 30px;
}
.sh-page-lb-scrivici .sh-form-container .form-group.sh-checkbox {
  margin-top: 2px;
  margin-bottom: 30px;
}
.sh-page-lb-scrivici .sh-form-container .form-group.sh-checkbox > [class^="col-"] {
  width: 103%;
}
@media (min-width: 992px) {
  .sh-page-lb-scrivici .sh-form-container .form-group.sh-checkbox > [class^="col-"] {
    width: 105%;
  }
}
.sh-tab-lavora-con-noi.tab-pane .sh-form-container .form-group.sh-btn-container .sh-checkbox {
  margin: 0;
}
.sh-tab-lavora-con-noi.tab-pane .sh-form-container .form-group.sh-btn-container .sh-checkbox label {
  text-align: left;
}
@media (min-width: 768px) {
  .sh-tab-lavora-con-noi.tab-pane .sh-form-container .form-group.sh-btn-container .sh-checkbox label {
    font-size: 12px;
    padding-left: 34px;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 768px) {
  .sh-tab-lavora-con-noi.tab-pane .sh-form-container .form-group.sh-btn-container > .row > [class^="col-"]:first-child {
    padding-right: 0;
    margin-top: 2px;
  }
}
@media (min-width: 768px) {
  .sh-tab-lavora-con-noi.tab-pane .sh-form-container .form-group.sh-btn-container > .row > [class^="col-"]:last-child {
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .sh-tab-lavora-con-noi.tab-pane .sh-form-container .form-group.sh-btn-container > .row > [class^="col-"]:last-child {
    margin-top: 25px;
  }
}
.sh-tab-lavora-con-noi.tab-pane .sh-form-container .form-group.sh-btn-container > .row > [class^="col-"]:last-child > .btn {
  min-width: initial;
  width: 100%;
}
@media (max-width: 767px) {
  .sh-tab-lavora-con-noi.tab-pane .sh-form-container .form-group.sh-btn-container > .row > [class^="col-"]:last-child > .btn {
    min-width: 134px;
    width: auto;
  }
}
/* END: Dove Siamo ----------------------------------- */
.sh-soluzioni-content {
  /* simple preload icons - hover nonblik fix */
}
.sh-soluzioni-content .simple-prl-ico-per {
  background: url("../images/sh-icon-persona-darkblue-48.png") -1234567px -1234567px no-repeat;
}
.sh-soluzioni-content .simple-prl-ico-azi {
  background: url("../images/sh-icon-azienda-blue-48.png") -1234567px -1234567px no-repeat;
}
/* START: Nice Select Dropdown ------------------------------------------------------------------------------------ */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fafafa;
  border-radius: 5px;
  border: solid 1px #b8c0c4;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #082661;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #082661;
  border-right: 2px solid #082661;
  content: '';
  display: block;
  height: 10px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  z-index: 1200;
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(24, 63, 82, 0.2);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100.5%;
  border: solid 1px #999;
  border-top-color: #c0c0c0;
  border-radius: 0 0 5px 5px;
  margin-top: -5px;
  margin-left: -1px;
  color: #323c47;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 700;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding: 5px 29px 5px 18px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f0f1f2;
  color: #FFF;
  background-color: #abb0b3;
}
.nice-select .option.selected {
  font-weight: 700;
  color: #082661;
  color: #FFF;
  box-shadow: inset 0 0 0 100px #008bd2;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #b3b3b3;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.sh-drop-down {
  text-align: center;
}
.sh-drop-down .nice-select {
  display: inline-block;
  float: none;
  min-width: 302px;
}
@media (max-width: 480px) {
  .sh-drop-down .nice-select {
    min-width: 260px;
  }
  .nice-select .list {
    width: 100.8%;
  }
}
/* END: Nice Select Dropdown --------------------------------------- */
.sh-manager-box {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sh-manager-box {
    margin-bottom: 40px;
  }
}
.sh-manager-box [class*=col-] > h4 {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  color: #008bd2;
  text-transform: none;
  font-weight: 600;
  margin-top: 18px;
  text-align: left;
}
.sh-manager-box [class*=col-] > h3 {
  font-weight: 600;
  font-size: 24px;
  margin-top: 0;
  color: #082661;
  margin-bottom: 12px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.sh-manager-box .sh-person-img {
  text-align: center;
}
@media (max-width: 767px) {
  .sh-manager-box .sh-person-img {
    margin-bottom: -10px;
  }
}
.sh-manager-box .sh-person-img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  max-width: 80px;
  max-height: 80px;
}
/*Form Container*/
.sh-form-container {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cdd8db;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
  display: block;
  position: relative;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
}
.sh-contattaci-diventa .sh-form-container {
  margin-top: 30px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .sh-contattaci-diventa .sh-form-container {
    margin-top: 100px;
  }
}
.sh-tab-cresci .sh-form-container {
  padding-top: 10px;
}
.sh-form-container.sh-transp-border-no-shad {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.sh-form-container.sh-brd0-shad0-padd0 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  padding: 0;
}
.sh-form-container.sh-brd0-shad0-padd3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  padding: 3px;
}
.sh-form-container.sh-fc-bordered-light-no-shad {
  border-color: #e9eff4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sh-form-container.sh-two-col-mid-space {
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .sh-form-container.sh-two-col-mid-space .row > .col-md-6 {
    width: 47.4%;
  }
  .sh-form-container.sh-two-col-mid-space .row > .col-md-6:last-of-type {
    margin-left: 5.2%;
  }
}
.sh-form-container .sh-file-upload,
.sh-form-container .sh-file-upload .file-upload-input {
  cursor: pointer;
}
.sh-form-container .form-control,
.sh-form-container .sh-file-upload {
  border: 1px solid #e9eff4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #323c47;
  -webkit-transition: all 0.3s ease-out linear;
  -moz-transition: all 0.3s ease-out linear;
  -o-transition: all 0.3s ease-out linear;
  -ms-transition: all 0.3s ease-out linear;
  transition: all 0.3s ease-out linear;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  height: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sh-form-container .form-control:hover,
.sh-form-container .sh-file-upload:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #d5e0ea;
}
.sh-form-container .form-control:focus,
.sh-form-container .sh-file-upload:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #c7d6e3;
}
.sh-form-container .form-control.sh-file-upload,
.sh-form-container .sh-file-upload.sh-file-upload {
  position: relative;
  background: url("../images/sh-icon-upload-file-28.png") 10px center no-repeat;
}
.sh-form-container .form-control.sh-file-upload .sh-file-up-txt,
.sh-form-container .sh-file-upload.sh-file-upload .sh-file-up-txt {
  font-weight: 600;
  font-size: 16px;
  color: #323c47;
  padding-left: 47px;
  line-height: 48px;
  white-space: nowrap;
  width: 95%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sh-form-container .form-control.sh-file-upload .file-upload-input,
.sh-form-container .sh-file-upload.sh-file-upload .file-upload-input {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.sh-form-container textarea.form-control {
  height: auto;
  min-height: 208px;
}
@media (min-width: 992px) {
  .sh-form-container textarea.form-control {
    min-height: 217px;
  }
  .sh-tab-lavora-con-noi .sh-form-container textarea.form-control {
    min-height: 386px;
  }
}
.sh-form-container .form-control:-webkit-autofill,
.sh-form-container .form-control:-webkit-autofill:hover,
.sh-form-container .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px #ffffff inset;
}
.sh-form-container p.sh-caracter-message {
  text-align: right;
  font-size: 14px;
  color: #989898;
  font-weight: 400;
  display: block;
  margin-top: 3px;
}
.sh-form-container p.sh-caracter-message > span {
  font-weight: 700;
  display: inline-block;
  margin-right: 4px;
  color: #008bd2;
}
.sh-form-container .form-group {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 12px;
  position: relative;
}
.sh-form-container .form-group label {
  font-size: 12px;
  text-transform: uppercase;
  color: #b9c5cd;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 3px;
}
.sh-form-container .form-group .text-danger {
  position: absolute;
  right: 2px;
  /*top: 10px;*/
  top: 1px;
  display: inline;
  color: #d91616;
  font-size: 12px;
  font-weight: normal;
}
.sh-form-container .form-group .fa-check {
  position: absolute;
  top: 40px;
  right: 18px;
  color: #008bd2;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 15px #ffffff;
  -moz-box-shadow: 0 0 0 15px #ffffff;
  box-shadow: 0 0 0 15px #ffffff;
}
.sh-form-container .form-group.sh-blue-gray-field .form-control,
.sh-form-container .form-group.sh-blue-gray-field .form-control:hover,
.sh-form-container .form-group.sh-blue-gray-field .form-control:focus {
  color: #082661;
  font-weight: 700;
  background-color: #fafafa;
  cursor: pointer;
}
.sh-form-container .form-group.sh-blue-gray-field .form-control:-webkit-autofill,
.sh-form-container .form-group.sh-blue-gray-field .form-control:-webkit-autofill:hover,
.sh-form-container .form-group.sh-blue-gray-field .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px #fafafa inset;
}
.sh-form-container .form-group.sh-blue-gray-field label {
  color: #008bd2;
  text-transform: uppercase;
}
.sh-form-container .sh-form-select .nice-select {
  width: 100%;
  line-height: 36px;
  text-transform: none;
  background-color: #ffffff;
  padding-left: 12px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #323c47;
}
.sh-form-container .sh-form-select .nice-select:after {
  border-color: #008bd2;
  border-width: 3px;
  height: 11px;
  width: 11px;
  margin-top: -6px;
}
.sh-form-container .sh-form-select .nice-select .list {
  border-color: #c7d6e3;
}
.sh-form-container .sh-form-select .nice-select .option {
  line-height: 26px;
  min-height: 26px;
  font-weight: 400;
  border-bottom: solid 1px rgba(199, 214, 227, 0.5);
}
.sh-form-container .sh-form-select .nice-select .option:hover,
.sh-form-container .sh-form-select .nice-select .option.focus {
  color: #000;
  background-color: rgba(246, 246, 246, 0.5);
}
.sh-form-container .sh-form-select .nice-select .option.selected,
.sh-form-container .sh-form-select .nice-select .option.selected:hover,
.sh-form-container .sh-form-select .nice-select .option.selected:focus {
  font-weight: 600;
  color: #008bd2;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 0 100px #f6f6f6;
}
.sh-form-mail-sent-ok,
.sh-form-mail-sent-failed {
  padding: 19px;
  display: block;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
  min-height: 400px;
  text-align: center;
}
.sh-small-form-container .sh-form-mail-sent-ok,
.sh-small-form-container .sh-form-mail-sent-failed,
.sh-tab-lavora-con-noi .sh-form-mail-sent-ok,
.sh-tab-lavora-con-noi .sh-form-mail-sent-failed,
.sh-tab-cresci .sh-form-mail-sent-ok,
.sh-tab-cresci .sh-form-mail-sent-failed,
.sh-contattaci-diventa .sh-form-mail-sent-ok,
.sh-contattaci-diventa .sh-form-mail-sent-failed {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cdd8db;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-height: initial;
  margin-top: 20px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .sh-contattaci-diventa .sh-form-mail-sent-ok,
  .sh-contattaci-diventa .sh-form-mail-sent-failed {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .sh-form-mail-sent-ok,
  .sh-form-mail-sent-failed {
    min-height: 320px;
  }
}
.sh-form-mail-sent-ok > p,
.sh-form-mail-sent-failed > p {
  color: #04183c;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  max-width: 230px;
  margin: 70px auto 10px auto;
}
.sh-small-form-container .sh-form-mail-sent-ok > p,
.sh-small-form-container .sh-form-mail-sent-failed > p {
  margin: 0 0 10px 0;
}
@media (max-width: 991px) {
  .sh-form-mail-sent-ok > p,
  .sh-form-mail-sent-failed > p {
    margin-top: 20px;
  }
}
.sh-form-mail-sent-ok > p .fa,
.sh-form-mail-sent-failed > p .fa {
  color: #008bd2;
}
.sh-form-mail-sent-failed > p .fa {
  color: #d91616;
}
.sh-small-form-container {
  font-size: 18px;
  color: #475666;
  line-height: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  background-color: #f2f9fd;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Filiali drop-up-down list */
}
.sh-small-form-container .sh-blue-subtitle-normal {
  font-size: 20px;
}
.sh-small-form-container .sh-txt-form-info {
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: -0.04em;
}
.sh-small-form-container label {
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sh-small-form-container .sh-select-office-row > [class*=col-] {
    width: 55%;
  }
  .sh-small-form-container .sh-select-office-row > [class*=col-]:first-child {
    width: 45%;
    padding-right: 0;
  }
  .sh-small-form-container .sh-select-office-row > [class*=col-] label {
    white-space: nowrap;
  }
}
.sh-small-form-container .form-control,
.sh-small-form-container .btn-select-office {
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #323c47;
  height: 37px;
  line-height: 37px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sh-small-form-container .form-control:hover,
.sh-small-form-container .btn-select-office:hover,
.sh-small-form-container .form-control:focus,
.sh-small-form-container .btn-select-office:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sh-small-form-container .form-control:-webkit-autofill,
.sh-small-form-container .form-control:-webkit-autofill:hover,
.sh-small-form-container .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px #ffffff inset;
}
.sh-small-form-container .btn-select-office {
  display: block;
  color: #999999;
  width: 100%;
  text-align: left;
  padding: 0 12px;
  font-style: italic;
  background: url("../images/sh-right-blue-arrow.png") 99.4% center no-repeat;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}
.sh-small-form-container .btn-select-office.btn-so-selected {
  color: #333;
}
.sh-small-form-container .btn-so-dd-holder {
  position: relative;
}
.sh-small-form-container #OfficeList {
  height: 0;
  max-height: 0;
  transition: all 1s ease-out;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 32px;
  width: 100%;
  right: 0;
  background-color: #fff;
  z-index: 321;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0), 0 0 5px 0 rgba(0, 0, 0, 0);
  font-style: normal;
}
@media (max-width: 991px) {
  .sh-small-form-container #OfficeList {
    max-width: 260px;
  }
}
@media (max-width: 480px) {
  .sh-small-form-container #OfficeList {
    max-width: 100%;
  }
}
.sh-small-form-container #OfficeList.filiali-list-active {
  height: auto;
  max-height: 800px;
  position: absolute;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.sh-small-form-container #OfficeList ul {
  padding: 0;
  margin: 0;
}
.sh-small-form-container #OfficeList ul li {
  list-style-type: none;
  display: block;
  cursor: pointer;
  padding: 2px 10px 3px 10px;
  background-color: #fff;
  border-bottom: solid 1px #e5e5e5;
  margin: 0 1px;
}
.sh-small-form-container #OfficeList ul li:first-child {
  padding-top: 4px;
  border-radius: 3px 3px 0 0;
  margin-top: 1px;
}
.sh-small-form-container #OfficeList ul li:last-child {
  border-bottom: 0;
  padding-bottom: 4px;
  border-radius: 0 0 3px 3px;
  margin-bottom: 1px;
}
.sh-small-form-container #OfficeList ul li:hover,
.sh-small-form-container #OfficeList ul li:active {
  color: #008bd2;
  background-color: #f6f6f6;
}
.sh-small-form-container .form-control:-ms-placeholder {
  color: #999999;
  font-style: italic;
}
.sh-small-form-container .form-control::-ms-input-placeholder {
  color: #999999;
  font-style: italic;
}
.sh-small-form-container .form-control:-ms-input-placeholder {
  color: #999999;
  font-style: italic;
}
.sh-small-form-container .form-control::-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
}
.sh-small-form-container .form-control::-moz-placeholder {
  color: #999999;
  font-style: italic;
}
.sh-small-form-container .form-group {
  margin-bottom: 10px;
  position: relative;
}
.sh-small-form-container .form-group .sh-telefono {
  text-align: right;
}
@media (min-width: 992px) {
  .sh-small-form-container .form-group .sh-telefono {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .sh-small-form-container .form-group .sh-telefono {
    margin-top: 10px;
  }
}
.sh-small-form-container .form-group .sh-telefono .sh-label-inline-nw {
  width: 65px;
  text-align: left;
}
.sh-small-form-container .form-group .sh-telefono .form-control {
  width: calc(100% - 75px);
  display: inline-block;
}
@media (min-width: 992px) {
  .sh-small-form-container .form-group.sh-btn-nested > [class*=col-]:last-child .btn.btn-orange {
    min-width: initial;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sh-small-form-container .form-group.sh-btn-nested > [class*=col-]:last-child {
    margin-top: 10px;
  }
}
.sh-small-form-container .form-group.sh-btn-nested.sh-checkbox {
  margin-bottom: 0;
  margin-top: 15px;
}
.sh-small-form-container .form-group.sh-btn-nested.sh-checkbox > [class*=col-]:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sh-small-form-container .form-group.sh-btn-nested.sh-checkbox > [class*=col-]:first-child {
    margin-bottom: 15px;
  }
}
.sh-small-form-container .form-group .fa-check {
  position: absolute;
  top: 11px;
  right: 27px;
  color: #008bd2;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 10px #ffffff;
  -moz-box-shadow: 0 0 0 10px #ffffff;
  box-shadow: 0 0 0 10px #ffffff;
}
.sh-form-container .sh-checkbox,
.sh-small-form-container .sh-checkbox {
  margin-top: 10px;
  position: relative;
}
.sh-form-container .sh-checkbox label,
.sh-small-form-container .sh-checkbox label {
  color: #475666;
  padding-left: 40px;
  display: block;
  line-height: 30px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.sh-form-container .sh-checkbox label a,
.sh-small-form-container .sh-checkbox label a {
  color: #475666;
  text-decoration: underline;
  text-decoration-color: #8396a9;
}
.sh-form-container .sh-checkbox label a:hover,
.sh-small-form-container .sh-checkbox label a:hover {
  color: #0073ae;
  text-decoration: none;
}
@media (min-width: 992px) {
  .sh-privata-previdenza .sh-form-container .sh-checkbox label,
  .sh-privata-previdenza .sh-small-form-container .sh-checkbox label {
    letter-spacing: -0.04em;
  }
}
.sh-form-container .sh-checkbox label span,
.sh-small-form-container .sh-checkbox label span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  position: relative;
  top: -1px;
}
.sh-form-container .sh-checkbox input[type="checkbox"],
.sh-small-form-container .sh-checkbox input[type="checkbox"] {
  position: absolute;
  left: 15px;
  top: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.sh-form-container .sh-checkbox input[type="checkbox"] + label,
.sh-small-form-container .sh-checkbox input[type="checkbox"] + label {
  color: #475666;
  padding-left: 37px;
  display: block;
}
.sh-form-container .sh-checkbox input[type="checkbox"] + label:before,
.sh-small-form-container .sh-checkbox input[type="checkbox"] + label:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 15px;
  top: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px #3683cd;
  border-radius: 2px;
}
.sh-form-container .sh-checkbox input[type="checkbox"]:checked + label:after,
.sh-small-form-container .sh-checkbox input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  position: absolute;
  left: 20px;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #008bd2;
  z-index: 1;
  pointer-events: none;
}
.sh-calcola-iframe iframe {
  margin: 30px auto 10px auto;
  width: 100%;
}
.sh-partner-logos {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .sh-partner-logos {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -20px;
  }
}
.sh-partner-logos .sh-pl-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
@media (min-width: 641px) {
  .sh-partner-logos .sh-pl-row {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .sh-partner-logos .sh-pl-row {
    display: block;
  }
}
.sh-partner-logos .sh-pl-row > .sh-pl-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .sh-partner-logos .sh-pl-row > .sh-pl-cell {
    display: inline-block;
    margin-bottom: 40px;
  }
}
.sh-partner-logos .sh-pl-row > .sh-pl-cell > img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .sh-partner-logos .sh-pl-row > .sh-pl-cell > img {
    max-width: 90px;
  }
}
@media (max-width: 640px) {
  .sh-partner-logos .sh-pl-row > .sh-pl-cell > img {
    max-width: 100%;
    margin: 0 20px;
  }
}
@media (max-width: 480px) {
  .sh-partner-logos .sh-pl-row > .sh-pl-cell > img {
    max-width: 100px;
    margin: 0 10px;
  }
}
@media (max-width: 360px) {
  .sh-partner-logos .sh-pl-row > .sh-pl-cell > img {
    max-width: 90px;
  }
}
@media (min-width: 641px) {
  .sh-partner-logos .sh-pl-row:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sh-default-page-center-container .sh-partner-logos {
    margin-left: -25px;
    margin-right: -20px;
  }
}
.sh-glossario-accordion {
  margin-bottom: 65px;
}
.sh-glossario-accordion > h2 {
  font-size: 30px;
  color: #4da1ff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
}
.sh-glossario-accordion > .panel {
  border: solid 1px #c7e1f0;
  margin-bottom: 10px;
  padding: 2px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 48px;
  background-color: #eaeef2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sh-glossario-accordion > .panel .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.sh-glossario-accordion > .panel .panel-heading .panel-title {
  text-transform: none;
}
.sh-glossario-accordion > .panel .panel-heading .panel-title > a {
  margin-left: 0;
  color: #008bd2;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  min-height: 26px;
  padding: 9px 40px 12px 11px;
  position: relative;
  display: block;
  text-decoration: none;
}
.sh-glossario-accordion > .panel .panel-heading .panel-title > a:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 20px;
  right: 14px;
  position: absolute;
  top: 17px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 20px;
}
.sh-glossario-accordion > .panel .panel-heading .panel-title > a.collapsed:before {
  top: 7px;
  transform: rotate(135deg);
}
.sh-glossario-accordion > .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.sh-glossario-accordion > .panel .panel-body {
  padding: 0 12px 15px 10px;
  font-size: 16px;
  line-height: 1.3;
}
.sh-faq-accordion {
  margin-bottom: 65px;
}
.sh-faq-accordion > h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 20px;
  color: #008bd2;
  font-weight: 600;
  text-transform: none;
}
.sh-faq-accordion .panel + .panel {
  margin: 0;
}
.sh-faq-accordion > .panel {
  border: 0;
  border-bottom: solid 1px #475666;
  margin: 0;
  padding: 2px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 48px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sh-faq-accordion > .panel:first-of-type {
  border-top: solid 1px #475666;
}
.sh-faq-accordion > .panel .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.sh-faq-accordion > .panel .panel-heading .panel-title {
  text-transform: none;
}
.sh-faq-accordion > .panel .panel-heading .panel-title > a {
  margin-left: 0;
  color: #475666;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  min-height: 26px;
  padding: 9px 40px 12px 0;
  position: relative;
  display: block;
  text-decoration: none;
}
.sh-faq-accordion > .panel .panel-heading .panel-title > a:before {
  content: '';
  display: block;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #475666;
  top: 14px;
  right: 2px;
  width: 0;
  height: 0;
}
.sh-faq-accordion > .panel .panel-heading .panel-title > a.collapsed:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #475666;
  top: 13px;
  right: -6px;
}
.sh-faq-accordion > .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.sh-faq-accordion > .panel .panel-body {
  padding: 0 12px 15px 20px;
  font-size: 16px;
  line-height: 1.3;
}

/* Default Accordion */
.sh-accordion > .panel-default {
  background-color: #edf9fe;
  border: 0;
}
.sh-accordion > .panel .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.sh-accordion > .panel-collapse > .panel-body,
.sh-accordion .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  border-top: 0;
  padding-left:10px;
  padding-right:10px;
}
.sh-accordion .panel + .panel {
  margin-top: 38px;
}
.sh-accordion > .panel .panel-heading .panel-title {
  text-transform: none;
}
.sh-accordion > .panel .panel-heading .panel-title > a {
  margin-left: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  min-height: 26px;
  padding: 9px 40px 10px 10px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  background-color: #0077c8;
  border: solid 1px #0077c8;
  -webkit-border-radius:8px;
  border-radius:8px;
}
.sh-accordion > .panel .panel-heading .panel-title > a.collapsed {
  background-color: #ffffff;
  border: solid 1px #0077c8;
  color: #0077c8;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.1);
}

.sh-accordion .sh-accordion-subtitle {
	font-weight:600;
	margin:0 !important;
}

.sh-accordion-image {
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0,119,200,0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0,119,200,0.1);
  box-shadow: 0px 8px 12px 0px rgba(0,119,200,0.1);
  margin: 4px 8% 16px 2%;
  max-width:90%;
}

.sh-blue-semibold {
  color: #008bd2 !important;
  font-weight: 600 !important;
  text-decoration: none;
}
.sh-lightblue-semibold {
  color: #4bc0f4 !important;
  font-weight: 600 !important;
  text-decoration: none;
}
.sh-lbl-20-upp,
p.sh-lbl-20-upp {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sh-lbl-20-upp.orange,
p.sh-lbl-20-upp.orange {
  color: #f36c31;
}
.sh-lbl-20-upp.blue,
p.sh-lbl-20-upp.blue {
  color: #008bd2;
}
.sh-uppcase {
  text-transform: uppercase;
}
.sh-semibold {
  font-weight: 600;
}
.p-title {
  text-transform: uppercase;
}
.sh-p-txt-gray-lg,
[class^="col-"].sh-p-txt-gray-lg > p {
  margin: 0 0 20px 0;
  color: #323c47;
  line-height: 1.3;
  font-size: 26px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .sh-p-txt-gray-lg,
  [class^="col-"].sh-p-txt-gray-lg > p {
    line-height: 1.2;
  }
}
.sh-p-txt-gray-md,
[class^="col-"].sh-p-txt-gray-md > p {
  font-size: 22px;
  margin: 0 0 18px 0;
  color: #323c47;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .sh-p-txt-gray-md,
  [class^="col-"].sh-p-txt-gray-md > p {
    font-size: 21px;
    margin: 0 0 17px 0;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .sh-p-txt-gray-md,
  [class^="col-"].sh-p-txt-gray-md > p {
    font-size: 20px;
    margin: 0 0 16px 0;
  }
}
.sh-small-blue-title,
h5.sh-small-blue-title {
  font-size: 14px;
  font-weight: 700;
  color: #0094e1;
  text-transform: uppercase;
}
/* Privacy */
.sh-area-with-icon {
  margin-bottom: 40px;
}
.sh-area-with-icon > h4 {
  color: #008bd2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
}
.sh-area-with-icon a:hover {
  text-decoration: underline;
}
.sh-area-with-icon > div {
  position: relative;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .sh-area-with-icon > div {
    padding-left: 0;
  }
}
.sh-area-with-icon > div > h3 {
  color: #008bd2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
}
.sh-area-with-icon > div > p {
  margin-bottom: 8px;
}
.sh-area-with-icon .table-bordered {
  font-size: 16px;
  white-space: nowrap;
  border-color: #008bd2;
}
@media (max-width: 767px) {
  .sh-area-with-icon .table-bordered {
    white-space: normal;
  }
}
.sh-area-with-icon .table-bordered > thead > tr > th {
  padding: 3px 6px;
  border-bottom-width: 1px;
  border-color: #008bd2;
}
.sh-area-with-icon .table-bordered > tbody > tr > td {
  padding: 3px 6px;
  border-color: #008bd2;
}
@media (max-width: 767px) {
  .sh-area-with-icon .table-bordered > tbody > tr > td:last-child {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.sh-area-with-icon .sh-icon-abs {
  position: absolute;
  left: 0;
  top: 5px;
  width: 54px;
  height: 70px;
  display: inline-block;
  background: url("../images/sh-ico-titolare.png") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .sh-area-with-icon .sh-icon-abs {
    position: relative;
    top: auto;
    left: auto;
  }
}
.sh-area-with-icon .sh-icon-abs.icon-titolare {
  background-image: url("../images/sh-ico-titolare.png");
}
.sh-area-with-icon .sh-icon-abs.icon-target {
  background-image: url("../images/sh-ico-target.png");
}
.sh-area-with-icon .sh-icon-abs.icon-contatto {
  background-image: url("../images/sh-ico-contatto.png");
}
@media (max-width: 767px) {
  .sh-area-with-icon .sh-icon-abs.icon-contatto {
    margin-bottom: -20px;
    pointer-events: none;
  }
}
.sh-area-with-icon .sh-icon-abs.icon-destinatari {
  background-image: url("../images/sh-ico-destinatari.png");
}
.sh-area-with-icon .sh-icon-abs.icon-trasferimento {
  background-image: url("../images/sh-ico-trasferimento.png");
}
.sh-area-with-icon .sh-icon-abs.icon-conservazione {
  background-image: url("../images/sh-ico-conservazione.png");
}
.sh-area-with-icon .sh-icon-abs.icon-diritti {
  background-image: url("../images/sh-ico-diritti.png");
}
@media (max-width: 767px) {
  .sh-area-with-icon .sh-icon-abs.icon-diritti {
    margin-bottom: -15px;
    pointer-events: none;
  }
}
/*scrol to top*/
a.scroll-to-top,
a.scroll-to-top:link,
a.scroll-to-top:visited {
  background-color: #008bd2;
  bottom: 15px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 60px;
  width: 60px;
  line-height: 53px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: solid 1px #008bd2;
  border-radius: 100%;
}
a.scroll-to-top .fa-arrow-up,
a.scroll-to-top:link .fa-arrow-up,
a.scroll-to-top:visited .fa-arrow-up {
  display: none;
}
@media (max-width: 991px) {
  a.scroll-to-top,
  a.scroll-to-top:link,
  a.scroll-to-top:visited {
    height: 50px;
    width: 50px;
    line-height: 44px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  a.scroll-to-top,
  a.scroll-to-top:link,
  a.scroll-to-top:visited {
    height: 40px;
    width: 40px;
    line-height: 35px;
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  a.scroll-to-top,
  a.scroll-to-top:link,
  a.scroll-to-top:visited {
    right: 50%;
    bottom: -26px;
    margin-right: -20px;
    line-height: 15px;
    color: #4da1ff;
    background-color: transparent;
    border-color: transparent;
    font-size: 40px;
  }
  a.scroll-to-top .fa,
  a.scroll-to-top:link .fa,
  a.scroll-to-top:visited .fa {
    line-height: 0.9;
    position: relative;
    top: -2px;
  }
  a.scroll-to-top .fa-angle-up,
  a.scroll-to-top:link .fa-angle-up,
  a.scroll-to-top:visited .fa-angle-up {
    display: none;
  }
  a.scroll-to-top .fa-arrow-up,
  a.scroll-to-top:link .fa-arrow-up,
  a.scroll-to-top:visited .fa-arrow-up {
    display: block;
  }
}
a.scroll-to-top:hover,
a.scroll-to-top:focus,
a.scroll-to-top:active {
  background-color: #ffffff;
  text-decoration: none;
  outline: none;
  color: #008bd2;
  height: 62px;
  width: 62px;
  bottom: 16px;
}
@media (max-width: 991px) {
  a.scroll-to-top:hover,
  a.scroll-to-top:focus,
  a.scroll-to-top:active {
    height: 52px;
    width: 52px;
  }
}
@media (max-width: 767px) {
  a.scroll-to-top:hover,
  a.scroll-to-top:focus,
  a.scroll-to-top:active {
    height: 42px;
    width: 42px;
  }
}
@media (max-width: 640px) {
  a.scroll-to-top:hover,
  a.scroll-to-top:focus,
  a.scroll-to-top:active {
    right: 50%;
    bottom: -24px;
    margin-right: -20px;
    line-height: 15px;
    color: #4da1ff;
    background-color: transparent;
    border-color: transparent;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  a.scroll-to-top:hover .fa,
  a.scroll-to-top:focus .fa,
  a.scroll-to-top:active .fa {
    line-height: 0.9;
  }
}
.sh-default-page-center-container .sh-error-title {
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #0093d4;
  font-size: 66px;
  background: url("../images/shadow-404-title.png") center 99.1% no-repeat;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .sh-default-page-center-container .sh-error-title {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .sh-default-page-center-container .sh-error-title {
    margin-top: 70px;
  }
}
.sh-default-page-center-container .sh-error-title > span {
  display: block;
  text-transform: lowercase;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .sh-error-description {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .sh-error-description {
    padding: 15px;
    margin-top: 20px;
  }
}
.sh-error-description,
.sh-error-description > p {
  font-size: 24px;
  color: #000243;
  line-height: 1.5;
}
/* END: Page Content ------------------------------------------------- */
/* START: Footer ------------------------------------------------------------------------------------- */
.footer {
  background-color: #04183c;
  color: #647bac;
  font-size: 14px;
  padding: 55px 30px 0 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .container {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .footer .container > .row > [class*=col-] {
    padding-top: 40px;
  }
  .footer .container > .row > [class*=col-]:first-child {
    padding-top: 0;
  }
  .footer .container > .row > [class*=col-] .sh-footer-links {
    min-width: 160px;
    min-width: 100px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .container > .row > [class*=col-]:nth-child(2),
  .footer .container > .row > [class*=col-]:nth-child(3),
  .footer .container > .row > [class*=col-]:nth-child(4) {
    padding-left: 0;
  }
  .footer .container > .row > [class*=col-]:first-child {
    width: 26.33333333%;
  }
  .footer .container > .row > [class*=col-]:last-child {
    width: 14.66666667%;
    padding-right: 0;
  }
  .footer .container > .row > [class*=col-]:nth-child(2) {
    width: 21.66666667%;
  }
  .footer .container > .row > [class*=col-]:nth-child(3),
  .footer .container > .row > [class*=col-]:nth-child(4) {
    width: 18.66666667%;
  }
}
.footer .sh-footer-logo-col img {
  border-style: none;
  vertical-align: top;
  width: 245px;
  max-width: 100%;
  height: auto;
  margin: 5px 0 15px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .sh-footer-logo-col img {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .footer .sh-footer-logo-col img {
    margin: 0 0 40px 0;
  }
}
.footer .copyright {
  text-align: center;
}
.footer .copyright p {
  margin-bottom: 7px;
}
.footer a {
  color: #646a7b;
  padding: 4px 0;
  margin-bottom: 2px;
  display: inline-block;
}
.footer a:hover {
  color: #4bc0f4 !important;
}
.footer .sh-footer-links {
  margin-bottom: 40px;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.footer .sh-footer-links li a {
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .sh-footer-links li a {
    letter-spacing: -0.01em;
  }
}
@media (max-width: 767px) {
  .footer .sh-footer-links li a {
    font-size: 16px;
  }
}
.footer .sh-footer-links li.sh-footer-links-title a {
  padding: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .sh-footer-copyright-area {
  border-bottom: solid 6px #4da1ff;
  padding: 2px 0 4px 0;
  margin: 22px -30px 0 -30px;
  text-align: center;
}
.footer .sh-footer-copyright-area > .container {
  position: relative;
}
.footer .sh-footer-copyright-area > .container:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #233457;
  left: 10%;
  width: 80%;
}
@media (min-width: 1400px) {
  .footer .sh-footer-copyright-area > .container:before {
    left: -10%;
    width: 120%;
  }
}
@media (max-width: 1199px) {
  .footer .sh-footer-copyright-area > .container:before {
    left: 2%;
    width: 96%;
  }
}
@media (max-width: 767px) {
  .footer .sh-footer-copyright-area > .container:before {
    left: 4.5%;
    width: 91%;
  }
}
.footer .sh-footer-copyright-area .sh-copyright-top-links a {
  margin: 1px 5px;
}
.footer .sh-footer-copyright-area .sh-copyright-top-links .sh-ctl-sub-row {
  position: relative;
  bottom: -3px;
}
.footer .sh-footer-copyright-area .sh-copyright-top-links .sh-ctl-sub-row a {
  color: #647bac;
}
.footer .sh-footer-copyright-area .sh-copyright-bottom-links {
  padding-bottom: 3px;
  margin-bottom: 1px;
}
@media (max-width: 640px) {
  .footer .sh-footer-copyright-area .sh-copyright-bottom-links {
    padding-bottom: 7px;
    margin-bottom: 3px;
  }
}
@media (max-width: 480px) {
  .footer .sh-footer-copyright-area .sh-copyright-bottom-links {
    padding-bottom: 10px;
    margin-bottom: 4px;
  }
}
.footer .sh-footer-copyright-area .sh-copyright-bottom-links a {
  color: #3d5993;
  font-weight: bold;
  margin: 1px 5px;
}
.sh-footer-quick-links-row {
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2);
  /*margin-top: 50px;*/
  padding: 25px 30px 8px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .sh-footer-quick-links-row > .container {
    padding: 0;
    margin: 0 -15px;
  }
}
.sh-footer-quick-links-row .sh-quick-links-holder {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.sh-footer-quick-links-row .sh-quick-links-holder .sh-ql-cell {
  display: table-cell;
  height: 70px;
  text-align: center;
  vertical-align: top;
}
.sh-footer-quick-links-row .sh-quick-links-holder .sh-ql-cell h5 {
  color: #333;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
}
.sh-footer-quick-links-row .sh-quick-links-holder .sh-ql-cell h5 > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .sh-footer-quick-links-row .sh-quick-links-holder .sh-ql-cell:first-child {
    display: none;
  }
  .sh-footer-quick-links-row .sh-quick-links-holder .sh-ql-cell:last-child {
    display: none;
  }
}
/* Footer Scrollable */
.sh-show-hide-footer .sh-footer-quick-links-row {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sh-footer-quick-links-row {
  position: fixed;
  bottom: -120px;
  width: 100%;
  z-index: 1000;
}
.sh-show-hide-footer .sh-footer-quick-links-row {
  bottom: 0;
}
.no-fix {
  position: relative;
  width: auto;
}
.sh-show-hide-footer-out .sh-footer-quick-links-row {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sh-show-hide-footer-out .sh-footer-quick-links-row {
  bottom: -120px;
}
/*.sh-margin-fix-quick-links {
    margin-top: 170px;
}*/
.sh-quick-links-support-spacer {
  height: 50px;
}
.sh-quick-links-support-spacer.sh-spacer-fix-active {
  height: 170px;
}
.sh-spacer-fix-active {
  height: 170px;
}
.sh-footer-quick-links-row button,
.sh-footer-quick-links-row a {
  padding: 0;
  border-radius: 100%;
  height: 39px;
  border: 0;
  width: 39px;
  line-height: 39px;
  background: url("../images/sh-ico-my-sheltia-39.png") #2c477e center center no-repeat;
  display: inline-block;
}
.sh-footer-quick-links-row button.sh-btn-calcola,
.sh-footer-quick-links-row a.sh-btn-calcola {
  background-image: url("../images/sh-ico-calcola-39.png");
}
.sh-footer-quick-links-row button.sh-btn-scrivici,
.sh-footer-quick-links-row a.sh-btn-scrivici {
  background-image: url("../images/sh-ico-scrivici-39.png");
}
.sh-footer-quick-links-row button.sh-btn-candidati,
.sh-footer-quick-links-row a.sh-btn-candidati {
  background-image: url("../images/sh-ico-candidati-39.png");
}
.sh-footer-quick-links-row button.sh-btn-my-sheltia,
.sh-footer-quick-links-row a.sh-btn-my-sheltia {
  background-image: url("../images/sh-ico-my-sheltia-39.png");
  background-color: #f08513;
}
.sh-footer-quick-links-row button:hover:not(.sh-btn-my-sheltia),
.sh-footer-quick-links-row a:hover:not(.sh-btn-my-sheltia),
.sh-footer-quick-links-row button.sh-active-blue:not(.sh-btn-my-sheltia),
.sh-footer-quick-links-row a.sh-active-blue:not(.sh-btn-my-sheltia) {
  background-color: #008bd2;
}
.sh-footer-quick-links-row button.sh-active,
.sh-footer-quick-links-row a.sh-active {
  background-color: #008bd2;
}
/* END: Footer -------------------------------------------------   */
/* START: Cookies track -----------------------------------------------------------------------------------------   */
.sh-cookies-track {
  position: fixed;
  background-color: #333;
  color: #ffffff;
  width: 100%;
  z-index: 987654;
  font-size: 14px;
  padding: 15px;
  visibility: hidden;
  pointer-events: none;
  left: 0;
  bottom: -70px;
  /*.opacity(0);*/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .sh-cookies-track {
    bottom: -90px;
  }
}
@media (max-width: 767px) {
  .sh-cookies-track {
    bottom: -130px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
}
@media (max-width: 580px) {
  .sh-cookies-track {
    bottom: -150px;
  }
}
@media (max-width: 510px) {
  .sh-cookies-track {
    bottom: -170px;
  }
}
@media (max-width: 480px) {
  .sh-cookies-track {
    bottom: -240px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
}
@media (max-width: 360px) {
  .sh-cookies-track {
    bottom: -260px;
  }
}
@media (max-width: 280px) {
  .sh-cookies-track {
    bottom: -300px;
  }
}
.sh-cookies-track.sh-show-cookies-track {
  visibility: visible;
  pointer-events: all;
  /*.opacity(1);*/
  bottom: 0;
}
@media (min-width: 768px) {
  .sh-cookies-track > .container {
    padding: 0;
    /*max-width: 1040px;
            width: 1200px;*/
  }
}
@media (min-width: 768px) {
  .sh-cookies-track > .container > .row {
    margin: 0;
    display: table;
    table-layout: fixed;
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sh-cookies-track > .container > .row > [class^="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .sh-cookies-track > .container > .row > [class^="col-"]:first-child {
    padding-left: 0;
  }
  .sh-cookies-track > .container > .row > [class^="col-"]:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sh-cookies-track > .container > .row > [class^="col-"]:first-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .sh-cookies-track > .container > .row > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .sh-cookies-track > .container > .row > [class^="col-"].sh-cookies-btn-col > .row > [class^="col-"] {
    float: none;
    width: 100%;
    display: block;
  }
  .sh-cookies-track > .container > .row > [class^="col-"].sh-cookies-btn-col > .row > [class^="col-"]:first-child {
    margin-bottom: 15px;
  }
}
.sh-cookies-track h2 {
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: none;
}
.sh-cookies-track p {
  margin-bottom: 5px;
}
.sh-cookies-track .btn {
  min-width: initial !important;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 5px 11px 5px;
  font-size: 13px;
  letter-spacing: normal;
}
/* END: Cookies track -------------------------------------------------   */
/**umb_name:Blue*/
.Blue {
  color: #008bd2 !important;
}
/**umb_name:Blue-semibold*/
.BlueSemibold {
  color: #008bd2 !important;
  font-weight: 600 !important;
}
/**umb_name:Blue-bold*/
.BlueBold {
  color: #008bd2 !important;
  font-weight: 700 !important;
}