.shade {
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.i {
  font-style: italic;
}
.center {
  text-align: center;
}
.rel {
  position: relative;
  display: block;
}
.caps {
  text-transform: uppercase;
}
.uc {
  text-transform: uppercase;
}
.hide {
  display: none;
}
.tright {
  text-align: right;
}
.bw {
  filter: url(core/img/filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.nobw {
  filter: none;
  -webkit-filter: none;
}
.row img {
  max-width: 100%;
}
.gradienth {
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -ms-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);
}
.carousel-fade .carousel-inner .item {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 3s;
  -webkit-transition-duration: 3s;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-top: 90px;
  color: #000;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pad-0 {
  padding: 0px !important;
}
.upp {
  text-transform: uppercase;
}
a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
}
hr {
  border-top: 1px solid;
}
b,
strong {
  font-weight: 500;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
input {
  font-weight: 400;
}
.btn-primary {
  background-color: #193476;
  border-color: #193476;
}
.red {
  color: #bc1d24;
}
.to-action {
  text-transform: uppercase;
  font-size: 20px;
}
#privacy {
  padding-top: 30px;
}
#privacy h3 {
  margin: 20px 0;
  color: #bc1d24;
}
.box-privacy {
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
}
em {
  color: #bc1d24;
  font-style: normal;
  font-weight: 500;
}
em strong {
  font-weight: 700;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  line-height: inherit;
}
.cookie {
  z-index: 5000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 0px;
  background-color: rgba(50,50,50,0.9);
  color: white;
  font-size: 15px;
}
.cookie .close_cookie {
  cursor: pointer;
  display: -webkit-inline-box;
  transition: background-color 0.4s ease-in-out;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid white;
  color: white;
  margin-top: 25px;
  padding: 0px 15px;
}
.cookie .close_cookie:hover {
  background-color: white;
  color: black;
}
.cookie a {
  color: white;
}
.cookie a:hover {
  color: ;
}
.cookie p {
  margin: 0px;
}
.notFound {
  padding: 100px 0px;
  text-align: center;
  color: #696969;
}
.notFound h1 {
  color: #696969;
}
.notFound h2 {
  font-size: 16px;
  color: #696969;
}
.notFound a {
  font-size: 12px;
  font-weight: 600;
}
.notFound ul {
  padding: 0px;
  text-align: left;
}
.notFound ul>li {
  list-style-type: none;
  padding-left: 1.4em;
  color: #696969;
  line-height: initial;
}
.notFound ul>li:before {
  content: '\f00c';
  font-family: FontAwesome;
  width: 1.4em;
  margin-left: -1.4em;
  color: #696969;
}
.label-input + .label-for {
  width: 100%;
  background: #fff;
  padding: 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #bbb;
}
.label-input:checked + .label-for {
  background: #bc1d24;
  color: #fff;
  margin-bottom: 10px;
}
.checkbox-custom-2 {
  width: 20%;
}
.text-right {
  text-align: right !important;
}
.text {
  font-size: 20px;
  text-align: justify;
}
.text h1,
.text h2,
.text h3 {
  font-weight: 300;
  margin: 0 0 10px;
  line-height: inherit;
  text-align: left;
}
.text h1 {
  font-size: 27px;
  line-height: 32px;
}
.text h2 {
  font-size: 25px;
}
.text ul {
  list-style: none;
  padding: 0;
}
.text ul li {
  padding-left: 2em;
  margin-bottom: 2px;
}
.text ul li:before {
  content: "\f14a";
  color: #5cb85c;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
.text ol li {
  margin-bottom: 25px;
}
.text em {
  color: #bc1d24;
  font-style: normal;
  font-weight: 500;
}
.text em strong {
  font-weight: 700;
}
.margin-t-b {
  margin: 35px 0;
}
.margin-t {
  margin-top: 35px;
}
.margin-b {
  margin-bottom: 35px;
}
.t1 {
  font-size: 25px;
  line-height: 32px;
}
.navbar-fixed-top {
  box-shadow: 0px 1px 20px #aaa;
  background: #fff;
}
.navbar-fixed-top .btn-primary {
  text-transform: uppercase;
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 10px 8px;
}
.navbar-fixed-top .btn-primary:hover,
.navbar-fixed-top .btn-primary:focus {
  background: #bc1d24;
  border-color: #bc1d24;
}
.logo {
  margin: 5px 0;
  text-align: center;
}
.logo img {
  max-height: 80px;
}
.navbar-nav {
  margin-top: 50px;
}
.navbar-nav li a {
  font-size: 16px;
  border-right: 1px solid #999;
  padding: 10px 7px;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li.active a {
  background: #bc1d24;
  color: #fff;
}
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
}
.banner-nav {
  position: relative;
  height: 350px;
  background-color: #193476;
}
.banner-half {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  height: 350px;
  overflow: hidden;
  width: 60%;
  right: 0;
}
.nav2 {
  font-size: 20px;
  margin-top: 40px;
}
.nav2 .nav-stacked div a.livello-2 {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #fff;
  color: rgba(255,255,255,0.6);
}
.nav2 .nav-stacked div a.livello-2:hover,
.nav2 .nav-stacked div a.livello-2.active {
  background-color: #fff;
  color: #000;
}
footer {
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}
footer hr {
  border-top: 1px solid #ccc;
}
footer a:hover,
footer a:focus {
  color: #bc1d24;
}
footer .credits {
  font-size: 16px;
  margin: 30px 0;
}
footer .foot-claim {
  font-size: 25px;
  color: #bc1d24;
  text-align: center;
}
footer .log {
  max-height: 120px;
}
.banner-home {
  margin-bottom: 40px;
}
.banner-home .b-blue {
  background-color: #193476;
  height: calc(100vh - 90px);
  height: -webkit-calc(100vh - 90px);
  width: 35%;
  display: inline-block;
  float: left;
  border-right: 1px solid #fff;
  position: relative;
  color: #fff;
}
.banner-home .b-blue .b-wrap-txt {
  position: absolute;
  bottom: 150px;
  width: 100%;
  font-size: 18px;
}
.banner-home .b-blue .b-wrap-txt .b-left {
  display: inline-block;
  float: left;
  width: 35%;
  padding: 0 15px;
  position: relative;
}
.banner-home .b-blue .b-wrap-txt .b-left div {
  position: absolute;
}
.banner-home .b-blue .b-wrap-txt .b-left div h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
}
.banner-home .b-blue .b-wrap-txt .b-right {
  display: inline-block;
  float: left;
  width: 65%;
}
.banner-home .b-blue .b-claim {
  position: absolute;
  bottom: 0;
  background-color: #bc1d24;
  border-top: 1px solid #fff;
  width: 100%;
  padding: 15px;
  font-size: 25px;
  line-height: 33px;
  color: #fff;
  height: 140px;
}
.banner-home .b-blue .b-claim h1 {
  font-size: 25px;
  line-height: inherit;
  font-weight: 300;
  margin: 0;
}
.banner-home .b-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 90px);
  height: -webkit-calc(100vh - 90px);
  width: 65%;
  display: inline-block;
  float: left;
  position: relative;
}
.banner-home .b-img .ban-home-carousel-txt {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #193476;
  height: 140px;
  width: 32%;
  color: #fff;
  padding: 15px;
  font-size: 25px;
  line-height: 32px;
  text-align: right;
}
.banner-home .b-img .ban-home-carousel {
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 32%;
  background-color: #bc1d24;
  height: 140px;
  width: 36%;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  text-align: right;
}
.banner-home .b-img .ban-home-carousel .carousel-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 140px;
}
.banner-home .b-img .ban-soc-home {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 68%;
  background-color: #bc1d24;
  height: 140px;
  width: 32%;
  color: #fff;
  padding: 15px;
  font-size: 25px;
  line-height: 32px;
  text-align: right;
}
.square-icon {
  display: block;
  border: 2px solid #ddd;
  border-radius: 10px;
  height: 165px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  font-weight: 500;
}
.square-label {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #bc1d24;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: 500;
}
.square-blue {
  height: 165px;
  background-color: #193476;
  border: 2px solid #ddd;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  overflow: hidden;
  font-weight: 300;
  font-size: 18px;
  font-weight: 500;
}
.square-blue:hover,
.square-blue:focus {
  color: #fff;
}
.square-red {
  height: 165px;
  background-color: #bc1d24;
  border: 2px solid #ddd;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  overflow: hidden;
  font-weight: 300;
  font-size: 18px;
  font-weight: 500;
}
.square-red:hover,
.square-red:focus {
  color: #fff;
}
.sl {
  padding-top: 10px;
}
.chess {
  margin: 35px 0;
}
.chess-txt {
  text-align: center;
  font-size: 25px;
  line-height: 32px;
  padding-top: 50px;
}
.chess-txt hr {
  border-color: #ddd;
  border-width: 2px;
  width: 90%;
}
.chess-txt a {
  min-width: 150px;
  margin-top: 10px;
}
.chess-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 350px;
}
.blue-message {
  height: 400px;
  overflow: hidden;
  background-color: #193476;
  color: #fff;
  margin-top: 40px;
}
.blue-cnt {
  position: relative;
  height: 400px;
}
.blue-txt {
  position: absolute;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
.blue-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
}
.img-maxheight {
  max-height: 430px;
}
.tit-red {
  font-size: 30px;
  color: #bc1d24;
}
.col-custom {
  width: 20%;
}
.square-big {
  display: block;
  border: 2px solid #ddd;
  border-radius: 10px;
  height: 200px;
  padding: 25px 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.cnt-list {
  margin-bottom: 35px;
}
.cnt-list .square-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.txt-list {
  font-size: 25px;
  line-height: 32px;
}
.txt-list-min {
  font-size: 20px;
}
.page-perche-emergencycard .cnt-list,
.page-dati-richiesti .cnt-list {
  margin-bottom: 25px;
}
.page-perche-emergencycard .cnt-list .square-icon,
.page-dati-richiesti .cnt-list .square-icon {
  width: 90px;
  height: 90px;
  padding: 10px;
}
.tabs {
  margin-top: 50px;
}
.tabs .nav-justified li a {
  font-size: 27px;
  background-color: #fff;
}
.tabs .nav-justified li.active a {
  color: #bc1d24;
  background-color: #eee;
}
.tab-content {
  background-color: #eee;
  padding: 30px;
  font-size: 20px;
}
.tab-ul {
  background-color: #eee;
  padding: 30px;
  font-size: 20px;
  line-height: 24px;
}
.tab-ul ul {
  list-style: none;
  padding: 0;
}
.tab-ul ul li {
  padding-left: 30px;
  margin-bottom: 25px;
}
.tab-ul ul li:before {
  content: "\f00c";
  color: #5cb85c;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
.list-tit {
  font-weight: 500;
  color: #bc1d24;
  font-size: 25px;
}
.mappa iframe {
  width: 100%;
  height: 350px;
  margin-bottom: 50px;
}
.dovesiamo {
  font-size: 20px;
  text-align: right;
  background: #193476;
  color: #fff;
  padding: 30px;
  border-radius: 7px;
  margin-top: 25px;
}
.page-contatti label {
  font-weight: 500;
  font-size: 15px;
}
.page-contatti label span {
  color: #bc1d24;
  font-size: 25px;
  line-height: 0;
}
.banda {
  padding: 30px 0;
  background-color: #193476;
  color: #fff;
  margin-bottom: 40px;
}
.banda .tit-banda {
  font-size: 28px;
}
.banda h1 {
  font-weight: 300;
  margin: 0;
  font-size: 30px;
  line-height: 1.3em;
}
.banda em {
  color: #fff !important;
}
.page-la-mia-emergencycard .tab-content,
.page-ordina-la-tua-card .tab-content,
.page-profilo .tab-content,
.page-area-soccorritori .tab-content {
  background-color: #eee;
  padding: 30px;
  margin-top: -1px;
}
.page-la-mia-emergencycard .tab-content .text,
.page-ordina-la-tua-card .tab-content .text,
.page-profilo .tab-content .text,
.page-area-soccorritori .tab-content .text {
  font-size: 18px;
  margin-bottom: 30px;
}
.page-la-mia-emergencycard .tab-content .btn-success,
.page-ordina-la-tua-card .tab-content .btn-success,
.page-profilo .tab-content .btn-success,
.page-area-soccorritori .tab-content .btn-success {
  text-transform: uppercase;
  width: 100%;
}
.page-la-mia-emergencycard .tab-content .forgot,
.page-ordina-la-tua-card .tab-content .forgot,
.page-profilo .tab-content .forgot,
.page-area-soccorritori .tab-content .forgot {
  display: block;
  font-size: 18px;
  margin-top: 30px;
  cursor: pointer;
}
.page-la-mia-emergencycard .tab-content .recover,
.page-ordina-la-tua-card .tab-content .recover,
.page-profilo .tab-content .recover,
.page-area-soccorritori .tab-content .recover {
  margin-top: 30px;
}
.page-la-mia-emergencycard .tab-content .tit-label,
.page-ordina-la-tua-card .tab-content .tit-label,
.page-profilo .tab-content .tit-label,
.page-area-soccorritori .tab-content .tit-label {
  font-weight: 500;
  color: #bc1d24;
  font-size: 18px;
}
.page-la-mia-emergencycard .tab-content .tit-label span,
.page-ordina-la-tua-card .tab-content .tit-label span,
.page-profilo .tab-content .tit-label span,
.page-area-soccorritori .tab-content .tit-label span {
  color: #000;
  font-size: 14px;
}
.page-la-mia-emergencycard .tab-content .fake-textarea,
.page-ordina-la-tua-card .tab-content .fake-textarea,
.page-profilo .tab-content .fake-textarea,
.page-area-soccorritori .tab-content .fake-textarea {
  height: 200px;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow-y: scroll;
}
.page-la-mia-emergencycard .tab-content h3,
.page-ordina-la-tua-card .tab-content h3,
.page-profilo .tab-content h3,
.page-area-soccorritori .tab-content h3 {
  font-size: 20px;
}
.page-la-mia-emergencycard .tab-content label,
.page-ordina-la-tua-card .tab-content label,
.page-profilo .tab-content label,
.page-area-soccorritori .tab-content label {
  font-size: 15px;
  font-weight: 500;
}
.page-la-mia-emergencycard .tab-content label span,
.page-ordina-la-tua-card .tab-content label span,
.page-profilo .tab-content label span,
.page-area-soccorritori .tab-content label span {
  color: #bc1d24;
  font-size: 25px;
  line-height: 0;
}
.page-la-mia-emergencycard .tab-content label .min,
.page-ordina-la-tua-card .tab-content label .min,
.page-profilo .tab-content label .min,
.page-area-soccorritori .tab-content label .min {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
.page-la-mia-emergencycard .nav-tabs li,
.page-ordina-la-tua-card .nav-tabs li,
.page-profilo .nav-tabs li,
.page-area-soccorritori .nav-tabs li {
  display: table-cell;
  width: 1%;
  float: none;
}
.page-la-mia-emergencycard .nav-tabs li a,
.page-ordina-la-tua-card .nav-tabs li a,
.page-profilo .nav-tabs li a,
.page-area-soccorritori .nav-tabs li a {
  text-transform: uppercase;
  background-color: #fff;
  text-align: center;
  margin-right: 0;
  color: #000;
  border: 1px solid #eee;
}
.page-la-mia-emergencycard .nav-tabs li.active a,
.page-la-mia-emergencycard .nav-tabs li.active a:hover,
.page-la-mia-emergencycard .nav-tabs li.active a:focus,
.page-ordina-la-tua-card .nav-tabs li.active a,
.page-ordina-la-tua-card .nav-tabs li.active a:hover,
.page-ordina-la-tua-card .nav-tabs li.active a:focus,
.page-profilo .nav-tabs li.active a,
.page-profilo .nav-tabs li.active a:hover,
.page-profilo .nav-tabs li.active a:focus,
.page-area-soccorritori .nav-tabs li.active a,
.page-area-soccorritori .nav-tabs li.active a:hover,
.page-area-soccorritori .nav-tabs li.active a:focus {
  background-color: #eee;
  color: #000;
  border-color: #eee;
}
.page-la-mia-emergencycard .device-list strong,
.page-ordina-la-tua-card .device-list strong,
.page-profilo .device-list strong,
.page-area-soccorritori .device-list strong {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}
.page-la-mia-emergencycard .fake-tab,
.page-ordina-la-tua-card .fake-tab,
.page-profilo .fake-tab,
.page-area-soccorritori .fake-tab {
  border-bottom: 1px solid #ccc;
}
.page-la-mia-emergencycard .fake-tab .fake-row,
.page-ordina-la-tua-card .fake-tab .fake-row,
.page-profilo .fake-tab .fake-row,
.page-area-soccorritori .fake-tab .fake-row {
  text-transform: uppercase;
  padding: 10px;
  background-color: #efefef;
  border: 1px solid #ccc;
  font-weight: 500;
  border-bottom: none;
}
.page-la-mia-emergencycard .fake-tab .fake-row:nth-of-type(odd),
.page-ordina-la-tua-card .fake-tab .fake-row:nth-of-type(odd),
.page-profilo .fake-tab .fake-row:nth-of-type(odd),
.page-area-soccorritori .fake-tab .fake-row:nth-of-type(odd) {
  background-color: #fff;
}
.page-la-mia-emergencycard .fake-tab .bd-2,
.page-ordina-la-tua-card .fake-tab .bd-2,
.page-profilo .fake-tab .bd-2,
.page-area-soccorritori .fake-tab .bd-2 {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}
.page-la-mia-emergencycard .fake-tab .bd-3,
.page-ordina-la-tua-card .fake-tab .bd-3,
.page-profilo .fake-tab .bd-3,
.page-area-soccorritori .fake-tab .bd-3 {
  position: relative;
}
.page-la-mia-emergencycard .fake-tab .attivo,
.page-ordina-la-tua-card .fake-tab .attivo,
.page-profilo .fake-tab .attivo,
.page-area-soccorritori .fake-tab .attivo {
  color: #5cb85c;
}
.page-la-mia-emergencycard .fake-tab .disattivo,
.page-ordina-la-tua-card .fake-tab .disattivo,
.page-profilo .fake-tab .disattivo,
.page-area-soccorritori .fake-tab .disattivo {
  color: #bc1d24;
}
.page-la-mia-emergencycard .fake-tab .blu,
.page-ordina-la-tua-card .fake-tab .blu,
.page-profilo .fake-tab .blu,
.page-area-soccorritori .fake-tab .blu {
  position: absolute;
  right: 10px;
  top: -5px;
  font-size: 22px;
  color: #337ab7;
}
.page-la-mia-emergencycard .dropzone,
.page-ordina-la-tua-card .dropzone,
.page-profilo .dropzone,
.page-area-soccorritori .dropzone {
  border: 2px dashed #999;
  border-radius: 7px;
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.page-la-mia-emergencycard .dropzone .dz-preview,
.page-ordina-la-tua-card .dropzone .dz-preview,
.page-profilo .dropzone .dz-preview,
.page-area-soccorritori .dropzone .dz-preview {
  margin: 0 !important;
}
.page-la-mia-emergencycard .dropzone .dz-preview .dz-details,
.page-ordina-la-tua-card .dropzone .dz-preview .dz-details,
.page-profilo .dropzone .dz-preview .dz-details,
.page-area-soccorritori .dropzone .dz-preview .dz-details {
  width: 70px !important;
  height: 70px !important;
}
.page-la-mia-emergencycard .avatar,
.page-ordina-la-tua-card .avatar,
.page-profilo .avatar,
.page-area-soccorritori .avatar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 7px;
  height: 140px;
  position: relative;
  border: 2px solid #999;
}
.page-la-mia-emergencycard .avatar .delete-avatar,
.page-ordina-la-tua-card .avatar .delete-avatar,
.page-profilo .avatar .delete-avatar,
.page-area-soccorritori .avatar .delete-avatar {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #bc1d24;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 0 5px 0 0;
}
.alert {
  margin-bottom: 40px;
}
.alert h3 {
  margin: 0 0 10px;
}
.buttons {
  margin-top: 10px;
}
.mydocs .onedoc {
  margin-bottom: 5px;
}
.mydocs .onedoc .fa-file-text-o {
  color: #193476;
}
.mydocs .onedoc .fa-trash {
  color: #bc1d24;
}
.fade-opacity {
  display: none;
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1111;
}
.preview-cnt {
  margin-top: 5px;
}
.preview {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.preview:hover,
.preview:focus {
  text-decoration: underline;
  color: #fff;
}
.popup {
  display: none;
}
.popup-screen {
  z-index: 1120;
  position: fixed;
  top: 50px;
  width: 400px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.popup-screen iframe {
  border: none;
  position: absolute;
  z-index: 40;
  top: 92px;
  right: 0px;
  width: 288px;
  height: 428px;
  left: 26px;
  overflow-y: scroll;
}
.page-qrcode {
  padding: 20px 0;
}
.page-qrcode header {
  display: none;
}
.page-qrcode .qr-bg {
  background: #eee;
  padding: 10px;
  margin: 20px -15px;
}
.page-qrcode .qr-logo {
  margin-bottom: 20px;
  text-align: center;
}
.page-qrcode .qr-tit {
  text-align: center;
  font-size: 22px;
}
.page-qrcode .qr-subtit {
  display: block;
  font-size: 14px;
}
.page-qrcode .qr-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 7px;
  width: 140px;
  height: 140px;
  margin: 20px auto;
  position: relative;
  border: 2px solid #999;
}
.page-qrcode .qr-hr {
  border-top: 1px solid #ccc;
  margin: 7px 0;
}
.page-qrcode .qr-section {
  margin-bottom: 25px;
}
.page-qrcode .qr-section label {
  color: #bc1d24;
  margin-bottom: 10px;
  font-size: 18px;
}
.page-login-app {
  padding-top: 20px;
  height: 100vh;
  text-align: center;
}
.page-login-app header {
  display: none;
}
.page-login-app .qr-logo {
  margin-bottom: 20px;
  text-align: center;
}
.page-login-app .footapp {
  position: absolute;
  bottom: 0;
  background: #193476;
  color: #fff;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}
.page-login-app .form-app {
  margin-top: 30px;
}
.page-login-app .form-app input {
  height: 39px;
}
.page-login-app .form-app .text {
  margin-bottom: 20px;
}
.page-login-app .form-app .btn-success {
  text-transform: uppercase;
  font-size: 18px;
}
.link-download {
  font-size: 25px;
  background-color: #bc1d24;
  border-radius: 7px;
  color: #fff;
  max-width: 200px;
  padding: 10px;
  text-align: center;
  margin: 30px auto;
}
.link-download i {
  font-size: 30px;
  color: #fff;
}
.link-download a {
  color: #fff;
}
@media (min-width: 991px) and (max-width: 1200px) {
  body {
    padding-top: 66px;
  }
  .navbar-fixed-top .btn-primary {
    padding: 10px 4px;
    font-size: 12px;
    letter-spacing: -1px;
  }
  .navbar-nav {
    margin-top: 30px;
  }
  .navbar-nav li a {
    font-size: 14px;
    padding: 8px 4px;
  }
  .banner-home .b-blue .b-wrap-txt .b-left div h2 {
    font-size: 16px;
  }
  .banner-home .b-blue .b-claim h1 {
    font-size: 20px;
  }
  .banner {
    height: 300px;
  }
  .banner-nav,
  .banner-half {
    height: 300px;
  }
  .square-icon {
    height: 130px;
  }
  .square-blue,
  .square-red {
    padding: 20px;
    font-size: 15px;
  }
  .square-big {
    height: 170px;
  }
  .blue-txt {
    font-size: 20px;
  }
  .mappa iframe {
    height: 300px;
    margin-bottom: 35px;
  }
  .banda {
    padding: 20px 0;
  }
  .text h1 {
    font-size: 26px;
  }
  .txt-list {
    font-size: 26px;
  }
  footer {
    margin-top: 30px;
  }
  footer .foot-claim {
    font-size: 23px;
  }
  footer .log {
    max-height: 110px;
  }
  .cont-privacy {
    font-size: 14px;
  }
  .dovesiamo {
    padding: 25px;
  }
  .page-la-mia-emergencycard .tab-content,
  .page-ordina-la-tua-card .tab-content,
  .page-profilo .tab-content,
  .page-area-soccorritori .tab-content {
    padding: 20px;
  }
  .page-la-mia-emergencycard .dropzone,
  .page-ordina-la-tua-card .dropzone,
  .page-profilo .dropzone {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 49px;
  }
  .navbar-nav {
    margin-top: 13px;
  }
  .navbar-nav li a {
    font-size: 15px;
    padding: 8px 4px;
    letter-spacing: -0.7px;
  }
  .navbar-fixed-top .btn-primary {
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 6px;
    position: absolute;
    top: 49px;
    right: 20px;
    width: 200px;
  }
  .banner-home .b-blue {
    width: 40%;
  }
  .banner-home .b-blue .b-claim h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .banner-home .b-img {
    width: 60%;
  }
  .square-icon {
    height: 95px;
  }
  .square-blue,
  .square-red {
    padding: 10px;
    font-size: 12px;
  }
  .chess-txt {
    padding-top: 40px;
  }
  .banner,
  .banner-half,
  .banner-nav {
    height: 300px;
  }
  .nav2 {
    font-size: 16px;
  }
  .blue-txt {
    font-size: 20px;
    line-height: 28px;
  }
  .chess-txt {
    font-size: 20px;
    line-height: 28px;
  }
  .text h1 {
    font-size: 24px;
  }
  .txt-list {
    font-size: 24px;
  }
  .txt-list-min {
    font-size: 20px;
  }
  .cnt-list {
    margin-bottom: 25px;
  }
  .cnt-list .square-icon {
    width: 100px;
    height: 100px;
  }
  .tab-content {
    font-size: 20px;
  }
  .square-big {
    height: 120px;
  }
  .dovesiamo {
    padding: 20px;
    font-size: 16px;
  }
  .cont-privacy {
    font-size: 11px;
  }
  .text h1 {
    font-size: 22px;
  }
  footer .foot-claim {
    font-size: 18px;
  }
  .page-la-mia-emergencycard .nav-tabs li a,
  .page-ordina-la-tua-card .nav-tabs li a,
  .page-profilo .nav-tabs li a,
  .page-area-soccorritori .nav-tabs li a {
    padding: 10px;
    font-size: 13px;
  }
  .page-la-mia-emergencycard .tab-content label,
  .page-ordina-la-tua-card .tab-content label,
  .page-profilo .tab-content label,
  .page-area-soccorritori .tab-content label {
    font-size: 14px;
  }
  .mappa iframe {
    height: 350px;
  }
  .banda {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 68px;
  }
  ol {
    margin-left: -15px;
  }
  .logo {
    margin: 7px;
    position: relative;
    z-index: 10;
  }
  .navbar-toggle {
    font-size: 25px;
    padding: 10px 10px 0 0;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .navbar-nav li a {
    padding: 9px 10px;
  }
  .banner-home-xs {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
  }
  .blu-img {
    background: #193476;
  }
  .blu-img img {
    height: 350px;
    margin: 1px auto;
    padding: 10px 0;
  }
  .blu-xs {
    background: #193476;
    padding: 15px;
    color: #fff;
    font-size: 18px;
  }
  .red-xs {
    background: #bc1d24;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    border-top: 1px solid #fff;
  }
  .red-xs .btn {
    margin-top: 10px;
  }
  .text {
    text-align: left;
    font-size: 18px;
  }
  .text .t1 {
    font-size: 20px;
    line-height: 28px;
  }
  .text h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .square-icon {
    height: 150px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .square-blue,
  .square-red {
    padding: 25px 15px;
  }
  .chess-img {
    margin: 0 -15px;
    height: 250px;
  }
  .chess-txt {
    padding-top: 35px;
    font-size: 18px;
    line-height: 26px;
  }
  .chess-txt a {
    margin-bottom: 30px;
  }
  .cnt-list {
    margin-bottom: 25px;
  }
  .cnt-list .square-icon {
    margin-bottom: 20px;
    height: 95px;
    width: 95px;
  }
  .banner {
    height: 200px;
  }
  .banner-nav {
    height: 200px;
  }
  .nav2 {
    margin-top: 15px;
  }
  .img-maxheight {
    margin: 0 auto;
  }
  .blue-message {
    height: auto;
    margin: 20px -15px;
  }
  .blue-cnt {
    height: 350px;
  }
  .blue-img {
    height: 200px;
  }
  .blue-txt {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
  .txt-list-min,
  .txt-list {
    text-align: left;
  }
  .txt-list-min {
    font-size: 18px;
  }
  .col-custom {
    width: 50%;
  }
  .square-big {
    padding: 10px;
    height: 100%;
  }
  .nav-justified li {
    width: 50%;
    float: left;
  }
  .nav-justified li a {
    margin-bottom: 0;
  }
  .tab-ul,
  .tab-content {
    padding: 15px;
    font-size: 18px;
    line-height: 23px;
  }
  .tabs {
    margin-top: 25px;
  }
  .page-la-mia-emergencycard .tab-content,
  .page-ordina-la-tua-card .tab-content,
  .page-profilo .tab-content,
  .page-area-soccorritori .tab-content {
    padding: 15px;
  }
  .page-la-mia-emergencycard .tab-content .text,
  .page-ordina-la-tua-card .tab-content .text,
  .page-profilo .tab-content .text,
  .page-area-soccorritori .tab-content .text {
    font-size: 15px;
    line-height: 20px;
  }
  .page-la-mia-emergencycard .tab-content .tit-label,
  .page-ordina-la-tua-card .tab-content .tit-label,
  .page-profilo .tab-content .tit-label,
  .page-area-soccorritori .tab-content .tit-label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-la-mia-emergencycard .tab-content .tit-label span,
  .page-ordina-la-tua-card .tab-content .tit-label span,
  .page-profilo .tab-content .tit-label span,
  .page-area-soccorritori .tab-content .tit-label span {
    font-size: 12px;
  }
  .page-la-mia-emergencycard .tab-content .btn-success,
  .page-ordina-la-tua-card .tab-content .btn-success,
  .page-profilo .tab-content .btn-success,
  .page-area-soccorritori .tab-content .btn-success {
    margin-top: 20px;
  }
  .page-la-mia-emergencycard .tab-content .forgot,
  .page-ordina-la-tua-card .tab-content .forgot,
  .page-profilo .tab-content .forgot,
  .page-area-soccorritori .tab-content .forgot {
    font-size: 15px;
  }
  .page-la-mia-emergencycard .form-group,
  .page-ordina-la-tua-card .form-group,
  .page-profilo .form-group,
  .page-area-soccorritori .form-group {
    margin-bottom: 0;
  }
  .page-la-mia-emergencycard input,
  .page-la-mia-emergencycard select,
  .page-ordina-la-tua-card input,
  .page-ordina-la-tua-card select,
  .page-profilo input,
  .page-profilo select,
  .page-area-soccorritori input,
  .page-area-soccorritori select {
    margin-bottom: 10px;
  }
  .page-la-mia-emergencycard .dropzone,
  .page-ordina-la-tua-card .dropzone,
  .page-profilo .dropzone,
  .page-area-soccorritori .dropzone {
    margin: 10px 0;
  }
  .page-la-mia-emergencycard .nav-tabs li,
  .page-ordina-la-tua-card .nav-tabs li,
  .page-profilo .nav-tabs li,
  .page-area-soccorritori .nav-tabs li {
    display: block;
    width: 100%;
  }
  .page-la-mia-emergencycard .nav-tabs li a,
  .page-ordina-la-tua-card .nav-tabs li a,
  .page-profilo .nav-tabs li a,
  .page-area-soccorritori .nav-tabs li a {
    text-align: left;
    font-weight: 500;
    background: #eee;
  }
  .page-la-mia-emergencycard .nav-tabs li.active a,
  .page-ordina-la-tua-card .nav-tabs li.active a,
  .page-profilo .nav-tabs li.active a,
  .page-area-soccorritori .nav-tabs li.active a {
    background: #bc1d24 !important;
    color: #fff !important;
  }
  .page-la-mia-emergencycard .banda .tit-banda,
  .page-ordina-la-tua-card .banda .tit-banda,
  .page-profilo .banda .tit-banda,
  .page-area-soccorritori .banda .tit-banda {
    font-size: 25px;
  }
  .checkbox-custom-2 {
    width: 100%;
  }
  footer .foot-claim {
    font-size: 20px;
  }
  footer .credits {
    font-size: 14px;
  }
}



