#eu_menubar ul {
  margin: 0px;
}

#eu_menubar ul li {
  list-style: none;
  margin: 0px;
  display: block;
  float: left;
  height: 48px;
  padding: 0px;
  background: none;
}

#eu_menubar ul li#home {
  width: 137px;
}

#eu_menubar ul li#euproducts {
  width: 232px;
}

#eu_menubar ul li#training {
  width: 217px;
}

#eu_menubar ul li#customer {
  width: 221px;
}

#eu_menubar ul li#eucontact {
  width: 152px;
}

#eu_menubar ul li a.double:link, #eu_menubar li a.double:active, #eu_menubar li a.double:visited {
  height: 47px;
  padding-top: 7px;
}

.italicblue {
  font-style: italic;
  color: #095B8B;
}

table.eutable tr:nth-child(even) td {
  background: #FFF;
}

table.eutable tr:nth-child(odd) td {
  background: #E9F9FE;
}

.eutable img {
  float: left;
  margin: -2px 5px 0 0;
}

.eutable tr td {
  vertical-align: middle;
  padding: 10px 5px 5px 10px;
}

.eutable tr:hover td {
  background: #EEE;
}

#packagesContent div {
  filter: alpha(opacity=0);
  opacity: 0;
  display: none;
}

#packagesContent div.showContent {
  filter: alpha(opacity=100);
  opacity: 1.0;
  display: block;
}

#packagesContent div.showContent div {
  filter: alpha(opacity=100);
  opacity: 1.0;
  display: block;
}

#packagesContent div.showContent a.menuLink {
  filter: alpha(opacity=100);
  opacity: 1.0;
  display: block;
}

.contentLink img {
  border: 1px solid #666;
  filter: alpha(opacity=70);
  opacity: 0.7;
  border-radius: 5px;
}

.contentLink:hover {
  text-decoration: none;
}

.contentLink:hover h3 {
  color: #006C92 !important;
}

#packages ul#menu {
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  text-align: center;
}

#packages ul#menu li {
  display: inline-block;
  list-style: none;
  background: none;
  width: 200px;
  padding: 10px;
}

.menuLink {
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
}

.menuLink:hover {
  cursor: pointer;
}

.pack {
  background: #fff;
}

.mb120 {
  margin-bottom: 120px;
}

div.story:hover {
  background: #ddd;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px #333;
  -moz-box-shadow: 0px 2px 10px #333;
  -o-box-shadow: 0px 2px 10px #333;
  box-shadow: 0px 2px 10px #333;
  text-decoration: none;
  border-radius: 10px;
}

div.story:hover img {
  -webkit-box-shadow: 0px 2px 10px #333;
  -moz-box-shadow: 0px 2px 10px #333;
  -o-box-shadow: 0px 2px 10px #333;
  box-shadow: 0px 2px 10px #333;
  border: 1px solid #000;
  text-decoration: none;
}

div.story {
  padding: 10px;
}
div.story a.blue-button {
  margin-bottom: 30px;
}
div.story a.ml {
  margin-left: 110px;
}

.hr {
  margin: 3px;
  padding: 0px;
}

.pack .hr {
  margin-bottom: 20px;
}

.z2 {
  line-height: 15px;
}

/* Landscape tablet (and possibly netbook) styles */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Landscape tablet (and possibly netbook) styles */
}
/* Portrait tablet & lanscape mobile styles */
@media only screen and (min-width: 580px) and (max-width: 979px) and (orientation: portrait) {
  /* Portrait tablet & lanscape mobile styles */
}
/* Mobile CSS styles */
@media only screen and (min-width: 0px) and (max-width: 679px) {
  aside {
    display: none;
  }

  a.w185 {
    width: 100%;
  }

  .ml60 {
    margin-left: 0px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mobi-eu div#wrapper {
    background: url(/images/env/backgrounds/europe/eu-page-bkg.jpg) no-repeat center 51px white !important;
  }

  .mobi-small-blue {
    font-size: 22px;
  }

  div.story img.left {
    float: left;
    margin-right: 20px;
  }
  div.story p {
    clear: both;
  }
  div.story a.blue-button {
    width: 100%;
    margin-bottom: 0px;
  }
  div.story a.ml {
    margin-left: 0px;
  }

  .photo-ad div.left {
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .photo-ad a.blue-button {
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 10px;
  }

  .z2 {
    display: inline-block;
    width: 45%;
  }
  .z2 .blue-button, .z2 .blue-button-sm {
    width: 100%;
  }

  div.medium {
    width: 100%!important;
  }
  div.medium img.left {
    float: left;
    margin-right: 20px;
  }
  div.medium p.z2 {
    width: 60%;
  }

  .eutable {
    font-size: 70%;
  }
  .eutable img {
    display: none;
  }

  .grey-box {
    width: 90%;
    padding: 5%;
  }
}
