body,
h1,
h2,
h3,
h4,
h5,
h6
p,
a,
ul,
li,
ol,
span {
  font-family: 'GandhiSans','helvetica neue', arial, sans-serif;
  line-height: 1.4em;

  margin: 0;
  padding: 0;
}

a,
a:focus {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

h2.footer-section-reduced {
  padding: 0px;
  line-height: 1px;   
  color:#404040; 
}


@font-face {
  font-family: 'GandhiSans';
  font-weight: 700;
  font-style: normal;

  src: url('../font/gandhisans-bold-webfont.woff2') format('woff2'),
  url('../font/gandhisans-bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'GandhiSans';
  font-weight: 400;
  font-style: normal;

  src: url('../font/gandhisans-regular-webfont.woff2') format('woff2'),
  url('../font/gandhisans-regular-webfont.woff') format('woff');
}

.presentation-title {
  font-size: 34px;
  text-transform: uppercase;
  color: #404040;
  font-weight:bold;
}

.presentation-subtitle {
  font-size: 24px;
  color: #404040;
  font-weight:bold;
}

/* General Classes*/
.no-scroll {
  overflow: hidden;
}

.bg-white {
  margin-top: 60px;
  padding: 20px 30px;

  background-color: #fff;
  opacity: 0.95;
  border-radius: 3px 3px 3px 3px;
  /* IE10 */
  background-image: -ms-linear-gradient(top right, #FFFFFF 0%, #F7F7FF 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top right, #FFFFFF 0%, #F7F7FF 100%);
  /* Opera */
  background-image: -o-linear-gradient(top right, #FFFFFF 0%, #F7F7FF 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F7F7FF));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top right, #FFFFFF 0%, #F7F7FF 100%);
  /* Regola standard */
  background-image: linear-gradient(to top right, #FFFFFF 0%, #F7F7FF 100%);
}

.bg-white-extern {
  margin-top: 0px;
  padding: 0px 0px;

  background-color: transparent;
}

.confirmIcon {
    height: 28px;
    width: 28px;
}

.customizeIcon {
    height: 28px;
    width: 28px;
    text-align: right;
    vertical-align: middle;
}

.orderIcon {
    height: 28px;
    width: 28px;
    margin-left:7px;
}

.myTravel-page.bg-white {
  padding: 30px 0 0;
  opacity: 0.95;
}

@media(min-width: 768px) {
  .bg-white {
    margin-top: 100px;
    opacity: 0.95;
  }

  .confirmIcon {
    height: 16px;
    width: 16px;
  }

  .orderIcon {
    height: 24px;
    width: 24px;
    margin-left:7px;
  }

  .customizeIcon {
    height: 16px;
    width: 16px;
    text-align: right;
    vertical-align: middle;
  }
}

.title-table {
  font-size: 16px;

  padding-bottom: 6px;

  color: #404040;
}

.main-title {
  font-size: 22px;

  padding: 6px 0 12px;

  text-transform: uppercase;

  color: #404040;
}

.paragraph-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #404040;
}

.paragraph-title-padding {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left:15px;
  color: #404040; 
}

.size-custom-text{
  font-size: 14px;
  font-weight: 600;
}

.paragraph-title-reduced {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left:15px;
  color: #404040; 
}

.order-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left:2px;
  color: #404040; 
}

.sub-title {
  font-size: 16px;
  padding-top: 24px;
  padding-bottom: 12px;
  color: #404040;
}

.paragraph-text {
  font-size: 12px;

  margin: 0;
  padding: 0;

  color: #737373;
}

.box-button-lnk1 {
  position: absolute;
  top: -25px;
  right: 222px;
}

.box-button-lnk2 {
  position: absolute;
  top: -25px;
  right: 158px;
}

.box-button-lnk3 {
  position: absolute;
  top: -25px;
  right: 94px;
}

.box-icon-mypage {
  height:24px;
  width:24px;
}

input[type='text'],
input[type='password'] {
  font-size: 14px;

  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  padding: 0 10px;

  border: 2px solid #c6c6c6;
}

@media(min-width:576px) {
  .paragraph-text {
    font-size: 14px;
  }
}

/* Gradient container */
.gradientstyle {
    border-radius: 155px 155px 155px 155px;
    background-image: radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #00A3EF 100%); 
 }

/* Header */
.header {
  height: 44px;
  padding-top: 6px;

  text-align: center;
}

.header:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  display: block;

  width: calc(90% - 15px);
  height: 44px;

  content: '';
  transition: opacity .2s ease;

  opacity: 0;
  background: #fff;
}

.open.header:before {
  transition-delay: .4s;

  opacity: 1;
}

.page-active {
  opacity: .5;
}

.hamburger {
  position: relative;
  z-index: 10;

  float: left;

  width: 32px;
  height: 32px;

  cursor: pointer;
}

.hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 22px;
  height: 2px;

  transition: width .25s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  background-color: #000;
}

.open .hamburger span {
  width: 0;
}

.hamburger span:before,
.hamburger span:after {
  position: absolute;
  left: 50%;

  display: block;

  width: 22px;
  height: 2px;

  content: '';
  transition: all .25s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  background-color: #000;
}

.hamburger span:before {
  top: -5px;
}
.hamburger span:after {
  top: 5px;
}

.open .hamburger span:before,
.open .hamburger span:after {
  top: 0;

  background-color: #404040;
}

.open .hamburger span:before {
  transform: translateX(-50%) rotate(45deg);
}
.open .hamburger span:after {
  transform: translateX(-50%) rotate(-45deg);
}

.head-logo {
  position: relative;
  z-index: 10;

  display: inline-block;

  width: 120px;
  height: 32px;
}

.head-logo img {
  display: inline-block;
}

.head-logo img.logo-icon {
  float: left;

  width: 32px;
  height: 32px;
}

.head-logo img.logo-text {
  float: right;

  width: 84px;
  height: 10px;
  margin-top: 11px;
}

.search-box {
  float: right;

  width: 32px;
  height: 32px;
  padding-top: 4px;

  cursor: pointer;
}

.search-box img {
  display: block;

  width: 22px;
  height: 22px;
  margin: 0 auto;
}

.stripe-menu {
  position: fixed;
  z-index: 1;

  overflow-y: scroll;

  width: 90%;
  height: 100vh;
  margin-top: -44px;
  margin-left: -15px;
  padding: 44px 15px 0;

  transition: all .25s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  text-align: left;

  opacity: 0;
  background: #fff;
}

.open .stripe-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);

  opacity: 1;
}

.accounts a {
  font-weight: 700;
  line-height: 30px;

  display: block;

  height: 30px;
  margin-bottom: 15px;

  text-align: center;

  color: #fff;
}

.accounts a.username {
  display: none;
}

.accounts a.login-account {
  background-color: #404040;
}

.accounts a.create-account {
  background-color: #dadada;
}

.accounts a.create-account span {
  color: #404040;
}

.accounts a img {
  display: inline-block;

  width: auto;
  height: 16px;
  padding-right: 5px;

  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.stripe-menu ul li:hover,
.accounts a.username:hover {
  opacity: .5;
}

.stripe-menu ul li a {
  line-height: 45px;

  display: block;

  height: 45px;

  color: #902BDD;
  border-bottom: 2px solid #404040/*#00a19b*/; 
}

ul.primary-menu {
  margin-top: 15px;
}

ul.secondary-menu {
  padding-bottom: 15px;
}

ul.secondary-menu img {
  width: auto;
  height: 22px;
}

ul.secondary-menu img.mobile-icon {
  margin-bottom: 3px;
  padding-right: 5px;
}


ul.secondary-menu img.desktop-icon {
  display: none;
}

.box-lang {
  position: absolute;
  top: 0;
  right: 60px;

  width: 60px;
  height: 30px;
}

.box-lang span {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;

  z-index: 1;

  float: left;

  width: 50%;

  text-align: center;
  text-transform: uppercase;

  color: #404040;
}
.box-lang span a {
  color: #bcbdc0;
}

@media(min-width: 568px) {
  .stripe-menu {
    width: 610px;
    margin-left: -130px;
    padding: 44px 15px 0 130px;
  }

  .header:before {
    display: none;
  }

  .logoImage {
    height: 100px;
    width: 400px;
    text-align: center;
  }

  h2.paragraph-title-reduced {
    font-size:12px;
  }

  h2.footer-section {
    font-size:16px;
    font-weight:500;
  }

  h2.footer-section-reduced {
    font-size:16px;
    font-weight:300;
    padding-bottom:0px; 
    padding-top:0px;
    padding:0px;
  }
}

@media(min-width: 768px) {
  .header {
    position: relative;
    z-index: 1;

    height: 98px;
    padding: 0;

    text-align: left;
  }
  .header:after {
    position: absolute;
    z-index: -1;
    bottom: 0;

    display: block;

    width: 100%;
    height: 30px;

    content: '';

    background-color: #404040;
  }
  .hamburger {
    display: none;
  }
  .stripe-menu {
    left: 0;

    overflow: initial;

    width: 100%;
    height: 30px;
    margin: 0;

    -webkit-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
  }
  .head-logo {
    width: auto;
    height: auto;
    margin-top: 6px;
  }
  .head-logo img.logo-icon {
    display: block;
    float: none;

    width: 36px;
    height: 36px;
    margin: 0 auto;
  }
  .head-logo img.logo-text {
    display: block;
    float: none;

    margin: 10px auto 0;
  }

  .stripe-menu {
    position: relative;

    width: 100%;
    margin: 0;
    padding: 0;

    background-color: #404040;
  }
  .accounts {
    float: right;
  }
  .accounts a {
    display: inline-block;

    margin-bottom: 0;
  }
  ul.primary-menu {
    margin-top: 0;
  }
  .stripe-menu ul li {
    display: inline-block;

    margin-bottom: 0;
    padding: 0 6px;
  }
  ul.primary-menu li:first-child {
    padding-left: 0;
  }
  .stripe-menu ul {
    display: inline-block;

    padding-bottom: 0;
  }
  .stripe-menu ul.secondary-menu {
    float: right;

    padding-right: 100px;
  }
  .stripe-menu ul li a {
    font-size: 14px;
    line-height: 30px;

    height: 30px;
    padding: 0;

    color: #fff;
    border-bottom: 0;
  }
  ul.secondary-menu li:last-child {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  ul.secondary-menu img.desktop-icon {
    display: inline-block;

    margin-bottom: -7px;
    padding-right: 3px;
  }
  ul.secondary-menu img.mobile-icon {
    display: none;
  }
  .accounts a.create-account,
  .accounts a.login-account {
    display: none;
  }
  .accounts a.username {
    font-size: 14px;
    font-weight: 400;

    display: inline-block;
  }
  .search-box {
    display: none;
  }
  .box-lang {
    top: 9px;
    right: 15px;
  }
}

.footerLogo{
  width: 80px;
  height: 20px;
  margin: 10px 10px auto;
  line-height: 1px;
}

.footerIcon {
  width: 8px;
  height: 8px;
  margin: 0 auto;
}

.footer-text {
  font-size: 5px;
  color:#0094FF;
}

@media(min-width: 992px) {
  .stripe-menu ul li {
    padding: 0 10px;
  }
}
/* content page */
.body-bg-image {
  position: relative;

  min-height: 60vh;
  padding-bottom: 60px;

  background-image: url('../img/bg-image.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.body-bg-image2 {
  position: relative;

  min-height: 100vh;
  padding-bottom: 60px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.body-bg-image3 {
  position: relative;

  min-height: 60vh;
  padding-bottom: 60px;

  background-image: url('../img/bg-image-3.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
 }

.body-bg-image4 {
  position: relative;

  min-height: 60vh;
  padding-bottom: 60px;

  background-image: url('../img/bg-image-4.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
 }

.footer-bar{
  position: relative;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #FFFFFF;
}


.body-bg-image.show-before:before {
  transition-delay: .05s;

  opacity: 1;
}

.body-bg-image2.show-before:before {
  transition-delay: .05s;

  opacity: 1;
}

.body-bg-image3.show-before:before {
  transition-delay: .05s;

  opacity: 1;
}

.body-bg-image4.show-before:before {
  transition-delay: .05s;

  opacity: 1;
}

.box-arrival-date,
.box-destination {
  margin-bottom: 6px;
}

@media(min-width: 600px) {
    
    h2.paragraph-title-reduced {
        font-size:16px;
    }

    h2.footer-section {
      font-size:25px;
      font-weight:600;
    }

    h2.footer-section-reduced {
      font-size:16px; /* 25px */
      font-weight:400;
   }
    
}

@media(min-width: 200px) {
    .tableIcon {
        position: relative;
        top: 2px;
        height: 55px;
        width: 71px;
    }

    h2.paragraph-title-reduced {
        font-size:12px;
    }

    .home-text {
      font-size: 8px;
    }

    h2.footer-section {
      font-size:14px;
      font-weight:500;
    }

    h2.footer-section-reduced {
      font-size:11px;
      font-weight:300;
   }

    .box-button-lnk1 {
        height:20px;
        width:20px;
    }

    .box-button-lnk2 {
        height:20px;
        width:20px;
    }

    .box-button-lnk3 {
        height:20px;
        width:20px;
    }

}

@media(min-width: 768px) {
    .tableIcon {
        display: inline-block;
        position: relative;
        top: 2px;
        height: 180px;
        width: 260px;
    }
}

/* Aggiunto NB, 30092018 */
.box-destination {
  position: relative;
}

.box-destination ul li button {

  height: 30px;
  margin-bottom: 10px;
}

.box-destination ul li span {
  line-height: 30px;
}

.button-text-only {
  border-color: transparent;
  background-color: transparent;
}

.flag-icon {
  display: block;
  width: 30px;
  height: 26px;
  margin: 0 auto;
}

@media(min-width: 768px) {
  .flag-icon {
    display: block;
    width: 14px;
    height: 10px;
    margin: 0 auto;
  }
}

.ddl
{
    border:2px solid #c6c6c6;
    padding:3px;
    -webkit-appearance: none; 
    background: url('../img/downArrow-green.png') no-repeat right;
    background-repeat:no-repeat;
    text-indent: 0.01px;/*In Firefox*/
    text-overflow: '';/*In Firefox*/
    width: 40%;
    columns: 12;
    font-size: 12px;
    font-weight: 600;
}

/* Fine */

.box-arrival-date {
  position: relative;
}

.box-arrival-date input[type='image'] {
  position: absolute;
  top: 4px;
  right: 0;
  right: 10px;

  display: none;

  width: auto;
  height: 22px;
}

.box-arrival-date ul li:last-child input[type='image'] {
  display: block;
}

/* NB, box-buttons reworked*/
.box-buttons {
  margin-top: 30px; /* era 30*/
}

.box-buttons ul li {
    position: relative;

    display: block;

    height: 30px;
    /*margin-top: 8px;  NB provato 8 */
  }

.box-buttons input[type='submit'] {
  font-size: 12px;

  width: 100%;
  height: 30px;

  text-align: center;

  color: #fff;
  border: 0;

  padding-top: 15px;
  padding-bottom: 16px;
  /*margin-top: 0px;  NB */
}

.add-btn input[type='submit'] {
  background-color: #404040;
}

.return-btn input[type='submit'] {
  background-color: #404040;
}

table#arrivalCalendar {
  margin: 30px auto 0;
  padding: 20px; /* NB controllare */

  box-shadow: 4px 5px 20px rgba(0,0,0,.3);
}

#arrivalCalendar tbody {
  display: block;

  text-align: center;
}

.tr-month {
  display: block;

  padding: 15px 0;

  color: #6d6e71;
}

.tr-month {
  font-size: 16px;

  display: block;

  padding: 15px 0;

  color: #6d6e71;
}
.tr-month tbody tr {
  display: block;

  width: 100%;
}
.tr-month tbody tr td {
  width: 100%;
}

.tr-month tbody tr td.previous-month,
.tr-month tbody tr td.next-month {
  width: auto;
}

.tr-month tbody img {
  width: auto;
  height: 12px;
  margin-bottom: -1px;
}

tr.tr-title-days th {
  font-size: 12px;
  font-weight: 400;

  width: 14.2857142857%;
  padding-bottom: 12px;

  color: #6d6e71;
}

.row-days td a {
  font-size: 14px;

  padding: 3px;

  color: #6d6f71;
}

.row-days td {
  border: 1px solid #c7c8ca;
}

.row-days td.no-day {
  border: 0;
}
.row-days td.no-day a {
  color: #fff;
}

.row-days td a.passed-day {
  color: #c7c8ca;
}

.row-days td.active-day {
  background-color: #acd6d2;
}
.row-days td.active-day a {
  font-weight: 700;

  color: #01a89d;
}

ul.region-choises {
  display: block;

  margin: 30px 0;
  padding: 20px 20px 20px 40px;

  list-style-type: circle;

  box-shadow: 4px 5px 20px rgba(0,0,0,.3);
}


ul.region-choises li {
  font-size: 12px;
  font-style: italic;

  padding-bottom: 10px;

  color: #bcbdc0;
}

ul.region-choises li:last-child {
  padding-bottom: 0;
}

ul.region-choises li.active {
  color: #01a89d;
}

.box-arrival-date ul li {
  position: relative;

  display: block;

  height: 30px;
  margin-bottom: 10px;
}
.box-arrival-date ul li span {
  line-height: 30px;
}


@media(min-width: 992px) {
  table#arrivalCalendar {
    margin: 15px auto 0;

    background: #fff;
  }
  ul.region-choises {
    margin: 15px 0;
  }

  .box-buttons {
    margin-top: 28px;
  }

  .box-buttons ul li {
    position: relative;

    display: block;

    height: 30px;
    margin-bottom: 10px;
  }

  /* NB */
  .box-buttons input[type='submit'] {
    position: relative;

    display: block;

    height: 30px;
    margin-bottom: 10px;

  }
  /* NB */
}

/* trip details page */
.box-titles {
  display: block;
}
.box-icons {
  float: left;
}

.box-icons img {
  margin-right: 10px;
}

.stops-return {
  font-size: 12px;

  padding-top: 12px;

  color: #378883;
}

.col-stops {
  padding-bottom: 24px;
}
.stops-return span {
  font-weight: 700;

  text-transform: uppercase;
}

.stops-return ul li {
  padding-bottom: 6px;
}
.stops-return ul li:last-child {
  padding-bottom: 0;
}

@media(min-width: 576px) {
  .box-titles {
    display: inline-block;
  }
  .box-icons {
    float: right;
  }

  .box-icons img {
    margin-right: 0;
    margin-left: 10px;
  }
  .stops-return {
    font-size: 14px;
  }
}


/* footer */
footer {
  padding: 30px 0;
}
footer p {
  font-size: 11px;

  margin: 0;
  padding: 0;

  text-align: center;

  color: #404040;
}

footer p a {
  text-decoration: underline;

  color: #404040;
}


/* page create an account */
.register-box h2 {
  display: inline-block;

  padding-top: 0;
  padding-left: 10px;
}

.register-box img {
  margin-bottom: -4px;
}

.box-checkbox label {
  position: relative;

  display: inline-block;

  width: 30px;
  height: 30px;

  cursor: pointer;
}

.box-checkbox label:before,
.box-checkbox label:after {
  display: none;
}

.box-checkbox img {
  position: absolute;
  top: 0;
  left: 0;

  width: 30px;
  height: 30px;
}

input#check {
  margin-top: 7px;
  margin-left: 8px;
}

.box-checkbox img.checked-img {
  top: 50%;
  left: 50%;

  display: none;

  width: 19px;
  height: 17px;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box-checkbox .checked img.checked-img {
  display: block;
}

.box-checkbox span {
  font-size: 14px;

  display: inline-block;

  padding-left: 10px;

  color: #737373;
}

.register-box p {
  color: #737373;
}

.register-box p a {
  text-decoration: underline;

  color: #c6c6c6;
}

.submit-button input {
  font-size: 12px;

  width: 100%;
  height: 30px;

  cursor: pointer;
  text-align: center;

  color: #fff;
  border: 0;
  background-color: #404040;
}



/* single news */
.single-news p {
  margin-top: 0;
}

.single-news img {
  width: 100%;
  height: auto;
}

.single-news .sub-title {
  float: left;

  padding-bottom: 24px;
}
.close-button {
  font-size: 12px;
  line-height: 30px;

  float: right;

  width: 100%;
  width: 60px;
  height: 30px;
  margin-top: 20px;

  cursor: pointer;
  text-align: center;

  color: #fff;
  border: 0;
  background-color: #404040;
}

/* my travel */

.myTravel-page table {
  width: 100%;
  min-width: 100%;
  max-width: 100%;

  border-spacing: 0;
  border-collapse: collapse;
}

.table tr:not(.header-tr) {
  display: none;
}

.table tr.header-value,
.table tr.tr-row {
	display: table-row;
}

.table tr.header-value th {
    font-size: 14px;
    position: relative;
    padding: 10px 5px 10px 5px;
    text-align: center;
}

.table-bordered td {
  font-size: 12px;

  position: relative;
  padding: 10px 0;

  text-align: center;
}

.table-bordered tr.tr-row:nth-child(odd) {
	background: #EBF4F3;
}

tr.row-inside {
	border-bottom: 1px solid #EBF4F3;
}

tr.row-inside:last-child {
	border-bottom: 0px;
}

.table-bordered tr.tr-row:nth-child(odd) tr.row-inside {
	border-bottom: 1px solid #fff;
}

.table-bordered tr.tr-row:nth-child(odd) tr.row-inside:last-child {
	border-bottom: 0px;
}

.table .header-tr td:first-child:after {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;

  position: relative;
  position: absolute;
  top: 7px;
  top: 50%;
  right: 5px;

  display: inline-block;
  float: right;

  padding: 3px;

  content: '\002b';
  -webkit-transition: -webkit-transform .25s linear;
          transition:         transform .25s linear;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;

  color: #009d90;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}


.table .header-tr.active td:first-child:after {
	cursor: pointer;
  content: '\2212';
}


.table.table-bordered img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 24px;
}

/*@media(min-width:480px) {
  .table.table-bordered img {
    position: absolute;
    top: 5px;
    left: 10%;
  }
} removed 21/10/2018*/

.search-box-travel {
    display: block;
    text-align: right;
    padding: 15px;
}

.search-box-travel input[type="text"] {
    display: inline-block;
    max-width: 150px;
    border: 0px;
    border-bottom: 1px solid #EBF4F3;
}

.search-box-travel img {
  height: auto;
    width: 20px;
    margin-left: 5px;
}


/* travel notes*/
.box-title-icon {
    padding:  0 0 15px 15px;
}

.box-title-icon img,
.box-title-icon h2 {
	display: inline-block;
}

.box-title-icon img {
	    width: auto;
    height: 24px;
    margin-bottom: -7px;
    padding-right:5px;
}

.myTravel-page.notes .table-bordered td {
	text-align: left;
	padding: 10px 15px;
}

.myTravel-page.notes .table .header-tr td:first-child:after {
    right: auto;
    position: relative;
    float: none;
    transform: translateY(0);
    padding-left: 15px;
}

/* CSS AGGIUNTO per PAGINA TRAVELNOTES*/

.table img.tableIcon {
    display: inline-block;
    position: relative;
    top: 2px;
}

.table .paragraph-title {
  display: inline-block;
}

/* CSS AGGIUNTO per MIGLIORARE ALLINEAMENTO BOTTONI, PAGINA */

.box-buttons input[type='submit'] {
    padding-bottom: 15px;
}

.box-buttons input[type='submit'] {
    line-height: 0px;
    margin-bottom: 5px;
}

@media(min-width: 992px) {
  .box-buttons input[type='submit'] {
    margin-bottom: 15px;
}
}


/* MIGLIORARE ICONE BANDIERINE, VISUALIZZAZIONE */
.box-lang {
    z-index: 10;
}

.flag-icon {
    width: 24px;
    height: auto;
    margin: 6px auto 0;
}

.header {
    text-align: left;
}

.head-logo {
    margin-left: 25px;
}

/* 4: PROVARE TESTO INTORNO IMMAGINE, PAGINA VACCINE */

.single-news img {
    max-width: 300px;
    display: block;
    margin: 15px auto 30px;
}

@media(min-width: 768px) {
  .single-news img {
    float: right;
    margin: 0 0 20px 20px;
  }
}


/* Regole aggiunte per punto 1, cambio colore al link e dopo visitato */

h2.paragraph-title a {
    color: #404040;
}

h2.paragraph-title a:visited {
    color: #404040;
}


tr.tr-row a {
    color: #404040;
}

tr.tr-row a:visited {
    color: #404040;
}

tr.tr-row {
    text-wrap:normal;
}

/*************************************************/

/***********************************
/*   CONTENT PLACE HOLDER         */
/**********************************/
.logoUpperRow
{	
	text-align:right;
	padding-right:10px;
	background-color:#C0C0C0;
	/*background-color:#1e46e1;*/
	/*background-color:#DDDDEF;		*/
	height:25px;
	color:#ffffff;
	font-weight:bold;	
}

.logoLowerRow
{	
	padding-right:10px;
	/*background-color:#858585;
	border-color:#858585;*/
	/*background-color:#DDDDEF;*/
	background:#C0C0C0;
	/*height:30px;*/
	color:#ffffff;
	font-weight:bold;
}
	
.boundSectionLeft
{
	width:5%;	
    background-color:#C0C0C0;	
}

.boundSectionRight
{
	width:5%;	
	background-color:#C0C0C0;	
}
	
.lateralSection
{		
	width:21%;
	background-color:#C0C0C0;
}

.lateralSectionMenu
{		
	width:15%;
	background:#C0C0C0;
}

.logoSection
{
	vertical-align:middle; 
	width:86%;
	background:#404040;		
}

.logoLinkUpperRow
{
	color:White;
}

.logoLinkLowerRow
{
	color:White;
}

.footerRow
{
	padding-right:10px;
	background-color:#404040;		
	height:25px;
}

.footerRowLateralMenu
{
	width:15%;
	padding-right:10px;
	background-color:#404040;		
	height:25px;	
}

.buttonSection
{
	color:Black;
}

.marqueeStyle
{
	background:White;
	background: -moz-linear-gradient(top, #DDDDDD 0%, #D7D7D7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#D7D7D7));
	background: -webkit-linear-gradient(top, #DDDDDD 0%,#D7D7D7 100%);
	background: -o-linear-gradient(top, #DDDDDD 0%,#D7D7D7 100%);
	background: -ms-linear-gradient(top, #DDDDDD 0%,#D7D7D7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#F1F1F1',GradientType=0);
	background: linear-gradient(top, #DDDDDD 0%,#D7D7D7 100%);
	background: linear-gradient(top, #DDDDDD 0%,#D7D7D7 100%);	
}

.contentSection
{
	width:50%;
	text-align:center;
	vertical-align:top;	
	background:#DDDDDD;	
}

.homeRefreshedSquare
{
	height:10pt;
	width:10pt;	
}

.releaseDiary
{
	border-style:ridge;
	border-width:3px; 
	border-color:Gray
}

/* Paragrafi utilizzati nella sezione news */
.news
{
	text-align:left;
	font-size:9pt;
    color:black;
    background:Silver;
    border-style:double;
    background: -moz-linear-gradient(top, #DDDDDD 0%, #D7D7D7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#D7D7D7));
	background: -webkit-linear-gradient(top, #DDDDDD 0%,#D7D7D7 100%);
	background: -o-linear-gradient(top, #DDDDDD 0%,#D7D7D7 100%);
	background: -ms-linear-gradient(top, #DDDDDD 0%,#D7D7D7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#D7D7D7',GradientType=0);
	background: linear-gradient(top, #DDDDDD 0%,#D7D7D7 100%);
	background: linear-gradient(top, #DDDDDD 0%,#D7D7D7 100%);	            
}

/* Testo riportato nella sezione Copyright ai piedi della pagina */
.copyright
{
	font-size:8pt;
    font-weight:bold;
    color:Blue;	
    background-color:#1e46e1;
    text-align:center;
    vertical-align:middle;
}

/* Testo della data riportata nelle pagine */
.dataText
{
	text-align:center;
	font-size:8pt;
    font-weight:bold;
    color:Blue;	
    background-color:#404040;	
}

.summaryPanel
{
	width:14%;
	border-color:Gray;
	border-style:solid;
	border-width:2px;
}

.summaryScrollingPanel
{
	width:14%;
	border-color:White;
	border-style:solid;
	border-width:2px;
}

/*********************************************/
/*          GESTIONE IMMAGINI                */
/*********************************************/

/* Immagine che tengono tutta la larghezza dell'elemento in cui sono inserite */
.imageLogoLarge
{
	width:100%;
	height:150px;
}

/* Immagine di piccole dimensioni posta sulla testata della pagina */
.imageLogoSmall
{
	text-align:center;
	vertical-align:middle;
	width:300px;
	height:120px;
}

/* Immagine che tengono tutta la larghezza dell'elemento in cui sono inserite */
.imageSizeLarge
{
	width:100%;
	height:400px;
}

/* Immagine che tengono parte della larghezza dell'elemento in cui sono inserite */
.imageSizeMedium
{
	width:85%;
	height:250px;
	border-color:White;
	border-bottom-width:2px;
	text-align:center;
}

.imageSizeSmall
{
	width:90px;
	height:90px;
}

/* Immagine visualizzata nella barra di scrolling delle gallery */
.imageSummarySize
{
	width:100%;
	height:90px;
	border-color:White;
	border-bottom-width:2px;
	text-align:center;
	vertical-align:middle;
	font-size:10px;	
}

/* Stile del bottone di scrolling */
.imageSummaryButton
{
	width:90%;
	height:100px;
	border-style:ridge;
	border-color:Black;
}

/*********************************************/
/*          TESTO DOMANDE/RISPOSTE           */
/*********************************************/
.questionStyle
{
	font-size:10pt;
	font-family:Arial;  
	text-align:left;
	color:blue;
	margin-bottom:8px;
}

.answerStyle
{
	font-size:11pt;
	font-family:Arial;  
	text-align:justify;
	color:black;
	margin-left:3px;
}

.answerImageStyle
{
	width:270px;
	height:300px;
	text-align:center;
}

/*********************************************/
/*          TESTO COMUNE NELlE PAGINE        */
/*********************************************/

#tela
{border:solid 1px black; background-color:green}

/* Titolo della pagina */
.pageTitle
{
	font-size:14pt;
	font-family:Arial;
    font-weight:bold;    
    color:Black;
    background:#DDDDEF;
    border-style:outset;
    border-color:#DDDDEF;
    border-width:2px;
    background: -moz-linear-gradient(top, #F9F9F9 0%, #D7D7D7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#D7D7D7));
	background: -webkit-linear-gradient(top, #F9F9F9 0%,#D7D7D7 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%,#D7D7D7 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%,#D7D7D7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#D7D7D7',GradientType=0);
	background: linear-gradient(top, #F9F9F9 0%,#D7D7D7 100%);
	background: linear-gradient(top, #F9F9F9 0%,#D7D7D7 100%);
}

/* Titolo della sezione di livello1 */
.pageTitleLevel1
{
	font-size:12pt;
	font-family:Arial;
	font-family:Times New Roman;
    color:blue;    
}

/* Titoli principali del testo delle pagine */
.contentTextTitle
{
	font-size:12pt;
	font-family:Arial;
    font-weight:bold;    
    color:Black;
    background: -moz-linear-gradient(top, #E9E9E9 0%, #D7D7D7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#D7D7D7));
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#D7D7D7 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#D7D7D7 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#D7D7D7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#D7D7D7',GradientType=0);
	background: linear-gradient(top, #FFFFFF 0%,#D7D7D7 100%);
	background: linear-gradient(top, #FFFFFF 0%,#D7D7D7 100%);
}

/* Testo delle pagine */
.contentText
{
	text-align:justify;
	font-size:10pt;
	font-family:Arial;
    color:Black;	
}

/*********************************************/
/*              BANNER                       */
/*********************************************/
.bannerCell
{
	text-align:center;
	vertical-align:middle;
	font-size:10pt;
	font-family:Arial;
    font-weight:bold;
    color:White;    
}

/*********************************************/
/*          PAGINE DI INIZIO SEZIONE         */
/*********************************************/
/**/
.iconSectionImageButton
{
	width:50%;
	height:80px;
	border-style:ridge;
	border-color:Red;
}

.iconSectionImageButton
:hover
{
	border-color:Yellow;	
}
/*********************************************/
/*          TABELLE CON CONTENUTO            */
/*********************************************/

/* Testo nelle celle di testata delle tabelle */
.contentTextTitle
{
	font-size:16pt;
	font-family:Arial;	
    font-weight:bold;    
    color:Black;
    background-color:White; 
    border-style:ridge;
}

/* Immagini nelle celle di testata delle tabelle */
.contentImageTitle
{
	width:100%;
	height:65pt;	
    background-color:White; 
    border-style:ridge;
}

/* Testo nelle celle di testata delle tabelle */
.contentTextTableHeader
{
	font-size:12pt;
	font-family:Arial;
    font-weight:bold;    
    color:black;
    text-align:center;
    vertical-align:middle;
	border-style:solid;
	border-width:1px;
	border-color:White;
	background:#CFCFCF;
	background: -moz-linear-gradient(right, #CFCFCF 0%, #D9D9D9 100%);
	background: -webkit-gradient(linear, left right, left right, color-stop(0%,#CFCFCF), color-stop(100%,#D9D9D9));
	background: -webkit-linear-gradient(right, #CFCFCF 0%,#D9D9D9 100%);
	background: -o-linear-gradient(right, #CFCFCF 0%,#D9D9D9 100%);
	background: -ms-linear-gradient(right, #CFCFCF 0%,#D9D9D9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF', endColorstr='#D9D9D9',GradientType=1);
	background: linear-gradient(right, #CFCFCF 0%,#D9D9D9 100%);
	background: linear-gradient(right, #CFCFCF 0%,#D9D9D9 100%);
}

/* Testo nelle celle delle tabelle */
.contentTextTableCell
{
	font-size:10pt;
	font-family:Arial;    
    color:Black;		
	vertical-align:middle;
	border-style:ridge;
	background-color:#CFCFCF;		
}

.pvSelectionCell
{
	width:45%;
	text-align:justify; 
	vertical-align:top;
	border-color:White;
	border-style:solid;
	border-width:1px;	
}

.switchboardsSelectionCell
{
	text-align:justify; 
	vertical-align:top;
	border-color:White;
	border-style:solid;
	border-width:0px;
	font-size:9pt;
	
}

/* Formato dei bottoni immagine utilizzati nelle tabelle dei contenuti */
.contentImageButton
{
	vertical-align:middle;
	text-align:center;
	width:15pt;
	height:15pt;
}

/* Immagini nelle celle delle tabelle */
.contentImageTableCell
{
	text-align:center;
	vertical-align:middle;
	width:80%;
	height:100px;	
}

/***********************************/
/*      ASSISTENTE RUNTIME         */
/***********************************/
.assistantImageSmall
{
	width:35px;
	height:35px;
}

/*****************************/
/*       VARIE               */
/*****************************/           
.orange
:hover
{
	color:Green;
}
/*****************************/
/*        MENU TENDINA       */
/*****************************/
#dropmenudiv
{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 14px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;	
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover
{ 
	/*hover background col*/
	background-color: yellow;
}

.copyright-row {
    background-color:#404040; 
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
}

.copyright-row a {
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
}
