/*STILI DI BASE*/
.transition_standard {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*FinchÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ non ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ completo meglio lasciarlo nel sito bianco, poi in caso lo sposteremo nell'ikon portal*/
/*RESET*/
html,
body {
  margin: 0px;
  height: 100%;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.well1 ul {
  margin: 10px 0px 0px 28px;
  padding: 0px;
  list-style-type: disc;
}

.well1 li {
  margin: 10px 0;
  padding: 0px;

}


p,
form {
  margin: 0px;
}
a {
  text-decoration: none;
}
img {
  border: 0px;
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 10px 0 20px 0;
  font-weight: normal;
  font-size: 22px;
  /* margin-bottom: 14px; */
}

.c-titlebar__title h1 {font-size: 5rem !important;}

/*CLASS AND MIXINS*/
.clearfloat {
  clear: both;
}
.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hover {
  //cursor: pointer;
  cursor: default;
}
/*utile per customizzare input, button e select*/
.resetDefaultApparence {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
}
.resetDefaultApparence::-ms-expand {
  display: none;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.equalHeight {
  overflow: hidden;
}
.equalHeight .col {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.verticalGradient(@startColor: #555, @endColor: #333) {
    background-color: mix(@startColor, @endColor, 60%);
    background-image: -moz-linear-gradient(top, @startColor, @endColor); // FF 3.6+
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), to(@endColor)); // Safari 4+, Chrome 2+
    background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+
    background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10
    background-image: linear-gradient(to bottom, @startColor, @endColor); // Standard, IE10
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@startColor),argb(@endColor))); // IE9 and down
}*/
.boostAnimation {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

/*@-webkit-keyframes spinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}*/

/*@-moz-keyframes spinnerAnimation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spinnerAnimation {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}*/

/*animazioni standard*/
.standardTransition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.anim_highlight_opacity .image,
.anim_highlight_opacity img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.anim_highlight_opacity:hover .image,
.anim_highlight_opacity:hover img {
  opacity: 0.8;
}
.anim_highlight_zoom img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.anim_highlight_zoom:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
body {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}
.o-content {
  width: 1170px;
  margin: 0px auto;
}

.visibile-desktop {
  display: block;
}

.visibile-phone {
  display: none;
}


@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .o-content {
    width: 900px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1023px) {
  .o-content {
    width: 660px;
  }
}
@media only screen and (max-width: 749px) {
  .o-content {
    width: 290px;
  }

.visibile-desktop {
  display: none;
}

.visibile-phone {
  display: block;
}

}
/*animations*/
@keyframes bounceDown {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.a-bounceDown {
  animation: bounceDown 2s infinite;
}
.blockMsg {
  background: none !important;
  -webkit-animation: spinnerAnimation 1s linear infinite;
  -moz-animation: spinnerAnimation 1s linear infinite;
  -o-animation: spinnerAnimation 1s linear infinite;
  animation: spinnerAnimation 1s linear infinite;
}
.h-hiddenLabel {
  display: none;
}
.h-hiddenText {
  text-indent: -9999px;
}
/*stile pagine interne*/
.c-topbar {
  height: 40px;
  background: #1B1464;
  padding-top: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.c-topbar img {
  float: left;
}
.c-topbar h1 {
  float: right;
  line-height: 30px;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 749px) {
  .c-topbar {
    padding-top: 10px;
    z-index: 10000;
    position: fixed;
  }
  .c-topbar img {
    /*width: 100%;*/
  }
  .c-topbar h1 {
    display: none;
  }
}
/*FOOTER*/
.c-footer {
  height: 174px;
  background-position: center;
  position: relative;
  z-index: 200;
  padding: 40px 0px;
  background: #fff;
}
.c-footer .c-footer__box1 {
  float: left;
}
.c-footer .c-footer__box1_t1 {
  font-size: 18px;
  margin-bottom: 12px;
}
.c-footer .c-footer__box1_t1 img {
  max-width: 100%;
}
.c-footer .c-footer__box1_t2 {
  font-size: 12px;
  color: #858585;
  line-height: 14px;
  margin-bottom: 14px;
}
.c-footer .c-footer__box1_t2 a {
  color: inherit;
}

.c-footer .c-footer__box2 {
  float: right;
}
.c-footer .c-footer__box2_t1 {
  margin-bottom: 12px;
}

.c-footer .c-footer__box3_t1 {
  font-size: 12px;
  color: #858585;
  line-height: 14px;
  margin-bottom: 14px;
}
.c-footer .c-footer__box3 {
  float: right;
  margin: 0 20px 12px 0;
}

.c-footer .c-footer-channel {
  float: right;
  margin-left: 20px;
}
.c-footer .c-footer__box2_t2 {
  font-size: 12px;
  color: #858585;
  line-height: 14px;
  margin-bottom: 10px;
}
.c-footer .c-footer__box2_t3 {
  text-align: right;
}
.c-footer .c-footer__box2_t3 img {
  display: inline-block;
}
@media only screen and (max-width: 749px) {
  .c-footer {
    height: auto;
  }
  .c-footer .o-content {
    width: 100%;
    padding: 0px 30px;
  }
  .c-footer .c-footer__box1 {
    float: none;
  }
  .c-footer .c-footer__box2 {
    float: none;
    margin-top: 40px;
  }

  .c-footer .c-footer__box3 {
    float: left;
    margin: 15px 20px 12px 0;
}

  .c-footer .c-footer-channel {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
  }
  .c-footer .c-footer__box2_t3 {
    text-align: left;
  }
}
/*COOKIE BAR*/
#cookie_bar {
  position: absolute;
  z-index: 1000000;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
#cookie_bar .text {
  margin-right: 20px;
  line-height: 30px;
}
#cookie_bar #cookie_bar_ok {
  margin-right: 20px;
  line-height: 30px;
  height: 30px;
  color: #236AB1;
  background: #fff;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 5px;
}
#cookie_bar .standard_link {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 749px) {
  #cookie_bar .text {
    margin-right: 0px;
    line-height: 140%;
    float: none;
  }
  #cookie_bar #cookie_bar_ok {
    line-height: 20px;
    height: 20px;
    padding: 0px 10px;
  }
  #cookie_bar .links {
    float: none;
    margin-top: 10px;
  }
}
.c-page_wrapper {
  margin-top: 40px;
}
.c-loginbar {
  height: 40px;
  text-align: right;
  font-size: 16px;
  line-height: 40px;
  background: #1B1464;
}
.c-loginbar__username {
  font-weight: 700;
  color: #fff;
}
.c-loginbar__logout {
  font-weight: 600;
  margin-left: 40px;
  color: #fff;
  text-decoration: underline;
  padding-right: 18px;
  background: url('logout.png') no-repeat right center;
}
@media only screen and (max-width: 749px) {
  .c-loginbar {
    text-align: left;
    font-size: 14px;
  }
  .c-loginbar__logout {
    margin-left: 40px;
  }
}
.c-titlebar__logos {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
}
.c-titlebar__logo {
  width: 190px;
  height: 78px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 14px;
  display: inline-block;
  text-align: center;
}
.c-titlebar__logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.c-titlebar__logo img {
  display: inline-block;
  vertical-align: middle;
}
.c-titlebar {
  background-position: center;
  background-size: cover;
  height: 180px;
  position: relative;
}
.c-titlebar__title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 120%;
}
.c-titlebar__logos + .c-titlebar .c-titlebar__title {
  /*top: 70%;*/
}
@media only screen and (max-width: 749px) {
  .c-titlebar__logos {
    position: relative;
  }
  .c-titlebar__logo {
    width: auto;
    height: 50px;
  }
  .c-titlebar__logo:nth-child(1) {
    float: left;
  }
  .c-titlebar__logo:nth-child(2) {
    float: right;
  }
  .c-titlebar__logos + .c-titlebar .c-titlebar__title {
    top: 50%;
    margin-left: 10px;
  }
}
.c-tabmenu {
  min-height: 40px;
  background: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
}
.c-tabmenu__link {
  color: #505B63;
  margin-right: 28px;
  display: inline-block;
  position: relative;
}
.c-tabmenu__link.isActive {
  color: #236AB1;
  font-weight: 600;
}
.c-tabmenu__link.isActive:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 2px;
  background: #236AB1;
}
.c-tabmenu_loginbar {
  float: right;
}
.c-fullpagebg {
  background-color: #36B6C0;
  background-position: center;
  background-size: cover;
  min-height: calc(100vh - 40px);
  padding: 100px 0px 60px;
}
.c-page_main {
  background-color: #F4F4F4;
  padding: 100px 0px 60px;
}
.c-titleinpage {
  font-size: 50px;
  font-weight: 700;
  color: #1B1464;
  line-height: 120%;
  margin-bottom: 50px;
}
.c-titleinpage span {
  color: #fff;
}
.c-page_abs {
  background: #fff;
  border-radius: 5px;
  padding: 17px 30px;
  font-size: 16px;
  line-height: 120%;
  color: #505B63;
  font-weight: 400;
  margin-bottom: 40px;
}
.c-page_abs strong {
  color: #236AB1;
  font-weight: 700;
}
.c-section_header {
  padding: 10px 0px;
  font-size: 24px;
  font-weight: 600;
  color: #236AB1;
}
.c-datatable {
  margin-bottom: 40px;
}
.c-datatable__row {
  background: #fff;
  min-height: 60px;
  padding: 10px 0px;
  margin-bottom: 2px;
  clear: both;
  font-size: 18px;
  line-height: 120%;
}
.c-datatable__row:after {
  content: '';
  display: block;
  clear: both;
}
.c-datatable__label {
  float: left;
  color: #236AB1;
  padding: 9px 45px 9px 30px;
  border-right: solid 2px #F4F4F4;
  width: 470px;
}
.c-datatable__value {
  float: left;
  color: #505B63;
  padding: 9px 30px 9px 45px;
  width: 700px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .c-datatable__label {
    width: 400px;
  }
  .c-datatable__value {
    width: 500px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1023px) {
  .c-datatable__label {
    width: 300px;
  }
  .c-datatable__value {
    width: 360px;
  }
}
@media only screen and (max-width: 749px) {
  .c-titlebar {
    height: 140px;
  }
  .c-titlebar__title {
    font-size: 30px;
    line-height: 120%;
  }
  .c-fullpagebg {
    padding: 30px 0px 60px;
  }
  .c-page_main {
    padding: 30px 0px 30px;
  }
  .c-titleinpage {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .c-page_abs {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .c-section_header {
    padding: 10px 0px;
    font-size: 16px;
  }
  .c-datatable {
    margin-bottom: 10px;
  }
  .c-datatable__row {
    min-height: 0px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 120%;
  }
  .c-datatable__label {
    float: none;
    padding: 0px;
    border-right: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .c-datatable__value {
    float: none;
    padding: 0px;
    width: 100%;
  }
}
.c-page_headebar {
  background: #fff;
  margin-bottom: 60px;
  height: 60px;
  line-height: 20px;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
}
.c-page_headebar__box1,
.c-page_headebar__box2 {
  display: inline-block;
  height: 60px;
  padding: 20px;
}
.c-page_headebar__box1 {
  border-right: solid 2px #F4F4F4;
  font-weight: 600;
  color: #236AB1;
}
.c-page_headebar__info {
  margin-right: 20px;
  display: inline-block;
}
.c-page_headebar__label {
  font-size: 14px;
}
.c-page_headebar__value {
  font-weight: 700;
  color: #236AB1;
}
.c-page_headebar__link {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}
@media only screen and (max-width: 749px), only screen and (min-width: 750px) and (max-width: 1023px) {
  .c-page_headebar {
    margin-bottom: 30px;
    height: auto;
    line-height: 20px;
    text-align: center;
  }
  .c-page_headebar__box1,
  .c-page_headebar__box2 {
    display: block;
    height: auto;
    padding: 10px;
  }
  .c-page_headebar__box1 {
    border-bottom: solid 2px #F4F4F4;
    border-right: 0px;
  }
  .c-page_headebar__box2 {
    padding-bottom: 70px;
  }
  .c-page_headebar__info {
    margin: 0px 10px;
  }
  .c-page_headebar__link {
    /*width: 150px;
        height: 30px;
        line-height: 30px;
        font-size:12px;*/
    bottom: 10px;
    top: auto;
    left: 50%;
    right: auto;
    margin-left: -110px;
  }
}
@media only screen and (max-width: 749px) {
  .c-page_headebar {
    font-size: 14px;
  }
  .c-page_headebar__box2 {
    padding-bottom: 60px;
  }
  .c-page_headebar__label {
    font-size: 12px;
  }
  .c-page_headebar__link {
    width: 150px;
    margin-left: -75px;
  }
}
/*accordion*/
.c-page_accordion {
  margin-bottom: 20px;
}
.c-page_accordion__toggler {
  color: #236AB1;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  border: solid 3px #fff;
  padding: 0px 8px;
  display: block;
  position: relative;
}
.c-page_accordion__toggler:after {
  content: '';
  display: block;
  background-image: url('icon-mobile-apri-servizio.png');
  width: 26px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
.c-page_accordion__content {
  display: none;
  padding: 10px 0px 30px;
}
.c-page_accordion.isOpen .c-page_accordion__content {
  display: block;
}
.c-page_accordion.isOpen .c-page_accordion__toggler:after {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
@media only screen and (max-width: 749px) {
  .c-page_accordion__toggler {
    font-size: 14px;
  }
  .c-page_accordion__toggler:after {
    right: 10px;
  }
  .c-page_accordion__content {
    display: none;
    padding: 10px 0px 10px;
  }
}
/*tabella*/
.c-table__wrapper {
  width: 100%;
  overflow: auto;
}
.c-table {
  width: 100%;
  border-spacing: 0px;
  font-size: 18px;
  line-height: 120%;
}
.c-table td,
.c-table th {
  padding: 20px 22px;
  border-bottom: solid 2px #F4F4F4;
  text-align: center;
  position: relative;
}
.c-table td:before,
.c-table th:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 10px;
  bottom: 10px;
  width: 2px;
}
.c-table td:first-child:before,
.c-table th:first-child:before {
  display: none;
}
.c-table th {
  font-weight: bold;
}
.c-table thead {
  background: #D1E7FF;
  color: #5B6773;
}
.c-table thead th:before {
  background: #236AB1;
}
.c-table tbody {
  color: #236AB1;
}
.c-table tbody td {
  background: #fff;
}
.c-table tbody td:before {
  background: #F4F4F4;
}
.c-table tfoot {
  background: #236AB1;
  color: #fff;
  font-weight: 600;
}
.c-table tfoot td:before {
  background: #fff;
}
.c-table .c-table__td--right {
  text-align: right;
}
.c-table .c-table__td--left {
  text-align: left;
}
.c-table .c-table__td--higlight {
  color: #F08100;
}
.c-table .c-table__phonelabel {
  display: none;
}
.c-table_footer {
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  color: #fff;
  background: #5B6773;
  padding: 20px 22px;
}
.c-table_note {
  margin-top: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 749px) {
  .c-table {
    display: block;
    font-size: 12px;
    line-height: 120%;
  }
  .c-table tr {
    display: block;
    margin-bottom: 10px;
    padding: 0px 5px;
  }
  .c-table td {
    display: block;
  }
  .c-table td:before {
    display: none;
  }
  .c-table td,
  .c-table th {
    padding: 8px 0px;
    border-top: solid 2px #F4F4F4;
    border-bottom: 0px;
    text-align: right;
    display: block;
    min-height: 34px;
  }
  .c-table td:before,
  .c-table th:before {
    display: none;
  }
  .c-table td:first-child,
  .c-table th:first-child {
    border-top: none;
  }
  .c-table thead {
    display: none;
  }
  .c-table tbody {
    display: block;
  }
  .c-table tbody tr {
    background: #fff;
  }
  .c-table tbody .c-table__phonelabel {
    color: #236AB1;
  }
  .c-table tfoot {
    display: block;
  }
  .c-table tfoot tr {
    background: #236AB1;
  }
  .c-table tfoot td {
    border-top-color: #fff;
  }
  .c-table tfoot .c-table__phonelabel {
    color: #fff;
  }
  .c-table .c-table__phonelabel {
    display: block;
    /*position: absolute;
            left: 0px;*/
    font-weight: bold;
    float: left;
  }
  .c-table_footer {
    font-size: 12px;
    line-height: 120%;
    padding: 10px;
  }
  .c-table_note {
    margin-top: 10px;
    font-size: 12px;
  }
}
/*infobox*/
.c-infobox {
  font-size: 18px;
  line-height: 120%;
  position: relative;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 20px;
}
.c-infobox--withlink {
  padding-right: 280px;
}
.c-infobox--dark {
  background-color: #5B6773;
  color: #fff;
}
.c-infobox__link {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 749px) {
  .c-infobox {
    font-size: 14px;
    line-height: 120%;
    padding: 15px;
    margin-bottom: 10px;
  }
  .c-infobox--withlink {
    padding-right: 15px;
    padding-bottom: 60px;
  }
  .c-infobox__link {
    bottom: 10px;
    top: auto;
    left: 50%;
    right: auto;
    margin-left: -110px;
    width: 150px;
    margin-left: -75px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*stili*/
.o-page_button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #36B6C0;
  text-align: center;
  width: 220px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-decoration: underline;
  display: inline-block;
}
@media only screen and (max-width: 749px) {
  .o-page_button {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
/*helper*/
.h-colorblue {
  color: #236AB1;
}
.styled_ul {
  list-style-type: disc;
  padding: 20px 0px 0px 30px;
}
.styled_ul a {
  color: #236AB1;
  font-weight: 700;
}
/*form utility*/
.o-errorbox {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  color: red;
  font-size: 18px;
}
.o-errorbox--small {
  width: calc(50% - 20px);
  float: right;
}
.o-formbox {
  border-radius: 10px;
  background: rgba(0, 65, 128, 0.8);
  padding: 20px;
  color: #fff;
  font-size: 18px;
}
.o-formbox--small {
  width: calc(50% - 20px);
  text-align: center;
  float: left;
}
.o-form_standard .o-forminput,
.o-form_standard .o-formselect,
.o-form_standard .o-textarea {
  border-color: #36B6C0;
}
.o-form_standard .o-formradio {
  display: inline-block;
  margin: 5px 6px;
}
.o-form_standard .o-formradio label {
  text-decoration: none;
  white-space: nowrap;
}
.o-form_standard .o-formradio .o-formradio__icon {
  border-color: #236AB1;
  background: #fff;
  display: inline-block;
  margin-top: 0px;
  vertical-align: middle;
}
.o-form_standard .o-formradio .o-formradio__label {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  margin-left: 5px;
}
.o-formrow {
  position: relative;
  z-index: 1;
  margin: 0px -10px 20px;
}
.o-formrow:hover {
  z-index: 2;
}
.o-formrow:after {
  content: '';
  display: block;
  clear: both;
}
.o-formcol {
  width: 100%;
  float: left;
  padding: 0px 10px;
  position: relative;
}
.o-formcol--50 {
  width: 50%;
}
.o-forminput,
.o-formselect,
.o-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
  width: 100%;
  height: 70px;
  border-radius: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  color: #505B63;
  font-size: 16px;
  padding: 0px 20px;
  border: solid 1px #36b6c0;
  background: #fff;
}
.o-forminput::-ms-expand,
.o-formselect::-ms-expand,
.o-textarea::-ms-expand {
  display: none;
}
.o-forminput::-webkit-input-placeholder,
.o-formselect::-webkit-input-placeholder,
.o-textarea::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #505B63;
  opacity: 1;
  font-weight: 400;
  text-decoration: underline;
}
.o-forminput:-moz-placeholder,
.o-formselect:-moz-placeholder,
.o-textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #505B63;
  opacity: 1;
  font-weight: 400;
  text-decoration: underline;
}
.o-forminput::-moz-placeholder,
.o-formselect::-moz-placeholder,
.o-textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #505B63;
  opacity: 1;
  font-weight: 400;
  text-decoration: underline;
}
.o-forminput:-ms-input-placeholder,
.o-formselect:-ms-input-placeholder,
.o-textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #505B63;
  opacity: 1;
  font-weight: 400;
  text-decoration: underline;
}
.o-forminput::-ms-input-placeholder,
.o-formselect::-ms-input-placeholder,
.o-textarea::-ms-input-placeholder {
  /* Edge */
  color: #505B63;
  opacity: 1;
  font-weight: 400;
  text-decoration: underline;
}
.o-forminput:placeholder-shown,
.o-formselect:placeholder-shown,
.o-textarea:placeholder-shown {
  /* Standard one last! */
  color: #505B63;
  opacity: 1;
  font-weight: 400;
  text-decoration: underline;
}
.o-formselect {
  background: #fff url('arrow_down_azzurra.png') no-repeat;
  background-position: right 20px center;
}
.o-textarea {
  height: 160px;
  padding: 20px;
}
.o-formradio {
  display: inline-block;
  margin: 0px 6px;
}
.o-formradio input {
  display: none;
}
.o-formradio label {
  text-decoration: underline;
}
.o-formradio .o-formradio__icon {
  width: 30px;
  height: 30px;
  border: solid 4px #fff;
  border-radius: 15px;
  display: block;
  margin-top: 5px;
}
.o-formradio .o-formradio__icon:before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #36B6C0;
  border-radius: 10px;
  display: block;
  margin: 2px;
  opacity: 0;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.o-formradio input:checked + label .o-formradio__icon:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.o-formbutton {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
  display: block;
  width: 100%;
  height: 70px;
  border: 0px;
  border-radius: 5px;
  color: #fff;
  padding: 0px 20px;
  text-align: left;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  background: #36B6C0 url('arrow_right_white.png') no-repeat;
  background-position: right 20px center;
}
.o-formbutton::-ms-expand {
  display: none;
}
.o-formbutton--exitform {
  margin-bottom: -40px;
}
.o-forminfo__toggler {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  padding: 0px 20px;
  width: 60px;
  background: url('info_icon.png') no-repeat center;
  z-index: 200;
}
.o-forminfo__toggler:hover + .o-forminfo__popup {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}
.o-forminfo__popup {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 100%;
  display: block;
  width: 290px;
  background: #236AB1;
  margin-left: 10px;
  padding: 20px 20px 20px 44px;
  text-align: left;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.o-forminfo__popup:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background-image: url('tooltip_icon.png');
  position: absolute;
  top: 24px;
  left: 12px;
}
.o-forminfo__popup:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: solid 20px transparent;
  border-right-color: #236AB1;
  position: absolute;
  left: -40px;
  top: 15px;
}
@media only screen and (min-width: 750px) and (max-width: 1023px), only screen and (max-width: 749px) {
  .o-errorbox--small {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .o-formbox--small {
    width: 100%;
    float: none;
  }
  .o-forminfo__toggler:hover + .o-forminfo__popup {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .o-forminfo__popup {
    top: 100%;
    right: 0px;
    left: auto;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-left: 0px;
    margin-top: 10px;
  }
  .o-forminfo__popup:after {
    border-bottom-color: #236AB1;
    border-right-color: transparent;
    top: -40px;
    right: 15px;
    left: auto;
  }
}
@media only screen and (max-width: 749px) {
  .o-forminput,
  .o-formselect,
  .o-formbutton {
    height: 50px;
    padding: 0px 15px;
  }
  .o-formrow {
    margin-bottom: 0px;
  }
  .o-formcol {
    margin-bottom: 20px;
  }
  .o-formcol--50 {
    width: 100%;
  }
  .o-formbox {
    font-size: 16px;
  }
  .o-forminfo__popup {
    width: 250px;
  }
}


.default_button{display: inline-block;padding: 10px 25px;/* margin-bottom: 0; */font-size: 14px;font-weight: 400;/* line-height: 1.42857143; */text-align: center;/* white-space: nowrap; *//* vertical-align: middle; */-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 5px;font-family: 'Titillium Web', sans-serif;font-weight: 400;font-size: 16px;background: #36B6C0;color: #fff;}

.default_button:hover{
background: #219ba5;
color: #fff;
}

.default_button:active{
background: #3dd2de;
color: #b4faff;
}

.o-content h1 a:hover, .o-content h1 a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.o-content h1 a:visited, .o-content h1 a:link {
  color: #ffffff;
}

.titoloTipoLogin {
  font-size: 40px;
  color: #06c;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 0;
  line-height: 32px;
}



.well1 {
    border-color: #fff;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 2px 30px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 2px 30px 0px rgba(50, 50, 50, 0.3);
    padding:20px;
    margin: 0px 0 50px 0;
    background: #fff;
    min-height: 590px;
}

.well1 label{
    font-size: 18px;
}

.crs_spid {
    margin: 5px auto 46px auto;
}

.asterisco {
    color: #219ba5;
    font-weight: bold;
    font-size: 20px;
}

.normal {
    font-weight: normal;
}

.mfix{
    margin-top: 25px;
}

.well1 label{
    margin-top: 20px;
}


@media only screen and (min-width: 1280px){
    .btn_fix{
        margin-top: 36px;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1279px){
    .btn_fix2{
        margin-top: 56px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px){
    .btn_fix2{
        margin-top: 43px;
    }
}



@media only screen and (min-width: 989px) and (max-width: 1279px){
    .well1 label{
        min-height: 54px;
    }
}


@media only screen and (max-width: 992px){
    .well1 {
        min-height: 0px;
    }
}