html, body {
  height: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, header .wrap:before, footer .wrap nav:before, .place-content article .tab-select:before, .clearfix:after, header .wrap:after, footer .wrap nav:after, .place-content article .tab-select:after {
  content: "";
  display: table; }

.clearfix:after, header .wrap:after, footer .wrap nav:after, .place-content article .tab-select:after {
  clear: both; }

.clearfix, header .wrap, footer .wrap nav, .place-content article .tab-select {
  *zoom: 1; }

/* =============================================================================
   Sticky Footer styles
   ========================================================================== */
#container {
  margin: 0 auto; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

p {
  margin: 0 0 1em; }

/* ===== Primary Styles ========================================================
   ========================================================================== */
body {
  color: #303030;
  font: 12px/1.4em Arial, sans-serif; }

#container {
  position: relative;
  min-height: 100%;
  height: 100%; }

.map-container {
  width: 100%;
  background: #cfcfcf;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10; }

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 10px 0;
  z-index: 3000; }
  @media only screen and (max-width: 480px) {
    header {
      padding: 5px 5px 0; } }
  header .wrap {
    background: url(/_mimg/pattern.png);
    height: 58px;
    border-bottom: solid 3px #418a00;
    box-shadow: 0px 0px 10px #666; }
    @media only screen and (max-width: 480px) {
      header .wrap {
        height: 40px; } }
    header .wrap .logo {
      float: left;
      margin: 15px 0 0 19px;
      /* width: 197px; */ }
      header .wrap .logo img {
        /* width: 85%; */ 
        
        height: 18px;}
      @media only screen and (max-width: 480px) {
        header .wrap .logo {
          
          margin-top: 10px;
          margin-left: 10px; } }
    header .wrap .lang-select, header .wrap .info {
      float: right;
      height: 100%;
      border-left: solid 1px #418a00;
      width: 57px;
      text-align: center;
      line-height: 55px; }
      @media only screen and (max-width: 480px) {
        header .wrap .lang-select, header .wrap .info {
          width: 40px;
          line-height: 35px;
          padding: 0 8px; } }
      header .wrap .lang-select.selected, header .wrap .selected.info {
        background-color: rgba(0, 0, 0, 0.3); }
      header .wrap .lang-select img, header .wrap .info img {
        opacity: .8;
        max-width: 100%; }

footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  padding: 0px 10px 0;
  z-index: 100; }
  @media only screen and (max-width: 480px) {
    footer {
      padding: 0px 5px 0;
      bottom: 10px; } }
  footer .wrap {
    height: 46px; }
    @media only screen and (max-width: 480px) {
      footer .wrap {
        height: 36px; } }
    footer .wrap .btn {
      float: right;
      height: 100%;
      width: 46px;
      text-align: center;
      line-height: 46px;
      background: url(/_mimg/pattern.png);
      margin-left: 5px;
      box-shadow: 0px 0px 10px #666; }
      @media only screen and (max-width: 480px) {
        footer .wrap .btn {
          width: 36px;
          line-height: 36px; } }
      footer .wrap .btn img {
        width: 100%;
        padding: 0 8px; }
      footer .wrap .btn.menu {
        margin-left: 20px; }
        @media only screen and (max-width: 480px) {
          footer .wrap .btn.menu {
            margin-left: 10px; } }
      footer .wrap .btn.target {
        z-index: 600;
        position: relative; }
    footer .wrap nav {
      width: 79%;
      height: 46px;
      position: relative;
      /* top: -24px; */
      background: url(/_mimg/pattern.png) repeat-x left 0px; 
      box-shadow: 0px 0px 10px #666; }
      @media only screen and (max-width: 480px) {
        footer .wrap nav {
          height: 36px;
          width: 71%; } }
      footer .wrap nav a {
        float: left;
        width: 50%;
        height: 46px;
        text-align: center;
        line-height: 46px;
        /* margin-top: 24px; */
        color: #418a00;
        font-size: 18px;
        text-decoration: none;
        text-shadow: 1px 1px 1px #fff;
        /* box-shadow: 0px 0px 10px #666; */
        position: relative; }
        @media only screen and (max-width: 480px) {
          footer .wrap nav a {
            height: 36px;
            line-height: 36px;
            font-size: 14px; } }
        footer .wrap nav a:first-child {
          border-right: solid 1px #418a00; }
        footer .wrap nav a:last-child {
          border-left: solid 1px white; }
        footer .wrap nav a.selected {
          background: url(/_mimg/shadow.png) repeat-x left top; }
          footer .wrap nav a.selected:before {
            content: "";
            position: absolute;
            height: 24px;
            width: 100%;
            left: 0;
            top: -24px;
            background: url(/_mimg/sel-point.png) no-repeat center bottom; }

.menu-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 200;
  padding: 75px 10px 20px;
  display: none; }
  @media only screen and (max-width: 480px) {
    .menu-block {
      padding: 55px 5px 10px; } }
  .menu-block .btn {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 48px;
    height: 46px;
    text-align: center;
    background: url(/_mimg/pattern.png);
    box-shadow: 0px 0px 10px #666; }
    @media only screen and (max-width: 480px) {
      .menu-block .btn {
        width: 36px;
        height: 35px;
        line-height: 36px; } }
    .menu-block .btn img {
      width: 100%;
      display: block;
       }
    .menu-block .btn.menu {
      margin-left: 20px; }
      @media only screen and (max-width: 480px) {
        .menu-block .btn.menu {
          margin-left: 10px; } }
    .menu-block .btn.target {
      z-index: 1900; }
  .menu-block ul {
    height: 100%;
    overflow: scroll;
    margin: 0;
    padding: 0;
    list-style: none; }
    .menu-block ul li {
      border-top: solid 1px #e2e2e2;
      background: url(/_mimg/arrow.png) no-repeat right center; }
      .menu-block ul li:last-child {
        border-bottom: solid 1px #e2e2e2; }
      .menu-block ul li a {
        display: block;
        text-decoration: none;
        padding: 8px 10px;
        padding-right: 35px;
        color: inherit; }

.main-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding: 85px 10px 20px; }
  .main-content.info-content {
    display: none;
    z-index: 1900; }
    .main-content.info-content article {
      box-shadow: 0px 0px 10px #000; }
    .main-content.info-content:before {
      content: "";
      width: 0px;
      height: 20px;
      border-bottom: solid 10px #f7f7f7;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
      position: absolute;
      right: 85px;
      top: 55px;
      z-index: 700; }
      @media only screen and (max-width: 480px) {
        .main-content.info-content:before {
          top: 28px;
          right: 55px; } }
  @media only screen and (max-width: 480px) {
    .main-content {
      padding: 55px 5px 10px; } }
  .main-content article {
    height: 100%;
    overflow: scroll;
    background: #f7f7f7;
    border-bottom: solid 3px #418a00;
    padding: 15px;
    position: relative; }
    .main-content article h3 {
      text-align: center;
      font-size: 16px; }
    .main-content article .support {
      text-align: center; }
      .main-content article .support figure {
        display: inline-block; }
        .main-content article .support figure a {
          display: inline-block;
          width: 130px;
          background: #fff;
          border: solid 1px #d6ddd2;
          margin: 0 4px;
          padding: 10px 0;
          border-radius: 6px; }

.free-wifi {
  padding-left: 60px;
  padding-top: 20px; }
  .free-wifi a {
    text-decoration: none;
    color: inherit; }
  .free-wifi img {
    float: left;
    margin-left: -60px;
    margin-top: -16px; }

.languages {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f5f5f5;
  position: absolute;
  right: 10px;
  top: 85px;
  z-index: 2000;
  border-bottom: solid 2px #418a00;
  box-shadow: 0px 0px 10px #000;
  display: none; }
  @media only screen and (max-width: 480px) {
    .languages {
      right: 5px;
      top: 55px; } }
  .languages:before {
    content: "";
    width: 0px;
    height: 20px;
    border-bottom: solid 10px #f7f7f7;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    right: 18px;
    top: -29px; }
    @media only screen and (max-width: 480px) {
      .languages:before {
        right: 10px; } }
  .languages li {
    height: 40px;
    line-height: 40px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #418a00; }
    .languages li a {
      display: block;
      color: #418a00;
      font-size: 14px;
      text-decoration: none;
      text-shadow: 1px 1px 1px #fff;
      padding-left: 20px;
      width: 170px; }
      .languages li a img {
        float: right;
        margin: 10px 12px 0 0; }

.place-content .close {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 20px;
  top: 95px;
  z-index: 1500; }
  @media only screen and (max-width: 480px) {
    .place-content .close {
      top: 60px;
      right: 10px;
      height: 25px;
      width: 25px; } }
  .place-content .close img {
    width: 100%; }
.place-content article {
  background: none;
  padding: 100px 0 0; }
  @media only screen and (max-width: 480px) {
    .place-content article {
      padding: 70px 0 0px; } }
  .place-content article h1 {
    margin: 0;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 1);
    background-image: url(/_mimg/shadow.png);
    background-repeat: repeat-x;
    background-position: left top;
    line-height: 60px;
    font-size: 20px;
    font-weight: normal;
    border-bottom: solid 3px #418a00; }
    @media only screen and (max-width: 480px) {
      .place-content article h1 {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px; }
        .place-content article h1 img {
          width: 23px;
          margin-top: -2px; } }
    .place-content article h1 img {
      margin-right: 4px; }
  .place-content article .pane {
    display: none;
    padding: 0 20px 20px; }
    @media only screen and (max-width: 480px) {
      .place-content article .pane {
        padding: 0 10px 10px; } }
    .place-content article .pane figure {
      background: #fff;
      margin: 0 -20px 10px;
      padding: 20px;
      text-align: center; }
      @media only screen and (max-width: 480px) {
        .place-content article .pane figure {
          padding: 10px;
          margin: 0 -10px 5px; } }
      .place-content article .pane figure img {
        max-width: 100%; }
  .place-content article .tab-select {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #e5e5e5;
    background: #fff; }
    @media only screen and (max-width: 480px) {
      .place-content article .tab-select {
        top: 40px;
        height: 30px;
        line-height: 30px; } }
    .place-content article .tab-select a {
      float: left;
      width: 50%;
      text-align: center;
      height: inherit;
      line-height: 40px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      position: relative;
      color: #000; }
      @media only screen and (max-width: 480px) {
        .place-content article .tab-select a {
          line-height: 30px; } }
      .place-content article .tab-select a:first-child {
        background: url(/_mimg/delimeter.png) no-repeat right 7px; }
      .place-content article .tab-select a.selected {
        border-bottom: solid 5px #418a00; }
        .place-content article .tab-select a.selected:before {
          content: "";
          width: 0px;
          height: 20px;
          border-top: solid 10px #418a00;
          border-left: solid 10px transparent;
          border-right: solid 10px transparent;
          position: absolute;
          left: 50%;
          margin-left: -10px;
          bottom: -33px; }
        @media only screen and (max-width: 480px) {
          .place-content article .tab-select a.selected {
            border-bottom: 3px solid #418a00; }
            .place-content article .tab-select a.selected:before {
              bottom: -30px; } }
  .place-content article .description {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
    background: #f7f7f7; }
  .place-content article .readmore {
/*    position: absolute;
    left: 0;
    bottom: 0;*/
	display:block;
    width: 100%;
    height: 50px;
    background: white url(/_mimg/away.png) no-repeat right center;
    border-top: solid 1px #ccc;
    line-height: 50px;
    padding: 0 10px;
    color: #418a00;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff; }
    @media only screen and (max-width: 480px) {
      .place-content article .readmore {
        height: 40px;
        line-height: 40px; } }
.place-content article .map-out {
/*    position: absolute;
    right: 0;
    bottom: 0;*/
	display:block;
    width: 100%;
    height: 50px;
    background: white url(/_mimg/away.png) no-repeat right center;
    border-top: solid 1px #ccc;
    line-height: 50px;
    padding: 0 10px;
    color: #418a00;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff; }
    @media only screen and (max-width: 480px) {
      .place-content article .map-out {
        height: 40px;
        line-height: 40px; } }

/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
