html,
body {
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility;
}
input[type="date"] {
  font-family: 'Roboto', sans-serif;
}
.block {
  display: block;
}
.clear {
  clear: both;
}
.section {
  margin: 0.5em;
}

#header {
  height: 85px;
  padding-top: 10px;
}
#header nav {
  float: right;
}
#header nav a {
  color: #8a6759;
  text-decoration: none;
  line-height: 85px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 10px;
}
#header nav a:hover {
  color: #573324;
}
#header nav ul {
  display: inline;
}
#header nav ul li {
  display: inline;
}
#header #logo {
  width: 85px;
  float: left;
  left: 50%;
  position: relative;
  margin-left: -42.5px;
}
#header #logo img {
  width: 100%;
}
#principale {
  position: relative;
  /*background-image: url("img/logo_low.png");*/
  background-image: url("img/sfondo.jpeg");
  background-repeat: no-repeat;
  background-position: center top;
  display: table;
  width: 100%;
  height: 50px;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#principale #principale-header {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#principale #principale-header h4 {
  color: white;
  font-weight: 100;
}
#principale #principale-header h5 {
  color: white;
  font-weight: 300;
}
.zigzag-top {
  display: block;
  background-position: center top;
  background-color: transparent;
  background-repeat: repeat-x;
  background-image: url("img/zigzag-top.png");
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.zigzag-bottom {
  display: block;
  background-position: center bottom;
  background-color: transparent;
  background-repeat: repeat-x;
  background-image: url("img/zigzag-bottom.png");
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.box-bottom {
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("img/box-bottom.png");
  background-position: center bottom;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  height: 39px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.logout {
  display: inline-block;
  background: transparent url(img/webapp_logout.png) no-repeat center left;
  padding-left: 35px;
  line-height: 30px;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}
#vantaggi .article-box {
  margin: 0 1.5%;
  padding: 0;
  width: 30%;
  float: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#vantaggi .article-box figure {
  margin: 0;
  background-color: #999999;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#vantaggi .article-box figure img {
  width: 100%;
  margin-top: -10%;
}
#vantaggi .article-box h4 {
  margin: 1em 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#vantaggi .article-box p {
  line-height: 1.250em;
  font-weight: 300;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#app {
  position: relative;
  background-image: url("img/logo_low.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin-top: 100px;
}
#app #app-container {
  position: relative;
  height: 100%;
}
#app #app-container #app-content {
  width: 60%;
  padding-top: 15%;
  margin-left: 2.5%;
}
#app #app-container #app-content h4 {
  font-weight: 100;
  margin-bottom: 0.75em;
}
#app #app-container #app-content p {
  font-weight: 300;
  line-height: 1.5;
}
#app #app-container #mobile-container {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
#app #app-container #mobile-container #mobile-app {
  width: 100%;
}
#preloader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#preloader #preloader-spin {
  -webkit-animation: rotation 2s linear infinite;
  -moz-animation: rotation 2s linear infinite;
  -o-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
  background: transparent url(img/ajax-loader.png) center center no-repeat;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
}
@-webkit-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader-background {
  background-image: url(img/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
#webapplication {
  position: relative;
  margin-top: 70px;
}
#webapplication #wa-navigation {
  margin: 0 auto;
  height: 110px;
}
#webapplication #wa-navigation li {
  display: inline-block;
  width: 24%;
}
#webapplication #wa-navigation li a.navigation {
  color: #999999;
  font-size: 1.125em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding-top: 60px;
  text-decoration: none;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#webapplication #wa-navigation li a.navigation:hover,
#webapplication #wa-navigation li a.navigation.active {
  color: black;
}
#webapplication #wa-navigation li a.navigation.btn-points {
  background-image: url(img/webapp_home_off.png);
}
#webapplication #wa-navigation li a.navigation.btn-points:hover,
#webapplication #wa-navigation li a.navigation.btn-points.active {
  background-image: url(img/webapp_home.png);
}
#webapplication #wa-navigation li a.navigation.btn-profile {
  background-image: url(img/webapp_profile_off.png);
}
#webapplication #wa-navigation li a.navigation.btn-profile:hover,
#webapplication #wa-navigation li a.navigation.btn-profile.active {
  background-image: url(img/webapp_profile.png);
}
#webapplication #wa-navigation li a.navigation.btn-transfer {
  background-image: url(img/webapp_transfer_off.png);
}
#webapplication #wa-navigation li a.navigation.btn-transfer:hover,
#webapplication #wa-navigation li a.navigation.btn-transfer.active {
  background-image: url(img/webapp_transfer.png);
}
#webapplication #wa-navigation li a.navigation.btn-history {
  background-image: url(img/webapp_history_off.png);
}
#webapplication #wa-navigation li a.navigation.btn-history:hover,
#webapplication #wa-navigation li a.navigation.btn-history.active {
  background-image: url(img/webapp_history.png);
}
#saldo #saldo-inner {
  width: 600px;
  margin: 0 auto;
}
#saldo #saldo-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#saldo #saldo-inner #saldo-left {
  float: left;
  width: 320px;
  height: 320px;
  background-color: #cc0000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#saldo #saldo-inner #saldo-left hgroup {
  padding-top: 4em;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
#saldo #saldo-inner #saldo-left hgroup #points {
  font-size: 8em;
  font-weight: 100;
  padding-top: 15px;
  padding-bottom: 15px;
}
#saldo #saldo-inner #saldo-right {
  float: right;
  width: 190px;
  height: 190px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #8a6759;
  margin-top: 65px;
}
#saldo #saldo-inner #saldo-right a {
  font-weight: 100;
  display: block;
  padding-top: 60px;
  margin-top: 50px;
  width: 100%;
  text-align: center;
  background: transparent url(img/webapp_transfer_white.png) top center no-repeat;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
#saldo-footer {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}
.big {
  font-size: 3.25em;
}
.double {
  font-size: 2em;
}
.medium {
  font-size: 1.5em;
}
.regular {
  font-size: 1.125em;
}
.upper {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.grey {
  color: #999999;
}
.white {
  color: white;
}
.light-grey {
  color: #e6e6e6;
}
.title {
  color:#573324;
  font-size: 3.25em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 100;
}
.title-medium {
  font-size: 3.25em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 100;
  font-size: 2em;
  margin: 0;
  margin-top: 80px;
}
.title-small {
  font-size: 3.25em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 100;
  font-size: 1.125em;
  font-weight: 600;
  margin: 0;
}
.subtitle {
  font-size: 1.5em;
  text-align: center;
  color: #573324;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 30px;
}
.article-title {
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: -1px;
}
/*FORM STYLE*/
#webapp-container {
  margin-top: 100px;
}
.resizer {
  width: 62.5%;
  margin: 0 auto;
}
.profile-nominative {
  font-size: 2.5em;
  text-align: center;
  font-weight: 300;
}
.profile-card {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 100px;
}
.webapp-input-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #8a6759;

  text-transform: uppercase;
  line-height: 30px;
  margin: 0 auto;
  width: 100%;
  display: block;
  border: 0;
  margin-bottom: 13px;
  padding: 10px;
  padding-left: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  color:white
}

#btn-form {
  display: block;
  margin: 0 auto;
  width: 285px;
  text-align: center;
  background-color: #8a6759;
  color: white;
  text-transform: uppercase;
  border: 0;
  line-height: 50px;
}
#btn-form:hover {
  background-color: #573324
}

#webapp-login {
  padding-top: 85px;
}
#webapp-login #btn-form {
  margin-top: 85px;
  margin-bottom: 85px;
}
#webapp-login input {
 color:white
} 

#webapp-login input ::placeholder{
  color:white
 } 

 ::-webkit-input-placeholder { /* Chrome */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
}

.field-validation-error {
  line-height: 30px;
  margin: 0 auto;
  width: 100%;
  display: block;
  border: 0;
  margin-bottom: 13px;
  color: #a00000;
}
.icon-card {
  background-image: url(img/input_card.png);
}
.icon-map {
  background-image: url(img/input_map.png);
}
.icon-user {
  background-image: url(img/input_user.png);
}
.icon-bday {
  background-image: url(img/input_birthday.png);
}
.icon-email {
  background-image: url(img/input_email.png);
}
.icon-phone {
  background-image: url(img/input_phone.png);
}
.icon-transfer {
  background-image: url(img/input_transfer.png);
}
.icon-pointstotransfer {
  background-image: url(img/input_transfer_white.png);
}
.fail,
.success {
  text-align:center;
  margin: 0 auto;
  background-color: #f3f3f3;
  margin-bottom: 13px;
}
.fail {
  border: 1px solid #C00;
}
.fail h4 {
  background-color: #c00;
  color: white;
  padding: 10px;
}
.fail h4 strong {
  font-weight: bold;
}
.fail div {
  color: #8a6759;
  padding: 10px;
}
.success {
  border: 1px solid #8a6759;
}
.success h4 {
  background-color: #8a6759;
  color: white;
  padding: 10px;
}
.success h4 strong {
  font-weight: bold;
}
.success div {
  color: #8a6759;
  padding: 10px;
}
#available-points {
  width: 190px;
  height: 190px;
  background-color: #cc0000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}
#available-points hgroup {
  padding-top: 45px;
  text-transform: uppercase;
}
#available-points hgroup .available-value {
  font-size: 4em;
  font-weight: 100;
}
#available-points hgroup .available-sub {
  font-weight: 100;
}
.history-item {
  background-color: #f2f2f2;
}
.history-item.odd {
  background-color: #e6e6e6;
}
.history-item .history-mov-upload,
.history-item .history-mov-download {
  width: 50px;
  height: 70px;
  float: left;
}
.history-item .history-mov-upload {
  background: transparent url(img/history_out.png) no-repeat center center;
}
.history-item .history-mov-download {
  background: transparent url(img/history_in.png) no-repeat center center;
}
.history-item .history-title {
  height: 70px;
  float: left;
}
.history-item .history-title .history-title-container {
  padding-top: 21px;
  color: #b3b3b3;
}
.history-item .history-title .history-title-container strong {
  color: #5f5f5f;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.history-item .history-title .history-title-container span {
  color: #b3b3b3;
  font-size: 12px;
}
.history-item .history-message {
  float: left;
  line-height: 70px;
  font-size: 12px;
  color: #b3b3b3;
  padding-left: 20px;
}
.history-item .history-value {
  float: right;
  width: 50px;
  padding-right: 20px;
  height: 70px;
  text-align: right;
  line-height: 70px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -3px;
}
.history-item .history-value.download {
  color: #46884b;
}
.history-item .history-value.upload {
  color: #BE686b;
}
.movement-wrapper {
  height: 50px;
  padding: 10px 0;
}
.movement-wrapper .paginate-history {
  display: block;
  width: 100px;
  background-color: #808080;
  color: white;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.movement-wrapper .paginate-history:hover {
  background-color: #333;
}
.movement-wrapper .paginate-history.left {
  float: left;
}
.movement-wrapper .paginate-history.right {
  float: right;
}
footer {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;

}
#footer-container {
  clear: left;
  float: right;
  width: 100%;
  color: #CCCCCC;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#final-footer-right {
  width: 90px;
  height: 19px;
  float: right;
}
#final-footer-left {
  float: left;
  height: 19px;
  line-height: 19px;
  font-size: xx-small;
  text-transform: uppercase;
  color: #666;
}
#footer a {
  color: #cccccc;
  text-decoration: underline;
}
#footer a:hover {
  color: #575152;
  text-decoration: none;
}
.progress-container {
  font-size: 12px;
  position: relative;
  height: 80px;
}
.progress-container .progress-bar {
  position: absolute;
  top: 15px;
  margin-top: 18px;
  height: 4px;
  background-color: #b3b3b3;
  width: 100%;
}
.progress-container .progress-value {
  height: 4px;
  background-color: #C00;
  width: 0;
}
.progress-container .dot {
  position: absolute;
  display: block;
  background-color: #b3b3b3;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  top: 25px;
  margin-left: -10px;
  z-index: 3;
}
.progress-container .dot.dot_11 {
  left: 100%;
}
.progress-container .dot.dot_10 {
  left: 90%;
}
.progress-container .dot.dot_9 {
  left: 80%;
}
.progress-container .dot.dot_8 {
  left: 70%;
}
.progress-container .dot.dot_7 {
  left: 60%;
}
.progress-container .dot.dot_6 {
  left: 50%;
}
.progress-container .dot.dot_5 {
  left: 40%;
}
.progress-container .dot.dot_4 {
  left: 30%;
}
.progress-container .dot.dot_3 {
  left: 20%;
}
.progress-container .dot.dot_2 {
  left: 10%;
}
.progress-container .dot.dot_1 {
  left: 0%;
}
.progress-container .dot.dot_0 {
  margin-left: -20px;
}
.progress-container .dot.active-dot {
  background-color: #C00;
}
.progress-container .p-point {
  position: absolute;
  display: block;
  top: 0;
  margin-left: -10px;
}
.progress-container .p-point.point_11 {
  left: 100%;
}
.progress-container .p-point.point_10 {
  left: 90%;
}
.progress-container .p-point.point_9 {
  left: 80%;
}
.progress-container .p-point.point_8 {
  left: 70%;
}
.progress-container .p-point.point_7 {
  left: 60%;
}
.progress-container .p-point.point_6 {
  left: 50%;
}
.progress-container .p-point.point_5 {
  left: 40%;
}
.progress-container .p-point.point_4 {
  left: 30%;
}
.progress-container .p-point.point_3 {
  left: 20%;
}
.progress-container .p-point.point_2 {
  left: 10%;
}
.progress-container .p-point.point_1 {
  left: 0%;
}
.progress-container .p-point.point_0 {
  margin-left: -20px;
}
.progress-container .p-euro {
  position: absolute;
  display: block;
  top: 50px;
  margin-left: -10px;
}
.progress-container .p-euro.euro_11 {
  left: 100%;
}
.progress-container .p-euro.euro_10 {
  left: 90%;
}
.progress-container .p-euro.euro_9 {
  left: 80%;
}
.progress-container .p-euro.euro_8 {
  left: 70%;
}
.progress-container .p-euro.euro_7 {
  left: 60%;
}
.progress-container .p-euro.euro_6 {
  left: 50%;
}
.progress-container .p-euro.euro_5 {
  left: 40%;
}
.progress-container .p-euro.euro_4 {
  left: 30%;
}
.progress-container .p-euro.euro_3 {
  left: 20%;
}
.progress-container .p-euro.euro_2 {
  left: 10%;
}
.progress-container .p-euro.euro_1 {
  left: 0%;
}
.progress-container .p-euro.euro_0 {
  margin-left: -20px;
}
.p-result {
  margin-bottom: 40px;
}
.p-result h4 {
  display: none;
}
@media (max-width: 320px) {
  .mobile {
    display: block;
  }
  #vantaggi .article-box {
    width: 95%;
  }
  #app #app-container #app-content {
    width: 85%;
    margin: 0 auto;
    padding-top: 35%;
  }
  #app #app-container #mobile-container {
    display: none;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 2.25em;
  }
  .subtitle {
    font-size: 1em;
  }
  #principale {
    height: 260px;
  }
  .mobile {
    display: block;
  }
  .big {
    font-size: 2.25em;
  }
  .double {
    font-size: 1.5em;
  }
  .medium {
    font-size: 1em;
  }
  .regular {
    font-size: 0.8em;
  }
  #header {
    height: auto;
  }
  #header #logo {
    float: none;
  }
  #header nav {
    float: none;
    text-align: center;
  }
  #header nav a {
    display: block;
    float: left;
    width: 33%;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  #header nav nav {
    float: none;
  }
  #app #app-container #app-content {
    width: 85%;
    margin: 0 auto;
    padding-top: 35%;
  }
  #app #app-container #mobile-container {
    display: none;
  }
  #webapp-container {
    margin-top: 10px;
  }
  #webapp-login {
    padding-top: 0;
  }
  #webapp-login #btn-form {
    margin-top: initial;
    margin-bottom: 13px;
  }
  .profile-nominative {
    font-size: 1.5em;
  }
  .profile-card {
    font-size: 1em;
    margin-bottom: 10px;
  }
  #vantaggi .article-box {
    width: 95%;
    margin-bottom: 20px;
  }
  #webapplication #wa-navigation {
    height: auto;
  }
  #webapplication #wa-navigation li a.navigation span {
    display: none;
  }
  #saldo #saldo-inner {
    width: 100%;
  }
  #saldo #saldo-inner #saldo-left {
    float: none;
    margin: 0 auto;
    width: 300px;
    height: 300px;
  }
  #saldo #saldo-inner #saldo-right {
    float: none;
    margin: 0 auto;
    margin-top: 35px;
    padding-top: 1px;
  }
  .resizer {
    width: 95%;
  }
  .history-message {
    display: none;
  }
  #btn-form {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  #principale {
    height: 480px;
  }
  .mobile {
    display: block;
  }
  .history-message {
    display: none;
  }
  #header {
    height: auto;
  }
  #header #logo {
    float: none;
  }
  #header nav {
    float: none;
    text-align: center;
  }
  #header nav a {
    line-height: 1;
  }
  #header nav nav {
    float: none;
  }
  .resizer {
    width: 95%;
  }
  #webapp-container {
    margin-top: 50px;
  }
  .profile-card {
    margin-bottom: 50px;
  }
  .section {
    max-width: 480px !important;
  }
  #vantaggi .article-box {
    width: 45%;
    margin-bottom: 40px;
    height: 480px;
  }
  #app {
    width: 100%;
    height: 600px;
    margin-top: 100px;
  }
  #app #app-container {
    position: relative;
    height: 100%;
  }
  #app #app-container #app-content {
    width: 47.5%;
  }
  #app #app-container #app-content h4 {
    font-size: 2em;
  }
  #app #app-container #app-content p {
    font-size: 1.125em;
  }
  #app #app-container #mobile-container {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  #app #app-container #mobile-container #mobile-app {
    width: 100%;
  }
  #webapplication #wa-navigation {
    height: inherit;
  }
  #webapplication #wa-navigation li a.navigation span {
    display: none;
  }
  #saldo #saldo-inner {
    width: 100%;
  }
  #saldo #saldo-inner #saldo-left {
    float: none;
    margin: 0 auto;
    width: 300px;
    height: 300px;
  }
  #saldo #saldo-inner #saldo-right {
    float: none;
    margin: 0 auto;
    margin-top: 35px;
    padding-top: 1px;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  #principale {
    height: 600px;
  }

  .mobile {
    display: block;
  }
  .history-message {
    display: none;
  }
  .resizer {
    width: 95%;
  }
  .section {
    max-width: 768px !important;
  }
  #vantaggi .article-box {
    width: 45%;
    margin-bottom: 40px;
    height: 600px;
  }
  #webapplication #wa-navigation li a.navigation {
    font-size: 12px;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  #principale {
    height: 800px;
  }
  .mobile {
    display: none;
  }
  .section {
    max-width: 960px !important;
  }
  .resizer {
    width: 95%;
  }
}
@media (min-width: 1025px) {
  #principale {
    height: 1024px;
  }
  .mobile {
    display: none;
  }
  .section {
    max-width: 1280px !important;
  }
}
