@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,400i,700');
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.xb-row {
  margin-left: -15px;
  margin-right: -15px;
}
[class^="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xb-row:before,
.xb-row:after {
  content: " ";
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xb-row:after {
  clear: both;
}
input[type=text],
input[type=number],
input[type=email],
input[type=password] {
  border: none !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  padding: 0px 10px 0px 10px;
  color: #616161;
  width: 125px;
  height: 28px;
  background: #EEEEEE;
}
input[type=button],
input[type=submit] {
  background-color: #005181;
  color: white !important;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 2px 10px 2px 10px;
  cursor: pointer;
  z-index: 101;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: auto;
}
button,
a.buttonlink {
  border: 0px;
  background-color: #005181;
  color: white !important;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 2px 10px 2px 10px;
  cursor: pointer;
  z-index: 101;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: auto;
}
textarea {
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  padding: 6px !important !important;
}
button.ui-datepicker-trigger {
  background: url(../images/icon_data.png) no-repeat;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}
button.ui-datepicker-trigger img {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/select_box_arrow.png') no-repeat scroll 87px center #EEEEEE;
  font-size: 13px;
  background-position: 115px center;
  width: 170px;
  padding: 5px 10px;
  color: #595A5C;
  display: inline-block;
  cursor: pointer;
  border-radius: 15px;
  border: medium none;
}
.inputSubmitPpr {
  top: 15px !important;
  border: 0px;
}
.select_mask.mask-input-xxlarge {
  width: 280px !important;
}
.select_mask.mask-input-xxlarge select {
  width: 282px !important;
  background-position: 233px -4px !important;
}
.select_mask.mask-input-large {
  width: 172px !important;
}
.select_mask.mask-input-large select {
  width: 200px !important;
  background-position: 150px center;
}
.select_mask.mask-input-mini {
  width: 69px;
}
.select_mask.mask-input-mini select {
  background-position: 52px center;
  width: 130px;
}
.button-home-page {
  width: 32px !important;
  height: 32px;
  margin-top: 15px !important;
  background: url('../images/icona_search.png') !important;
  cursor: pointer;
}
.button-home-page:hover {
  background: url('../images/icona_search_h.png') !important;
}
.input-xxlarge {
  width: 200px !important;
}
label.radio-inline {
  margin-left: 2px;
  margin-right: 5px;
  display: inline-block;
}
.panel.partenze .div_table_col img {
  width: 90%;
}
.moduletablecomunicatigk .nspArts {
  margin: 7px 0px !important;
}
.moduletablecomunicatigk .nspInfo.nspInfo1,
.moduletablecomunicatigk .nspHeader.tleft.fnone {
  float: left !important;
  clear: none !important;
  border-bottom: 1px solid #595A5C;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 2px;
  font-size: 16px !important;
  padding-bottom: 5px;
}
.moduletablecomunicatigk .nspInfo.nspInfo1 {
  background: url("../images/calendario.png") no-repeat scroll 11px center rgba(0,0,0,0);
  padding-left: 39px;
  width: 105px !important;
}
.moduletablecomunicatigk .nspHeader.tleft.fnone {
  width: 1050px !important;
}
.moduletablecomunicatigk .nspHeader.tleft.fnone a {
  color: #005181 !important;
}
.moduletablecomunicatigk .nspLinksWrap {
  margin: 5px 0px !important;
}
.moduletablecomunicatigk .nspList {
  background: #eee;
  padding: 5px 10px !important;
}
.moduletablecomunicatigk .nspList li {
  border: none !important;
  background: none !important;
  padding: 2px 0px !important;
}
.moduletablecomunicatigk .nspList .odd *,
.moduletablecomunicatigk .nspList .even * {
  font-size: 13px;
  font-weight: 100;
}
.moduletablecomunicatigk .nspList .odd .date,
.moduletablecomunicatigk .nspList .even .date {
  float: left;
  margin-right: 3px;
}
.moduletablecomunicatigk .nspList .odd .date:after,
.moduletablecomunicatigk .nspList .even .date:after {
  content: "-";
}
.homepage-gk5 .nspArts.bottom {
  border: 0px !important;
  margin: 15px 0px -20px !important;
}
.homepage-gk5 .nspArtPage {
  margin-top: 0px !important;
  width: 33.33% !important;
  float: left !important;
  min-height: 1px !important;
}
.homepage-gk5 .nspArtPage .subContainerArticle {
  margin: 5px 20px;
}
.homepage-gk5 .nspArtPage .nspInfo.nspInfo1 {
  border-bottom: 1px solid #595a5c !important;
  border-top: 1px solid #595a5c !important;
  background: url(../images/calendario.png) no-repeat center left !important;
  padding-left: 30px !important;
  font-size: 20px !important;
  margin-bottom: 20px !important;
  color: #616161;
}
.homepage-gk5 .nspArtPage .nspHeader {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  margin-top: 279px !important;
  color: #005181;
  font-size: 15px !important;
  border-left: 1px solid #595a5c !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: auto !important;
}
.homepage-gk5 .nspArtPage .nspHeader a {
  color: #005181 !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul>li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.switcherCanvas {
  cursor: pointer;
}
#offcanvas {
  display: block;
  position: fixed;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  background: #9D2336;
  overflow-y: hidden;
  overflow-x: hidden;
}
#offcanvas.active {
  overflow-y: auto !important;
}
#offcanvas .nav.menu a {
  display: block;
  text-transform: uppercase;
}
#offcanvas .nav.menu .separator {
  display: block;
  width: 100%;
}
#offcanvas .nav.menu ul {
  display: none;
}
#offcanvas .nav.menu li a,
#offcanvas .nav.menu li span {
  color: white;
}
#offcanvas .nav.menu > li > a,
#offcanvas .nav.menu > li > span {
  padding: 10px 0px;
  text-indent: 10px;
  font-size: 110%;
  border-bottom: 1px solid #C91C2E;
}
#offcanvas .nav.menu > li > a:hover,
#offcanvas .nav.menu > li > a:active,
#offcanvas .nav.menu > li > a:focus,
#offcanvas .nav.menu > li > span:hover,
#offcanvas .nav.menu > li > span:active,
#offcanvas .nav.menu > li > span:focus {
  background: #C91C2E;
  background-color: #C91C2E;
}
#offcanvas .nav.menu li.openSubMenu > ul,
#offcanvas .nav.menu > li.active > ul {
  display: block;
}
#offcanvas .nav.menu li.openSubMenu > ul > li,
#offcanvas .nav.menu > li.active > ul > li {
  background: #5e1520;
}
#offcanvas .nav.menu li.openSubMenu > ul > li > a,
#offcanvas .nav.menu li.openSubMenu > ul > li > span,
#offcanvas .nav.menu > li.active > ul > li > a,
#offcanvas .nav.menu > li.active > ul > li > span {
  padding: 7px 0px;
  text-indent: 15px;
  display: block;
  font-size: 98%;
}
#offcanvas .nav.menu li.openSubMenu > ul > li > a:hover,
#offcanvas .nav.menu li.openSubMenu > ul > li > a:active,
#offcanvas .nav.menu li.openSubMenu > ul > li > a:focus,
#offcanvas .nav.menu li.openSubMenu > ul > li > span:hover,
#offcanvas .nav.menu li.openSubMenu > ul > li > span:active,
#offcanvas .nav.menu li.openSubMenu > ul > li > span:focus,
#offcanvas .nav.menu > li.active > ul > li > a:hover,
#offcanvas .nav.menu > li.active > ul > li > a:active,
#offcanvas .nav.menu > li.active > ul > li > a:focus,
#offcanvas .nav.menu > li.active > ul > li > span:hover,
#offcanvas .nav.menu > li.active > ul > li > span:active,
#offcanvas .nav.menu > li.active > ul > li > span:focus {
  background: #a51726;
  background-color: #a51726;
}
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li,
#offcanvas .nav.menu > li.active > ul > li > ul li {
  background: #410f16;
}
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li >  a,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > span,
#offcanvas .nav.menu > li.active > ul > li > ul li >  a,
#offcanvas .nav.menu > li.active > ul > li > ul li > span {
  padding: 7px 0px;
  text-indent: 0px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 91%;
  text-transform: uppercase;
}
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li >  a:hover,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li >  a:active,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li >  a:focus,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > span:hover,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > span:active,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > span:focus,
#offcanvas .nav.menu > li.active > ul > li > ul li >  a:hover,
#offcanvas .nav.menu > li.active > ul > li > ul li >  a:active,
#offcanvas .nav.menu > li.active > ul > li > ul li >  a:focus,
#offcanvas .nav.menu > li.active > ul > li > ul li > span:hover,
#offcanvas .nav.menu > li.active > ul > li > ul li > span:active,
#offcanvas .nav.menu > li.active > ul > li > ul li > span:focus {
  background: #8f1421;
  background-color: #8f1421;
}
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > ul li,
#offcanvas .nav.menu > li.active > ul > li > ul li > ul li {
  background: #350c12;
}
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > ul li >  a,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > ul li > span,
#offcanvas .nav.menu > li.active > ul > li > ul li > ul li >  a,
#offcanvas .nav.menu > li.active > ul > li > ul li > ul li > span {
  padding: 7px 0px;
  text-indent: 0px;
  padding-left: 25px;
  box-sizing: border-box;
  font-size: 91%;
  text-transform: uppercase;
}
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > ul li >  a:hover,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > ul li >  a:active,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > ul li >  a:focus,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > ul li > span:hover,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > ul li > span:active,
#offcanvas .nav.menu li.openSubMenu > ul > li > ul li > ul li > span:focus,
#offcanvas .nav.menu > li.active > ul > li > ul li > ul li >  a:hover,
#offcanvas .nav.menu > li.active > ul > li > ul li > ul li >  a:active,
#offcanvas .nav.menu > li.active > ul > li > ul li > ul li >  a:focus,
#offcanvas .nav.menu > li.active > ul > li > ul li > ul li > span:hover,
#offcanvas .nav.menu > li.active > ul > li > ul li > ul li > span:active,
#offcanvas .nav.menu > li.active > ul > li > ul li > ul li > span:focus {
  background: #350c12;
  background-color: #350c12;
}
#offcanvas .nav.menu li.active > ul {
  display: block;
}
#offcanvas .nav.menu .parent > a:after,
#offcanvas .nav.menu .parent > span:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  margin-top: 2px;
  right: 13px;
}
#offcanvas .nav.menu .parent span {
  cursor: pointer;
}
#offcanvas .menutopmenu-offcanvas li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #C91C2E;
  color: white;
}
#offcanvas .menutopmenu-offcanvas li a:hover {
  background: #C91C2E;
}
#offcanvas .menutopmenu-offcanvas li img {
  display: none;
}
#offcanvas .weather_btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  text-transform: uppercase;
}
#offcanvas .weather_btn a {
  padding: 5px 15px;
  display: block;
  border-bottom: 1px solid #C91C2E;
  color: white;
  font-weight: normal;
}
#offcanvas .weather_btn a .meteo-image {
  color: white;
  font-weight: normal;
}
#offcanvas .weather_btn a:hover {
  background: #C91C2E;
}
#offcanvas .search {
  padding: 10px 0;
  text-align: center;
  background: #C91C2E;
}
#offcanvas .search .btn-submit {
  border-radius: 0;
}
#offcanvas .hadicap-offcanvas {
  background: #E16A0F;
}
#offcanvas .hadicap-offcanvas img {
  margin: 0 auto;
  display: block;
}
#offcanvas .weather_btn {
  font-size: 110%;
}
#offcanvas .weather_btn .meteo-image {
  font-size: 110%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
body,
html {
  overflow-x: hidden;
  max-width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}
iframe {
  max-width: 100%;
}
.marginbottom-15 {
  margin-bottom: 15px;
}
input,
textarea {
  max-width: 100%;
}
.item-title.full-page {
  margin-bottom: 30px;
}
.left-content {
  float: left;
  width: 23%;
  margin: 0px 10px 0 0;
}
.left-content .menu {
  list-style: none;
}
.left-content .menu li {
  border-bottom: 1px solid;
  border-color: #616161;
  margin-top: 5px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  margin-left: 0;
}
.left-content .menu li span,
.left-content .menu li a {
  color: #616161;
}
.left-content .menu li span:after,
.left-content .menu li a:after {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 4px;
}
.left-content .menu li span:hover,
.left-content .menu li a:hover {
  color: #005181;
}
.left-content .menu li.active * {
  color: #005181;
}
.left-content .menu li li:last-child {
  border: 0;
}
.right-content {
  float: right;
  width: 67%;
}
.right-content div .item-title,
.right-content h2.item-title,
.right-content .item-title {
  text-align: left;
  font-size: 22px;
  border-top: 1px solid #616161;
  border-bottom: 1px solid #616161;
  line-height: 1.2;
  padding: 2px 0;
  color: #005181;
  margin: 20px 0;
}
.right-content div .item-title:after,
.right-content div .item-title:before,
.right-content h2.item-title:after,
.right-content h2.item-title:before,
.right-content .item-title:after,
.right-content .item-title:before {
  display: none;
}
.right-content .wrp > .item-title {
  margin-top: 20px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
[class*="adf-cols-"] {
  float: left;
  min-height: 1px;
}
[class*="adf-cols-"] > div {
  margin: 5px 20px;
}
.adf-cols-1 {
  width: 100%;
}
.adf-cols-2 {
  width: 50%;
}
.adf-cols-3 {
  width: 33.33%;
}
.adf-cols-4 {
  width: 25%;
}
.adf-cols-5 {
  width: 20%;
}
.adf-cols-2-3 {
  width: 66.6%;
}
.adf-cols-1-3 {
  width: 33.3%;
}
.adf-cols-1-2 {
  width: 50%;
}
div.header {
  font-family: 'Montserrat', sans-serif;
}
div.header a {
  transition: color 0.2s ease-in-out 0s;
}
div.header ul li {
  height: 74px;
  float: left;
  padding: 0 10px;
}
div.header ul li a img {
  vertical-align: middle;
  margin-right: 15px;
}
div.header ul li a {
  display: inline-block;
  padding-top: 25px;
}
div.header ul li a.separatore {
  margin: 0 10px;
}
div.header ul li
.active a {
  color: #005181;
}
div.header ul li.separatore:before {
  display: inline-block;
  width: 1px;
  height: 74px;
  background: #616161;
  content: '';
  color: #616161;
  font-size: 0;
  float: left;
  box-shadow: 1px 0 0 0 rgba(89,90,92,0.4);
}
div.header ul li.separatore:after {
  display: inline-block;
  width: 1px;
  height: 74px;
  background: #616161;
  content: '';
  color: #616161;
  font-size: 0;
  float: right;
  box-shadow: 1px 0 0 0 rgba(89,90,92,0.4);
}
.weather_btn {
  margin-top: 10px;
  background: none !important;
  padding-left: 0 !important;
  color: #005181;
  line-height: 1;
}
.weather_btn img {
  vertical-align: middle;
}
.weather_btn a {
  color: #005181 !important;
  font-size: 18px;
}
.search-inline {
  margin-top: 20px;
}
.search-inline input[type="text"] {
  border-radius: 15px;
  color: #616161;
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  width: 150px;
  background: #EEEEEE;
  border: none;
}
.search-inline .button {
  content: '';
  margin-left: 8px;
  border: none;
  text-indent: -888em;
  background: url("../images/icon_search_1px.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin-top: 2px;
  vertical-align: middle;
  width: 28px;
}
.prm-inline {
  margin-left: 10px;
}
.lang-inline {
  padding-top: 15px;
  margin-left: 10px;
}
.lang-inline li {
  display: block;
  float: none !important;
  line-height: 1;
  padding: 0 !important;
  height: auto !important;
  margin: 5px 0;
}
.lang-inline li a {
  font-size: 13px;
  padding: 0 !important;
}
.lang-inline li.lang-active a {
  color: #005181;
}
.mainmenu {
  background: #efefef;
}
.mainmenu .width_page {
  margin: 0 auto;
}
.mainmenu .header_menu ul.menu {
  border-bottom: 2px solid #616161;
  padding-top: 25px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-family: 'Montserrat', sans-serif;
}
.mainmenu .header_menu ul.menu li {
  margin-bottom: 0 !important;
  display: inline-block !important;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.mainmenu .header_menu ul.menu li a {
  font-size: 15px;
}
.mainmenu .header_sub_menu {
  font-family: 'Source Sans Pro', sans-serif;
  height: auto;
  padding: 10px 0;
}
.mainmenu .header_sub_menu li:before {
  content: '-';
  display: inline-block;
  padding-right: 3px;
}
.mainmenu .header_sub_menu li:first-child:before {
  content: '';
  display: none;
}
.mainmenu .header_sub_menu li {
  margin: 0 3px !important;
  display: inline-block !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.mainmenu .header_sub_menu li.active a {
  color: #005181;
}
.mainmenu .menu-placeholder {
  font-size: 18px;
}
.blog-article-title {
  color: #005181;
  font-size: 15px;
}
.full-page.item-title div.wrp {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding-top: 25px;
  padding-bottom: 15px;
  line-height: 105%;
  font-family: 'Montserrat', sans-serif;
}
.full-page.item-title div.wrp > span {
  position: relative;
}
.full-page.sub_title div.wrp {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #616161;
  font-family: 'Montserrat', sans-serif;
}
.full-page.sub_title div.wrp > span {
  position: relative;
  color: #616161;
}
.title-important {
  font-family: 'Montserrat', sans-serif;
  color: #616161;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 5px;
  padding-top: 20px;
  text-align: center;
}
.title-important:after {
  border-top: 2px solid #005181;
  display: table;
  width: 100%;
  content: ' ';
  height: 22px;
  text-indent: -999em;
  margin-top: 0;
  padding: 0;
  clear: both;
  line-height: 0;
  font-size: 0px;
}
.middle {
  padding-bottom: 20px;
}
.middle img {
  max-width: 100%;
}
.middle .slide-container {
  text-align: center;
  position: relative;
}
.middle .slide-container .slideHome {
  min-height: 590px;
}
.middle .slide-container .slideHome img {
  height: 590px !important;
}
.middle .slide-container .slideHome .sliding_panel_container img {
  height: auto !important;
}
.middle .slide-container .slideHome .sliding_panel_container img .div_table img {
  min-height: 20px !important;
}
.middle .div_table_col {
  font-size: 10px;
}
.middle .item-title {
  font-family: 'Montserrat', sans-serif;
  color: #616161;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 5px;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.middle .item-title:after {
  border-top: 2px solid #005181;
  display: table;
  width: 100%;
  content: ' ';
  height: 22px;
  text-indent: -999em;
  margin-top: 0;
  padding: 0;
  clear: both;
  line-height: 0;
  font-size: 0px;
}
.middle .item-title:before {
  background: url('../images/rettangolino_title.png') no-repeat;
  display: block;
  width: 70px;
  height: 8px;
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -35px;
}
.middle .main-part {
  padding: 10px 0;
}
.bottom .footer_nav {
  font-size: 15px;
}
.bottom .footer_nav .moduletable {
  display: table-cell;
  padding: 0 50px;
}
.bottom .footer_nav .moduletable li {
  list-style: none;
}
.bottom .footer_nav .moduletable h3 {
  color: #616161;
}
.items-row {
  margin: 0 -20px;
}
.pagination {
  margin: 18px 0 0;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}
.home-slider {
  height: 595px;
  background-image: url('../images/home-cover.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.home-slider .menu_title {
  color: #FFF;
}
.main_panel_container {
  position: absolute !important;
  left: 50%;
  margin-left: -515px !important;
  top: 0;
}
.text-center {
  text-align: center;
}
.sub_title_article {
  margin-top: -57px;
  z-index: -1;
  position: relative;
}
.sub_title_article.tit_pad,
.sub_title_article.tit-pad,
.sub_title_article .text-center.full-page.sub_title.sub_title_article.section_title {
  padding-top: 30px !important;
}
.sub_title_article.tit_pad br,
.sub_title_article.tit-pad br,
.sub_title_article .text-center.full-page.sub_title.sub_title_article.section_title br {
  display: none !important;
}
.sub_title_article.sub_title.full-page {
  padding: 0px !important;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: #005181;
  margin-top: -57px;
  z-index: -1;
  position: relative;
  padding-top: 30px !important;
}
.sub_title_article.sub_title.full-page br {
  display: none !important;
}
.blog .item {
  margin-top: 30px;
}
.blog .item .grid_cell_header {
  padding: 5px;
  font-size: 22px;
  margin-bottom: 20px;
  color: #005181;
}
.blog .item .calendar_bg {
  background: url(../images/calendario.png) no-repeat center left;
  padding-left: 30px !important;
}
.blog .item .border_top_bottom {
  border-bottom: 1px solid #616161;
  border-top: 1px solid #616161;
}
.blog .item .intro_title_image {
  width: 100%;
  background-color: #616161;
}
.b7 .table_partenze_thead {
  display: table-header-group;
  background-color: #EFEFEE;
  color: #005181;
  font-size: 18px;
  font-weight: 600;
}
.b7 .table_partenze_tr .table_partenze_td {
  border-bottom: 1px solid #005181;
  vertical-align: middle;
  height: 45px;
}
.grid_cell {
  cursor: auto !important;
}
.tit-pad {
  padding-top: 30px !important;
}
.style1 {
  position: relative;
}
.style1 .intro_title_image_style1 {
  width: 314px !important;
  padding-right: 40px !important;
  padding-left: 10px !important;
  padding-bottom: 40px !important;
}
.style1 .readmore {
  color: #005181;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.submit_oggetti_smarriti {
  border: 0px;
}
.option-com_oggettismarriti .sub_title.tit-pad {
  padding-top: 0 !important;
}
.lost_found_search {
  text-align: center;
  width: 690px !important;
  margin: auto;
  line-height: 2;
  padding: 0px 0 !important;
}
.input_oggetti_smarriti {
  margin-left: 20px;
}
.margin-top {
  margin-top: 20px;
}
.lost_found_grid_cell .grid_cell_header a {
  color: #005181;
}
.fly-table thead,
.fly-table thead * {
  background-color: #efefee;
  color: #005181;
  border-bottom: 0 !important;
  font-size: 18px;
}
.fly-table tr {
  border-bottom: 1px solid #005181;
}
.fly-table tr td {
  max-height: 40px;
  padding: 5px 0;
  height: 40px;
}
.rsform-submit-button:hover {
  background: #209CD8 !important;
}
#recaptcha_table td:first-child {
  min-width: 0 !important;
  width: initial !important;
}
#rsform_3_page_0 td: first-child,
.rsform-table td: first-child {
  min-width: 170px;
  padding: 6px 0px;
}
#rsform_3_page_0 #recaptcha_table td:first-child,
.rsform-table #recaptcha_table td:first-child {
  min-width: 0 !important;
}
#rsform_3_page_0 #richiesta.rsform-text-box,
.rsform-table #richiesta.rsform-text-box {
  margin-bottom: 10px;
}
#rsform_3_page_0 td:nth-child(2) input[type=radio],
#rsform_3_page_0 .rsform-block td:nth-child(2) label,
.rsform-table td:nth-child(2) input[type=radio],
.rsform-table .rsform-block td:nth-child(2) label {
  float: left;
  margin-right: 21px;
}
#rsform_3_page_0 td:nth-child(2) input[type=radio],
.rsform-table td:nth-child(2) input[type=radio] {
  margin-top: 7px;
  margin-right: 0px;
}
#rsform_3_page_0 input[type=checkbox],
.rsform-table input[type=checkbox] {
  float: left;
  margin-top: 8px;
  margin-right: 6px;
  margin-left: 11px;
}
#rsform_3_page_0 textarea,
.rsform-table textarea {
  border: none !important;
  background: #EEEEEE;
  border-radius: 12px;
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
  margin-right: 11px !important;
}
#rsform_3_page_0 .btn_celeste_search,
.rsform-table .btn_celeste_search {
  border: 0px;
}
#rsform_3_page_0 .btnCal.rsform-calendar-button,
.rsform-table .btnCal.rsform-calendar-button {
  background: url("../images/icon_data.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  display: inline-block;
  height: 28px;
  margin-left: 10px;
  vertical-align: middle;
  width: 28px;
  border: 0;
  background-size: contain;
  font-size: 0;
}
#rsform_3_page_0 .rsform-calendar-box,
#rsform_3_page_0 .rsform-captcha-box,
.rsform-table .rsform-calendar-box,
.rsform-table .rsform-captcha-box {
  border: 1px solid #005181;
  border-radius: 15px;
  color: #616161;
  font-size: 13px;
  padding: 0 10px;
  width: 125px;
}
.table-aeroporto {
  width: 100%;
  color: #616161;
}
.table-aeroporto td {
  padding: 10px;
  text-align: center;
}
.table-aeroporto tr:first-child td {
  color: #005181;
  border: 1px solid #616161;
  font-weight: bold;
}
.table-aeroporto
.first-td-color tr td:first-child {
  color: #005181;
  border: 1px solid #616161;
}
.table-aeroporto
.max-padding-table tr: first-child td {
  color: #005181;
  border: 1px solid #616161;
  font-size: 18px;
  padding: 20px 0px;
  font-weight: 600;
}
.table-aviation-marketing td {
  padding: 10px;
  border-color: #616161;
}
.item2 .corporate_grid_table_col {
  width: 384px !important;
  float: left;
  display: block;
}
.item2 .grid_cell {
  margin-left: 0px;
}
.item2 .corporate_grid_table {
  width: 768px;
}
.item2 .lost_found_grid_preview {
  height: auto;
}
.footer_nav .menu > li {
  float: left;
  margin-right: 80px;
  font-weight: bold;
  color: #616161;
  width: 150px;
}
.footer_nav .menu > li:last-child {
  margin-right: 0;
}
.footer_nav .menu > li a {
  color: #616161;
}
.footer_nav .menu > li .separator {
  margin-bottom: 5px;
  color: #616161;
}
.footer_nav .menu > li ul li {
  font-weight: normal;
}
.footer_nav .menu > li ul li:hover a {
  color: #005181;
}
.privacy-div {
  height: 200px;
  overflow-x: hidden;
  border-top: 1px solid #005181;
  border-bottom: 1px solid #005181;
  overflow-y: scroll;
  font-size: 12px;
}
.bandi-di-gara .download-bandi-di-gara {
  vertical-align: middle;
  margin-right: 10px;
}
.bandi-di-gara tr td:last-child {
  width: auto !important;
  min-width: 507px;
  text-align: left !important;
}
.bandi-di-gara tr td:first-child {
  width: auto !important;
  min-width: 25px;
  text-align: left !important;
}
.struttura-modello div.download_container {
  margin: 0 auto;
  width: 540px;
}
.struttura-modello div.scarica_file {
  float: none;
  text-align: left;
}
.struttura-modello .double_div_retangle_center {
  margin-top: 45px;
  float: left;
  margin-left: 308px;
}
.contactModal {
  display: none;
}
.contactModal .input-xlarge {
  width: 400px;
}
.contactModal input {
  height: 25px;
}
#sbox-window .contactModal {
  display: block;
}
input.invalid,
input.rsform-error,
.rsform-error:not(label) {
  border: none !important;
  box-shadow: 0 0 2px #E30521 inset;
}
.image-border-b {
  border: 2px solid #005181;
}
.image-border-a {
  border: 2px solid #666;
}
.blog .blog-container-default {
  border-left: 1px solid #616161;
  padding-left: 10px;
}
.blog .blog-container-default .content-blog-article * {
  font-size: 14px !important;
}
.blog .article_news.style1 .content-blog-article * {
  font-size: 16px !important;
}
.a_grid_cell_header {
  font-size: 22px;
}
.article_img {
  float: left;
  padding-right: 40px;
  padding-left: 10px;
  padding-bottom: 40px;
}
.disable-uppercase {
  text-transform: initial;
}
.left {
  float: left;
}
.left.giorno_head * {
  text-align: center;
}
.a-title-color {
  color: #005181;
}
.articoli-proibiti ul ul {
  margin-left: 40px;
  margin-bottom: 10px;
  font-size: 95%;
}
.ui-autocomplete {
  z-index: 3000;
  list-style: none;
  width: 300px !important;
  padding: 5px;
}
.wk-slideshow .caption {
  text-align: center;
  top: 15px !important;
  bottom: auto !important;
}
.option-com_search.view-search .phrases label {
  float: left;
  margin-right: 20px;
}
.option-com_search.view-search .phrases-box input {
  float: left;
  margin-top: 8px;
}
.option-com_search.view-search .ordering-box .select_mask {
  margin-left: -16px;
}
.gm-style img {
  max-width: none;
  min-width: none;
}
.cat-children {
  *zoom: 1;
}
.cat-children ul {
  list-style: none;
  *zoom: 1;
  margin-top: 20px;
}
.cat-children ul .item-title {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-top: 0px;
}
#system-message dt.message,
#system-message dt.warning {
  font-weight: bold;
}
dl#system-message li {
  list-style-type: none !important;
}
.immagine-oggetto-smarrito img {
  height: 255px;
}
.moduletablecomunicatigk .nspList .odd a,
.moduletablecomunicatigk .nspList .even a {
  background: url(../images/link_freccia.png) left no-repeat;
  padding-left: 30px;
}
.collapse-margin-bottom-10 {
  margin-bottom: -10px !important;
}
.collapse-margin-bottom-20 {
  margin-bottom: -20px !important;
}
.collapse-margin-bottom-30 {
  margin-bottom: -30px !important;
}
.item-page ul li,
.item-page ol li {
  margin-left: 20px;
}
.menu-3-4 >li.active a {
  color: #616161 !important;
}
.menu-3-4 >li.active a:after {
  color: #616161;
}
.menu-3-4 >li ul  li {
  margin-left: 30px;
}
.menu-3-4 >li ul  li.active {
  color: #616161;
}
.menu-3-4 >li ul  li.active.current a {
  color: #005181 !important;
}
.menu-3-4 >li ul  li.active.current a:after {
  color: #005181;
}
.menu-3-4 >li ul  li
:last-child {
  border-bottom: 0px !important;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  #jform_from_parcheggio,
  #jform_to_parcheggio,
  .panel_checkbox input,
  .panel_checkbox img,
  .panel_checkbox .parcheggio_p1.form_margin_right,
  .panel_checkbox .parcheggio_p2.form_margin_right,
  #d1,
  #d2 {
    float: left;
  }
  .div.header_menu ul li {
    margin-right: 29px !important;
  }
}
#form_autonoleggio {
  text-align: left;
}
#form_autonoleggio .pull-left {
  font-size: 15px;
}
td.destinazione_orari {
  background-color: #efefee;
  color: #005181;
  text-align: center;
  padding: 15px !important;
  border: none;
  font-weight: bold;
}
.hideonlogin {
  display: none !important;
}
.hideonlogin:before {
  content: "" !important;
  display: none !important;
}
.tip-wrap {
  border: 2px solid #1696d4;
  padding: 5px;
  max-width: 400px;
  background: white;
}
#padminForm .ppr-form-request td.label {
  font-weight: normal !important;
}
#padminForm .al-center {
  text-align: center;
}
#padminForm .al-center input[type=radio] {
  float: left;
  margin-top: 6px;
}
#padminForm .al-center #termini1-no,
#padminForm .al-center #termini2-no {
  margin-left: 10px;
}
#padminForm .al-center label {
  float: left;
}
#padminForm .al-center * {
  display: inline;
}
#padminForm .al-center fieldset {
  padding: 0px;
  border: 0px;
}
.buttonRel img {
  cursor: pointer;
}
.blog ul {
  margin-left: 20px;
}
.wf_file_icon {
  padding-right: 6px;
}
.slides li {
  margin-left: 0px !important;
}
.background_gray {
  background: #EEE;
}
.modulo_evidenza {
  padding: 34px 0px 37px;
  margin-top: -57px;
  position: relative;
  z-index: -1;
  margin-bottom: -15px;
}
.modulo_evidenza > div {
  background: white;
  padding: 1px 6px;
}
.option-com_avvisi_mail.view-avvisi #system-message {
  text-align: center;
}
.option-com_avvisi_mail.view-avvisi #system-message .warning {
  color: red;
}
.btn-edit {
  border: 0px;
  background-color: #005181;
  color: white !important;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 2px 10px 2px 10px;
  cursor: pointer;
  z-index: 101;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: auto;
}
.z-index-up {
  z-index: 200;
  position: relative;
}
.z-index-up .af-module-wrap2 h3 {
  z-index: 201;
  position: relative;
}
#sbox-window {
  left: 50% !important;
  top: 50% !important;
  margin-left: -250px;
  margin-top: -180px;
  position: fixed !important;
  width: 500px !important;
  height: 360px !important;
}
#sbox-window iframe {
  height: 359px !important;
}
#ui-datepicker-div {
  z-index: 230 !important;
}
.bagagli_smarriti_form {
  margin: 20px 0 !important;
}
.option-com_search.view-search .search .form-limit {
  display: none;
}
.option-com_search.view-search .search .search-results {
  margin-top: 30px;
  overflow: hidden;
}
.option-com_search.view-search .search .search-results .result-title {
  float: left;
  margin-right: 15px;
}
.option-com_search.view-search .search .search-results .result-category .small {
  font-size: 10px;
}
.option-com_search.view-search .search .search-results .result-text {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #005181;
}
.slide-container #form_parcheggio .form_row {
  padding-top: 15px;
}
.slide-container #form_parcheggio .panel_checkbox {
  margin-right: -5px;
  margin-top: 15px;
}
.slide-container #form_parcheggio #jform_from_parcheggio,
.slide-container #form_parcheggio #jform_to_parcheggio {
  width: 120px;
}
.slide-container #form_parcheggio .date {
  width: 152px;
  margin-left: 15px;
}
.slide-container #form_autonoleggio .row-fluid {
  padding-top: 1px;
}
.container {
  width: 1170px;
}
#sbox-content iframe {
  width: 100% !important;
}
.double_div_retangle_right .info_4c,
.double_div_retangle_left .info_4c {
  padding: 0;
  text-align: center !important;
  display: block;
}
#video_p {
  max-width: 100%;
}
.rsform-table input,
.rsform-table select,
.rsform-table textarea {
  max-width: 100%;
  box-sizing: border-box;
}
#rsform_10_page_0 .hide {
  display: none;
}
#rsform_10_page_0 >
.clearfix {
  margin-bottom: 15px;
}
#rsform_10_page_0 >
.clearfix:last-child {
  margin-bottom: 0;
}
#rsform_10_page_0 .rsform-block-checkbox label {
  width: 50%;
  box-sizing: border-box;
  margin: 0 !important;
  height: auto;
}
#rsform_4_page_0 >
.clearfix {
  margin-bottom: 15px;
}
#rsform_4_page_0 input[type=text],
#rsform_4_page_0 textarea {
  max-width: 100%;
  background: #EEEEEE;
  border: none;
}
.lost_found_grid_preview .lost_found_ul.corporate_ul li {
  display: block;
}
.lost_found_grid_preview .lost_found_ul.corporate_ul li:after,
.lost_found_grid_preview .lost_found_ul.corporate_ul li:before {
  display: block;
  content: ' ';
}
.lost_found_grid_preview .lost_found_ul.corporate_ul li
:after {
  clear: both;
}
.wrp-table {
  width: 100%;
  overflow-x: auto;
}
.table-removepadding td {
  padding: 10px 0;
}
#rsform_3_page_0 .row {
  margin: 0 -15px;
}
#rsform_3_page_0 >
.xb-row > .col-sm-6 {
  margin-bottom: 15px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert {
  position: relative;
}
.alert .close {
  position: absolute;
  top: 2px;
  right: 10px;
  color: inherit;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 29px;
  padding: 0;
  line-height: 1;
}
.alert-success {
  background-color: #dff0d8 !important;
  box-sizing: border-box;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert.alert-message,
.alert-info {
  background-color: #d9edf7 !important;
  box-sizing: border-box;
  border-color: #bce8f1;
  color: #31708f;
}
.alert.alert-message hr,
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert.alert-message .alert-link,
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3 !important;
  box-sizing: border-box;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-error hr,
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-error .alert-link,
.alert-warning .alert-link {
  color: #66512c;
}
.alert-error,
.alert-danger {
  background-color: #f2dede !important;
  box-sizing: border-box;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-error hr,
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link,
.alert-danger .alert-link {
  color: #843534;
}
.alert-warning .alert-message,
.alert-error .alert-message {
  background: transparent !important;
  color: inherit !important;
}
#vipform input.invalid {
  border: none !important;
  box-shadow: 0 0 2px #E30521 inset;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip {
  max-width: 400px;
}
.tooltip-inner {
  max-width: none;
  text-align: left;
  text-shadow: none;
}
th .tooltip-inner {
  font-weight: normal;
}
.tooltip.hasimage {
  opacity: 1;
}
.tip-text {
  text-align: left;
}
#rsform_6_page_0 input[type="text"] {
  width: 100%;
}
#rsform_6_page_0 label {
  font-weight: normal;
}
.left-content .menu ul {
  display: none;
}
.left-content .menu .active ul {
  display: block;
}
.accesso-parcheggio-operatori {
  text-align: right;
}
.nofontsize {
  font-size: 0;
}
.paddingleft-20 {
  padding-left: 20px;
}
#user-registration .btn.btn-primary,
.logout .btn.btn-primary {
  background: #005181;
  margin-top: 20px;
  padding: 6px 10px;
  width: auto !important;
  height: auto;
}
.btn-aggiungi-persona-corso {
  border: 0;
  padding: 6px 10px;
}
.btn.btn-primary.jb.accept.orange {
  line-height: 25px;
}
#jform_privacy-lbl {
  padding-left: 5px;
}
.indicazioni_form_col {
  padding: 10px 0;
}
.indicazioni_form_col input[type="radio"] {
  margin-top: 5px !important;
  margin-right: 2px;
}
#userForm input[type="radio"] {
  margin-right: 2px;
}
.menu_title,
.sub_title,
.bottom,
.list_title,
.info_title,
h1,
h2,
h3,
h4,
h5,
h6,
.grid_cell_header {
  font-family: 'Montserrat', sans-serif;
}
.effect_img_hover .xbimg_hover,
.effect_img_hover:hover img {
  display: none;
}
.effect_img_hover:hover .xbimg_hover {
  display: inline;
}
.article_news .list_title {
  line-height: 30px;
}
.xbinfo_4c .info_title {
  color: #616161;
  font-family: 'Montserrat', sans-serif;
}
.xbinfo_4c .xbinfo_4c_container {
  display: table;
  width: 100%;
}
.xbinfo_4c .xbinfo_4c_container > .xbinfo_4c_image,
.xbinfo_4c .xbinfo_4c_container > .xbinfo_4c_content {
  display: table-cell;
  vertical-align: middle;
}
.xbinfo_4c .xbinfo_4c_container > .xbinfo_4c_image p,
.xbinfo_4c .xbinfo_4c_container > .xbinfo_4c_content p {
  margin-bottom: 10px;
}
.xbcontainer-mailalert {
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
}
.xbcontainer-mailalert .col-sm-6 {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
}
.xbcontainer-mailalert input {
  width: 100% !important;
  box-sizing: border-box;
}
.display-block {
  display: block !important;
}
.margintopmedium {
  margin-top: 30px;
}
#contactModal input[type="checkbox"] {
  position: relative;
  top: -3px;
}
.messaggio.alert_mail {
  text-align: left !important;
}
.xbcontainer-mailalert .col-sm-12 .doc_title {
  margin-bottom: 20px;
}
.xbcontainer-mailalert .col-sm-6 .doc_title {
  margin-bottom: 10px;
}
.noleggia-submithome {
  margin-top: 21px !important;
  margin-left: 116px;
  padding-right: 35px;
  width: auto !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  line-height: 32px;
}
.noleggia-submithome:hover {
  background-repeat: no-repeat !important;
  background-position: right !important;
}
.fly-table .buttonRel {
  line-height: 1;
  padding: 0;
  margin: 0;
  height: 14px;
  margin-top: 2px;
}
@media (max-width: 768px) {
  div.light_gray_rectangle .download_container .scarica_file_4c {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .article_img {
    margin-bottom: 15px;
  }
}
.bottom .bannergroup .banneritem {
  text-align: center;
}
.bottom .bannergroup .banneritem img {
  max-width: 100%;
}
.table {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0 none;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  display: table-column;
  float: none;
  position: static;
}
table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
  position: static;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0 none;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0 none;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0 none;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0 none;
  }
}
#parkings-result .col-md-3 > div .block.p4-block-postiliberi {
  padding-bottom: 0;
}
#parkings-result .col-md-3 > div .block.p4-block-postiliberi p:nth-child(2) {
  margin-bottom: 8px;
}
#parkings-result .col-md-3 > div .block.p4-block-postiliberi p:last-child {
  margin-bottom: 11px;
  color: red;
}
.noleggia-submithome {
  margin-top: 21px !important;
  margin-left: 116px;
  padding-right: 35px;
  width: auto !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  line-height: 32px;
}
.noleggia-submithome:hover {
  background-repeat: no-repeat !important;
  background-position: right !important;
}
@media (min-width: 1180px) {
  .banner2 > div:first-child {
    float: left;
  }
  .banner2 > div:last-child {
    float: right;
  }
}
@media (max-width: 1179px) {
  .banner2 img {
    margin: 5px auto;
  }
}
.xbblocchibannercovid .grid_title_image {
  background: transparent;
}
.xbblocchibannercovid *[class*='xbblocchibannercovid-'] {
  float: right;
  margin-top: -5px;
  text-transform: uppercase;
  padding-right: 20px;
  position: relative;
  font-size: 17px;
  line-height: 28px;
}
.xbblocchibannercovid *[class*='xbblocchibannercovid-']:after {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #19ac6a;
  content: ' ';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.xbblocchibannercovid .xbblocchibannercovid-close {
  color: #d31e1e;
}
.xbblocchibannercovid .xbblocchibannercovid-close:after {
  background: #d31e1e;
}
.xbblocchibannercovid .xbblocchibannercovid-open {
  color: #19ac6a;
}
.misureadottatecovid .misureadottatecovid-row {
  display: flex;
  align-items: center;
}
.misureadottatecovid .misureadottatecovid-col {
  width: 50%;
  float: left;
  box-sizing: border-box;
  line-height: 1;
}
.misureadottatecovid .misureadottatecovid-col.text-center {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.misureadottatecovid .misureadottatecovid-col.xbvisible-phone {
  display: none;
}
.misureadottatecovid .misureadottatecovid-col h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 23px;
  font-family: 'Roboto', sans-serif;
}
.misureadottatecovid .misureadottatecovid-col p {
  color: #6a6a6a;
  font-size: 23px;
  font-family: 'Roboto', sans-serif;
}
.indiciazionialpasseggerocovid {
  margin-bottom: 90px;
}
.indiciazionialpasseggerocovid .indiciazionialpasseggerocovid-row {
  margin-bottom: 50px;
}
.indiciazionialpasseggerocovid .indiciazionialpasseggerocovid-col {
  width: 25%;
  float: left;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.indiciazionialpasseggerocovid .indiciazionialpasseggerocovid-col p {
  margin-top: 20px;
  font-size: 23px;
  font-family: 'Roboto', sans-serif;
}
.indiciazionialpasseggerocovid .indiciazionialpasseggerocovid-col span {
  color: #D4674D;
}
.indiciazionialpasseggerocovid .xbbtn {
  background: #4AA1C9;
  color: white;
  padding: 10px 15px;
}
.domandefrequenti .jp-accordion .ui-accordion-header {
  margin: 0;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: -2px;
}
.domandefrequenti .jp-accordion .ui-accordion-header a {
  background: white;
  border: 0;
  border-top: 2px solid #acacac;
  border-bottom: 2px solid #acacac;
  box-shadow: 0 0;
  outline: 0;
  color: #8a8a8a;
  padding-left: 0;
  padding-right: 80px;
  font-size: 23px;
}
.domandefrequenti .jp-accordion .ui-accordion-header:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/apri.png");
  width: 23px;
  height: 13px;
  top: 50%;
  margin-top: -6.5px;
  right: 30px;
}
.domandefrequenti .jp-accordion .ui-accordion-header.ui-state-active:after {
  background-image: url("../images/chiudi.png");
}
.domandefrequenti .jp-accordion .ui-accordion-content {
  color: #999;
  padding-left: 0;
  border: 0;
  background: transparent;
  padding-bottom: 40px;
  font-size: 20px;
}
.domandefrequenti .jp-accordion .ui-accordion-content ul {
  padding-left: 20px;
}
.domandefrequenti .jp-accordion li:first-child .ui-accordion-header {
  margin-top: 0;
}
.headcovid-19 {
  background: #1b5874;
  background: -moz-linear-gradient(top,#1b5874 0%,#1b5874 63px,#d9edec 63px,#d9edec 100%);
  background: -webkit-linear-gradient(top,#1b5874 0%,#1b5874 63px,#d9edec 63px,#d9edec 100%);
  background: linear-gradient(to bottom,#1b5874 0%,#1b5874 63px,#d9edec 63px,#d9edec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b5874',endColorstr='#d9edec',GradientType=0);
}
.headcovid-19 >div {
  background-image: url("../images/header-pagina-desktop.png");
  min-height: 125px;
  background-repeat: no-repeat;
}
.headcovid-19 >div h2 {
  font-size: 24px;
  font-weight: bold;
  color: #D4674D;
  padding-top: 76px;
  padding-bottom: 12px;
  line-height: 1.3;
  padding-left: 130px;
  padding-right: 15px;
  font-family: 'Roboto', sans-serif;
}
.headcovid-19.en-GB > div {
  background-image: url("../images/header-pagina-desktop_eng.png");
}
.item-pagecovid-19 {
  margin-top: -10px;
}
@media (min-width: 1251px) {
  div.header_menu ul li {
    margin-right: 23px !important;
    margin-left: 19px !important;
  }
}
@media (max-width: 1210px) {
  .xbblocchibannercovid .grid_cell_header {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 1000px) {
  .xbblocchibannercovid .grid_cell_header {
    font-size: 15px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .indiciazionialpasseggerocovid .indiciazionialpasseggerocovid-row {
    margin-bottom: 0px;
  }
  .indiciazionialpasseggerocovid .indiciazionialpasseggerocovid-col {
    width: 50%;
    margin-bottom: 50px;
  }
  .indiciazionialpasseggerocovid .indiciazionialpasseggerocovid-col p {
    padding-left: 20%;
    padding-right: 20%;
    font-size: 20px;
  }
  .misureadottatecovid .misureadottatecovid-col.text-center {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .misureadottatecovid .misureadottatecovid-col.text-center img {
    max-width: 100px;
  }
  .misureadottatecovid .misureadottatecovid-col.text-center h4 {
    font-size: 20px;
  }
  .misureadottatecovid .misureadottatecovid-col.text-center p {
    font-size: 19px;
  }
  .xbblocchibannercovid *[class*='xbblocchibannercovid-'] {
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  .xbblocchibannercovid *[class*='xbblocchibannercovid-'] {
    font-size: 0px;
  }
}
@media (max-width: 880px) {
  .headcovid-19.en-GB > div {
    background-image: url("../images/header-pagina-desktop_eng_mobile.png");
  }
}
@media (max-width: 767px) {
  .indiciazionialpasseggerocovid .indiciazionialpasseggerocovid-col {
    width: 100%;
    margin-bottom: 50px;
  }
  .indiciazionialpasseggerocovid .indiciazionialpasseggerocovid-col p {
    padding-left: 20%;
    padding-right: 20%;
  }
  .misureadottatecovid .misureadottatecovid-row {
    display: block;
  }
  .misureadottatecovid .misureadottatecovid-col {
    width: 100%;
    float: none;
  }
  .misureadottatecovid .misureadottatecovid-col img {
    width: 100%;
  }
  .misureadottatecovid .misureadottatecovid-col.text-center {
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
  .misureadottatecovid .misureadottatecovid-col.text-center img {
    max-width: 180px;
  }
  .misureadottatecovid .misureadottatecovid-col.xbvisible-phone {
    display: block;
  }
  .misureadottatecovid .misureadottatecovid-col.xbhidden-phone {
    display: none;
  }
  .xbblocchibannercovid .grid_cell_header.border_top_bottom {
    position: relative;
  }
  .xbblocchibannercovid .grid_cell_header.border_top_bottom .grid_cell_header {
    padding-left: 0;
  }
  .xbblocchibannercovid .grid_cell_header.border_top_bottom .grid_cell_header strong {
    font-size: 11px;
  }
  .xbblocchibannercovid .grid_cell_header.border_top_bottom .xbblocchibannercovid-close {
    position: absolute;
    right: 0;
  }
}
.ui-accordion-content.ui-helper-reset.ui-widget-content {
  font-family: 'Montserrat', sans-serif;
}
.ui-accordion-content.ui-helper-reset.ui-widget-content ul {
  padding-left: 20px;
}
.table-align-middle td {
  vertical-align: middle !important;
}
li.li-covid19 a {
  color: #e30521 !important;
}
