﻿/* Reset */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Junge);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  line-height: 1.5em;
}


.spots-des:after, .event:after, .booking-list:after, .room-box:after, .booking:after, .reservation form li:after, .room-other:after, .lightbox-des-content:after {
  content: "";
  display: table;
}
.spots-des:after, .event:after, .booking-list:after, .room-box:after, .booking:after, .reservation form li:after, .room-other:after, .lightbox-des-content:after {
  clear: both;
}
.spots-des, .event, .booking-list, .room-box, .booking, .reservation form li, .room-other, .lightbox-des-content {
  *zoom: 1;
}

body {
  font-family: "Noto Sans", "Microsoft JhengHei", "微軟正黑體", "LiHei Pro", "蘋果儷中黑", "Apple LiGothic Medium", Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  background: url(../images/debut_light.png) right bottom;
}

.overflow {
  overflow: hidden;
}

a {
  color: black;
  text-decoration: none;
}

.left {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  background: pink;
}
@media (min-width: 481px) {
  .left {
    width: 200px;
    height: 100%;
    -moz-box-shadow: 0 0 5px #595959;
    -webkit-box-shadow: 0 0 5px #595959;
    box-shadow: 0 0 5px #595959;
    background: #1a280d url(../images/menu_bar_bottom.png) left bottom no-repeat;
  }
}
.left.slidedown .nav-icon a {
  display: block;
  width: 30px;
  height: 30px;
}
.left.slidedown .nav-icon a span.top {
  position: absolute;
  left: 0;
  top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left.slidedown .nav-icon a span.center {
  position: absolute;
  left: 0;
  top: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.left.slidedown .nav-icon a span.bottom {
  display: none;
}

.left-inner {
  background: url(../images/menu_bar_top.png) left top no-repeat;
}

.logo {
  padding: 0.35em 0;
}
@media (min-width: 481px) {
  .logo {
    padding: 3em 0 1em;
  }
}
.logo a {
  display: block;
  width: 60%;
  height: 50px;
  margin: 0 auto;
  background: url(../images/logo_m.png) top center no-repeat;
  background-size: auto 100%;
}
@media (min-width: 481px) {
  .logo a {
    height: 150px;
    background: url(../images/logo.png) top center no-repeat;
  }
}

.nav-icon {
  position: absolute;
  top: 25px;
  right: 5%;
}
.nav-icon span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #CBAB64;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 481px) {
  .nav-icon span {
    display: none;
  }
}

.nav {
  display: none;
}
@media (min-width: 481px) {
  .nav {
    display: block;
  }
}
.nav li {
	font-size:20px;
  letter-spacing: 2px;
  font-family: "Junge", "Microsoft JhengHei", "微軟正黑體", "LiHei Pro", "蘋果儷中黑", "Apple LiGothic Medium", Arial, Verdana, sans-serif;
}
.nav a {
  display: block;
  padding: 0.9em 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.05);
  letter-spacing: 2px;
  text-align: center;
  color: #e4d9b4;
  text-shadow: 0 1px 3px black;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.nav a:hover {
  letter-spacing: 5px;
  color: #c9b269;
  background-color: #283114;
  background-color: rgba(40, 49, 20, 0.5);
}
.nav a span {
  font-size: 0.75em;
  letter-spacing: 0px;
}

.icon-link {
  display: none;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}
@media (min-width: 481px) {
  .icon-link {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 3em 0;
  }
}
.icon-link a {
  padding: 0 0.15em;
}
.icon-link a:hover {
  opacity: 0.75;
}

.right {
  margin-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 481px) {
  .right {
    margin-top: 0;
    margin-left: 200px;
  }
}

.main-title {
  margin-bottom: 1.5em;
  text-align: center;
}
@media (min-width: 481px) {
  .main-title {
    text-align: left;
  }
}
.main-title h2 {
  font-size: 1.25em;
  color: #637932;
  font-family: "Junge", "Microsoft JhengHei", "微軟正黑體", "LiHei Pro", "蘋果儷中黑", "Apple LiGothic Medium", Arial, Verdana, sans-serif;
}
@media (min-width: 481px) {
  .main-title h2 {
    font-size: 1.5em;
  }
}
.main-title h2 span {
  padding-left: 1em;
  font-size: 0.75em;
  letter-spacing: 3px;
}
@media (min-width: 481px) {
  .main-title h2 span {
    font-size: 0.85em;
    letter-spacing: 5px;
  }
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 190;
  width: 94%;
  height: 30px;
  padding: 0 3%;
  border-top: 1px solid #dbdbdb;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 481px) {
  .footer {
    margin-left: 200px;
    text-align: right;
  }
}
.footer p {
  font-size: 0.75em;
  line-height: 30px;
  color: #7a7a7a;
}

/*!
 *Pure v0.5.0
 *Copyright 2014 Yahoo! Inc. All rights reserved.
 *Licensed under the BSD License.
 *https://github.com/yui/pure/blob/master/LICENSE.md */
.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"] {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form select, .pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input[type="color"] {
  padding: 0.2em 0.5em;
}
.pure-form input[type="text"]:focus, .pure-form input[type="password"]:focus, .pure-form input[type="email"]:focus, .pure-form input[type="url"]:focus, .pure-form input[type="date"]:focus, .pure-form input[type="month"]:focus, .pure-form input[type="time"]:focus, .pure-form input[type="datetime"]:focus, .pure-form input[type="datetime-local"]:focus, .pure-form input[type="week"]:focus, .pure-form input[type="number"]:focus, .pure-form input[type="search"]:focus, .pure-form input[type="tel"]:focus, .pure-form input[type="color"]:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #709b1b;
}
.pure-form select:focus, .pure-form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #709b1b;
}
.pure-form input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #709b1b;
}
.pure-form input[type="file"]:focus, .pure-form input[type="radio"]:focus, .pure-form input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #709b1b;
}
.pure-form .pure-checkbox, .pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.pure-form input[type="text"][disabled], .pure-form input[type="password"][disabled], .pure-form input[type="email"][disabled], .pure-form input[type="url"][disabled], .pure-form input[type="date"][disabled], .pure-form input[type="month"][disabled], .pure-form input[type="time"][disabled], .pure-form input[type="datetime"][disabled], .pure-form input[type="datetime-local"][disabled], .pure-form input[type="week"][disabled], .pure-form input[type="number"][disabled], .pure-form input[type="search"][disabled], .pure-form input[type="tel"][disabled], .pure-form input[type="color"][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form select[disabled], .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly] {
  background: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form select[readonly], .pure-form textarea[readonly] {
  background: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.pure-form input:focus:invalid:focus, .pure-form textarea:focus:invalid:focus, .pure-form select:focus:invalid:focus {
  border-color: #e9322d;
}
.pure-form input[type="file"]:focus:invalid:focus, .pure-form input[type="radio"]:focus:invalid:focus, .pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  border: 1px solid #ccc;
  background-color: white;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/*Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *since IE8 won't execute CSS that contains a CSS3 selector. */
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/*Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *since IE8 won't execute CSS that contains a CSS3 selector. */
/*Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *since IE8 won't execute CSS that contains a CSS3 selector. */
.pure-form-stacked input[type="text"], .pure-form-stacked input[type="password"], .pure-form-stacked input[type="email"], .pure-form-stacked input[type="url"], .pure-form-stacked input[type="date"], .pure-form-stacked input[type="month"], .pure-form-stacked input[type="time"], .pure-form-stacked input[type="datetime"], .pure-form-stacked input[type="datetime-local"], .pure-form-stacked input[type="week"], .pure-form-stacked input[type="number"], .pure-form-stacked input[type="search"], .pure-form-stacked input[type="tel"], .pure-form-stacked input[type="color"] {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea, .pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

/*Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *since IE8 won't execute CSS that contains a CSS3 selector. */
.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em;
}

/* Aligned Forms */
/* Rounded Inputs */
.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input {
  display: block;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus {
  z-index: 2;
}
.pure-form .pure-group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.pure-form .pure-group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form .pure-help-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Grouped Inputs */
/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

@-webkit-keyframes indexBg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.index-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/index_bg_main.jpg) top center no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  -webkit-animation: indexBg 25s infinite;
}
@media (min-width: 801px) {
  .index-bg {
    background-size: 100% auto;
  }
}

.cover-dot {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/slash.png) 0 0 repeat;
}

.index-box {
  position: fixed;
  width: 100%;
  height: 58%;
  max-height: 500px;
  padding: 3%;
  margin: 5% 0 0;
  text-align: center;
  background-size: 100% auto;
}
@media (min-width: 481px) {
  .index-box {
    left: 50%;
    width: 54%;
    margin: 3% 0 0 -30%;
  }
}
.index-box .index-logo {
  margin-bottom: 1.35em;
}
.index-box .index-logo img {
  display: block;
  width: 40%;
  margin: 10% auto;
}
@media (min-width: 801px) {
  .index-box .index-logo img {
    width: 30%;
  }
}
.index-box h1 {
  position: relative;
  font-size: 1.25em;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: 2.25em;
  text-shadow: 0 1px 2px black;
}
@media (min-width: 801px) {
  .index-box h1 {
    font-size: 1.35em;
    letter-spacing: 5px;
  }
}
.index-box h1:after {
  content: "";
  position: absolute;
  left: 47%;
  bottom: -0.8em;
  width: 6%;
  height: 2px;
  background-color: white;
}
.index-box h2 {
  position: relative;
  font-size: 0.813em;
  line-height: 1.75;
  color: white;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 3em;
}
.index-box .lang-btn a {
  display: inline-block;
  padding: 0.45em 2em;
  margin: 0 0.25em;
  border: 1px solid white;
  font-size: 0.9em;
  line-height: 1.35;
  color: #283114;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-box-shadow: 0 1px 2px #283114;
  -webkit-box-shadow: 0 1px 2px #283114;
  box-shadow: 0 1px 2px #283114;
  text-shadow: 0 0px 2px white;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.index-box .lang-btn a:hover {
  border: 1px solid #709b1b;
  text-shadow: 0 0px 2px #595959;
  color: white;
  background-color: #709b1b;
}

.about {
  width: 100%;
  height: 100%;
}
@media (min-width: 481px) {
  .about {
    position: fixed;
  }
}

.about-pic {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about_bg2.jpg) 90% top no-repeat;
  background-size: auto 100%;
}
@media (min-width: 481px) {
  .about-pic {
    background: url(../images/about_bg2.jpg) 75% top no-repeat;
    background-size: auto 100%;
  }
}
@media (min-width: 801px) {
  .about-pic {
    background-attachment: fixed;
    background: url(../images/about_bg2.jpg) top center no-repeat;
    background-size: 100% auto;
  }
}

.about-des {
  position: absolute;
  left: 5%;
  top: 100px;
  z-index: 100;
  width: 80%;
  padding: 5%;
  margin-bottom: 15%;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.85);
  -moz-box-shadow: 1px 2px 3px #A5A5A5;
  -webkit-box-shadow: 1px 2px 3px #A5A5A5;
  box-shadow: 1px 2px 3px #A5A5A5;
}
@media (min-width: 481px) {
  .about-des {
    top: 8%;
    width: 50%;
  }
}
@media (min-width: 801px) {
  .about-des {
    left: 8%;
    top: 8%;
    width: 20%;
    padding: 3% 3%;
    background-color: white;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
  }
}
.about-des h2 {
  font-size: 1.5em;
  text-align: center;
  color: #637932;
  font-family: "Junge", "Microsoft JhengHei", "微軟正黑體", "LiHei Pro", "蘋果儷中黑", "Apple LiGothic Medium", Arial, Verdana, sans-serif;
  margin-bottom: 1.05em;
}
.about-des h2 span {
  font-size: 0.85em;
  letter-spacing: 5px;
}
.about-des p {
  font-size: 0.813em;
  line-height: 1.65;
  color: #595959;
  margin-bottom: 1.5em;
}

.spots {
  width: 100%;
  height: 100vh;
}
@media (min-width: 801px) {
  .spots {
    background-color: black;
  }
}

.scene {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 801px) {
  .scene {
    width: 26.66%;
    height: auto;
    box-sizing: border-box;
    border-right: 1px solid #a47840;
    opacity: 0.5;
    overflow: hidden;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .scene:hover {
    opacity: 1;
    -moz-box-shadow: -1px 0 10px black;
    -webkit-box-shadow: -1px 0 10px black;
    box-shadow: -1px 0 10px black;
  }
}
.scene a {
  display: block;
  width: 100%;
}
.scene img {
  width: 100%;
  display: block;
}
@media (min-width: 801px) {
  .scene img {
    width: 800px;
    height: 100%;
    height: 100vh;
  }
}
.scene h2 {
  position: absolute;
  left: 1em;
  top: 1em;
  line-height: 1.25;
  padding: 0.5em;
  color: white;
  background-color: #a47840;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 1em;
  text-shadow: 1px 1px 3px black;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.spots-des {
  width: 100%;
  height: 100%;
  background: url(../images/bg_27.jpg) right bottom repeat;
  -moz-box-shadow: 0 2px 5px #A5A5A5;
  -webkit-box-shadow: 0 2px 5px #A5A5A5;
  box-shadow: 0 2px 5px #A5A5A5;
}
@media (min-width: 801px) {
  .spots-des {
    position: fixed;
    width: 40%;
  }
}
.spots-des .des {
  position: relative;
  height: 90%;
  overflow-y: auto;
  padding: 5% 8%;
  margin-bottom: 3em;
}
.spots-des .des h2 {
  font-size: 1.5em;
  color: #709b1b;
  margin-bottom: 0.15em;
}
.spots-des .des p {
  font-size: 0.938em;
  line-height: 1.7;
  text-align: justify;
  color: #7a7a7a;
  margin-bottom: 0.75em;
}
.spots-des .des .img {
  width: 100%;
}
.spots-des .des .back {
  position: absolute;
  right: 8%;
  clear: both;
  text-align: right;
  margin-bottom: 1.35em;
}
.spots-des .des .back a {
  display: inline-block;
  border-bottom: 1px solid #A5A5A5;
  font-size: 0.813em;
  color: #7a7a7a;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.spots-des .des .back a:hover {
  border-bottom: 1px solid #a47840;
  color: #a47840;
}

.spots-img {
  padding: 5%;
  background-size: 100% 100%;
}
@media (min-width: 801px) {
  .spots-img {
    float: right;
    width: 42%;
  }
}
.spots-img li {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
}
.spots-img li img {
  display: block;
  width: 100%;
}
.spots-img .bike-path-map img {
  width: 100%;
  display: block;
}

.spots-map {
  margin-top: 2.25em;
  width: 100%;
  height: 80%;
}
.spots-map .map {
  position: relative;
  padding-bottom: 80%;
  height: 0;
}
.spots-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 80% !important;
}

	
