@charset "UTF-8";
/*---------------animation mixin-------------------------------------------------- */
/*---Example-----------------------  @include keyframes(fade) { 0%   { opacity: 0; } 100% { opacity: 1; } }  .box { width: 200px; height: 200px; background-color: blue;  @include animation(fade 5s infinite);   }  ----------------------- */
@-webkit-keyframes arrowDown { 0% { background-position: center 0; }
  50% { background-position: center 12px; }
  100% { background-position: center 0; } }
@-moz-keyframes arrowDown { 0% { background-position: center 0; }
  50% { background-position: center 12px; }
  100% { background-position: center 0; } }
@-o-keyframes arrowDown { 0% { background-position: center 0; }
  50% { background-position: center 12px; }
  100% { background-position: center 0; } }
@keyframes arrowDown { 0% { background-position: center 0; }
  50% { background-position: center 12px; }
  100% { background-position: center 0; } }
@-webkit-keyframes arrowSwimLeft { 0% { margin-left: -10px; }
  50% { margin-left: 10px; }
  100% { margin-left: -10px; } }
@-moz-keyframes arrowSwimLeft { 0% { margin-left: -10px; }
  50% { margin-left: 10px; }
  100% { margin-left: -10px; } }
@-o-keyframes arrowSwimLeft { 0% { margin-left: -10px; }
  50% { margin-left: 10px; }
  100% { margin-left: -10px; } }
@keyframes arrowSwimLeft { 0% { margin-left: -10px; }
  50% { margin-left: 10px; }
  100% { margin-left: -10px; } }
@-webkit-keyframes arrowSwimRight { 0% { margin-right: -10px; }
  50% { margin-right: 10px; }
  100% { margin-right: -10px; } }
@-moz-keyframes arrowSwimRight { 0% { margin-right: -10px; }
  50% { margin-right: 10px; }
  100% { margin-right: -10px; } }
@-o-keyframes arrowSwimRight { 0% { margin-right: -10px; }
  50% { margin-right: 10px; }
  100% { margin-right: -10px; } }
@keyframes arrowSwimRight { 0% { margin-right: -10px; }
  50% { margin-right: 10px; }
  100% { margin-right: -10px; } }
* { font-family: "Roboto", Arial, Verdana, "Microsoft YaHei", "Microsoft JhengHei", sans-serif !important; }

body { position: relative; overflow: scroll; -webkit-overflow-scrolling: touch; }

h4 { font-size: 0.9375rem !important; }

.sectionTitle { width: 100%; color: #333333; }
.sectionTitle .icon { width: 55px; height: 55px; border: #684523 1px solid; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; line-height: 50px; font-size: 1.75rem; color: #694420; margin-right: auto; margin-left: auto; }
.sectionTitle h2 { width: 100%; margin-top: 30px; font-size: 3.125rem; text-align: center; margin-top: 20px; letter-spacing: 2px; }
@media screen and (max-width: 28.125em) { .sectionTitle h2 { font-size: 1.875rem; letter-spacing: 1px; padding-top: 30px; }
  .sectionTitle h2.diding { padding-top: 0; } }
.sectionTitle h3 { color: #666565; font-size: 1.5rem; text-align: center; margin-top: 27px; }
.sectionTitle .uderLine { width: 65px; height: 1px; background-color: #917200; margin-top: 25px; margin-right: auto; margin-left: auto; }
.sectionTitle p { font-size: 1rem; color: #666565; line-height: 22px; max-width: 830px;/*max-width: 680px;*/ width: 100%; margin-right: auto; margin-left: auto; text-align: center; margin-top: 35px; letter-spacing: 1px; margin-bottom: 0; }
@media screen and (max-width: 48.75em) { .sectionTitle p { width: 100%; max-width: inherit; padding: 0 15px; } }
@media screen and (max-width: 28.125em) { .sectionTitle p { margin-top: 25px; } }

.drilldown li a { color: #fff; padding-top: 21px; padding-bottom: 21px; padding-left: 0; padding-right: 0; font-size: 1.25rem; letter-spacing: 1px; font-weight: lighter; }

.drilldown li.subList { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }

.drilldown li { border-bottom: #5a524e 1px solid; }
.drilldown li .nested li { border-bottom: none; }
.drilldown li .nested li.js-drilldown-back { border-bottom: #5a524e 1px solid; }
.drilldown .is-drilldown-submenu a { padding-top: 21px !important; padding-bottom: 21px !important; padding-left: 0 !important; padding-right: 0 !important; }

.lockPageScrolly { overflow-y: hidden; }

.lockPageScrollx { overflow-x: hidden; }

/*!
 * rippler v0.1.1
 * http://blivesta.github.io/rippler/
 * Licensed under MIT
 * Author : blivesta
 * http://blivesta.com/
 */
.rippler { position: relative; overflow: hidden; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.rippler:focus, .rippler:active { outline: 0; }

.rippler::-moz-focus-inner { border: 0; }

.rippler-button { display: inline-block; }

.rippler-img { display: block; }

.rippler-circle-mask { border-radius: 50%; -webkit-mask: url(../svg/circle.svg) no-repeat; -webkit-mask-size: 100%; }

.rippler-effect { position: absolute; opacity: .2; }

.rippler-default .rippler-svg { fill: #019faa; }

.rippler-inverse .rippler-svg { fill: #000; }

.rippler-bs-default .rippler-svg { fill: #000; }

.rippler-bs-inverse .rippler-svg { fill: #000; }

.rippler-bs-primary .rippler-svg { fill: #428bca; }

.rippler-bs-info .rippler-svg { fill: #5bc0de; }

.rippler-bs-success .rippler-svg { fill: #5cb85c; }

.rippler-bs-warning .rippler-svg { fill: #ed9c28; }

.rippler-bs-danger .rippler-svg { fill: #d2322d; }

.rippler-div { border-radius: 50%; }

.rippler-default .rippler-div { background-color: #019faa; }

.rippler-inverse .rippler-div { background-color: #000; }

.rippler-bs-default .rippler-div { background-color: #000; }

.rippler-bs-inverse .rippler-div { background-color: #000; }

.rippler-bs-primary .rippler-div { background-color: #428bca; }

g.rippler-bs-info .rippler-div { background-color: #5bc0de; }

.rippler-bs-success .rippler-div { background-color: #5cb85c; }

.rippler-bs-warning .rippler-div { background-color: #ed9c28; }

.rippler-bs-danger .rippler-div { background-color: #d2322d; }

body { overflow-x: hidden; }

header.quote { width: 100%; height: 85px; background-color: #422c09; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; position: relative; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; z-index: 550; }
header.quote.fixedMenu { position: fixed; top: -85px; z-index: 1000; }
header.quote.open { top: 0; }
@media screen and (max-width: 111.25em) { header.quote { padding-left: 15px; } }
@media screen and (max-width: 90.625em) { header.quote { height: 75px; } }
@media screen and (max-width: 64.0625em) { header.quote { position: fixed; z-index: 9999; top: 0; left: 0; } }
@media screen and (max-width: 28.125em) { header.quote { height: 60px; } }
header.quote .logo, header.quote .menuContainer, header.quote .language, header.quote .bookNow, header.quote .bookNowMobile, header.quote .hamburger { width: 8%; position: relative; text-align: right; }
header.quote .logo img, header.quote .menuContainer img, header.quote .language img, header.quote .bookNow img, header.quote .bookNowMobile img, header.quote .hamburger img { width: 84px; display: inline-block; margin-top: 12px; }
@media screen and (max-width: 90.625em) { header.quote .logo img, header.quote .menuContainer img, header.quote .language img, header.quote .bookNow img, header.quote .bookNowMobile img, header.quote .hamburger img { display: inline-block; /*margin-top: 24px;*/ margin-top: 6px; }}
@media screen and (max-width: 90.625em) { header.quote .logo img { max-width: 84px;}}
@media screen and (max-width: 64.0625em) { header.quote .logo img, header.quote .menuContainer img, header.quote .language img, header.quote .bookNow img, header.quote .bookNowMobile img, header.quote .hamburger img { display: inline-block; /*margin-top: 24px;*/ margin-top: 7px; }}
@media screen and (max-width: 28.125em) { header.quote .logo img, header.quote .menuContainer img, header.quote .language img, header.quote .bookNow img, header.quote .bookNowMobile img, header.quote .hamburger img { margin-top: 8px; width:70%; } }
@media screen and (max-width: 21.875em) { header.quote .logo img, header.quote .menuContainer img, header.quote .language img, header.quote .bookNow img, header.quote .bookNowMobile img, header.quote .hamburger img { width: 80%; margin-top: 7px; } }
@media screen and (max-width: 64.0625em) { header.quote .logo, header.quote .menuContainer, header.quote .language, header.quote .bookNow, header.quote .bookNowMobile, header.quote .hamburger { width: 15%; } }
@media screen and (max-width: 48.75em) { header.quote .logo, header.quote .menuContainer, header.quote .language, header.quote .bookNow, header.quote .bookNowMobile, header.quote .hamburger { width: 20%; } }
@media screen and (max-width: 28.125em) { header.quote .logo, header.quote .menuContainer, header.quote .language, header.quote .bookNow, header.quote .bookNowMobile, header.quote .hamburger { width: 25%;  text-align: left;} }
@media screen and (max-width: 21.875em) { header.quote .logo, header.quote .menuContainer, header.quote .language, header.quote .bookNow, header.quote .bookNowMobile, header.quote .hamburger { width: 30%; } }
@media screen and (max-width: 21.875em) { header.quote .logo {  } }
header.quote .menuContainer { width: 64%; position: relative; padding-left: 70px; }
@media screen and (max-width: 85em) { header.quote .menuContainer { padding-left: 40px; } }
@media screen and (max-width: 70em) { header.quote .menuContainer { width: 60%; } }
@media screen and (max-width: 64.0625em) { header.quote .menuContainer { display: none; } }
header.quote .menuContainer .outer { width: auto; list-style-type: none; display: block; text-align: left; margin-top: 0; margin-left: 0; height: 100%; position: relative; }
header.quote .menuContainer .outer .item { display: inline-block; padding: 0 15px; font-size: 1rem; letter-spacing: 1px; }
@media screen and (max-width: 85em) { header.quote .menuContainer .outer .item { padding: 0; } }
header.quote .menuContainer .outer .item .secMenu { position: absolute; top: 85px !important; border: none; background-color: #111; font-size: 1rem; /*padding: 15px 20px;*/ padding: 0 20px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 90.625em) { header.quote .menuContainer .outer .item .secMenu { top: 75px !important; } }
header.quote .menuContainer .outer .item .secMenu.js-dropdown-active { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
header.quote .menuContainer .outer .item .secMenu li { border-bottom: #633e08 1px dotted; padding-top: 12px; padding-bottom: 12px; }
header.quote .menuContainer .outer .item .secMenu li:nth-last-child(1) { border-bottom: none; }
header.quote .menuContainer .outer .item .secMenu li a { color: #fff; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
header.quote .menuContainer .outer .item .secMenu li a:hover { color: #fff; }
header.quote .menuContainer .outer .item a.itemName { text-transform: uppercase; color: #fff; padding-top: 0; margin-top: 32px; border-bottom: rgba(146,115,0,0) 2px solid; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 90.625em) { header.quote .menuContainer .outer .item a.itemName { margin-top: 29px; } }
@media screen and (max-width: 70em) { header.quote .menuContainer .outer .item a.itemName { padding-right: 10px; padding-left: 10px; } }
header.quote .menuContainer .outer .item.active a.itemName { background-color: transparent; border-bottom: #927300 2px solid; }
header.quote .menuContainer .outer .item:hover a.itemName { border-bottom: #927300 2px solid; }
header.quote .language { color: #fff; line-height: 85px; letter-spacing: 1px; }
@media screen and (max-width: 90.625em) { header.quote .language { line-height: 75px; } }
@media screen and (max-width: 64.0625em) { header.quote .language { display: none; } }
@media screen and (max-width: 28.125em) { header.quote .language { display: none; } }
@media screen and (max-width: 28.125em) { header.quote .language span { display: none; } }
header.quote .language a { display: inline-block; margin-right: 5px; margin-left: 5px; line-height: 85px; }
@media screen and (max-width: 90.625em) { header.quote .language a { line-height: 75px; } }
@media screen and (max-width: 28.125em) { header.quote .language a { display: none; } }
header.quote .language a:nth-child(1) { margin-left: 10px; }
header.quote .language a img { margin-top: -3px; border: rgba(255, 255, 255, 0) 1px solid; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
header.quote .language a img:hover { border: white 1px solid; }
header.quote .bookNow, header.quote .bookNowMobile { background-color: #927300; }
header.quote .language { width: 28%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; padding-right: 30px; }
@media screen and (max-width: 70em) { header.quote .language { width: 32%; } }
@media screen and (max-width: 64.0625em) { header.quote .language { width: 63%; } }
@media screen and (max-width: 48.75em) { header.quote .language { width: 50%; padding-right: 15px; } }
@media screen and (max-width: 28.125em) { header.quote .language { width: 36%; } }
@media screen and (max-width: 21.875em) { header.quote .language { width: 47%; } }
header.quote .language .lg { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; position: relative; /* width: 25%; margin-left: 10px; */ }
/* @media screen and (max-width: 64.0625em) { header.quote .language .lg { width: 18%; } } */
/* @media screen and (max-width: 48.75em) { header.quote .language .lg { width: 20%; } } */
header.quote .language .lg li { padding-right: 10px; padding-left: 10px; }
header.quote .language .lg li a.dw_f { height: 100%; padding: 0; margin: 0; color: #927300; padding-left: 15px; padding-right: 20px; position: relative; }
header.quote .language .lg li a.dw_f:after { border-color: #1779ba transparent transparent; display: block; width: 6px; height: 5px; background-image: url(../images/down_arrow_lg.png); content: ""; background-color: center; background-repeat: no-repeat; right: 3px; top: 50%; }
header.quote .language .lg li .submenu { width: auto; min-width: inherit; background-color: #111; border: none; }
header.quote .language .lg li .submenu li { width: 100%; height: auto; padding-top: 0; padding-bottom: 0; position: relative; display: block; }
header.quote .language .lg li .submenu li a { height: auto; line-height: inherit; display: inline-block; margin: 0; color: #fff; border-bottom: #633e08 1px dotted; text-align: center; width: 100%; }
header.quote .bookNow, header.quote .bookNowMobile { width: 12%; color: #FFF; text-align: center; line-height: 85px; display: block; height: 100%; position: relative; font-size: 1.125rem; position: relative; padding-top: 0; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 90.625em) { header.quote .bookNow, header.quote .bookNowMobile { line-height: 75px; } }
@media screen and (max-width: 85em) { header.quote .bookNow, header.quote .bookNowMobile { top: 0; } }
@media screen and (max-width: 64.0625em) { header.quote .bookNow, header.quote .bookNowMobile { width: 22%; } }
@media screen and (max-width: 50em) { header.quote .bookNow, header.quote .bookNowMobile { display: none; } }
@media screen and (max-width: 48.75em) { header.quote .bookNow, header.quote .bookNowMobile { width: 27%; } }
@media screen and (max-width: 28.125em) { header.quote .bookNow, header.quote .bookNowMobile { width: 20%; font-size: 0.875rem; line-height: 20px; padding-top: 11px; letter-spacing: 1px; text-align: center; } }
@media screen and (max-width: 21.875em) { header.quote .bookNow, header.quote .bookNowMobile { display: none; width: 0; } }
header.quote .bookNow .scope, header.quote .bookNowMobile .scope { position: absolute; border: #fff 1px solid; z-index: 100; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; width: 90%; height: 85%; top: 7.5%; left: 5%; }
header.quote .bookNow:hover, header.quote .bookNowMobile:hover { background-color: #b99100; }
header.quote .bookNow:hover .scope, header.quote .bookNowMobile:hover .scope { width: 90%; height: 85%; top: 7.5%; left: 5%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
header.quote .bookNowMobile { letter-spacing: 1px; display: none; }
header.quote .bookNowMobile br { display: none; }
@media screen and (max-width: 50em) { header.quote .bookNowMobile {display: block;display: flex; justify-content: center; align-items: center; padding: 12px; word-break: break-all; word-break: break-word;line-height: 1.5}}
@media screen and (max-width: 28.125em) { header.quote .bookNowMobile br { display: inherit; } }
@media screen and (max-width: 21.875em) { header.quote .bookNowMobile { display: none; } }
header.quote .hamburger { width: 12%; height: 100%; display: none; }
@media screen and (max-width: 64.0625em) { header.quote .hamburger { display: block; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; padding-right: 20px; padding-left: 20px; width: 13%; } }
@media screen and (max-width: 48.75em) { header.quote .hamburger { width: 13%; padding-right: 10px; padding-left: 20px; } }
@media screen and (max-width: 28.125em) { header.quote .hamburger { width: 19%; padding-right: 10px; padding-left: 10px; } }
@media screen and (max-width: 21.875em) { header.quote .hamburger { width: 23%; } }

#nights-no { display: none; }

.booking_bar { height: 70px; width: 100%; position: absolute; background-color: #f4f4f4; top: 85px; z-index: 501; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.booking_bar.fixedMenu {position: fixed;top: -75px; z-index: 900; }
@media screen and (max-width: 90.625em) { .booking_bar.fixedMenu { top: -110px; } }
.booking_bar.open { position: fixed; top: 85px; -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
@media screen and (max-width: 90.625em) { .booking_bar.open { top: 75px; } }
@media screen and (max-width: 90.625em) { .booking_bar { height: 70px; top: 75px; } }
@media screen and (max-width: 78.75em) { .booking_bar { height: 90px; padding: 0 20px; } }
@media screen and (max-width: 64.0625em) { .booking_bar { position: fixed; } }
@media screen and (max-width: 50em) { .booking_bar { height: auto; padding-bottom: 30px; padding-top: 20px; z-index: 9100; top: -400px; position: fixed; background-color: #f4f4f4; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .booking_bar.active { top: 75px; } }
@media screen and (max-width: 28.125em) { .booking_bar.active { top: 60px; } }
@media screen and (max-width: 21.875em) { .booking_bar.active { top: 100px; } }
.booking_bar.translucent { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; top: 0; }
.booking_bar .container { width: 100%; max-width: 1410px; margin-left: auto; margin-right: auto; padding-top: 18px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; position: relative; }
@media screen and (max-width: 78.75em) { .booking_bar .container { padding-top: 5px; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container { padding-top: 5px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; } }
@media screen and (max-width: 50em) { .booking_bar .container { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
.booking_bar .container .item { display: block; text-align: left; white-space: nowrap; width: auto; vertical-align: middle; height: 28px; padding: 0 10px 0 10px; }
@media screen and (max-width: 90.625em) { .booking_bar .container .item { padding: 0 5px 0 5px; } }
@media screen and (max-width: 78.75em) { .booking_bar .container .item { height: auto; margin-right: 0; width: 25%; } }
@media screen and (max-width: 50em) { .booking_bar .container .item { width: 100%; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item { height: auto; width: 100%; } }
@media screen and (max-width: 85em) { .booking_bar .container .item.adults { padding-top: 0; } }
@media screen and (max-width: 78.75em) { .booking_bar .container .item.adults { width: 13%; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item.adults { padding-top: 0; width: 13%; } }
@media screen and (max-width: 50em) { .booking_bar .container .item.adults { width: 33%; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item.adults { width: 33%; } }
.booking_bar .container .item.adults label { height: 40px; padding-right: 0; }
@media screen and (max-width: 85em) { .booking_bar .container .item.adults label { padding-top: 0; height: 36px; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item.adults label { height: 36px; padding-top: 0; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item.adults label { padding-top: 0; padding-right: 0; } }
.booking_bar .container .item.children { padding-top: 0; }
@media screen and (max-width: 85em) { .booking_bar .container .item.children { padding-top: 0; } }
@media screen and (max-width: 78.75em) { .booking_bar .container .item.children { width: 13%; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item.children { padding-top: 0; width: 13%; } }
@media screen and (max-width: 50em) { .booking_bar .container .item.children { width: 33%; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item.children { width: 33%; } }
.booking_bar .container .item.children label { height: 40px; padding-top: 0; padding-right: 0; }
@media screen and (max-width: 85em) { .booking_bar .container .item.children label { padding-top: 0; height: 36px; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item.children label { padding-top: 0; height: 36px; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item.children label { padding-top: 0; padding-right: 0; } }
.booking_bar .container .item.rooms { padding-top: 0; }
@media screen and (max-width: 85em) { .booking_bar .container .item.rooms { padding-top: 0; } }
@media screen and (max-width: 78.75em) { .booking_bar .container .item.rooms { width: 13%; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item.rooms { padding-top: 0; width: 13%; } }
@media screen and (max-width: 50em) { .booking_bar .container .item.rooms { width: 33%; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item.rooms { width: 33%; } }
.booking_bar .container .item.rooms label { height: 36px; padding-top: 0; padding-right: 0; }
@media screen and (max-width: 85em) { .booking_bar .container .item.rooms label { padding-top: 0; height: 36px; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item.rooms label { padding-top: 0; height: 36px; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item.rooms label { padding-top: 0; padding-right: 0; } }
@media screen and (max-width: 78.75em) { .booking_bar .container .item.search { width: 13%; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item.search { width: 11%; } }
@media screen and (max-width: 50em) { .booking_bar .container .item.search { width: 30%; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item.search { width: 40%; } }
.booking_bar .container .item label { display: block; height: 28px; margin: 0; padding: 0; float: left; line-height: 36px; font-size: 1rem; }
@media screen and (max-width: 90em) { .booking_bar .container .item label { padding-left: 10px; } }
@media screen and (max-width: 81.25em) { .booking_bar .container .item label { padding-right: 10px; } }
@media screen and (max-width: 78.75em) { .booking_bar .container .item label { width: 100%; height: 36px; } }
@media screen and (max-width: 74.375em) { .booking_bar .container .item label { padding-left: 0; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item label { letter-spacing: 1px; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item label { height: 36px; } }
.booking_bar .container .item .HeadSearch { width: auto; height: 28px; display: block; background-color: #917200; color: #fff; padding: 0 35px; font-size: 0.9375rem; /*font-weight: lighter;*/ font-weight: bold; letter-spacing: 1px; cursor: pointer; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 85em) { .booking_bar .container .item .HeadSearch { margin-top: 0; height: 30px; } }
@media screen and (max-width: 83.4375em) { .booking_bar .container .item .HeadSearch span { display: none; } }
@media screen and (max-width: 81.25em) { .booking_bar .container .item .HeadSearch { padding: 0 10px; margin-top: 0; }
  .booking_bar .container .item .HeadSearch span { display: none; } }
@media screen and (max-width: 78.75em) { .booking_bar .container .item .HeadSearch { margin-top: 36px; margin-left: 10px; width: 100%; }
  .booking_bar .container .item .HeadSearch span { display: inline-block; } }
@media screen and (max-width: 74.375em) { .booking_bar .container .item .HeadSearch { margin-left: 0; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item .HeadSearch { width: 100%; } }
@media screen and (max-width: 61.25em) { .booking_bar .container .item .HeadSearch span { display: none; } }
@media screen and (max-width: 50em) { .booking_bar .container .item .HeadSearch { padding: 0 15px; width: 100%; }
  .booking_bar .container .item .HeadSearch span { display: inline-block; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item .HeadSearch { margin-top: 20px; width: 100%; }
  .booking_bar .container .item .HeadSearch span { display: inline-block; } }
.booking_bar .container .item .HeadSearch i { font-size: 0.75rem; font-weight: lighter; }
.booking_bar .container .item .HeadSearch i::before { font-size: 0.75rem; font-weight: lighter; }
.booking_bar .container .item .HeadSearch:hover { background-color: #b99100; }
.booking_bar .container .item .textContainer { height: 30px; width: 223px; border: #cdcdcd 1px solid; display: block; float: left; margin-left: 10px; position: relative; }
@media screen and (max-width: 90.625em) { .booking_bar .container .item .textContainer { width: 190px; } }
@media screen and (max-width: 78.75em) { .booking_bar .container .item .textContainer { width: 100%; } }
@media screen and (max-width: 85em) { .booking_bar .container .item .textContainer { margin-left: 10px; } }
@media screen and (max-width: 74.375em) { .booking_bar .container .item .textContainer { margin-top: 0; margin-left: 0; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item .textContainer { margin-left: 0; margin-top: 0; height: 30px; width: 100%; } }
@media screen and (max-width: 48.75em) { .booking_bar .container .item .textContainer { width: 100%; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item .textContainer { width: 100%; } }
.booking_bar .container .item .textContainer .Calendar { width: 49px; height: 28px; display: block; border-left: #cdcdcd 1px solid; margin: 0; padding: 0; float: right; text-align: center; line-height: 28px; }
.booking_bar .container .item .textContainer .Calendar i { color: #585858; }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item .textContainer .Calendar { height: 30px; line-height: 28px; } }
.booking_bar .container .item .textContainer .check { display: inline-block; height: 28px; position: relative; float: left; padding: 0; margin: 0; border: none; background: none; width: 160px; letter-spacing: 1px; text-indent: 15px; font-size: 1rem; color: #727272; outline: none; width: 100%; position: absolute; margin-top: 0; }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item .textContainer .check { height: 28px; } }
.booking_bar .container .item .textContainer.adults { width: 105px; margin-top: 0 !important; }
@media screen and (max-width: 78.75em) { .booking_bar .container .item .textContainer.adults { width: 100%; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item .textContainer.adults { width: 100%; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item .textContainer.adults { width: 100%; margin-top: 0; } }
.booking_bar .container .item .textContainer.adults select { height: 28px; line-height: 20px; padding: 5px 25px 5px 5px; border: none; outline: none; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; background-image: url(../images/down_arrow_03.png); background-color: #f4f4f4; font-size: 0.9375rem; }
.booking_bar .container .item .textContainer.children { width: 105px; }
@media screen and (max-width: 78.75em) { .booking_bar .container .item .textContainer.children { width: 100%; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item .textContainer.children { width: 100%; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item .textContainer.children { width: 100%; margin-top: 0; } }
.booking_bar .container .item .textContainer.children select { height: 28px; border: none; outline: none; line-height: 20px; padding: 5px 25px 5px 5px; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; background-image: url(../images/down_arrow_03.png); background-color: #f4f4f4; font-size: 0.9375rem; line-height: 15px; }
.booking_bar .container .item .textContainer.rooms { width: 105px; }
@media screen and (max-width: 78.75em) { .booking_bar .container .item .textContainer.rooms { width: 100%; } }
@media screen and (max-width: 64.0625em) { .booking_bar .container .item .textContainer.rooms { width: 100%; } }
@media screen and (max-width: 28.125em) { .booking_bar .container .item .textContainer.rooms { width: 100%; margin-top: 0; } }
.booking_bar .container .item .textContainer.rooms select { height: 28px; border: none; outline: none; line-height: 20px; padding: 5px 25px 5px 5px; -moz-appearance: none; -webkit-appearance: none; line-height: 15px; cursor: pointer; background-image: url(../images/down_arrow_03.png); background-color: #f4f4f4; font-size: 0.9375rem; }

footer { background-color: #301f05; padding-top: 60px; }
footer .container { width: 100%; max-width: 1440px; margin-right: auto; margin-left: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; height: 250px; }
@media screen and (max-width: 90.625em) { footer .container { padding-left: 50px; padding-right: 50px; } }
@media screen and (max-width: 64.0625em) { footer .container { height: auto; } }
@media screen and (max-width: 48.75em) { footer .container { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; padding-left: 30px; padding-right: 30px; } }
footer .container .item { position: relative; }
@media screen and (max-width: 62.5em) { footer .container .item { padding-left: 20px; } }
@media screen and (max-width: 48.75em) { footer .container .item { padding-right: 10px; margin-bottom: 30px; }
  footer .container .item.ContactUs { width: 34%; }
  footer .container .item.Explore { width: 66%; }
  footer .container .item.Corporate { width: 33%; }
  footer .container .item.Press { width: 33%; }
  footer .container .item.News { width: 34%; } }
@media screen and (max-width: 26.875em) { footer .container .item { padding-left: 20px; }
  footer .container .item.ContactUs { width: 50%; }
  footer .container .item.News { width: 50%; }
  footer .container .item.Corporate { width: 50%; }
  footer .container .item.Press { width: 50%; }
  footer .container .item.Explore { width: 100%; } }
footer .container .item h4 { color: #927300; margin-bottom: 20px; }
footer .container .item .list { display: block; width: 100%; padding: 0; margin: 0; list-style-type: none; }
footer .container .item .list li { display: block; padding-top: 4px; padding-bottom: 4px; letter-spacing: 1px; }
footer .container .item .list li a { color: #ffffff; font-size: 0.875rem; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
footer .socialMedia { width: 100%; max-width: 1440px; margin-right: auto; margin-left: auto; text-align: right; padding-bottom: 25px; position: relative; }
@media screen and (max-width: 90em) { footer .socialMedia { padding-right: 50px; padding-left: 50px; } }
@media screen and (max-width: 48.75em) { footer .socialMedia { text-align: center; } }
footer .socialMedia a.btn { width: 30px; height: 30px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-color: #633e08; display: inline-block; text-align: center; line-height: 30px; margin-left: 15px; }
@media screen and (max-width: 28.125em) { footer .socialMedia a.btn { margin-bottom: 15px; } }
footer .socialMedia a.btn.normal { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-color: transparent; width: 40px; height: auto; }
footer .socialMedia a.btn img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
footer .socialMedia a.btn:hover img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
footer .socialMedia .license { position: absolute; left: 0; top:0; color: #ffffff; font-size: 0.875rem;}
@media screen and (max-width: 90em) { footer .socialMedia .license { left: 50px;} }
@media screen and (max-width: 64.0625em){ footer .socialMedia .license { left: 0; position: relative; margin: 30px 0; text-align: left;} }
@media screen and (max-width: 48.75em){ footer .socialMedia .license { text-align: center; margin:0 0 30px 0;} }
footer .copyright { width: 100%; background-color: #fff; height: 72px; padding-top: 15px; }
@media screen and (max-width: 48.75em) { footer .copyright { padding-top: 20px; padding-bottom: 20px; height: auto; padding-left: 15px; padding-right: 15px; text-align: center; } }
footer .copyright .inside_container { width: 100%; max-width: 1440px; margin-right: auto; margin-left: auto; color: #454444; font-size: 0.8125rem; letter-spacing: 1px; text-align: center; position: relative; }
@media screen and (max-width: 90.625em) { footer .copyright .inside_container { padding-right: 50px; padding-left: 50px; } }
@media screen and (max-width: 48.75em) { footer .copyright .inside_container { text-align: center; } }
@media screen and (max-width: 28.125em) { footer .copyright .inside_container { padding-right: 0; padding-left: 0; } }
footer .copyright .inside_container .design_by { position: absolute; color: #fff; top: calc(50% - 6px); right: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; font-size: 0.75rem; display: block; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 90em) { footer .copyright .inside_container .design_by { right: 50px; } }
@media screen and (max-width: 48.75em) { footer .copyright .inside_container .design_by { width: 100%; position: relative; right: 0; } }
footer .copyright .inside_container .design_by:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
@media screen and (max-width: 28.125em) { footer .copyright .inside_container .design_by { position: relative; display: block; margin-right: auto; margin-left: auto; float: none; margin-top: 0; } }
footer .copyright .inside_container img { display: inline-block; }
footer .copyright .inside_container span { margin-left: 0; margin-top: 5px; }
@media screen and (max-width: 48.75em) { footer .copyright .inside_container span { margin: 0; } }
@media screen and (max-width: 28.125em) { footer .copyright .inside_container span { display: inline-block; margin-bottom: 0; margin-right: 0; margin-left: 0; } }
footer .copyright .inside_container a.learn_more { display: inline-block; padding: 5px 5px; color: #454444; background-color: rgba(255, 255, 255, 0); margin-left: 0; font-size: rem-clac(13px); -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
footer .copyright .inside_container a.learn_more:hover { color: #454444; }
@media screen and (max-width: 28.125em) { footer .copyright .inside_container a.learn_more { display: block; float: none; margin-left: 0; width: 70%; margin-right: auto; margin-left: auto; } }

#room_detail { position: relative; }
#room_detail h1.rooomInfo { font-size: 4.375rem; color: #fff; position: absolute; display: block; top: calc((100vh - 155px) / 2 - 20px); left: calc((100% - 80%) / 2); z-index: 450; width: 80%; text-align: center; text-shadow: 0 5px 8px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 64.0625em) { #room_detail h1.rooomInfo { top: calc(500px/2 - 45px); } }
@media screen and (max-width: 50em) { #room_detail h1.rooomInfo { top: calc(400px/2 - 50px); } }
@media only screen and (max-height: 450px) { #room_detail h1.rooomInfo { top: calc(((100vh - 75px) / 2) - 55px); } }
@media screen and (max-width: 28.125em) { #room_detail h1.rooomInfo { font-size: 2.5rem; letter-spacing: 1px; width: 85%; left: 7.5%; line-height: 43px; top: calc(300px/2 - 23px); } }
@media screen and (max-width: 21.875em) { #room_detail h1.rooomInfo { top: calc(300px/2 - 23px + 22px); } }

.index_slider { width: 100%; position: relative; }
.index_slider h1, .index_slider .rooomInfo { font-size: 70px; color: #fff; position: absolute; display: block; top: calc(50% - 35px); left: 0; z-index: 450; width: 100%; text-align: center; text-shadow: 0 5px 8px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 64.0625em) { .index_slider h1, .index_slider .rooomInfo { top: calc(50% - 50px); } }
@media screen and (max-width: 50em) { .index_slider h1, .index_slider .rooomInfo { top: calc(50% - 50px); } }
@media screen and (max-width: 28.125em) { .index_slider h1, .index_slider .rooomInfo { font-size: 2.5rem; letter-spacing: 1px; width: 85%; left: 7.5%; line-height: 43px; top: calc(50% - 23px); } }
@media screen and (max-width: 25em) { .index_slider h1, .index_slider .rooomInfo { top: calc(50% - 43px); } }
.index_slider.index { height: 600px; max-height: calc(100vh - 85px); background-color: #000; background-position: center; margin-top: 0; position: relative; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; }
.index_slider.index a.scrollDown { width: 110px; height: 60px; background-image: url(../images/down_2arrow_03.png); background-repeat: no-repeat; background-position: center 0; position: fixed; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; display: block; margin-bottom: 0; bottom: 0; left: calc( 50% - 55px); z-index: 400; background-color: rgba(255, 255, 255, 0) !important; -webkit-animation: arrowDown 1.5s infinite; -moz-animation: arrowDown 1.5s infinite; -o-animation: arrowDown 1.5s infinite; animation: arrowDown 1.5s infinite; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.index_slider.index a.scrollDown.op0 { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
@media screen and (max-width: 26.875em) { .index_slider.index a.scrollDown { margin-bottom: 0; } }
.index_slider.index a.scrollDown p { display: inline-block; position: absolute; border-bottom: 0; font-size: 0.9375rem; color: #fff; margin: 0; padding: 0; text-align: center; bottom: 0; width: 100%; }
.index_slider.index:hover { background-position: center 12px; }
.index_slider.index.fixedMenu { margin-top: 85px; }
@media screen and (max-width: 90.625em) { .index_slider.index { max-height: calc(100vh - 75px); } }
@media screen and (max-width: 64.0625em) { .index_slider.index { margin-top: 165px; height: 500px; } }
@media screen and (max-width: 48.75em) { .index_slider.index { margin-top: 75px; height: 400px; } .index_slider.index .sliderContent { height: 400px; } }
@media screen and (max-width: 26.875em) { .index_slider.index { margin-top: 60px; height: 300px; } }
.index_slider.index .mightySliderm, .index_slider.index .owl-nav { width: 100%; height: 0; position: relative; }
.index_slider.index .mightySliderm img, .index_slider.index .owl-nav img { max-width: none; }
.index_slider.index .mightySliderm .frame, .index_slider.index .owl-nav .frame { height: 100%; position: relative; }
.index_slider.index .mightySliderm .mSPrev, .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .mightySliderm .owl-prev, .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .owl-nav .mSPrev, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next, .index_slider.index .owl-nav .owl-prev, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next { width: 54px; height: 72px; display: block; position: absolute; background-color: #422c09; left: 0; background-position: 0 0; z-index: 500; text-align: center; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75); opacity: 0.75; top: calc(300px - 36px); }
@media screen and (max-width: 64.0625em) { .index_slider.index .mightySliderm .mSPrev, .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .mightySliderm .owl-prev, .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .owl-nav .mSPrev, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next, .index_slider.index .owl-nav .owl-prev, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next { top: 214px; } }
@media screen and (max-width: 50em) { .index_slider.index .mightySliderm .mSPrev, .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .mightySliderm .owl-prev, .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .owl-nav .mSPrev, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next, .index_slider.index .owl-nav .owl-prev, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next { top: calc((400px / 2) - 36px); filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; } }
@media only screen and (max-height: 450px) { .index_slider.index .mightySliderm .mSPrev, .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .mightySliderm .owl-prev, .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .owl-nav .mSPrev, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next, .index_slider.index .owl-nav .owl-prev, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next { top: calc(((100vh - 75px) / 2) - 36px); } }
@media screen and (max-width: 28.125em) { .index_slider.index .mightySliderm .mSPrev, .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .mightySliderm .owl-prev, .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .owl-nav .mSPrev, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next, .index_slider.index .owl-nav .owl-prev, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next { width: 25px; height: 11px; right: inherit; left: 15px; top: 250px; display: none; } }
.index_slider.index .mightySliderm .mSPrev:after, .index_slider.index .mightySliderm .mSNext:after, .index_slider.index .mightySliderm .owl-next:after, .index_slider.index .mightySliderm .owl-prev:after, .index_slider.index .mightySliderm .mSNext:after, .index_slider.index .mightySliderm .owl-next:after, .index_slider.index .owl-nav .mSPrev:after, .index_slider.index .owl-nav .mSNext:after, .index_slider.index .owl-nav .owl-next:after, .index_slider.index .owl-nav .owl-prev:after, .index_slider.index .owl-nav .mSNext:after, .index_slider.index .owl-nav .owl-next:after { width: 100%; height: 100%; position: absolute; top: 0; left: 0; content: ""; background-position: 0 0; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; z-index: 501; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.index_slider.index .mightySliderm .mSPrev:hover, .index_slider.index .mightySliderm .mSNext:hover, .index_slider.index .mightySliderm .owl-next:hover, .index_slider.index .mightySliderm .owl-prev:hover, .index_slider.index .mightySliderm .mSNext:hover, .index_slider.index .mightySliderm .owl-next:hover, .index_slider.index .owl-nav .mSPrev:hover, .index_slider.index .owl-nav .mSNext:hover, .index_slider.index .owl-nav .owl-next:hover, .index_slider.index .owl-nav .owl-prev:hover, .index_slider.index .owl-nav .mSNext:hover, .index_slider.index .owl-nav .owl-next:hover { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.index_slider.index .mightySliderm .mSPrev:hover:after, .index_slider.index .mightySliderm .mSNext:hover:after, .index_slider.index .mightySliderm .owl-next:hover:after, .index_slider.index .mightySliderm .owl-prev:hover:after, .index_slider.index .mightySliderm .mSNext:hover:after, .index_slider.index .mightySliderm .owl-next:hover:after, .index_slider.index .owl-nav .mSPrev:hover:after, .index_slider.index .owl-nav .mSNext:hover:after, .index_slider.index .owl-nav .owl-next:hover:after, .index_slider.index .owl-nav .owl-prev:hover:after, .index_slider.index .owl-nav .mSNext:hover:after, .index_slider.index .owl-nav .owl-next:hover:after { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.index_slider.index .mightySliderm .mSPrev:hover .demo-icon, .index_slider.index .mightySliderm .mSNext:hover .demo-icon, .index_slider.index .mightySliderm .owl-next:hover .demo-icon, .index_slider.index .mightySliderm .owl-prev:hover .demo-icon, .index_slider.index .mightySliderm .mSNext:hover .demo-icon, .index_slider.index .mightySliderm .owl-next:hover .demo-icon, .index_slider.index .owl-nav .mSPrev:hover .demo-icon, .index_slider.index .owl-nav .mSNext:hover .demo-icon, .index_slider.index .owl-nav .owl-next:hover .demo-icon, .index_slider.index .owl-nav .owl-prev:hover .demo-icon, .index_slider.index .owl-nav .mSNext:hover .demo-icon, .index_slider.index .owl-nav .owl-next:hover .demo-icon { text-indent: -10px; }
.index_slider.index .mightySliderm .mSPrev .demo-icon, .index_slider.index .mightySliderm .mSNext .demo-icon, .index_slider.index .mightySliderm .owl-next .demo-icon, .index_slider.index .mightySliderm .owl-prev .demo-icon, .index_slider.index .mightySliderm .mSNext .demo-icon, .index_slider.index .mightySliderm .owl-next .demo-icon, .index_slider.index .owl-nav .mSPrev .demo-icon, .index_slider.index .owl-nav .mSNext .demo-icon, .index_slider.index .owl-nav .owl-next .demo-icon, .index_slider.index .owl-nav .owl-prev .demo-icon, .index_slider.index .owl-nav .mSNext .demo-icon, .index_slider.index .owl-nav .owl-next .demo-icon { color: #fff; font-size: 1.5625rem; font-weight: bold; line-height: 72px; text-indent: 0; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next { top: calc(300px - 36px); right: 0; left: auto; -moz-transform: scaleX(-1); -ms-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); }
@media screen and (max-width: 64.0625em) { .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next { top: 214px; } }
@media screen and (max-width: 48.75em) { .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next { top: calc((400px / 2) - 36px); } }
@media only screen and (max-height: 450px) { .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next { top: calc(((100vh - 75px) / 2) - 36px); } }
@media screen and (max-width: 28.125em) { .index_slider.index .mightySliderm .mSNext, .index_slider.index .mightySliderm .owl-next, .index_slider.index .owl-nav .mSNext, .index_slider.index .owl-nav .owl-next { top: 200px; } }
.index_slider.index .mightySliderm ul.mSPages, .index_slider.index .owl-nav ul.mSPages { margin: 0; padding: 0; position: absolute; top: 35vh; right: 76px; z-index: 200; width: 40px; height: auto; list-style-type: none; }
@media screen and (max-width: 64.0625em) { .index_slider.index .mightySliderm ul.mSPages, .index_slider.index .owl-nav ul.mSPages { right: 30px; top: 160px; } }
@media screen and (max-width: 28.125em) { .index_slider.index .mightySliderm ul.mSPages, .index_slider.index .owl-nav ul.mSPages { left: 15px; top: 45vh; width: 35px; display: none; } }
@media screen and (max-width: 21.875em) { .index_slider.index .mightySliderm ul.mSPages, .index_slider.index .owl-nav ul.mSPages { top: 50vh; } }
.index_slider.index .mightySliderm ul.mSPages li, .index_slider.index .owl-nav ul.mSPages li { position: relative; height: 25px; width: 25px; cursor: pointer; text-indent: -9999px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0); -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; margin-bottom: 20px; }
.index_slider.index .mightySliderm ul.mSPages li.active, .index_slider.index .owl-nav ul.mSPages li.active { border: 1px solid rgba(255, 255, 255, 0.8); }
.index_slider.index .mightySliderm ul.mSPages li.active:after, .index_slider.index .owl-nav ul.mSPages li.active:after { background-color: #fff; }
.index_slider.index .mightySliderm ul.mSPages li:after, .index_slider.index .owl-nav ul.mSPages li:after { position: absolute; top: 10px; height: 3px; display: block; width: 3px; content: ""; background-color: #fff; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; text-indent: 9999px; left: 9.5px; }
.index_slider.index .mightySliderm ul.mSPages li:hover:after, .index_slider.index .owl-nav ul.mSPages li:hover:after { background-color: #289de0; }
.index_slider.index .mightySlider ul.slideelement { height: 100%; list-style: none; width: auto; display: block; margin: 0; }
.index_slider.index .mightySlider ul.slideelement li { float: left; height: 100%; width: 100vw; position: relative; }
.index_slider.index .mightySlider ul.slideelement li div.index_container { width: 100%; position: absolute; height: 100%; z-index: 500; top: 0; left: 0; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
@media screen and (max-width: 48.75em) { .index_slider.index .mightySlider ul.slideelement li div.index_container { height: 80%; } }
@media screen and (max-width: 28.125em) { .index_slider.index .mightySlider ul.slideelement li div.index_container { height: 100%; } }
.index_slider.index .mightySlider ul.slideelement li div.index_container .big_slogan { letter-spacing: 2px; font-size: 3.75rem; color: #fff; text-align: center; width: 100%; text-shadow: 0 5px 8px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 28.125em) { .index_slider.index .mightySlider ul.slideelement li div.index_container .big_slogan { font-size: 2.5rem; line-height: 60px; width: 90%; margin-right: auto; margin-left: auto; } }

.listContainerOuter { width: 100%; height: auto; position: relative; margin-right: auto; margin-left: auto; }
.listContainerOuter.rooms { height: auto; }
@media screen and (max-width: 64.0625em) { .listContainerOuter.rooms { height: 630px; } }
@media screen and (max-width: 48.75em) { .listContainerOuter.rooms { height: 510px; }
  .listContainerOuter.rooms .listContainer { height: 510px; } }
@media screen and (max-width: 21.875em) { .listContainerOuter.rooms { height: 470px; }
  .listContainerOuter.rooms .listContainer { height: 470px; } }
@media screen and (max-width: 64.0625em) { .listContainerOuter { height: auto; } }
@media screen and (max-width: 48.75em) { .listContainerOuter { height: 960px; } }
@media screen and (max-width: 28.125em) { .listContainerOuter { height: auto; } }
@media screen and (max-width: 64em) { .listContainerOuter.PcShow { display: none; } }
@media screen and (min-width: 64.0625em) { .listContainerOuter.PadShow { display: none; } }
@media screen and (max-width: 28.125em) { .listContainerOuter.PadShow { display: none; width: 100%; } }
.listContainerOuter.mobileShow { display: none; }
@media screen and (max-width: 28.125em) { .listContainerOuter.mobileShow { display: block; } }
.listContainerOuter .slick-prev_2 { position: absolute; left: 0; width: 54px; height: 72px; background-color: #422c09; top: calc(46% - 36px); cursor: pointer; outline: none; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; z-index: 499; }
.listContainerOuter .slick-prev_2.dn { display: none; }
@media screen and (max-width: 28.125em) { .listContainerOuter .slick-prev_2 { width: 28px; height: 40px; } }
@media screen and (max-width: 21.875em) { .listContainerOuter .slick-prev_2 { width: 28px; height: 40px; top: calc(43% - 23px); } }
.listContainerOuter .slick-prev_2 .icon-left-open-big { -webkit-animation: arrowSwimLeft 2s infinite; -moz-animation: arrowSwimLeft 2s infinite; -o-animation: arrowSwimLeft 2s infinite; animation: arrowSwimLeft 2s infinite; }
.listContainerOuter .slick-prev_2:hover { outline: none; width: 60px; }
@media screen and (max-width: 28.125em) { .listContainerOuter .slick-prev_2:hover { width: 35px; } }
@media screen and (max-width: 21.875em) { .listContainerOuter .slick-prev_2:hover { width: 35px; } }
.listContainerOuter .slick-prev_2 i { color: #fff; }
.listContainerOuter .slick-next_2 { outline: none; position: absolute; right: 0; width: 54px; height: 72px; background-color: #422c09; top: calc(46% - 36px); cursor: pointer; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; z-index: 499; }
.listContainerOuter .slick-next_2.dn { display: none; }
.listContainerOuter .slick-next_2 .icon-right-open-big { -webkit-animation: arrowSwimRight 2s infinite; -moz-animation: arrowSwimRight 2s infinite; -o-animation: arrowSwimRight 2s infinite; animation: arrowSwimRight 2s infinite; }
@media screen and (max-width: 28.125em) { .listContainerOuter .slick-next_2 { width: 28px; height: 40px; } }
@media screen and (max-width: 21.875em) { .listContainerOuter .slick-next_2 { width: 28px; height: 40px; top: calc(43% - 23px); } }
.listContainerOuter .slick-next_2:hover { outline: none; width: 60px; }
@media screen and (max-width: 28.125em) { .listContainerOuter .slick-next_2:hover { width: 28px; } }
@media screen and (max-width: 21.875em) { .listContainerOuter .slick-next_2:hover { width: 28px; } }
.listContainerOuter .slick-next_2 i { color: #fff; }

.listContainer { width: 100%; max-width: 1440px; height: auto; position: relative; margin-right: auto; margin-left: auto; margin-top: 50px; }
@media screen and (max-width: 64.0625em) { .listContainer.speOffer { width: 90%; } }
@media screen and (max-width: 28.125em) { .listContainer.speOffer { width: 90%; } }
@media screen and (max-width: 21.875em) { .listContainer.speOffer { width: 90%; } }
@media screen and (max-width: 87.5em) { .listContainer { width: 100%; margin-left: auto; margin-right: auto; } }
@media screen and (max-width: 64.0625em) { .listContainer { width: 100%; height: 1300px; margin-top: 30px; } }
@media screen and (max-width: 28.125em) { .listContainer { height: auto; margin-top: 30px; } }
@media screen and (max-width: 25em) { .listContainer { height: auto; } }
.listContainer .pageContainer { width: 100%; }
@media screen and (max-width: 28.125em) { .listContainer .pageContainer { width: 100%; margin-right: auto; margin-left: auto; } }
@media screen and (max-width: 28.125em) { .listContainer .pageContainer.index { width: 90%; } }
.listContainer .pageContainer .slick-list { width: 100%; padding-right: 0; padding-left: 0; overflow: hidden; }
.listContainer .pageContainer .sliderContainer .columns { margin-bottom: 35px; position: relative; display: -webkit-flex; display: flex; -webkit-align-items: stretch; align-items: stretch; }
.listContainer .pageContainer .sliderContainer .sliderPages { width: 100%; max-width: 1440px; outline: none; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages { margin-right: auto; margin-left: auto; } }
.listContainer .pageContainer .sliderContainer .sliderPages .row { width: 100%; position: relative; }
@media screen and (max-width: 21.875em) { .listContainer .pageContainer .sliderContainer .sliderPages .row { width: 100%; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer { position: relative; display: block; width: 100%; background-color: #fff; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.6s; -o-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; -moz-box-shadow: 0 5px 8px transparent; -webkit-box-shadow: 0 5px 8px transparent; box-shadow: 0 5px 8px transparent; }
@media screen and (max-width: 28.125em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer { width: 100%; margin-right: auto; margin-left: auto; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer:hover { -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer:hover .photo img { width: auto; max-width: inherit; height: 102%; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer:hover .photo img { width: 100%; height: auto; } }
@media screen and (max-width: 28.125em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer:hover .photo img { width: 100%; height: auto; max-width: inherit; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .photo { width: 100%; height: 236px; overflow: hidden; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .photo { height: 281px; } }
@media screen and (max-width: 50em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .photo { height: 173px; } }
@media screen and (max-width: 21.875em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .photo { height: 138px; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .photo img { -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; height: 100%; width: auto; max-width: inherit; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .photo img { width: 100%; height: auto; } }
@media screen and (max-width: 48.75em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .photo img { width: 100%; height: auto; max-width: inherit; } }
@media screen and (max-width: 28.125em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .photo img { width: 100%; height: auto; max-width: inherit; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content { width: 100%; height: auto; padding: 30px 20px; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content { height: auto; } }
@media screen and (max-width: 48.75em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content { padding: 20px 20px; height: auto; } }
@media screen and (max-width: 28.125em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content { height: auto; } }
@media screen and (max-width: 21.875em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content { padding: 15px 15px; height: auto; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content h2 { font-size: 1.4375rem; color: #422c09; padding: 0 12px 20px 12px !important; border-bottom: 1px solid #cacaca; margin: 0; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content h2 { padding: 0 0 20px 0 !important; } }
@media screen and (max-width: 21.875em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content h2 { padding-bottom: 10px; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content p.period { font-size: 0.9375rem; padding: 18px 12px 12px 12px; margin: 0; color: #494941; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content p.period { padding: 18px 0 12px 0; } }
@media screen and (max-width: 21.875em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content p.period { padding: 10px 0 12px 0; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content p.normal { font-size: 0.9375rem; padding: 0 12px 25px 12px; margin: 0; color: #302d2d; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content p.normal { padding: 0 0 15px 0; } }
@media screen and (max-width: 48.75em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content p.normal { display: none; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial { width: 100%; padding: 0 12px 0 12px; height: 34px; margin-bottom: 15px; }
@media screen and (max-width: 75em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial { height: auto; } }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial { padding: 0; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial a.view_more, .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial a.view_more_pad { background-color: #fff; width: 130px; height: 34px; text-align: center; color: #fff; line-height: 32px; letter-spacing: 1px; float: left; border: #927300 1px solid; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; /* color: #422c09 */; color:#927300; }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial a.view_more:hover, .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial a.view_more_pad:hover { background-color: #927300; color: #fff; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial a.view_more { display: none; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial a.view_more_pad { display: none; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial a.view_more_pad { display: block; margin-top: 20px; width: 70%; margin-right: auto; margin-left: auto; float: none; } }
@media screen and (max-width: 48.75em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial a.view_more_pad { margin-top: 15px; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .tag { font-size: 0.9375rem; color: #494941; line-height: 30px; height: 34px; letter-spacing: 1px; position: relative; float: right; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .tag:hover { color: #927300; }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .tag:hover span { text-decoration: underline; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .tag { float: left; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .tag i { font-size: 1.5625rem; margin: 0; display: inline-block; height: 34px; position: relative; top: 2px; }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .tag i::before { margin: 0; }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .tag span { display: inline-block; margin-top: -5px; }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .share { width: 32px; height: 32px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: #d4d4d4 1px solid; display: inline-block; text-align: center; line-height: 29px; float: right; margin-left: 10px; text-indent: -2px; cursor: pointer; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; cursor: pointer; }
@media screen and (max-width: 64.0625em) { .listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .share { display: none; } }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .share:hover { -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -webkit-transform: rotate(30deg); transform: rotate(30deg); }
.listContainer .pageContainer .sliderContainer .sliderPages .cardContainer .content .detial .share i { color: #7f7f7f; }
.listContainer .pageContainer .sliderContainer .slick-prev, .listContainer .pageContainer .sliderContainer .InsideBanner .yearContainerOuter .yearContainer .TimeSlider .slick-next, .InsideBanner .yearContainerOuter .yearContainer .TimeSlider .listContainer .pageContainer .sliderContainer .slick-next { position: absolute; left: 0; width: 54px; height: 72px; background-color: #3c2415; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.listContainer .pageContainer .sliderContainer .slick-prev i, .listContainer .pageContainer .sliderContainer .InsideBanner .yearContainerOuter .yearContainer .TimeSlider .slick-next i, .InsideBanner .yearContainerOuter .yearContainer .TimeSlider .listContainer .pageContainer .sliderContainer .slick-next i { color: #fff; }
.listContainer .pageContainer .sliderContainer .slick-next { position: absolute; right: 0; width: 54px; height: 72px; background-color: #3c2415; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.listContainer .pageContainer .sliderContainer .slick-next i { color: #fff; }

section.specialOffers { width: 100%; height: auto; padding-top: 40px; background:#F8F5F6 url("../images/pattern.png"); overflow: hidden; }
@media screen and (max-width: 64.0625em) { section.specialOffers { padding-bottom: 50px; } }
@media screen and (max-width: 48.75em) { section.specialOffers { padding-bottom: 50px; } }
@media screen and (max-width: 28.125em) { section.specialOffers { padding-top: 50px; padding-bottom: 30px; } }
section.specialOffers h2.specialOffers { padding-bottom: 0; }
section.specialOffers a.scrollDown { width: 110px; height: 60px; margin-right: auto; margin-left: auto; background-image: url(../images/down_2arrowBrown.png); background-repeat: no-repeat; background-position: center 0; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; display: block; position: relative; margin-bottom: 0; margin-top: 30px; -webkit-animation: arrowDown 1.5s infinite; -moz-animation: arrowDown 1.5s infinite; -o-animation: arrowDown 1.5s infinite; animation: arrowDown 1.5s infinite; }
@media screen and (max-width: 75em) { section.specialOffers a.scrollDown { margin-top: 40px; } }
@media screen and (max-width: 28.125em) { section.specialOffers a.scrollDown { margin-top: 10px; margin-bottom: 10px; } }
section.specialOffers a.scrollDown p { display: inline-block; position: absolute; border-bottom: 0; font-size: 0.9375rem; color: #3c2415; margin: 0; padding: 0; text-align: center; bottom: 0; width: 100%; }
section.specialOffers a.scrollDown:hover { background-position: center 12px; }

.addVideo { position: relative; width: 100%; height: 514px; background-image: url("../images/tram_19.jpg"); background-repeat: no-repeat; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; background-position: center; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 90.625em) { .addVideo { -moz-background-size: auto 100%; -o-background-size: auto 100%; -webkit-background-size: auto 100%; background-size: auto 100%; } }
@media screen and (max-width: 64.0625em) { .addVideo { -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; } }
@media screen and (max-width: 48.75em) { .addVideo { height: 400px; } }
@media screen and (max-width: 28.125em) { .addVideo { height: 350px; } }
.addVideo .addMask { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: url("../images/bg_mask_03.png"); -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 64.0625em) { .addVideo .addMask { background-image: none; } }
.addVideo .textContainer { width: 100%; position: absolute; top: 260px; left: 0; text-align: center; }
@media screen and (max-width: 48.75em) { .addVideo .textContainer { top: 200px; } }
@media screen and (max-width: 28.125em) { .addVideo .textContainer { top: 150px; } }
.addVideo .textContainer h3 { color: #fff; font-size: 2.8125rem; }
@media screen and (max-width: 28.125em) { .addVideo .textContainer h3 { font-size: 2.125rem; } }
.addVideo .textContainer p { color: #fff; font-size: 1rem; }
@media screen and (max-width: 28.125em) { .addVideo .textContainer p { font-size: 0.875rem; letter-spacing: 1px; } }
.addVideo .textContainer .play { width: 60px; height: 60px; position: absolute; border: #fff 1px solid; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; display: inline-block; left: calc( 50% - 30px); top: -80px; z-index: 500; text-align: center; line-height: 55px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.addVideo .textContainer .play i {cursor: pointer; color: #fff; font-size: 1.25rem; width: 100%; height: 100%; display: inline-block; width: 60px; height: 60px; }
.addVideo .textContainer .play .icon-play:before{ line-height: 60px;}
.addVideo:hover { -moz-background-size: 105% auto; -o-background-size: 105% auto; -webkit-background-size: 105% auto; background-size: 105% auto; background-position: center; }
@media screen and (max-width: 90.625em) { .addVideo:hover { -moz-background-size: auto 102%; -o-background-size: auto 102%; -webkit-background-size: auto 102%; background-size: auto 102%; } }
.addVideo:hover .adMask { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
@media screen and (max-width: 64.0625em) { .addVideo:hover { -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; } }
.addVideo a{ display: block; height: 100%;}

.WhyStayWithUs { padding-top: 40px; padding-bottom: 80px; background-color: #f6f3eb; }
@media screen and (max-width: 28.125em) { .WhyStayWithUs { padding-right: 10px; padding-left: 10px; padding-top: 50px; padding-bottom: 50px; } }
.WhyStayWithUs .icon { font-size: 1.875rem; line-height: 55px; }
.WhyStayWithUs .featuresContainer { padding-top: 60px; }
@media screen and (max-width: 90em) { .WhyStayWithUs .featuresContainer { padding-left: 20px; padding-right: 20px; } }
@media screen and (max-width: 64.0625em) { .WhyStayWithUs .featuresContainer { width: 95%; margin-right: auto; margin-left: auto; } }
@media screen and (max-width: 28.125em) { .WhyStayWithUs .featuresContainer { width: 100%; } }
.WhyStayWithUs .featuresContainer .row { max-width: 1400px; }
.WhyStayWithUs .featuresContainer .row div.columns { padding-bottom: 0; }
@media screen and (max-width: 75em) { .WhyStayWithUs .featuresContainer .row div.columns { text-align: center; } }
.WhyStayWithUs .featuresContainer .row .icon { float: left; width: 70px; }
@media screen and (max-width: 75em) { .WhyStayWithUs .featuresContainer .row .icon { margin-bottom: 20px; float: none; margin-right: auto; margin-left: auto; } }
.WhyStayWithUs .featuresContainer .row .content { float: left; padding-left: 10px; max-width: 240px; }
@media screen and (max-width: 87.5em) { .WhyStayWithUs .featuresContainer .row .content { width: calc(100% - 70px); } }
@media screen and (max-width: 75em) { .WhyStayWithUs .featuresContainer .row .content { width: 100%; } }
@media screen and (max-width: 62.5em) { .WhyStayWithUs .featuresContainer .row .content { width: 100%; padding-left: 0; } }
@media screen and (max-width: 64.0625em) { .WhyStayWithUs .featuresContainer .row .content { text-align: center; float: none; max-width: inherit; } }
.WhyStayWithUs .featuresContainer .row .content .name { font-size: 1.125rem; color: #303030; margin-bottom: 3px; }
.WhyStayWithUs .featuresContainer .row .content .des { font-size: 0.9375rem; color: #969696; }

.location { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-flex; display: flex; -webkit-align-items: stretch; align-items: stretch; }
@media screen and (max-width: 28.125em) { .location { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
.location .mapContainer { width: 50%; }
@media screen and (max-width: 48.75em) { .location .mapContainer { width: 40%; } }
@media screen and (max-width: 28.125em) { .location .mapContainer { width: 100%; height: 0px; } }
.location .info { width: 100%; padding: 55px 50px; position: relative;text-align: center;  }
@media screen and (max-width: 64.0625em) { .location .info { padding-bottom: 60px; } }
@media screen and (max-width: 48.75em) { .location .info { padding: 35px 35px; padding-bottom: 60px; width: 100%; } }
@media screen and (max-width: 28.125em) { .location .info { width: 100%; } }
.location .info .weather { width: 200px; height: 45px; position: absolute; bottom: 50px; right: 50px; display: none; -webkit-justify-content: center; justify-content: center; -webkit-align-items: flex-start; align-items: flex-start; overflow: hidden;}
@media screen and (max-width: 74.375em) { .location .info .weather { position: relative; bottom: 0; right: inherit; left: 0; margin-top: 30px; } }
.location .info .weather .left { width: 55%; font-size: 0.875rem; letter-spacing: 1px; border-right: 1px solid #bab9b9; }
.location .info .weather .left h4 { margin-bottom: 0; line-height: 17px; }
.location .info .weather .left p { margin-bottom: 0; line-height: 17px; }
.location .info .weather .right { width: 45%; position: relative; }
.location .info .weather .right .temperature { font-size: 1.875rem; padding-left: 8px; line-height: 30px; }
.location .info .weather .right .meteorology { width: 40px; height: auto; position: absolute; bottom: -10px; right: 5px; -moz-transform: scale(0.85, 0.85); -ms-transform: scale(0.85, 0.85); -webkit-transform: scale(0.85, 0.85); transform: scale(0.85, 0.85); }
.location .info h2 { font-size: 2.8125rem; }
.location .info p { font-size: 0.9375rem; color: #656565; margin-bottom: 25px; line-height: 26px; }
.location .info p.info-map a{ color: #927300; text-decoration: none; margin-bottom: 25px;}
.location .info p.info-map a:hover{ color: #b99100; text-decoration: underline;}
.location .info .featureContainer, .location .info .detail { list-style: none; padding: 0; margin: 0; display: inline-block; position: relative;text-align: left; }
.location .info .featureContainer li.item, .location .info .detail li.item { padding-top: 10px; padding-bottom: 10px; color: #7e7e7e; position: relative; display: block; letter-spacing: 1px; position: relative; padding-left: 35px; }
.location .info .detail li.item a{color:#927300; text-decoration: none;}
.location .info .detail li.item a:hover{color:#b99100; text-decoration: underline;}
.location .info .featureContainer li.item i, .location .info .detail li.item i { display: block; height: 100%; position: absolute; width: 35px; color: #4e4038; left: 0; top: 0; padding-top: 10px; }
.location .info .line { width: 5px; height: 150px; border-right: 1px #cccccc dotted;  margin-right: 30px; display: inline-block; margin-left: 30px; }
@media screen and (max-width: 48.75em) { .location .info .line { width: 80%; height: 5px; border-top: 1px #cccccc dotted;margin-top: 10px; display: inline-block; margin-bottom: 10px;} }

.sub_menu_bg { position: fixed; width: 100vw; height: 100vh; background-color: #1c1a1a; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; top: 85px; right: -100vw; z-index: 9998; -moz-transition-property: opacity; -o-transition-property: opacity; -webkit-transition-property: opacity; transition-property: opacity; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.sub_menu_bg.active { right: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
@media screen and (max-width: 64.0625em) { .sub_menu_bg { top: 75px; } }
@media screen and (max-width: 28.125em) { .sub_menu_bg { top: 60px; } }

.mobileMenu { -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; display: none; }
@media screen and (max-width: 48.75em) { .mobileMenu { height: calc(100vh - 60px); } }
@media screen and (max-width: 64.0625em) { .mobileMenu.active { -moz-transform: translateX(0%); -ms-transform: translateX(0%); -webkit-transform: translateX(0%); transform: translateX(0%);transform: translate3d(0, 0, 0); } }
@media screen and (max-width: 28.125em) { .mobileMenu.active { -moz-transform: translateX(0%); -ms-transform: translateX(0%); -webkit-transform: translateX(0%); transform: translateX(0%);transform: translate3d(0, 0, 0); } }
@media screen and (max-width: 64.0625em) { .mobileMenu { display: block; position: fixed; right: 0; background-color: #242121; z-index: 9999; width: 65vw; right: 0; top: 75px; -moz-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translateX(100%); } }
@media screen and (max-width: 28.125em) { .mobileMenu { top: 60px; width: 85%; right: 0; -moz-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translateX(100%); } }

/* 20181029 Fixed Menu*/
@media screen and (max-width: 64.0625em) {
  .mobileMenu {
    height: calc(100vh - 75px);
  }
  .mobileMenu.active {
    transform: translate3d(0, 0, 0)
  }
  .mobileMenuContainer{
    min-height: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    transform: translate3d(0, 0, 0)
  }
  .mobileMenuScroll{
    min-height: 100%;
    max-height: calc(100vh - 75px);
    padding: 50px 40px;
    padding-bottom: 70px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 28.125em) {
  .mobileMenu {
    height: calc(100vh - 60px);
  }
  .mobileMenuScroll{
    height: calc(100vh - 60px);
    padding: 30px;
    padding-bottom: 180px;
  }
}
/* 20181029 Fixed Menu End */

.booknow_350 { display: none; }
@media screen and (max-width: 21.875em) { .booknow_350 { position: fixed; top: 60px; height: 45px; background-color: #666565; z-index: 9997; width: 100%; display: block; text-align: center; font-size: 1rem; line-height: 41px; color: #fff; border-top: #fff 1px solid; } }

.Rooms { padding-top: 80px; background-color: #f8f5f1; padding-bottom: 30px; }
@media screen and (max-width: 90em) { .Rooms { padding-top: 80px; } }
@media screen and (max-width: 78.75em) { .Rooms { padding-top: 80px; } }
@media screen and (max-width: 64.125em) { .Rooms { padding-top: 180px; } }
@media screen and (max-width: 50em) { .Rooms { padding-top: 90px; } }
@media screen and (max-width: 28.125em) { .Rooms { padding-top: 100px; padding-bottom: 20px; } }
@media screen and (max-width: 21.875em) { .Rooms { padding-top: 130px; } }

.roomClassNav { width: 100%; padding-bottom: 30px; background-color: #f8f5f1; }
@media screen and (max-width: 28.125em) { .roomClassNav { padding-bottom: 0; } }
.roomClassNav .container { max-width: 1180px; margin-right: auto; margin-left: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.roomClassNav .container .classIte { width: 230px; display: block; height: 42px; background-color: #301f05; margin: 10px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; font-size: 0.9375rem; color: #fff; text-align: center; line-height: 42px; letter-spacing: 1px; position: relative; }
/* @media screen and (max-width: 48.75em) { .roomClassNav .container .classIte { width: 160px; } } */
/* @media screen and (max-width: 21.875em) { .roomClassNav .container .classIte { width: 140px; } } */
.roomClassNav .container .classIte:after { width: 95%; height: 85%; display: block; position: absolute; border: #633e08 1px solid; content: ""; display: block; top: 7.5%; left: 2.5%; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.roomClassNav .container .classIte:hover { background-color: #927300; }
.roomClassNav .container .classIte:hover:after { border: #fff 1px solid; }

.roomsList { width: 100%; background-color: #f8f5f1; padding-top: 15px; padding-bottom: 15px; }
@media screen and (max-width: 78.125em) { .roomsList { padding-right: 5%; padding-left: 5%; } }
@media screen and (max-width: 28.125em) { .roomsList { padding-top: 15px;} }
.roomsList .room { max-width: 1180px; width: 100%; margin-right: auto; margin-left: auto; display: -webkit-flex; display: flex; -webkit-align-items: stretch; align-items: stretch; position: relative; height: auto; margin-top: 15px; margin-bottom: 30px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 28.125em) { .roomsList .room { display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
.roomsList .room:hover { -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }


/* .roomsList .room:hover .photo img { width: 105%; height: auto; left: -2.5%; } */
.roomsList .room:hover .photo img { width: 101%; transform: scale(1.05); height: 100%;  }
@media screen and (max-width: 75em) { .roomsList .room:hover .photo img { left: -15%; height: 100%; width: auto; } }
@media screen and (max-width: 28.125em) { .roomsList .room:hover .photo img { left: 0; width: 100%; height: auto; top: 0; } }
.roomsList .room:hover .info .viewMore { background-color: #3c3931; }

/* .roomsList .room .photo { width: 45%; position: relative; height: 350px; overflow: hidden; }
@media screen and (max-width: 75em) { .roomsList .room .photo { height: auto; } }
@media screen and (max-width: 28.125em) { .roomsList .room .photo { width: 100%; height: 200px; } }
@media screen and (max-width: 28.125em) { .roomsList .room .photo { height: 180px; } }
@media screen and (max-width: 21.875em) { .roomsList .room .photo { height: 150px; } } */
.roomsList .room .photo { width: 45%; position: relative; height: auto; overflow: hidden;}
@media screen and (max-width: 75em) { .roomsList .room .photo { height: auto; } }
@media screen and (max-width: 28.125em) { .roomsList .room .photo { width: 100%; height: 200px; } }
@media screen and (max-width: 28.125em) { .roomsList .room .photo { height: 180px; } }
@media screen and (max-width: 21.875em) { .roomsList .room .photo { height: 150px; } }

.roomsList .room .photo img { position: relative; display: block; top: 0; left: 0; width: 101%; z-index: 80; max-width: inherit; /* height: auto; */height:100%; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 75em) { .roomsList .room .photo img { height: 100%; width: auto; max-width: inherit;} }
@media screen and (max-width: 48.75em) { .roomsList .room .photo img { left: -45%; } }
@media screen and (max-width: 28.125em) { .roomsList .room .photo img { height: auto; width: 100%; left: 0; } }
.roomsList .room .photo .hamburger { position: absolute; display: block; bottom: 0; right: 0; width: 40px; height: 40px; z-index: 85; background-image: url("../images/room_none_hamburger_03.png"); letter-spacing: 1px; }
@media screen and (max-width: 28.125em) { .roomsList .room .photo .hamburger { display: none; } }
.roomsList .room .info { width: 65%; height: auto; position: relative; padding-left: 45px; padding-top: 32px; padding-bottom: 32px; background-color: #fff; padding-right: 45px; }
@media screen and (max-width: 48.75em) { .roomsList .room .info { padding-bottom: 50px; } }
@media screen and (max-width: 28.125em) { .roomsList .room .info { width: 100%; padding-left: 20px; padding-right: 20px; padding-top: 25px; padding-bottom: 50px; } }
@media screen and (max-width: 21.875em) { .roomsList .room .info { padding-top: 10px; } }
.roomsList .room .info .viewMore { width: 137px; height: 40px; position: absolute; left: 0; bottom: 0; background-color: #4c483f; text-align: center; line-height: 40px; color: #fff; display: block; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 28.125em) { .roomsList .room .info .viewMore { width: 140px; text-align: center; right: 50%; left: inherit; } }
@media screen and (max-width: 21.875em) { .roomsList .room .info .viewMore { width: 120px; } }
.roomsList .room .info .viewMore.bookNow, .roomsList .room .info header.quote .viewMore.bookNowMobile, header.quote .roomsList .room .info .viewMore.bookNowMobile { left: 137px; background-color: #927300; }
@media screen and (max-width: 28.125em) { .roomsList .room .info .viewMore.bookNow, .roomsList .room .info header.quote .viewMore.bookNowMobile, header.quote .roomsList .room .info .viewMore.bookNowMobile { left: 50%; right: inherit; } }
.roomsList .room .info .viewMore.bookNow:hover, .roomsList .room .info header.quote .viewMore.bookNowMobile:hover, header.quote .roomsList .room .info .viewMore.bookNowMobile:hover { background-color: #b99100; }
.roomsList .room .info .viewMore:hover { background-color: #3c3931; }
.roomsList .room .info h3 { font-size: 1.875rem; color: #2d2c2b; }
@media screen and (max-width: 21.875em) { .roomsList .room .info h3 { margin-bottom: 0; } }
.roomsList .room .info .Summary { text-align: left; width: 100%; margin-top: 14px; margin-bottom: 15px; }
@media screen and (max-width: 48.75em) { .roomsList .room .info .Summary { margin-top: 10px; margin-bottom: 10px; } }
.roomsList .room .info .Summary .size, .roomsList .room .info .Summary .price, .roomsList .room .info .Summary .scenery { display: inline-block; background-image: url("../images/room_icon_06.png"); background-position: left center; font-size: 1rem; background-repeat: no-repeat; font-weight: bold; padding-right: 37px; padding-left: 40px; letter-spacing: 1px; color: #2d2c2b; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.roomsList .room .info .Summary .size:hover, .roomsList .room .info .Summary .price:hover, .roomsList .room .info .Summary .scenery:hover { color: #422c09; }
@media screen and (max-width: 70em) { .roomsList .room .info .Summary .size, .roomsList .room .info .Summary .price, .roomsList .room .info .Summary .scenery { margin-bottom: 20px; margin-top: 8px; } }
@media screen and (max-width: 28.125em) { .roomsList .room .info .Summary .size, .roomsList .room .info .Summary .price, .roomsList .room .info .Summary .scenery { padding-right: 20px; padding-left: 35px;  } }
@media screen and (max-width: 21.875em) { .roomsList .room .info .Summary .size, .roomsList .room .info .Summary .price, .roomsList .room .info .Summary .scenery { font-size: 0.875rem; font-weight: normal; width: 100%; padding-right: 0; padding-left: 38px;  } }
.roomsList .room .info .Summary .price { background-image: url("../images/room_icon_07.png"); }
.roomsList .room .info .Summary .scenery { background-image: url("../images/room_icon_08.png"); }
/*@media screen and (max-width: 28.125em) { .roomsList .room .info .Summary .price { margin-bottom: 0; } }*/
.roomsList .room .info .line { width: 100%; margin-top: 16px; margin-bottom: 16px; height: 1px; background-color: #e7e7e7; }
.roomsList .room .info .feature { list-style: none; display: block; margin: 0; padding: 0; width: 100%; }
.roomsList .room .info .feature li { display: block; width: 50%; padding-top: 0; padding-bottom: 12px; margin: 0; position: relative; font-size: 1rem; float: left; color: #494941; padding-left: 28px; }
@media screen and (max-width: 48.75em) { .roomsList .room .info .feature li { padding-bottom: 10px; } }
@media screen and (max-width: 28.125em) { .roomsList .room .info .feature li { display: inline-block; width: auto; padding-right: 20px; padding-left: 20px; } }
@media screen and (max-width: 21.875em) { .roomsList .room .info .feature li { width: 100%; padding-bottom: 8px; } }
.roomsList .room .info .feature li:before { content: ""; width: 10px; height: 10px; position: absolute; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: #927300 2px solid; top: 7px; display: block; left: 5px; }
@media screen and (max-width: 28.125em) { .roomsList .room .info .feature li:before { width: 8px; height: 8px; top: 9px; } }

.about_info { max-width: 1200px !important; }
@media screen and (max-width: 64.0625em) { .about_info { width: 90% !important; } }
.about_info p { line-height: 25px; font-size: 0.9375rem; }
@media screen and (max-width: 28.125em) { .about_info p { padding: 0 !important; } }
.about_info h3 { margin-bottom: 20px; }

.about_info .row .content { padding-top: 20px; }
@media screen and (max-width: 75.3125em) { .about_info .row .content { padding-top: 5px; } }
@media screen and (max-width: 28.125em) { .about_info .row .content { padding-top: 15px; } }

.about_map { padding-top: 0; }
.about_map .map-info{margin-left: auto;margin-right: auto;text-align: center;}
.about_map .map-info a{color:#927300;}
.about_map .map-info a:hover{color:#422c09; text-decoration: underline;}

.about_map .map-btn { -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.about_map .map-btn::after { -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.about_map .map-btn:hover::after { border: #fff 1px solid; }

@media screen and (max-width: 64.0625em) { .about_map .map-btn { width: 190px !important; } }
@media screen and (max-width: 28.125em) { .about_map .map-btn { width: 250px !important; } }

.cardContainer .photo { text-align: left; }

@media screen and (max-width: 28.125em) { .about_info h3 { font-size: 1.5625rem; } }

@media screen and (max-width: 28.125em) { .about_map .row { max-width: inherit; } }

@media screen and (max-width: 28.125em) { .requiredForm { margin-top: 25px; } }

section.first.fixedMenu { margin-top: 85px; }
@media screen and (max-width: 90.625em) { section.first.fixedMenu { margin-top: 70px; } }

@media screen and (max-width: 28.125em) { .serviceEvent { max-width: 110px; max-height: 110px; } }

.info.flexbox-column h2 { font-size: 1.75rem; }

div.photo { text-align: center; overflow: hidden; }

@media screen and (max-width: 48.75em) { .offer_pic { height: 100%; width: auto; display: inline-block; max-width: inherit; margin-left: 0; } }

.OurStories .photo { overflow: hidden; position: relative; text-align: center; height: 235px; }
@media screen and (max-width: 64.0625em) { .OurStories .photo { height: 200px; } }
.OurStories .photo img { width: 100%; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; position: relative; display: inline-block; height: auto; max-width: inherit; }
@media screen and (max-width: 48.75em) { .OurStories .photo img { height: 100%; width: auto; margin-left: -50%; } }
@media screen and (max-width: 28.125em) { .OurStories .photo img { width: 100%; height: auto; margin-left: 0; } }
.OurStories .content h4 { -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.OurStories:hover .photo img { width: 103%; }
.OurStories:hover .content h4 { text-indent: 10px; }

.requiredForm { -ms-input-placeholder-color: #767676; -moz-placeholder-color: #767676; }
.requiredForm ::placeholder { color: #767676; }
.requiredForm ::-webkit-input-placeholder { color: #767676; }
.requiredForm ::-moz-placeholder { color: #767676; }

.InsideBanner { width: 100%; height: 600px; background-image: url("../images/media_bg_03.jpg"); -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; background-position: top center; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-flex; display: flex; -webkit-align-content: center; align-content: center; }
@media screen and (max-width: 64.0625em) { .InsideBanner { margin-top: 165px; height: 500px; } }
@media screen and (max-width: 48.75em) { .InsideBanner { height: 450px; } }
@media screen and (max-width: 28.125em) { .InsideBanner { margin-top: 60px; height: 300px; } }
@media screen and (max-width: 21.875em) { .InsideBanner { margin-top: 105px; height: 250px; } }
.InsideBanner .big_slogan { width: 100%; letter-spacing: 2px; font-size: 4.375rem; color: #fff; text-align: center; margin-top: 50px; width: 100%; text-shadow: 0 5px 8px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 64.0625em) { .InsideBanner .big_slogan { margin-top: 20px; } }
@media screen and (max-width: 28.125em) { .InsideBanner .big_slogan { font-size: 3.125rem; } }
.InsideBanner .yearContainerOuter { width: 100%; position: relative; height: 100px; }
.InsideBanner .yearContainerOuter .yearContainer { width: 100%; height: 100px; position: absolute; top: 100px; }
@media screen and (max-width: 64.0625em) { .InsideBanner .yearContainerOuter .yearContainer { top: 80px; } }
@media screen and (max-width: 28.125em) { .InsideBanner .yearContainerOuter .yearContainer { top: 50px; } }
.InsideBanner .yearContainerOuter .yearContainer .TimeSlider { width: 450px; height: 80px; position: relative; margin-right: auto; margin-left: auto; }
@media screen and (max-width: 34.375em) { .InsideBanner .yearContainerOuter .yearContainer .TimeSlider { width: 300px; } }
@media screen and (max-width: 25em) { .InsideBanner .yearContainerOuter .yearContainer .TimeSlider { width: 260px; } }
@media screen and (max-width: 21.875em) { .InsideBanner .yearContainerOuter .yearContainer .TimeSlider { width: 200px; } }
.InsideBanner .yearContainerOuter .yearContainer .TimeSlider .slick-prev, .InsideBanner .yearContainerOuter .yearContainer .TimeSlider .slick-next { width: 35px; height: 35px; position: absolute; background-color: #666565; outline: none; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; left: -35px; top: calc( 50% - 17px); cursor: pointer; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.InsideBanner .yearContainerOuter .yearContainer .TimeSlider .slick-prev:hover, .InsideBanner .yearContainerOuter .yearContainer .TimeSlider .slick-next:hover { background-color: #423730; }
.InsideBanner .yearContainerOuter .yearContainer .TimeSlider .slick-prev i, .InsideBanner .yearContainerOuter .yearContainer .TimeSlider .slick-next i { color: #fff; }
.InsideBanner .yearContainerOuter .yearContainer .TimeSlider .slick-next { right: -35px; left: auto; }
.InsideBanner .yearContainerOuter .yearContainer .TimeSlider .item { height: 80px; line-height: 80px; width: auto; text-align: center; outline: none; cursor: pointer; }
.InsideBanner .yearContainerOuter .yearContainer .TimeSlider .item.current p { font-size: 1.5rem; color: #666565; line-height: 80px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.InsideBanner .yearContainerOuter .yearContainer .TimeSlider .item.slick-current p { font-size: 1.5rem; color: #666565; line-height: 80px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.InsideBanner .yearContainerOuter .yearContainer .TimeSlider .item p { font-weight: bold; color: #c0bebd; font-size: 1.125rem; line-height: 80px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }

.shareBtn { width: 60px; height: 60px; position: absolute; display: block; top: 0; text-align: center; line-height: 60px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.shareBtn.Fb, .shareBtn.Twitter { font-size: 1.5625rem; color: #fff; right: 0; background-color: #4b3f38; }
.shareBtn.Fb:hover, .shareBtn.Twitter:hover { background-color: #332b26; }
.shareBtn.Twitter { right: 60px; background-color: #b08862; }
.shareBtn.Twitter:hover { background-color: #8d7157; }

.copyimg { margin-left: 15px; display: inline-block; }
@media screen and (max-width: 28.125em) { .copyimg { margin-right: 15px; } }

.article_img .mSPages li, .article_img .mSPages li.active { width: 13px !important; height: 13px !important; margin-top: 2px !important; }

.facility.photo, .dining.photo, .offers.photo { overflow: hidden; display: block; height: 350px; }
.facility.photo .facilityImg, .facility.photo .diningImg, .facility.photo .offer_pic, .dining.photo .facilityImg, .dining.photo .diningImg, .dining.photo .offer_pic, .offers.photo .facilityImg, .offers.photo .diningImg, .offers.photo .offer_pic { -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; display: block; max-width: inherit; position: absolute; height: auto; width: 100%; }
@media screen and (max-width: 48.75em) { .facility.photo .facilityImg, .facility.photo .diningImg, .facility.photo .offer_pic, .dining.photo .facilityImg, .dining.photo .diningImg, .dining.photo .offer_pic, .offers.photo .facilityImg, .offers.photo .diningImg, .offers.photo .offer_pic { height: 100%; width: auto; } }
.facility.photo .viewMore-btn, .dining.photo .viewMore-btn, .offers.photo .viewMore-btn { -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.facility.photo:hover .facilityImg, .facility.photo:hover .diningImg, .facility.photo:hover .offer_pic, .dining.photo:hover .facilityImg, .dining.photo:hover .diningImg, .dining.photo:hover .offer_pic, .offers.photo:hover .facilityImg, .offers.photo:hover .diningImg, .offers.photo:hover .offer_pic { -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }
.facility.photo:hover .viewMore-btn, .dining.photo:hover .viewMore-btn, .offers.photo:hover .viewMore-btn { -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; background-color: #b99100; }

.article_img .mSPages { display: block; bottom: -50px !important; }

html.is-reveal-open body { width: 100%; }

.reveal.widthAuto { width: auto; max-width: 400px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 50px; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); background-color: #eee; border: none; outline: none; }
.reveal.widthAuto .fbLink { width: 60px; height: 60px; background-color: #3b5998; display: block; margin: 0 20px; color: #fff; font-size: 2rem; text-align: center; line-height: 60px; }
@media screen and (max-width: 28.125em) { .reveal.widthAuto .fbLink { margin: 0 10px; } }
.reveal.widthAuto .twLink { width: 60px; height: 60px; background-color: #1da1f2; display: block; margin: 0 20px; font-size: 2rem; text-align: center; line-height: 60px; color: #fff; }
@media screen and (max-width: 28.125em) { .reveal.widthAuto .twLink { margin: 0 10px; } }
.reveal.widthAuto .lineLink { width: 60px; height: 60px; background-color: #00c300; display: block; margin: 0 20px; text-align: center; line-height: 60px; color: #fff; text-align: center; line-height: 60px; }
@media screen and (max-width: 28.125em) { .reveal.widthAuto .lineLink { margin: 0 10px; } }
.reveal.widthAuto .lineLink img { vertical-align: middle; }

@media screen and (max-width: 28.125em) { .reveal.widthAuto { height: auto; min-height: inherit; width: 80vw; left: calc( 50% - 40vw ); padding: 25px; } }

@media screen and (max-width: 28.125em) { .mediaArticle, .newsArticle { text-align: center; } }

.youare { width: auto; margin: 0; display: inline-block; }
@media screen and (max-width: 48.75em) { .youare { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding-top: 10px; padding-bottom: 10px; width: 100%; } }
.youare .copyimg { margin-left: 5px; margin-right: 5px; }
.youare .learn_more { margin: 0; }

.outScope { margin-right: auto !important; margin-left: auto !important; }

.offerContent .titleBottomLine { padding-left: 10px !important; }

.article_info.sliderPic, .article_info.pvEvents { margin-top: 0 !important; }

@media screen and (max-width: 28.125em) { .pvEvents { text-align: center; } }

.article_info.storyinfo { margin-top: 60px !important; }

.article_info.newsContent { padding-right: 15px; padding-left: 15px; }
@media screen and (max-width: 64.0625em) { .article_info.newsContent { padding-left: 0; padding-right: 0; } }

.SecTitle { border-bottom: #604e3c 1px dotted !important; }
.SecTitle a.SecTitle { display: block; vertical-align: middle; position: relative; }
.SecTitle a.SecTitle span { height: 35px; line-height: 35px; }
.SecTitle a.SecTitle .circleArrow { display: inline-block; position: absolute; width: 35px; height: 35px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: #604e3c 1px solid; right: 0; text-align: center; line-height: 30px; }
.SecTitle a.SecTitle .circleArrow i { width: 100%; height: 35px; display: inline-block; text-align: center; font-size: 0.9375rem; color: #604e3c; }

.mightySlider .slider-prev, .mightySlider .slider-next { width: 54px; height: 72px; top: calc(50% - 36px); cursor: pointer; outline: none; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; z-index: 500; position: absolute; left: 0; }
@media screen and (max-width: 28.125em) { .mightySlider .slider-prev, .mightySlider .slider-next { top: calc(50% - 18px); width: 35px; height: 36px; } }
.mightySlider .slider-prev:hover, .mightySlider .slider-next:hover { width: 62px; }
.mightySlider .slider-prev i, .mightySlider .slider-next i { color: #fff; font-size: 2.1875rem; }

.mightySlider .slider-next { right: 0; left: inherit; -moz-transform: scaleX(-1); -ms-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); }

.index_slider.presskit { height: 500px; }
@media screen and (max-width: 28.125em) { .index_slider.presskit { height: 300px; } }

.lgMobile { width: 63%; line-height: 75px; text-align: right; padding-right: 20px; }
@media screen and (max-width: 6249.9375em) { .lgMobile { display: none; } }
@media screen and (max-width: 64.0625em) { .lgMobile { display: none; } }
@media screen and (max-width: 62.5em) { .lgMobile { display: none; } }
@media screen and (max-width: 28.125em) { .lgMobile { width: 36%; padding-right: 5px; line-height: 65px; } }
.lgMobile.inHide { width: 100%; text-align: left; height: 62px; }
@media screen and (max-width: 6249.9375em) { .lgMobile.inHide { display: none; } }
@media screen and (max-width: 28.125em) { .lgMobile.inHide { display: block; } }
@media screen and (max-width: 28.125em) { .lgMobile.inHide span { display: inline-block; letter-spacing: 1px; line-height: 62px; } }
.lgMobile.inHide .flagStart { display: inline-block; line-height: 62px; }
.lgMobile span { color: #fff; line-height: 75px; display: inline-block; }
@media screen and (max-width: 28.125em) { .lgMobile span { display: none; } }
.lgMobile div.flagStart { line-height: 75px; display: inline-block; margin-right: 5px; margin-left: 5px; margin-left: 10px; position: relative; cursor: pointer; }
@media screen and (max-width: 28.125em) { .lgMobile div.flagStart { line-height: 60px; display: none; } }
.lgMobile div.flagStart .now_lg { display: inline-block; width: 90px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; color: #666565; }
.lgMobile div.flagStart .otherLanguage { position: absolute; top: 80%; background-color: #211717; line-height: 30px; padding-right: 15px; padding-left: 15px; width: 120%; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; height: 0; overflow: hidden; }
@media screen and (max-width: 28.125em) { .lgMobile div.flagStart .otherLanguage { width: 80%; padding-left: 5px; padding-right: 5px; right: inherit; height: 0; top: 90%; color: #666565; }
  .lgMobile div.flagStart .otherLanguage.active { height: 180px; color: #666565; } }
.lgMobile div.flagStart .otherLanguage.active { height: 150px; }
.lgMobile div.flagStart .otherLanguage a { display: inline-block; width: 100%; padding-top: 5px; padding-bottom: 5px; text-align: center; line-height: 30px; height: auto; color: #e2e3de; }
@media screen and (max-width: 28.125em) { .lgMobile div.flagStart .otherLanguage a { width: 100%; letter-spacing: 1px; color: #e2e3de; } }
.lgMobile .arrowDown i { color: #fff; }
@media screen and (max-width: 28.125em) { .lgMobile .arrowDown i { font-size: 0.8125rem; } }

@media screen and (max-width: 48.75em) { .sectionTitle { padding-top: 0; } }
@media screen and (max-width: 28.125em) { .sectionTitle { padding-top: 0; } }
.sectionTitle.hidePadding { padding-top: 0; }

a.scrollDown { width: 110px; height: 60px; background-image: url(../images/down_2arrow_03.png); background-repeat: no-repeat; background-position: center 0; position: fixed; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; display: block; margin-bottom: 0; bottom: 0; left: calc( 50% - 55px); z-index: 400; background-color: rgba(255, 255, 255, 0) !important; cursor: default; -webkit-animation: arrowDown 1.5s infinite; -moz-animation: arrowDown 1.5s infinite; -o-animation: arrowDown 1.5s infinite; animation: arrowDown 1.5s infinite; }
@media screen and (max-width: 28.125em) { a.scrollDown { margin-bottom: 0; height: 30px; } }
a.scrollDown.op0 { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }

@media screen and (max-width: 26.875em) { #offer_content-main h2 { margin-top: 0; padding-top: 80px; } }
@media screen and (max-width: 21.875em) { #offer_content-main h2 { padding-top: 130px; }
  #offer_content-main h2.op0 { padding-top: 0 !important; } }
@media screen and (max-width: 28.125em) { #offer_content-main h2.specialOffers { padding-top: 0 !important; } }

.demo-icon { cursor: default; }

.sectionTitle h2 { padding-top: 0; }
@media screen and (max-width: 28.125em) { .sectionTitle h2 { margin-top: 0; } }
@media screen and (max-width: 21.875em) { .sectionTitle h2 { margin-top: 0; margin-bottom: 0; } }

.sech2 { padding-top: 0; }

.sliderContent { height: 600px; background-color: #000; position: relative; display: -webkit-flex; display: flex; -webkit-align-items: top; align-items: top; }
.sliderContent img { position: absolute; max-width: inherit !important; }
@media screen and (max-width: 64.0625em) { .sliderContent { height: 500px; }
  .sliderContent img { height: 500px; width: 100%; position: absolute; max-width: inherit !important; } }
@media screen and (max-width: 48.75em) { .sliderContent { height: 300px; }
  .sliderContent img { height: auto; width: 100%; } }
@media screen and (max-width: 28.125em) { .sliderContent { height: 200px; }
  .sliderContent img { height: 200px; margin-right: 50%; } }

.index_slider.index .owl-nav { width: 100%; position: absolute; top: 0; left: 0; }

.owl-stage-outer { height: 100%; }

.SliderOuter .btnContainer, #popcontent .btnContainer { width: 100%; position: relative; height: 1px; }
.SliderOuter .btnContainer .rooomInfoLeft, #popcontent .btnContainer .rooomInfoLeft { width: 54px; height: 72px; display: block; position: absolute; background-color: #422c09; top: calc(200px - 36px); left: 0; background-position: 0 0; z-index: 500; text-align: center; opacity: 0.75; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 80em) {#popcontent .btnContainer{width: 95%; left: 2.5%; } } 
@media screen and (max-width: 64.0625em) {#popcontent p {padding-left: 2.5%; padding-right: 2.5%; } .SliderOuter .btnContainer .rooomInfoLeft, #popcontent .btnContainer .rooomInfoLeft {top: calc(200px - 36px); } }
@media screen and (max-width: 48.75em) {#popcontent .btnContainer {width: 90%; left: 5%; } .SliderOuter .btnContainer .rooomInfoLeft, #popcontent .btnContainer .rooomInfoLeft {top: calc(150px - 36px); } }
@media screen and (max-width: 28.125em) { .SliderOuter .btnContainer .rooomInfoLeft, #popcontent .btnContainer .rooomInfoLeft { top: calc(100px - 20px); width: 28px; height: 40px; } }
.SliderOuter .btnContainer .rooomInfoLeft i, #popcontent .btnContainer .rooomInfoLeft i { color: #fff; font-size: 1.5625rem; font-weight: bold; line-height: 72px; text-indent: 0; cursor: pointer; }
@media screen and (max-width: 28.125em) { .SliderOuter .btnContainer .rooomInfoLeft i, #popcontent .btnContainer .rooomInfoLeft i { line-height: 40px; text-align: center; font-size: 1.1rem; width: 28px; } }
.SliderOuter .btnContainer .rooomInfoLeft:hover, #popcontent .btnContainer .rooomInfoLeft:hover { opacity: 1; }
.SliderOuter .btnContainer .rooomInfoLeft.disabled, #popcontent .btnContainer .rooomInfoLeft.disabled { opacity: 0; }
.SliderOuter .btnContainer .rooomInfoRiht, #popcontent .btnContainer .rooomInfoRiht { -moz-transform: scaleX(-1); -ms-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); width: 54px; height: 72px; display: block; position: absolute; background-color: #422c09; top: calc(200px - 36px); left: calc(100% - 54px); background-position: 0 0; z-index: 500; text-align: center; opacity: 0.75; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.SliderOuter .btnContainer .rooomInfoRiht.disabled, #popcontent .btnContainer .rooomInfoRiht.disabled { opacity: 0; }
@media screen and (max-width: 64.0625em) { .SliderOuter .btnContainer .rooomInfoRiht, #popcontent .btnContainer .rooomInfoRiht { top: calc(200px - 36px); } }
@media screen and (max-width: 48.75em) { .SliderOuter .btnContainer .rooomInfoRiht, #popcontent .btnContainer .rooomInfoRiht { top: calc(150px - 36px); } }
@media screen and (max-width: 28.125em) { .SliderOuter .btnContainer .rooomInfoRiht, #popcontent .btnContainer .rooomInfoRiht { top: calc(100px - 20px); left: calc(100% - 28px); width: 28px; height: 40px; } }
.SliderOuter .btnContainer .rooomInfoRiht i, #popcontent .btnContainer .rooomInfoRiht i { color: #fff; font-size: 1.5625rem; font-weight: bold; line-height: 72px; text-indent: 0; cursor: pointer; }
@media screen and (max-width: 28.125em) { .SliderOuter .btnContainer .rooomInfoRiht i, #popcontent .btnContainer .rooomInfoRiht i { line-height: 40px; text-align: center; font-size: 1.1rem; width: 28px; } }
.SliderOuter .btnContainer .rooomInfoRiht:hover, #popcontent .btnContainer .rooomInfoRiht:hover { opacity: 1; }


@media screen and (max-width: 28.125em) { section.specialOffers .specialOffers { padding-bottom: 0; } }

#offer_content-main .op0 { margin-top: 0; }

.article_info.newsContent { margin-top: 30px; }

@media screen and (max-width: 48.75em) { .article_info.row.newsContent p { padding-left: 0 !important; padding-right: 0 !important; } }

@media screen and (max-width: 28.125em) { #indexSlider .sliderContent img { height: 100%; } }

.article_info.newsContent { padding-right: 0; padding-left: 0; }
.article_info.newsContent p { padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; }

@font-face { font-family: 'fontello'; src: url("../font/fontello.eot?79693194"); src: url("../font/fontello.eot?79693194#iefix") format("embedded-opentype"), url("../font/fontello.woff2?79693194") format("woff2"), url("../font/fontello.woff?79693194") format("woff"), url("../font/fontello.ttf?79693194") format("truetype"), url("../font/fontello.svg?79693194#fontello") format("svg"); font-weight: normal; font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-calendar:before { content: '\e800'; }

/* '' */
.icon-up-open-mini:before { content: '\e801'; }

/* '' */
.icon-right-open-mini:before { content: '\e802'; }

/* '' */
.icon-left-open-mini:before { content: '\e803'; }

/* '' */
.icon-down-open-mini:before { content: '\e804'; }

/* '' */
.icon-search:before { content: '\e805'; }

/* '' */
.icon-doc:before { content: '\e806'; }

/* '' */
.icon-down-small:before { content: '\e807'; }

/* '' */
.icon-left-small:before { content: '\e808'; }

/* '' */
.icon-up-small:before { content: '\e809'; }

/* '' */
.icon-down:before { content: '\e80a'; }

/* '' */
.icon-left:before { content: '\e80b'; }

/* '' */
.icon-right:before { content: '\e80c'; }

/* '' */
.icon-up:before { content: '\e80d'; }

/* '' */
.icon-share:before { content: '\e80e'; }

/* '' */
.icon-down-open-big:before { content: '\e80f'; }

/* '' */
.icon-left-open-big:before { content: '\e810'; }

/* '' */
.icon-right-open-big:before { content: '\e811'; }

/* '' */
.icon-up-open-big:before { content: '\e812'; }

/* '' */
.icon-play:before { content: '\e813'; }

/* '' */
.icon-location:before { content: '\e814'; }

/* '' */
.icon-phone:before { content: '\e815'; }

/* '' */
.icon-print:before { content: '\e816'; }

/* '' */
.icon-mail:before { content: '\e817'; }

/* '' */
.icon-withus-01:before { content: '\e818'; }

/* '' */
.icon-tag-01:before { content: '\e819'; }

/* '' */
.icon-special-offers-01:before { content: '\e81a'; }

/* '' */
.icon-owl-01:before { content: '\e81b'; }

/* '' */
.icon-man-01:before { content: '\e81c'; }

/* '' */
.icon-car-01:before { content: '\e81d'; }

/* '' */
.icon-briefcase:before { content: '\e900'; }

/* '' */
.icon-download:before { content: '\e901'; }

/* '' */
.icon-cw:before { content: '\e902'; }

/* '' */
.icon-download-1:before { content: '\e903'; }

/* '' */
.icon-right-small:before { content: '\e904'; }

/* '' */
.icon-instagram-1:before { content: '\f16d'; }

/* '' */
.icon-down-1:before { content: '\f175'; }

/* '' */
.icon-up-1:before { content: '\f176'; }

/* '' */
.icon-left-1:before { content: '\f177'; }

/* '' */
.icon-right-1:before { content: '\f178'; }

/* '' */
.icon-twitter:before { content: '\f309'; }

/* '' */
.icon-facebook:before { content: '\f30c'; }

/* '' */
.icon-gplus:before { content: '\f30f'; }

/* '' */
.icon-instagram:before { content: '\f31e'; }

/* '' */
/* -----------------------------------------------------------------------------
 HAMBURGER ICONS COMPONENT 
----------------------------------------------------------------------------- */
/** Toggle Switch Globals  All switches should take on the class `c-hamburger` as well as their variant that will give them unique properties. This class is an overview class that acts as a reset for all versions of the icon. */
.c-hamburger { display: block; position: relative; overflow: hidden; margin: 0; padding: 0; width: 50px; height: 50px; font-size: 0; text-indent: -9999px; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none; border-radius: none; border: none; cursor: pointer; transition: background 0.3s; }

.c-hamburger:focus { outline: none; }

.c-hamburger span { display: block; position: absolute; top: 23px; left: 10px; right: 10px; height: 4px; background: white; }

.c-hamburger span::before, .c-hamburger span::after { position: absolute; display: block; left: 0; width: 100%; height: 4px; background-color: #fff; content: ""; }

.c-hamburger span::before { top: -12px; }

.c-hamburger span::after { bottom: -12px; }

/** Style 1  Rotating hamburger icon (rot), that simply rotates 90 degrees when activated. Nothing too fancy, simple transition. */
.c-hamburger--rot { background-color: #28aadc; }

.c-hamburger--rot span { transition: transform 0.3s; }

/* active state, i.e. menu open */
.c-hamburger--rot.is-active { background-color: #166888; }

.c-hamburger--rot.is-active span { transform: rotate(90deg); }

/** Style 2  Hamburger to "x" (htx). Takes on a hamburger shape, bars slide down to center and transform into an "x". */
.c-hamburger--htx span { transition: background 0s 0.3s; }

.c-hamburger--htx span::before, .c-hamburger--htx span::after { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before { transition-property: top, transform; }

.c-hamburger--htx span::after { transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span { background: none; }

.c-hamburger--htx.is-active span::before { top: 0; transform: rotate(45deg); background-color: #fff; }

.c-hamburger--htx.is-active span::after { bottom: 0; transform: rotate(-45deg); background-color: #fff; }

.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after { transition-delay: 0s, 0.3s; }

/** Style 3  Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing arrow. Usually indicates an off canvas menu sliding in from left that will be close on re-click of the icon. */
.c-hamburger--htla { background-color: #32dc64; }

.c-hamburger--htla span { transition: transform 0.3s; }

.c-hamburger--htla span::before { transform-origin: top right; transition: transform 0.3s, width 0.3s, top 0.3s; }

.c-hamburger--htla span::after { transform-origin: bottom right; transition: transform 0.3s, width 0.3s, bottom 0.3s; }

/* active state, i.e. menu open */
.c-hamburger--htla.is-active { background-color: #19903c; }

.c-hamburger--htla.is-active span { transform: rotate(180deg); }

.c-hamburger--htla.is-active span::before, .c-hamburger--htla.is-active span::after { width: 50%; }

.c-hamburger--htla.is-active span::before { top: 0; transform: translateX(19px) translateY(2px) rotate(45deg); }

.c-hamburger--htla.is-active span::after { bottom: 0; transform: translateX(19px) translateY(-2px) rotate(-45deg); }

/** Style 4  Hamburger to right-arrow (htra). Hamburger menu transforms to a right-pointing arrow. Usually indicates an off canvas menu sliding in from  right that will be close on re-click of the icon. */
.c-hamburger--htra { background-color: #ff9650; }

.c-hamburger--htra span { transition: transform 0.3s; }

.c-hamburger--htra span::before { transform-origin: top left; transition: transform 0.3s, width 0.3s, top 0.3s; }

.c-hamburger--htra span::after { transform-origin: bottom left; transition: transform 0.3s, width 0.3s, bottom 0.3s; }

/* active state, i.e. menu open */
.c-hamburger--htra.is-active { background-color: #e95d00; }

.c-hamburger--htra.is-active span { transform: rotate(180deg); }

.c-hamburger--htra.is-active span::before, .c-hamburger--htra.is-active span::after { width: 50%; }

.c-hamburger--htra.is-active span::before { top: 0; transform: translateX(-4px) translateY(2px) rotate(-45deg); }

.c-hamburger--htra.is-active span::after { bottom: 0; transform: translateX(-4px) translateY(-2px) rotate(45deg); }

/** Foundation for Sites by ZURB Version 6.4.1 foundation.zurb.com Licensed under MIT Open Source */
@media print, screen and (min-width: 40em) { .reveal, .reveal.tiny, .reveal.small, .reveal.large { right: auto; left: auto; margin: 0 auto; } }
.flexbox-row { display: flex; align-items: center; justify-content: center; }
.flexbox-row.newsContent { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin-bottom: 20px; }
.flexbox-row.newsContent span { color: #927300; }

.viewMore-btn { position: relative; display: flex; justify-content: center; align-items: center; width: 220px; height: 40px; font-size: 16px; background-color: #927300; cursor: pointer; }
.viewMore-btn:hover{background-color: #b99100;}
.viewMore-btn.download, .viewMore-btn.ReadMore, .viewMore-btn.News { margin-top: 30px; width: 150px; }
@media screen and (max-width: 48.75em) { .viewMore-btn { width: 200px; margin-right: auto; margin-left: auto; } }
@media screen and (max-width: 28.125em) { .viewMore-btn { font-size: 0.9375rem; width: 250px; } }

.dottedLine { width: 300px; height: 1px; border: 1px dotted #422c09; }

#contact-main, #corporateBusiness { padding-top: 0; }
@media screen and (max-width: 64.0625em) { #contact-main, #corporateBusiness { padding-top: 100px; } }
@media screen and (max-width: 780px) { #contact-main, #corporateBusiness { padding-top: 100px; } }
@media screen and (max-width: 28.125em) { #contact-main, #corporateBusiness { padding-top: 100px; } }
@media screen and (max-width: 21.875em) { #contact-main, #corporateBusiness { padding-top: 120px; } }

#popcontent { width: 100%; margin: auto; padding: 0; background-color: #f8f5f1; }
@media screen and (max-width: 40em) { #popcontent { padding-top: 25%; } }
@media screen and (max-width: 64.0625em) { #popcontent { padding-top: 0; } }
@media screen and (max-width: 48.75em) { #popcontent { padding-right: 0; padding-left: 0; padding-top: 0; } }
@media screen and (max-width: 28.125em) { #popcontent { padding: 0; padding-top: 100px; width: 100%; padding-bottom: 0px; } }
@media screen and (max-width: 21.875em) { #popcontent { padding-top: 130px; } }
#popcontent h1 { color: #302d2d; margin-bottom: 30px; text-align: center; padding-top: 100px; }
@media screen and (max-width: 64.0625em) { #popcontent h1 { width: 85%; margin-left: 7.5%; margin-right: 7.5%; display: inline-block; text-align: center; padding-top: 200px; } }
@media screen and (max-width: 48.75em) { #popcontent h1 { padding-top: 100px; } }
@media screen and (max-width: 28.125em) { #popcontent h1 { margin-bottom: 30px; width: 100%; margin-left: auto; margin-right: auto; font-size: 1.875rem; } }
@media screen and (max-width: 21.875em) { #popcontent h1 { padding-top: 130px; } }
#popcontent p { width: 100%; text-align: left; max-width: 1200px; margin-right: auto; margin-left: 0; margin-bottom: 30px; letter-spacing: 1px; display: block; overflow: hidden; }
@media screen and (max-width: 48em) { #popcontent p { margin-bottom: 0; } }
@media screen and (max-width: 64.0625em) { #popcontent p { padding-left: 5%; padding-right: 5%; } }
#popcontent p img { height: auto !important; display: inline-block; }

#popcontent .offerContent p { height: 400px; height: auto; letter-spacing: 1px; }
#popcontent .offerContent p img { margin-bottom: 20px; margin-top: 20px; }
#popcontent .offerContent p img:first-child { margin-top: 0; }
@media screen and (max-width: 48.75em) { #popcontent .offerContent p { height: auto; } }
@media screen and (max-width: 28.125em) { #popcontent .offerContent p { height: auto; width: 100%; padding-right: 15px; padding-left: 15px; } }

@media screen and (max-width: 48.75em) { #popcontent.offer_content .viewMore-btn { margin-top: 0; } }

@media screen and (max-width: 48.75em) { #popcontent.offerContent #content_info_table { width: 90%; } }

#popcontent.flexbox-column p { margin-right: auto; margin-left: auto; }

#popcontent .article_img .mightySlider ul.slideelement .owl-stage,
#popcontent .article_img .mightySlider ul.slideelement .owl-item{height: 100%}
#popcontent .article_img .mightySlider ul.slideelement .item{width: 100% !important;background-size: cover; background-position: center center}

#popcontent.dining_info { padding-top: 0; }
#popcontent.dining_info .close-btn, #popcontent.dining_info .share-btn { position: absolute; top: 30px; right: 30px; cursor: pointer; left: inherit; outline: none; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 28.125em) { #popcontent.dining_info .close-btn, #popcontent.dining_info .share-btn { right: calc(50% + 15px); } }
@media screen and (max-width: 28.125em) { #popcontent.dining_info .close-btn.single, #popcontent.dining_info .share-btn.single { right: calc(50% + 20px); } }
#popcontent.dining_info .close-btn.offerContent, #popcontent.dining_info .share-btn.offerContent { position: relative; margin-right: auto; margin-left: auto; top: inherit; right: inherit; float: none; display: block; margin-bottom: 30px; }
#popcontent.dining_info .close-btn:before, #popcontent.dining_info .share-btn:before { content: ""; display: block; position: absolute; border-radius: 50%; border: 1px solid #666565; }
#popcontent.dining_info .close-btn:hover, #popcontent.dining_info .share-btn:hover { transform: rotate(45deg); }
#popcontent.dining_info .close-btn > span, #popcontent.dining_info .share-btn > span { color: #666565; font-size: 2.4rem; display: block; height: 50px; width: 50px; line-height: 46px; text-align: center; font-weight: lighter; text-indent: 1px; }
#popcontent.dining_info .close-btn > span.icon-share, #popcontent.dining_info .share-btn > span.icon-share { color: #adadad; }
#popcontent.dining_info .share-btn { top: 30px; right: 30px; }
@media screen and (max-width: 28.125em) { #popcontent.dining_info .share-btn { top: 30px; right: calc(50% - 35px); } }
#popcontent.dining_info .share-btn:before { top: calc(50% - 50px / 2); left: calc(50% - 50px / 2); border: 1px solid #adadad; }
#popcontent.dining_info .share-btn i { font-size: 1.25rem; }
#popcontent.dining_info .article_info { margin-top: 30px; margin-bottom: 30px; max-width: 1200px; width: 100%; }
@media screen and (max-width: 64.0625em) { #popcontent.dining_info .article_info { width: 90%; margin-top: 30px; margin-bottom: 30px; } }
@media screen and (max-width: 48.75em) { #popcontent.dining_info .article_info { width: 100%; margin-top: 30px; } }
@media screen and (max-width: 28.125em) { #popcontent.dining_info .article_info { padding-right: 5%; padding-left: 5%; } }
#popcontent.dining_info .article_info p { opacity: 0.8; line-height: 25px; font-size: 0.9375rem; padding-right: 0; padding-left: 0; }
@media screen and (max-width: 28.125em) { #popcontent.dining_info .article_info p { padding-right: 2.5%; padding-left: 2.5%; } }
#popcontent.dining_info .article_img { position: relative; width: 100%; max-height: 400px; height: 100vh; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 64.0625em) { #popcontent.dining_info .article_img { max-height: 400px; width: 100%; } }
@media screen and (max-width: 48.75em) { #popcontent.dining_info .article_img { max-height: 300px; width: 100%; } }
@media screen and (max-width: 28.125em) { #popcontent.dining_info .article_img { max-height: 200px; width: 100%; } }
@media screen and (max-width: 21.875em) { #popcontent.dining_info .article_img { max-height: 200px; width: 100%; } }
#popcontent.dining_info .article_img i { position: absolute; top: calc(50% - 40px / 2); z-index: 999; font-size: 2.5rem; cursor: pointer; color: #b0875e; }
@media screen and (max-width: 40em) { #popcontent.dining_info .article_img i.icon-left-open-big, #popcontent.dining_info .article_img i.icon-right-open-big { display: none; } }
#popcontent.dining_info .article_img i.icon-left-open-big { left: -70px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 48.75em) { #popcontent.dining_info .article_img i.icon-left-open-big { left: -55px; } }
#popcontent.dining_info .article_img i.icon-left-open-big.hide { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
#popcontent.dining_info .article_img i.icon-left-open-big.disabled { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
#popcontent.dining_info .article_img i.icon-right-open-big { right: -70px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 48.75em) { #popcontent.dining_info .article_img i.icon-right-open-big { right: -55px; } }
#popcontent.dining_info .article_img i.icon-right-open-big.hide { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
#popcontent.dining_info .article_img i.icon-right-open-big.disabled { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
#popcontent.dining_info .article_img .mightySlider { position: relative; width: 100%; height: 100%; }
#popcontent.dining_info .article_img .mightySlider img { max-width: none; }
#popcontent.dining_info .article_img .mightySlider .frame { position: relative; height: 100%; margin-bottom: 30px; }
#popcontent.dining_info .article_img .mightySlider ul.slideelement { display: block; width: auto; height: 100%; list-style: none; margin: 0; }
#popcontent.dining_info .article_img .mightySlider ul.slideelement li { position: relative; width: 100vw; height: 100%; float: left; }
#popcontent.dining_info .content_img { position: relative; width: 100%; height: auto; max-width: 1200px; }
@media screen and (max-width: 64.0625em) { #popcontent.dining_info .content_img { width: 90%; } }
@media screen and (max-width: 48.75em) { #popcontent.dining_info .content_img { width: 100%; } }
@media screen and (max-width: 28.125em) { #popcontent.dining_info .content_img { width: 90%; height: auto; margin-top: 30px; } }
#popcontent.dining_info .content_img img { width: 100%; }
#popcontent.dining_info .content_img_2 div:first-child { width: 48%; }
#popcontent.dining_info .content_img_2 div:nth-child(2) { width: 48%; margin-left: 4%; }

time { width: 100%; }
time .dottedLine { width: calc(100% - 120px - 50px); }
time > span { margin: 0px 15px; white-space: nowrap; }

#facility-main, #dining-main, #offers-main, #offer_content-main { width: 100%; height: 100%; }
#facility-main .index_container .big_slogan, #dining-main .index_container .big_slogan, #offers-main .index_container .big_slogan, #offer_content-main .index_container .big_slogan { position: relative; }
#facility-main .listContainer, #facility-main .listContainerOuter, #dining-main .listContainer, #dining-main .listContainerOuter, #offers-main .listContainer, #offers-main .listContainerOuter, #offer_content-main .listContainer, #offer_content-main .listContainerOuter { height: auto; }
#facility-main .listContainer .slick-list, #dining-main .listContainer .slick-list, #offers-main .listContainer .slick-list, #offer_content-main .listContainer .slick-list { margin-bottom: 0; }
#facility-main .viewMore-btn, #dining-main .viewMore-btn, #offers-main .viewMore-btn, #offer_content-main .viewMore-btn { margin-top: 10px; display: block; color: #fff; line-height: 40px; text-align: center; margin-right: auto; margin-left: auto; }
#facility-main .viewMore-btn:link, #dining-main .viewMore-btn:link, #offers-main .viewMore-btn:link, #offer_content-main .viewMore-btn:link { color: #fff; letter-spacing: 1px; }
#facility-main .content, #dining-main .content, #offers-main .content, #offer_content-main .content { padding-bottom: 40px; }
#facility-main .content .sectionTitle p, #dining-main .content .sectionTitle p, #offers-main .content .sectionTitle p, #offer_content-main .content .sectionTitle p { color: #666565; margin-bottom: 35px; }
@media screen and (max-width: 28.125em) { #facility-main .content .sectionTitle p, #dining-main .content .sectionTitle p, #offers-main .content .sectionTitle p, #offer_content-main .content .sectionTitle p { margin-bottom: 0; padding-bottom: 15px; } }
@media screen and (max-width: 28.125em) { #facility-main .content#facility_content .row, #dining-main .content#facility_content .row, #offers-main .content#facility_content .row, #offer_content-main .content#facility_content .row { padding-top: 20px; } }
#facility-main .content hr, #dining-main .content hr, #offers-main .content hr, #offer_content-main .content hr { width: 100%; margin: 30px auto; }
@media screen and (max-width: 28.125em) { #facility-main .content hr, #dining-main .content hr, #offers-main .content hr, #offer_content-main .content hr { width: 100%; } }
#facility-main .content .photo, #dining-main .content .photo, #offers-main .content .photo, #offer_content-main .content .photo { position: relative; display: block; }
@media screen and (max-width: 48.75em) { #facility-main .content .photo, #dining-main .content .photo, #offers-main .content .photo, #offer_content-main .content .photo { height: 350px; overflow: hidden; }
  #facility-main .content .photo img.bg, #dining-main .content .photo img.bg, #offers-main .content .photo img.bg, #offer_content-main .content .photo img.bg { height: 100%; width: auto; display: block; max-width: inherit; } }
@media screen and (max-width: 28.125em) { #facility-main .content .photo h2, #dining-main .content .photo h2, #offers-main .content .photo h2, #offer_content-main .content .photo h2 { margin-top: 10px; } }
@media screen and (max-width: 28.125em) { #facility-main .content .photo, #dining-main .content .photo, #offers-main .content .photo, #offer_content-main .content .photo { height: 250px; overflow: hidden; }
  #facility-main .content .photo img.bg, #dining-main .content .photo img.bg, #offers-main .content .photo img.bg, #offer_content-main .content .photo img.bg { height: 100%; width: auto; display: block; max-width: inherit; margin-left: -50%; } }
#facility-main .content .photo h2, #dining-main .content .photo h2, #offers-main .content .photo h2, #offer_content-main .content .photo h2 { text-align: center; }
#facility-main .content .photo .info, #dining-main .content .photo .info, #offers-main .content .photo .info, #offer_content-main .content .photo .info { color: white; text-align: center; }
@media screen and (max-width: 78.125em) {#facility-main .content#facility_content .row{width: 90%; } #facility-main .content#facility_content .columns{padding-left: 0; padding-right: 0; } }
.facility.photo .facilityImg,
#dining-main .content .photo img.bg,
.offers.photo .offer_pic {
  height: 100%;
  width: 100%;
  margin: 0;
  background-size: cover;
  background-position: center center;
}
#offer_content-main { padding-top: 100px; background-color: #f8f5f1; }
@media screen and (max-width: 64.0625em) { #offer_content-main { padding-top: 200px; } }
@media screen and (max-width: 48.75em) { #offer_content-main { padding-top: 100px; } }
@media screen and (max-width: 28.125em) { #offer_content-main { padding-top: 0; } }
#offer_content-main h2.op0 { font-size: 3rem; }
@media screen and (max-width: 28.125em) { #offer_content-main h2.op0 { font-size: 1.875rem; } }
#offer_content-main .sectionTitle h6 { color: #666565; margin-top: 25px; text-align: center; }
#offer_content-main .sectionTitle h2 { margin-top: 0; }
#offer_content-main .viewMore-btn { margin: auto; margin-bottom: 40px; color: #bdbdbd; background-color: #51453e; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
#offer_content-main .viewMore-btn:hover { color: #fff; }
@media screen and (max-width: 87.5em) { #offer_content-main .listContainer { width: 100%; margin-left: auto; margin-right: auto; } }
#offer_content-main .listContainer.speOffer { width: 90%; }
#offer_content-main .Accommodation .photo { width: 100%; height: 236px; overflow: hidden; }
@media screen and (max-width: 64.0625em) { #offer_content-main .Accommodation .photo { height: 170px; } }
@media screen and (max-width: 50em) { #offer_content-main .Accommodation .photo { height: 173px; } }
@media screen and (max-width: 21.875em) { #offer_content-main .Accommodation .photo { height: 138px; } }
#offer_content-main .Accommodation .photo a img { -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; width: 100%; height: auto; }
@media screen and (max-width: 64.0625em) { #offer_content-main .Accommodation .photo a img { width: 100%; height: auto; } }
#offer_content-main .Accommodation .photo a:hover img { width: 102%; height: auto; }
@media screen and (max-width: 64em) { #offer_content-main .Accommodation .sliderPages { margin-left: 0px; margin-right: 0px; } }

#about_us { width: 100%; background-color: #ebebeb; }

.about_info { width: 100%; text-align: center; margin-top: 50px; margin-bottom: 50px; padding-bottom: 25px; border-bottom: 1px dotted #cacaca; }
@media screen and (max-width: 64.0625em) { .about_info { padding-bottom: 0; } }
@media screen and (max-width: 28.125em) { .about_info { margin-bottom: 0; margin-top: 25px; } }
.about_info h3, .about_info p { width: 100%; }
.about_info h3 { color: #927300; }
.about_info h3 + .row { margin: auto; }
.about_info p { color: #494941; }
@media screen and (max-width: 80.625em) { .about_info p { padding: 0px 2.5rem; } }
@media screen and (max-width: 80.625em) and (max-width: 48.75em) { .about_info p { padding-right: 0; padding-left: 0; } }

.about_info .row { width: 100%; }
.about_info .row .content { text-align: left; }
.about_info .row .content h4 { font-size: 1.25rem !important; color: #3c2415; margin-bottom: 20px; }
@media screen and (max-width: 40em) { .about_info .row .content h4 { text-align: center; } }

.about_map { width: 100%; padding-top: 25px; padding-bottom: 75px; max-width: 1200px; }
.about_map .map-info p:nth-child(4) { padding-bottom: 15px; border-bottom: 1px #cacaca solid; }
.about_map .map-info p { color: #494941; text-align: center; }
@media screen and (max-width: 28.125em) { .about_map .map-info p { text-align: center; } }
@media screen and (max-width: 28.125em) { .about_map .map-info .map-btn { display: block; margin-right: auto; margin-left: auto; margin-top: 20px; } }
.about_map .row { width: 100%; }
@media screen and (max-width: 80.625em) { .about_map .row { padding: 0px 2.5rem; } }
@media screen and (max-width: 28.125em) { .about_map .row { width: 90%; margin-right: auto !important; margin-left: auto !important; padding: 0 !important; } }
.about_map h3 { width: 100%; color: #927300; text-align: center; margin-bottom: 25px; }
@media screen and (max-width: 28.125em) { .about_map h3 { font-size: 25px; } }
.about_map .map-btn { width: 230px; display: inline-block; height: 42px; background-color: #4c483f; color:#fff !important; margin: 10px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; font-size: 0.9375rem; color: #fff; text-align: center; line-height: 42px; letter-spacing: 1px; position: relative; }
.about_map .map-btn.booknow { color:#fff; background-color: #927300; }
.about_map .map-btn.booknow:after { border: #fff 1px solid; }
.about_map .map-btn.booknow:hover { color:#fff; background-color: #b99100; text-decoration: none; }
.about_map .map-btn:after { width: 95%; height: 85%; display: block; position: absolute; border: #817974 1px solid; content: ""; display: block; top: 7.5%; left: 2.5%; }
.about_map .map-btn:hover { background-color: #3c3931; color:#fff; text-decoration: none !important; }
.about_map + .specialOffers .listContainer .slick-list { margin-bottom: 50px; }
@media screen and (max-width: 48.75em) { .about_map + .specialOffers .listContainer .slick-list { margin-bottom: 0; } }
.about_map + .specialOffers .listContainer, .about_map + .specialOffers .listContainerOuter { height: auto; }
@media screen and (max-width: 40em) { .about_map .map-img { height: 300px; margin-top: 40px; } }

.map-iframe { width: 100%; height: 100%; }

#corporateBusiness { background-color: #f8f5f1; }
#corporateBusiness h6 { color: #333333; font-weight: 700; padding-left: 0; margin-bottom: 30px; }
@media screen and (max-width: 48em) { #corporateBusiness h6 { margin-top: 20px; } }
@media screen and (max-width: 48.75em) { #corporateBusiness h6 { text-align: center; margin-top: 0; } }
#corporateBusiness .input_section { padding: 80px 40px 120px 40px; }
@media screen and (max-width: 64.0625em) { #corporateBusiness .input_section { padding-top: 50px; } }
@media screen and (max-width: 48.75em) { #corporateBusiness .input_section { padding-top: 50px; } }
@media screen and (max-width: 28.125em) { #corporateBusiness .input_section { padding: 10px 15px 100px 15px; } }
#corporateBusiness input, #corporateBusiness textarea { background-color: #eae5df; }
#corporateBusiness input:focus, #corporateBusiness textarea:focus { border: #6b6b6b 1px solid; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

[data-input_1] { position: relative; }
[data-input_1]:before { position: absolute; top: calc(50% - (55px - 16px) / 2); left: 45px; content: attr(data-input_1); width: 140px; height: 100%; color: #6a6a6a; }
@media screen and (max-width: 28.125em) { [data-input_1]:before { left: 20px; width: 100px; } }
@media screen and (max-width: 21.875em) { [data-input_1]:before { left: 20px; width: 100px; } }
[data-input_1]:after { position: absolute; top: calc(50% - (55px - 16px) / 2); left: 140px; content: "|"; height: 100%; color:#bab4ac;}
@media screen and (max-width: 28.125em) { [data-input_1]:after { left: 100px; } }
@media screen and (max-width: 21.875em) { [data-input_1]:after { left: 100px; } }

[data-input_2] { position: relative; }
[data-input_2]:before { position: absolute; top: calc(50% - (55px - 16px) / 2); left: 45px; content: attr(data-input_2); width: 140px; height: 100%; color: #6a6a6a; }
@media screen and (max-width: 28.125em) { [data-input_2]:before { left: 20px; width: 100px; } }
@media screen and (max-width: 21.875em) { [data-input_2]:before { left: 20px; width: 100px; } }
[data-input_2]:after { position: absolute; top: calc(50% - (55px - 16px) / 2); left: 140px; content: "|"; height: 100%; color:#bab4ac;}
@media screen and (max-width: 28.125em) { [data-input_2]:after { left: 100px; } }
@media screen and (max-width: 21.875em) { [data-input_2]:after { left: 100px; } }

[data-input_3] { position: relative; }
[data-input_3]:before { position: absolute; top: calc(50% - (55px - 16px) / 2); left: 45px; content: attr(data-input_3); width: 140px; height: 100%; color: #6a6a6a; }
@media screen and (max-width: 28.125em) { [data-input_3]:before { left: 20px; width: 100px; } }
@media screen and (max-width: 21.875em) { [data-input_3]:before { left: 20px; width: 100px; } }
[data-input_3]:after { position: absolute; top: calc(50% - (55px - 16px) / 2); left: 140px; content: "|"; height: 100%; color:#bab4ac;}
@media screen and (max-width: 28.125em) { [data-input_3]:after { left: 100px; } }
@media screen and (max-width: 21.875em) { [data-input_3]:after { left: 100px; } }

[data-input_4] { position: relative; }
[data-input_4]:before { position: absolute; top: calc(50% - (55px - 16px) / 2); left: 45px; content: attr(data-input_4); width: 140px; height: 100%; color: #6a6a6a; }
@media screen and (max-width: 28.125em) { [data-input_4]:before { left: 20px; width: 100px; } }
@media screen and (max-width: 21.875em) { [data-input_4]:before { left: 20px; width: 100px; } }
[data-input_4]:after { position: absolute; top: calc(50% - (55px - 16px) / 2); left: 140px; content: "|"; height: 100%; color:#bab4ac;}
@media screen and (max-width: 28.125em) { [data-input_4]:after { left: 100px; } }
@media screen and (max-width: 21.875em) { [data-input_4]:after { left: 100px; } }

[data-input_5] { position: relative; }
[data-input_5]:before { position: absolute; top: calc(50% - (55px - 16px) / 2); left: 45px; content: attr(data-input_5); width: 140px; height: 100%; color: #6a6a6a; }
@media screen and (max-width: 28.125em) { [data-input_5]:before { left: 20px; width: 100px; } }
@media screen and (max-width: 21.875em) { [data-input_5]:before { left: 20px; width: 100px; } }
[data-input_5]:after { position: absolute; top: calc(50% - (55px - 16px) / 2); left: 140px; content: "|"; height: 100%; color:#bab4ac;}
@media screen and (max-width: 28.125em) { [data-input_5]:after { left: 100px; } }
@media screen and (max-width: 21.875em) { [data-input_5]:after { left: 100px; } }

[data-textarea_1] { position: relative; width: 100%; height: 100%; }
[data-textarea_1].Comments { margin-top: 52px; }
@media screen and (max-width: 64em) { [data-textarea_1].Comments { margin-top: 0; } }
[data-textarea_1]:before { position: absolute; top: 12px; left: 30px; z-index: 99; content: attr(data-textarea_1); color: #6a6a6a; }
@media screen and (max-width: 28.125em) { [data-textarea_1]:before { left: 10px; } }
@media screen and (max-width: 21.875em) { [data-textarea_1]:before { left: 10px; } }

.input_section input:not([type="radio"]) { height: 50px; padding-left: 150px; border: none; box-shadow: none; }
@media screen and (max-width: 21.875em) { .input_section input:not([type="radio"]) { padding-left: 120px; } }
.input_section textarea { position: relative; width: 100%; height: 82%; resize: none; padding: 35px 25px 25px 25px; border: 0px solid #cacaca; }
.input_section textarea + .viewMore-btn { float: right; color: #fff; background-color: #927300; font-size: 15px; letter-spacing: 1px; transition:all ease .3s;}
.input_section textarea + .viewMore-btn:hover{background-color: #b99100;}
@media screen and (max-width: 64.0625em) { .input_section textarea + .viewMore-btn { float: left; } }
@media screen and (max-width: 48.75em) { .input_section textarea + .viewMore-btn { float: none; margin-right: auto; margin-left: auto; } }

#presskit, #media, #news { padding-bottom: 30px; background-color: #eeeeee; }
#presskit .uderLine, #media .uderLine, #news .uderLine { width: 65px; height: 1px; background-color: #b99100; margin-top: 25px; margin-bottom: 25px; }
@media screen and (max-width: 48.75em) { #presskit .uderLine, #media .uderLine, #news .uderLine { margin-right: auto; margin-left: auto; } }
#presskit a, #media a, #news a { margin-top: 50px; margin-bottom: 0; padding: 50px; background-color: #fff; margin-right: auto !important; margin-left: auto !important; }
@media screen and (max-width: 64.0625em) { #presskit a, #media a, #news a { margin-right: auto !important; margin-left: auto !important; margin-top: 35px; width: 90%; } }
@media screen and (max-width: 28.125em) { #presskit a, #media a, #news a { margin-top: 25px; } }
#presskit a .photo, #media a .photo, #news a .photo { height: 245px; overflow: hidden; position: relative; }
@media screen and (max-width: 48.75em) { #presskit a .photo, #media a .photo, #news a .photo { height: 330px; } }
@media screen and (max-width: 28.125em) { #presskit a .photo, #media a .photo, #news a .photo { height: 245px; } }
@media screen and (max-width: 21.875em) { #presskit a .photo, #media a .photo, #news a .photo { height: 170px; } }
#presskit a .photo img, #media a .photo img, #news a .photo img { width: 101%; max-width: inherit; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
@media screen and (max-width: 28.125em) { #presskit a .photo img, #media a .photo img, #news a .photo img { height: 100%; width: auto; max-width: inherit; display: inline-block; position: absolute; left: 0; } }
@media screen and (max-width: 64.0625em) { #presskit a, #media a, #news a { margin-left: auto; margin-right: auto; } }
@media screen and (max-width: 48.75em) { #presskit a, #media a, #news a { padding: 30px; } }
@media screen and (max-width: 28.125em) { #presskit a, #media a, #news a { padding: 15px; padding-top: 35px; padding-bottom: 35px; margin-left: 2.5%; margin-right: 2.5%; } }
#presskit a h4, #media a h4, #news a h4 { color: #302d2d; font-weight: 500; font-size: 1.25rem !important; }
@media screen and (max-width: 48.75em) { #presskit a h4, #media a h4, #news a h4 { text-align: center; } }
#presskit a p, #media a p, #news a p { color: #797878; letter-spacing: 1px; }
@media screen and (max-width: 64.0625em) { #presskit a p, #media a p, #news a p { margin-bottom: 30px; } }
@media screen and (max-width: 48.75em) { #presskit a p, #media a p, #news a p { text-align: center; } }
#presskit a .viewMore-btn, #media a .viewMore-btn, #news a .viewMore-btn { color: #fff; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; letter-spacing: 1px; text-align: center; display: block; margin-right: auto; margin-left: 0; float: none; }
@media screen and (max-width: 48.75em) { #presskit a .viewMore-btn, #media a .viewMore-btn, #news a .viewMore-btn { margin-left: auto; } }
#presskit a:hover .viewMore-btn, #media a:hover .viewMore-btn, #news a:hover .viewMore-btn { color: #666565; background-color: #b99100; color: #fff; text-align: center; }
#presskit a:hover .photo img, #media a:hover .photo img, #news a:hover .photo img { width: 104%; }

@media screen and (max-width: 71em) { #media a { margin-left: 2rem; margin-right: 2rem; } }
@media screen and (max-width: 28.125em) { #media a { margin-right: 5%; margin-left: 5%; } }
#media a .datePos { padding-left: 30px; }
@media screen and (max-width: 64.0625em) { #media a .datePos { padding-left: 0px; } }
@media screen and (max-width: 63.9375em) { #media a .datePos + div { text-align: center; } }
@media screen and (max-width: 28.125em) { #media a .datePos + div { padding-right: 0; padding-left: 0; text-align: left; }
  #media a .datePos + div .uderLine, #media a .datePos + div .viewMore-btn { margin-left: auto; margin-right: auto; } }
#media a .date { position: relative; width: 80px; height: 80px; background-color: #b48d67; }
@media screen and (max-width: 63.9375em) { #media a .date { margin: auto; margin-bottom: 25px; } }
@media screen and (max-width: 28.125em) { #media a .date { width: 60px; height: 60px; margin-left: auto; margin-right: auto; text-align: center; } }
#media a .date .top, #media a .date .right, #media a .date .left, #media a .date .bottom { position: absolute; background-color: #b48d67; }
#media a .date .top, #media a .date .bottom { width: 100%; height: 3px; }
#media a .date .right, #media a .date .left { height: 100%; width: 3px; }
#media a .date .top { top: -5px; }
#media a .date .bottom { bottom: -5px; }
#media a .date .right { right: -5px; }
#media a .date .left { left: -5px; }
#media a .date:before { position: absolute; top: 12px; left: 23px; content: attr(data-month); color: #fff; }
@media screen and (max-width: 28.125em) { #media a .date:before { top: 5px; left: 12px; } }
#media a .date:after { position: absolute; bottom: 0px; left: 23px; content: attr(data-date); color: #fff; font-size: 32px; }
@media screen and (max-width: 28.125em) { #media a .date:after { font-size: 25px; left: 15px; } }

#news img { width: 100%; }
#news time { color: #422c09; font-weight: 500; }
@media screen and (max-width: 28.125em) { #news time { display: block; margin-bottom: 20px; margin-right: auto; margin-left: auto; text-align: center; } }
#news .photo { width: 100%; overflow: hidden; position: relative; }
@media screen and (max-width: 63.9375em) { #news .photo { max-width: 500px; margin: auto; margin-bottom: 25px; } }
@media screen and (max-width: 48.75em) { #news .photo { max-width: inherit; } }
#news .photo img { display: inline-block; width: 100%; height: auto; position: relative; }
#news .infobox { padding-left: 50px; }
@media screen and (max-width: 63.9375em) { #news .infobox { text-align: center; padding-left: 0px; }
  #news .infobox .uderLine, #news .infobox .viewMore-btn { margin-left: auto; margin-right: auto; } }
@media screen and (max-width: 28.125em) { #news .infobox { text-align: left; } }

#room_detail_info { padding-right: 2.5%; padding-left: 2.5%; padding-bottom: 50px !important; padding-top: 30px !important; }
@media screen and (max-width: 48.75em) { #room_detail_info { padding-top: 30px; padding-right: 5%; padding-left: 5%; } }
@media screen and (max-width: 28.125em) { #room_detail_info { padding-right: 15px; padding-left: 15px; padding-right: 5%; padding-left: 5%; } }
#room_detail_info .row { padding-top: 0; }

#room_detail_info, #article_info_table, #content_info_table { padding-bottom: 50px; padding-top: 0; background-color: #f8f5f1; }
@media screen and (max-width: 48.75em) { #room_detail_info, #article_info_table, #content_info_table { padding-bottom: 0; padding-top: 0; } }
@media screen and (max-width: 28.125em) { #room_detail_info, #article_info_table, #content_info_table { padding-top: 0; } }
@media screen and (max-width: 72em) { #room_detail_info .row:last-child, #article_info_table .row:last-child, #content_info_table .row:last-child { padding-right: 0; } }
@media screen and (max-width: 64.0625em) { #room_detail_info .row:last-child, #article_info_table .row:last-child, #content_info_table .row:last-child { padding-right: 0; } }
@media screen and (max-width: 48.75em) { #room_detail_info .row:last-child, #article_info_table .row:last-child, #content_info_table .row:last-child { padding-right: 0; } }
@media screen and (max-width: 28.125em) { #room_detail_info .row:last-child, #article_info_table .row:last-child, #content_info_table .row:last-child { padding-right: 0; padding-top: 0; } }
#room_detail_info .intro, #article_info_table .intro, #content_info_table .intro { color: #585858; text-align: center; width: 100%; margin: 0; padding: 0; }
@media screen and (max-width: 48.75em) { #room_detail_info .intro, #article_info_table .intro, #content_info_table .intro { padding-top: 0; padding: 0; } }
@media screen and (max-width: 28.125em) { #room_detail_info .intro, #article_info_table .intro, #content_info_table .intro { padding: 0; margin: 0; height: auto; } }
#room_detail_info .info, #article_info_table .info, #content_info_table .info { width: 100%; border-top: 2px solid #382f2d; border-bottom: 2px solid #382f2d; }
@media screen and (max-width: 72em) { #room_detail_info .info, #article_info_table .info, #content_info_table .info { margin-right: auto; margin-right: auto; } }
@media screen and (max-width: 48.75em) { #room_detail_info .info, #article_info_table .info, #content_info_table .info { margin-right: auto; margin-left: auto; } }
#room_detail_info .info .row div:first-child, #article_info_table .info .row div:first-child, #content_info_table .info .row div:first-child { color: #494941; padding: 15px 0px 15px 20px; }
@media screen and (max-width: 28.125em) { #room_detail_info .info .row div:first-child, #article_info_table .info .row div:first-child, #content_info_table .info .row div:first-child { padding-left: 0; border-bottom: 1px solid #90847d; padding: 15px 0px 15px 0 !important; } }
#room_detail_info .info .row div:last-child, #article_info_table .info .row div:last-child, #content_info_table .info .row div:last-child { color: #6f6f6f; padding: 15px 0px 15px 20px; }
#room_detail_info .info .row div:last-child.content, #article_info_table .info .row div:last-child.content, #content_info_table .info .row div:last-child.content { border-bottom: 1px solid #90847d; }
#room_detail_info .info .row div:last-child.largeTxt, #article_info_table .info .row div:last-child.largeTxt, #content_info_table .info .row div:last-child.largeTxt { font-size: 1.25rem; }
#room_detail_info .info .row div:last-child.lastOne, #article_info_table .info .row div:last-child.lastOne, #content_info_table .info .row div:last-child.lastOne { border-bottom: none; }
@media screen and (max-width: 28.125em) { #room_detail_info .info .row div:last-child, #article_info_table .info .row div:last-child, #content_info_table .info .row div:last-child { padding-left: 0; } }
#room_detail_info .info .row:not(:last-child) div, #article_info_table .info .row:not(:last-child) div, #content_info_table .info .row:not(:last-child) div { padding-right: 15px; }
#room_detail_info .info .row:not(:last-child) div.content, #article_info_table .info .row:not(:last-child) div.content, #content_info_table .info .row:not(:last-child) div.content { border-bottom: 1px solid #bcbcbc; }
@media screen and (max-width: 28.125em) { #room_detail_info .info .row:not(:last-child) div.content, #article_info_table .info .row:not(:last-child) div.content, #content_info_table .info .row:not(:last-child) div.content { padding-right: 0; } }
@media screen and (max-width: 28.125em) { #room_detail_info .info .row:not(:last-child) div, #article_info_table .info .row:not(:last-child) div, #content_info_table .info .row:not(:last-child) div { padding-right: 0; } }
#room_detail_info .viewMore-btn, #article_info_table .viewMore-btn, #content_info_table .viewMore-btn { color: #fff; margin-top: 35px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; margin-right: 0; }
@media screen and (max-width: 64.0625em) { #room_detail_info .viewMore-btn, #article_info_table .viewMore-btn, #content_info_table .viewMore-btn { /*margin-right: auto;*/ margin-left: auto; margin-bottom: 30px; } }
@media screen and (max-width: 48.75em) { #room_detail_info .viewMore-btn, #article_info_table .viewMore-btn, #content_info_table .viewMore-btn { margin-top: 30px; } }
@media screen and (max-width: 28.125em) { #room_detail_info .viewMore-btn, #article_info_table .viewMore-btn, #content_info_table .viewMore-btn { margin-right: auto; margin-left: auto; margin-bottom: 0; } }
#room_detail_info .viewMore-btn:hover, #article_info_table .viewMore-btn:hover, #content_info_table .viewMore-btn:hover { color: #fff; }

#popcontent .viewMore-btn{color:#fff; transition:all ease .3s; margin-bottom: 50px;}
#popcontent .viewMore-btn:hover{color:#fff;}
@media screen and (max-width: 48.75em){ #popcontent .viewMore-btn{margin-bottom: 0;} }
#popcontent .scenery-btn{background-color: #4c483f;}
#popcontent .scenery-btn:hover{background-color: #3c3931;}

#room_detail .specialOffers .listContainer, #room_detail .specialOffers .listContainerOuter { height: auto; }

#room_detail_info .info .row:last-child .titleBottomLine, #article_info_table .info .row:last-child .titleBottomLine{border-bottom: none !important;}
#room_detail_info .info .row:last-child .content, #article_info_table .info .row:last-child .content{border-bottom: none !important;}


#article_info_table, #content_info_table { width: 100%; background-color: transparent; }
@media screen and (max-width: 64.0625em) { #article_info_table, #content_info_table { width: 100%; margin-right: auto; margin-left: auto; padding-bottom: 0; } }
@media screen and (max-width: 48.75em) { #article_info_table, #content_info_table { width: 90%; padding-top: 0; } }
@media screen and (max-width: 28.125em) { #article_info_table, #content_info_table { margin-bottom: 30px; padding-top: 0; width: 100%; }
  #article_info_table .row, #content_info_table .row { margin-right: auto; margin-left: auto; } }
@media screen and (max-width: 48.75em) { #article_info_table .info, #content_info_table .info { margin-right: auto; margin-left: auto; } }
#article_info_table .btn-group, #content_info_table .btn-group, #room_detail_info .btn-group { justify-content: flex-end; }
@media screen and (max-width: 64.0625em) { #article_info_table .btn-group, #content_info_table .btn-group, #room_detail_info .btn-group { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; } }
#article_info_table .btn-group a:not(:last-child), #content_info_table .btn-group a:not(:last-child), #room_detail_info .btn-group a:not(:last-child) { background-color: #4c483f; }
#article_info_table .btn-group a:not(:last-child):hover, #content_info_table .btn-group a:not(:last-child):hover, #room_detail_info .btn-group a:not(:last-child):hover { background-color: #3c3931; }
#article_info_table .btn-group a:nth-child(2), #content_info_table .btn-group a:nth-child(2), #room_detail_info .btn-group a:nth-child(2) { margin-left: 25px; margin-right: 25px; }
@media screen and (max-width: 28.125em) { #article_info_table .btn-group a:nth-child(2), #content_info_table .btn-group a:nth-child(2), #room_detail_info .btn-group a:nth-child(2) { margin-left: 10px; margin-right: 10px; } }

#article_info_table .btn-group .scenery-btn, #room_detail_info .btn-group .scenery-btn{background-color: #4c483f !important;}
#article_info_table .btn-group .scenery-btn:hover, #room_detail_info .btn-group .scenery-btn:hover{background-color: #3c3931 !important;}

@media screen and (max-width: 78.125em) { #popcontent.offer_content #content_info_table { width: 90%; } }

#content_info_table .info { margin-top: 30px; border-top: 2px solid #5e4c40; border-bottom: 2px solid #5e4c40; }
#content_info_table .info .info_title { position: relative; }

#contact-main { background-color: #f8f5f1; }
#contact-main h6 { color: #333333; font-weight: 500; font-size: 0.9375rem; margin-bottom: 20px; }
#contact-main .input_section { padding: 40px; padding-top: 35px; }
@media screen and (max-width: 48.75em) { #contact-main .input_section { padding-top: 35px; } }
@media screen and (max-width: 28.125em) { #contact-main .input_section { padding: 20px; padding-bottom: 50px; } }
@media screen and (max-width: 21.875em) { #contact-main .input_section { padding: 15px; padding-bottom: 30px; } }
#contact-main .textarea_div { height: 250px; }
@media screen and (max-width: 28.125em) { #contact-main .textarea_div { height: 200px; } }
#contact-main .textarea_div .viewMore-btn { float: left; }
@media screen and (max-width: 28.125em) { #contact-main .textarea_div .viewMore-btn { float: none; margin-left: auto; margin-right: auto; } }
#contact-main .input_radio { justify-content: flex-start; height: 50px; padding-left: 150px; margin-bottom: 1rem; background-color: #eae5df; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
@media screen and (max-width: 21.875em) { #contact-main .input_radio { padding-left: 100px; display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; } }
#contact-main .input_radio input[type="radio"] { position: relative; height: auto; width: auto; margin: 0px; z-index: 99; }
#contact-main .input_radio input[type="radio"] + label { display: inline-block; margin: 0px 0.9375rem; }
@media screen and (max-width: 21.875em) { #contact-main .input_radio input[type="radio"] + label { margin: 0px 0.3125rem; } }
#contact-main input, #contact-main textarea { background-color: #eae5df; }
#contact-main input:focus, #contact-main textarea:focus { border: #6b6b6b 1px solid; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
#contact-main .contact_infomation h4 { font-weight: 500; color: #333333; }
#contact-main .contact_infomation .column:first-child, #contact-main .contact_infomation .columns:first-child { margin-bottom: 25px; }
#contact-main .contact_infomation .row { color: #888888; padding: 10px 30% 10px 20px; }
@media screen and (max-width: 28.125em) { #contact-main .contact_infomation .row { padding: 10px 10px 10px 10px; } }
#contact-main .contact_infomation .row.sub { padding-top: 5px; line-height: 25px; }
#contact-main .map-img { height: 80vh; }
@media screen and (max-width: 64.0625em) { #contact-main .map-img { height: 500px; } }
#contact-main .contact_infomation a{color:#927300;}
#contact-main .contact_infomation a:hover{color:#b99100; text-decoration: underline;}

@media screen and (max-width: 54.375em) { footer .container { padding-left: 5rem; } }
@media screen and (max-width: 37.5em) { footer .container { padding-left: 3rem; } }
@media screen and (max-width: 28.125em) { footer .container { padding-right: 15px; padding-left: 15px; } }

@media screen and (orientation: landscape) and (max-height: 28.125em) { .booking_bar { top: -400px; } }
@media screen and (max-width: 25.875em) { input[type="radio"]:checked { border: 1px solid black; }
  input[type="radio"]:checked:after { position: absolute; top: calc(50% - 4px / 2); left: calc(50% - 4px / 2); content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); } }
#media .index_container .big_slogan, #news .index_container .big_slogan, #about_us .index_container .big_slogan, #room_detail .index_container .big_slogan, #presskit .index_container .big_slogan { position: relative; }

#offer_content-main .listContainerOuter.noslider { width: 90%; }
@media screen and (max-width: 28.125em) { #offer_content-main .listContainerOuter.noslider { width: 90%; } }

.input_section form.row { max-width: 1000px; }
.input_section form.row div.form { padding-right: 40px !important; }
@media screen and (max-width: 63.9375em) { .input_section form.row div.form { padding-right: 0 !important; } }
.input_section form.row div.comments { padding-left: 40px !important; }
@media screen and (max-width: 63.9375em) { .input_section form.row div.comments { padding-left: 0 !important; } }
.input_section form.row div.comments textarea { margin-bottom: 30px; }

.close-btn, .share-btn { cursor: pointer; width: 50px; height: 50px; text-align: center; margin-right: auto; margin-left: auto; border: #b8b8b8 1px solid; border-radius: 50%; display: block; float: none; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; outline: none; }
.close-btn:hover, .share-btn:hover { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
.close-btn:before, .share-btn:before { width: 50px; height: 50px; top: calc(50% - 50px / 2); left: calc(50% - 50px / 2); }

.titleBottomLine { border-bottom: #aaaaaa 1px dotted !important; }

.share-btn .icon-share { line-height: 0 !important; }
.share-btn .icon-share:before { font-size: 1.25rem; height: 50px; width: 50px; text-align: center; line-height: 50px; margin: 0; top: 0; left: 0; padding: 0; text-indent: -5px; color: #adadad; }

.article_info.facility { margin-top: 30px !important; }
@media screen and (max-width: 48.75em) { .article_info.facility { width: 90% !important; padding-right: 0 !important; padding-left: 0 !important; margin-bottom: 30px; }
  .article_info.facility p { padding-right: 0 !important; padding-left: 0 !important; } }
@media screen and (max-width: 28.125em) { .article_info.facility { width: 90% !important; } }

#presskit { padding-bottom: 50px; }

.scaleX08 { -moz-transform: scaleX(0.95); -ms-transform: scaleX(0.95); -webkit-transform: scaleX(0.95); transform: scaleX(0.95); -moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; }

@media screen and (max-width: 64.0625em) { #pressList { width: 90%; } }
@media screen and (max-width: 28.125em) { #pressList { width: 95%; } }

.notice { text-align: right; }
@media screen and (max-width: 64.0625em) { .notice { text-align: right !important; } }
@media screen and (max-width: 48.75em) { .notice { text-align: center !important; } }
.notice .RedInChinese { font-size: 0.8125rem; color: #d80000; letter-spacing: 1px; padding-right: 100px; }
@media screen and (max-width: 64.0625em) { .notice .RedInChinese { padding-right: 50px; } }
@media screen and (max-width: 48.75em) { .notice .RedInChinese { padding-right: 0; } }

#facility-main, #dining-main, #offers-main, #about_us, #presskit, #news { background-color: #f8f5f1; padding-top: 80px; }
@media screen and (max-width: 64.0625em) { #facility-main, #dining-main, #offers-main, #about_us, #presskit, #news { padding-top: 180px; } }
@media screen and (max-width: 48.75em) { #facility-main, #dining-main, #offers-main, #about_us, #presskit, #news { padding-top: 90px; } }
@media screen and (max-width: 28.125em) { #facility-main, #dining-main, #offers-main, #about_us, #presskit, #news { padding-top: 100px; } }
@media screen and (max-width: 21.875em) { #facility-main, #dining-main, #offers-main, #about_us, #presskit, #news { padding-top: 130px; } }

@media screen and (max-width: 64.0625em) { #DiningContent { padding-top: 0; }
  #DiningContent .sectionTitle { padding-top: 0; } }
@media screen and (max-width: 48.75em) { #DiningContent { padding-top: 0; } }

#roomSliderPic {position: relative; display: block; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; margin-right: auto; margin-left: auto; padding-left: 2.5%; padding-right: 2.5%; } @media screen and (max-width: 48.75em) {#roomSliderPic {padding-left: 5%; padding-right: 5%; } } /*#roomSliderPic .index_slider { height: 400px; }
@media screen and (max-width: 48.75em) { #roomSliderPic .index_slider { height: 300px; } }
@media screen and (max-width: 28.125em) { #roomSliderPic .index_slider { height: 200px; } }*/
#roomSliderPic .index_slider { height: auto; max-width: 1200px;  margin-right: auto; margin-left: auto;}
@media screen and (max-width: 48.75em) { #roomSliderPic .index_slider { height: auto; } }
@media screen and (max-width: 28.125em) { #roomSliderPic .index_slider { height: auto; } }
@media screen and (max-width: 28.125em) { #roomSliderPic .sliderContent img { height: auto; position: relative;} }
@media screen and (max-width: 28.125em) { #roomSliderPic .sliderContent{height: auto;}}
.SliderOuter { width: 100%; height: auto; background-color: #f8f5f1; }
#roomSliderPic .btnContainer{position: absolute;display: block;height: 100%;width: 95%;}
#roomSliderPic .btnContainer .rooomInfoLeft,#roomSliderPic .btnContainer .rooomInfoRiht{top: calc(50% - 36px);}
@media screen and (min-width: 80em) {#roomSliderPic .btnContainer{width: 100%; left: 0; } }
@media screen and (max-width: 48.75em) {#roomSliderPic .btnContainer{width: 90%; } }
@media screen and (max-width: 28.125em){#roomSliderPic .btnContainer .rooomInfoLeft,#roomSliderPic .btnContainer .rooomInfoRiht{top: calc(50% - 20px);}}

h1.rooomInfo { padding-top: 100px; text-align: center; margin-bottom: 30px; }
@media screen and (max-width: 64.0625em) { h1.rooomInfo { padding-top: 200px; } }
@media screen and (max-width: 48.75em) { h1.rooomInfo { padding-top: 100px; } }
@media screen and (max-width: 28.125em) { h1.rooomInfo { padding-top: 100px; font-size: 1.875rem; } }
@media screen and (max-width: 21.875em) { h1.rooomInfo { padding-top: 130px; } }
h1.rooomInfo.scroll { padding-top: 185px; }

.scrollDown { cursor: pointer; }

.specialOffers .sectionTitle.hidePadding p { text-align: center !important; }

#DiningContent .row { padding-top: 15px; }

#offersList .row { padding-top: 15px; }

#article_info_table .info.column, #article_info_table .info.columns { padding-left: 0; padding-right: 0; }
@media screen and (max-width: 64.0625em) { #article_info_table .info.column, #article_info_table .info.columns { margin-top: 30px; margin-bottom: 0px; } }
@media screen and (max-width: 48.75em) { #article_info_table .info.column, #article_info_table .info.columns { margin-bottom: 30px; } }

@media screen and (max-width: 48.75em) { #article_info_table .dining { margin-top: 30px; margin-bottom: 30px; } }

@media screen and (max-width: 28.125em) { #popcontent.facilityInfo h1 { padding-top: 0; } }


@media screen and (max-width: 80em) {.row.article_img {padding-left: 2.5%; padding-right: 2.5%; } .article_info{padding-left: 2.5%; padding-right: 2.5%; } }
@media screen and (max-width: 48.75em) {.row.article_img {padding-left: 5%; padding-right: 5%; } }

.row.article_img.facility { max-height: 400px; width: 100%; height: 100vh; }
@media screen and (max-width: 48.75em) { .row.article_img.facility { max-height: 300px; } }
@media screen and (max-width: 28.125em) { .row.article_img.facility { max-height: 200px; } }
.row.article_img.facility .mightySlider { position: relative; width: 100%; height: 100%; overflow: hidden; }
.row.article_img.facility .mightySlider .frame { height: 100%; position: relative; margin-bottom: 30px; }
.row.article_img.facility .mightySlider .frame ul.slideelement { display: block; width: auto; height: 100%; list-style: none; margin: 0; }
.row.article_img.facility .mightySlider .frame ul.slideelement li { position: relative; height: 100%; }
.row.article_img.facility .mightySlider .frame ul.slideelement li img { max-width: inherit; width: 100%; }

@media screen and (max-width: 28.125em) { #popcontent.offer_content h1 { padding-top: 0; } }

@media screen and (max-width: 28.125em) { #content_info_table { padding-right: 5%; padding-left: 5%; } }

@media screen and (max-width: 28.125em) { #content_info_table .offerContent { padding-left: 0; padding-right: 0; } }
#content_info_table .offerContent .row:last-child div { border-bottom: none; }
#content_info_table .offerContent .row:last-child .titleBottomLine{border-bottom: none !important;}
#content_info_table .offerContent .row:last-child .content{border-bottom: none !important;}

#article_info_table .row { margin-right: 0; margin-left: 0; }

#popcontent .offerContent { margin-bottom: 30px; }
@media screen and (max-width: 78.125em){#popcontent div.offerContent{padding-left: 5%; padding-right: 5%; } #popcontent.offer_content #content_info_table {margin-left: auto; margin-right: auto; } }
@media screen and (max-width: 64.0625em){#popcontent .offerContent p{padding-left: 0; padding-right: 0; } }

#popcontent .share-btn { margin-bottom: 0; }

@media screen and (max-width: 64.0625em) { #content_info_table .info.column.offerContent, #content_info_table .info.offerContent.columns { margin-bottom: 0; } }
@media screen and (max-width: 48.75em) { #content_info_table .info.column.offerContent, #content_info_table .info.offerContent.columns { margin-bottom: 30px; } }

@media screen and (max-width: 28.125em) { #popcontent #content_info_table { padding-right: 0; padding-left: 0; } }

.newsContent.row { max-height: 300px; width: 100%; height: 100vh; }
.newsContent.row .mightySlider { position: relative; width: 100%; height: 100%; }
.newsContent.row .mightySlider .frame { position: relative; height: 100%; margin-bottom: 30px; }
.newsContent.row .mightySlider .frame .slideelement { display: block; width: auto; height: 100%; list-style: none; margin: 0; }
.newsContent.row .mightySlider .frame .slideelement img { max-width: inherit; width: 100%; }

@media screen and (max-width: 48.75em) { #room_detail_info .row.roomsInfo { width: 90%; margin-bottom: 30px; } }

@media screen and (max-width: 48.75em) { .article_info.row.newsContent { margin-top: 30px !important; width: 90%; }
  .article_info.row.newsContent p.newsArticle { padding-left: 0 !important; padding-right: 0 !important; } }

@media screen and (max-width: 28.125em) { #content_info_table .row.offer_table { width: 90%; } }

.dining_info_table { margin-top: 30px; border-top: 2px solid #5f4c40; }
@media screen and (max-width: 28.125em) { .dining_info_table { font-size: 0.9375rem; } }


@media screen and (max-width: 78.125em) { #offersList .row { width: 90%; } }

#offersList .row .columns { padding-right: 0; padding-left: 0; }

@media screen and (max-width: 48.75em) { #offersList .sectionTitle p { padding: 0 5%; } }

#indexSlider .owl-stage { position: relative; height: 100%; }

@media screen and (max-width: 28.125em) { #indexSlider .owl-item { height: 300px; } }

@media screen and (max-width: 28.125em) { #indexSlider .owl-item .sliderContent { height: 100%; } }

@media screen and (max-width: 21.875em) { #indexSlider .owl-item .sliderContent img { width: auto; } }

#DiningContent .sectionTitle .row { width: 90%; }

#DiningContent .sectionTitle .columns { padding-left: 0; padding-right: 0; }

@media screen and (max-width: 48.75em) { #DiningContent .sectionTitle p { padding-right: 5%; padding-left: 5%; } }

#corporateBusiness { padding-top: 80px; }
@media screen and (max-width: 64.0625em) { #corporateBusiness { padding-top: 180px; } }
@media screen and (max-width: 48.75em) { #corporateBusiness { padding-top: 90px; } }
@media screen and (max-width: 28.125em) { #corporateBusiness { padding-top: 100px; } }
@media screen and (max-width: 21.875em) { #corporateBusiness { padding-top: 130px; } }

@media screen and (max-width: 48.75em) { #corporateBusiness .input_section { padding-top: 35px; } }

#contact-main { padding-top: 80px; }
@media screen and (max-width: 64.0625em) { #contact-main { padding-top: 180px; } }
@media screen and (max-width: 48.75em) { #contact-main { padding-top: 90px; } }
@media screen and (max-width: 21.875em) { #contact-main { padding-top: 130px; } }

#room_detail_info .rooms_info_price { color: #927300; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
#room_detail_info .rooms_info_price:hover { color: #382f2d; }

@media screen and (max-width: 48.75em) { #popcontent.newsCotentInfo h1.newsContentTitle { padding-top: 100px; } }
@media screen and (max-width: 28.125em) { #popcontent.newsCotentInfo h1.newsContentTitle { padding-top: 0; } }

#popcontent.newsCotentInfo .article_img { max-height: 400px; height: 400px; width: 100%; position: relative; margin-bottom: 30px; }
@media screen and (max-width: 48.75em) { #popcontent.newsCotentInfo .article_img { max-height: 300px; height: 300px; } }
@media screen and (max-width: 28.125em) { #popcontent.newsCotentInfo .article_img { max-height: 200px; height: 200px; } }

#popcontent.newsCotentInfo .article_img .mightySlider { position: relative; width: 100%; height: 100%; }

#popcontent.newsCotentInfo .article_img .mightySlider .frame { position: relative; height: 100%; margin-bottom: 30px; }

#popcontent.newsCotentInfo .article_img .mightySlider ul.slideelement { display: block; width: auto; height: 100%; list-style: none; margin: 0; }

#popcontent.newsCotentInfo .article_img .mightySlider ul.slideelement li { position: relative; width: 100vw; height: 100%; float: left; }

#popcontent.newsCotentInfo .article_img .mightySlider img { max-width: none; }
#popcontent.newsCotentInfo .article_img .mightySlider .mSPages{display: none;}/*隱藏最新消息dot*/


.article_info.newsContent { height: auto; margin-right: auto; margin-left: auto; max-width: 1200px; padding-bottom: 50px; }
.article_info.newsContent p { margin-bottom: 0 !important; padding-bottom: 30px; }
@media screen and (max-width: 64.0625em) { .article_info.newsContent { width: 90%; } }
@media screen and (max-width: 48.75em) { .article_info.newsContent { width: 90%; padding-bottom: 50px; margin-right: auto; margin-left: auto; margin-top: 30px; } }

#popcontent.dining_info .row.article_img .mSPages { display: none; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document ========================================================================== */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. */
figcaption, figure { display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** Add the correct display in IE. */
main { display: block; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. */
button { overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

button, [type="button"], [type="reset"], [type="submit"] { /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Show the overflow in Edge. */
input { overflow: visible; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ /** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ color: inherit; /* 2 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Add the correct display in IE 9-. */
menu { display: block; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

.foundation-mq { font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html { box-sizing: border-box; font-size: 100%; }

*, *::before, *::after { box-sizing: inherit; }

body { margin: 0; padding: 0; background: #fefefe; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; line-height: 1.5; color: #0a0a0a; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }

textarea { height: auto; min-height: 50px; border-radius: 0; }

select { box-sizing: border-box; width: 100%; border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; }

button { padding: 0; appearance: none; border: 0; border-radius: 0; background: transparent; line-height: 1; }
[data-whatinput='mouse'] button { outline: 0; }

pre { overflow: auto; }

button, input, optgroup, select, textarea { font-family: inherit; }

.is-visible { display: block !important; }

.is-hidden { display: none !important; }

.row { max-width: 75rem; margin-right: auto; margin-left: auto; }
.row::before, .row::after { display: table; content: ' '; flex-basis: 0; order: 1; }
.row::after { clear: both; }
.row.collapse > .column, .row.collapse > .columns { padding-right: 0; padding-left: 0; }
.row .row { margin-right: -0.625rem; margin-left: -0.625rem; }
@media print, screen and (min-width: 40em) { .row .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } }
@media print, screen and (min-width: 64em) { .row .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } }
.row .row.collapse { margin-right: 0; margin-left: 0; }
.row.expanded { max-width: none; }
.row.expanded .row { margin-right: auto; margin-left: auto; }
.row:not(.expanded) .row { max-width: none; }
.row.gutter-small > .column, .row.gutter-small > .columns { padding-right: 0.625rem; padding-left: 0.625rem; }
.row.gutter-medium > .column, .row.gutter-medium > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; }

.column, .columns { width: 100%; float: left; padding-right: 0.625rem; padding-left: 0.625rem; }
@media print, screen and (min-width: 40em) { .column, .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } }
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) { float: right; }
.column.end:last-child:last-child, .end.columns:last-child:last-child { float: left; }

.column.row.row, .row.row.columns { float: none; }

.row .column.row.row, .row .row.row.columns { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }

.small-1 { width: 8.33333%; }

.small-push-1 { position: relative; left: 8.33333%; }

.small-pull-1 { position: relative; left: -8.33333%; }

.small-offset-0 { margin-left: 0%; }

.small-2 { width: 16.66667%; }

.small-push-2 { position: relative; left: 16.66667%; }

.small-pull-2 { position: relative; left: -16.66667%; }

.small-offset-1 { margin-left: 8.33333%; }

.small-3 { width: 25%; }

.small-push-3 { position: relative; left: 25%; }

.small-pull-3 { position: relative; left: -25%; }

.small-offset-2 { margin-left: 16.66667%; }

.small-4 { width: 33.33333%; }

.small-push-4 { position: relative; left: 33.33333%; }

.small-pull-4 { position: relative; left: -33.33333%; }

.small-offset-3 { margin-left: 25%; }

.small-5 { width: 41.66667%; }

.small-push-5 { position: relative; left: 41.66667%; }

.small-pull-5 { position: relative; left: -41.66667%; }

.small-offset-4 { margin-left: 33.33333%; }

.small-6 { width: 50%; }

.small-push-6 { position: relative; left: 50%; }

.small-pull-6 { position: relative; left: -50%; }

.small-offset-5 { margin-left: 41.66667%; }

.small-7 { width: 58.33333%; }

.small-push-7 { position: relative; left: 58.33333%; }

.small-pull-7 { position: relative; left: -58.33333%; }

.small-offset-6 { margin-left: 50%; }

.small-8 { width: 66.66667%; }

.small-push-8 { position: relative; left: 66.66667%; }

.small-pull-8 { position: relative; left: -66.66667%; }

.small-offset-7 { margin-left: 58.33333%; }

.small-9 { width: 75%; }

.small-push-9 { position: relative; left: 75%; }

.small-pull-9 { position: relative; left: -75%; }

.small-offset-8 { margin-left: 66.66667%; }

.small-10 { width: 83.33333%; }

.small-push-10 { position: relative; left: 83.33333%; }

.small-pull-10 { position: relative; left: -83.33333%; }

.small-offset-9 { margin-left: 75%; }

.small-11 { width: 91.66667%; }

.small-push-11 { position: relative; left: 91.66667%; }

.small-pull-11 { position: relative; left: -91.66667%; }

.small-offset-10 { margin-left: 83.33333%; }

.small-12 { width: 100%; }

.small-offset-11 { margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns { float: left; width: 100%; }
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) { clear: none; }
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child { float: left; }

.small-up-2 > .column, .small-up-2 > .columns { float: left; width: 50%; }
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) { clear: none; }
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child { float: left; }

.small-up-3 > .column, .small-up-3 > .columns { float: left; width: 33.33333%; }
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) { clear: none; }
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child { float: left; }

.small-up-4 > .column, .small-up-4 > .columns { float: left; width: 25%; }
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) { clear: none; }
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child { float: left; }

.small-up-5 > .column, .small-up-5 > .columns { float: left; width: 20%; }
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) { clear: none; }
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child { float: left; }

.small-up-6 > .column, .small-up-6 > .columns { float: left; width: 16.66667%; }
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) { clear: none; }
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child { float: left; }

.small-up-7 > .column, .small-up-7 > .columns { float: left; width: 14.28571%; }
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) { clear: none; }
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child { float: left; }

.small-up-8 > .column, .small-up-8 > .columns { float: left; width: 12.5%; }
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) { clear: none; }
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child { float: left; }

.small-collapse > .column, .small-collapse > .columns { padding-right: 0; padding-left: 0; }
.small-collapse .row { margin-right: 0; margin-left: 0; }

.expanded.row .small-collapse.row { margin-right: 0; margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns { padding-right: 0.625rem; padding-left: 0.625rem; }

.small-centered { margin-right: auto; margin-left: auto; }
.small-centered, .small-centered:last-child:not(:first-child) { float: none; clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 { position: static; float: left; margin-right: 0; margin-left: 0; }

@media print, screen and (min-width: 40em) { .medium-1 { width: 8.33333%; }
  .medium-push-1 { position: relative; left: 8.33333%; }
  .medium-pull-1 { position: relative; left: -8.33333%; }
  .medium-offset-0 { margin-left: 0%; }
  .medium-2 { width: 16.66667%; }
  .medium-push-2 { position: relative; left: 16.66667%; }
  .medium-pull-2 { position: relative; left: -16.66667%; }
  .medium-offset-1 { margin-left: 8.33333%; }
  .medium-3 { width: 25%; }
  .medium-push-3 { position: relative; left: 25%; }
  .medium-pull-3 { position: relative; left: -25%; }
  .medium-offset-2 { margin-left: 16.66667%; }
  .medium-4 { width: 33.33333%; }
  .medium-push-4 { position: relative; left: 33.33333%; }
  .medium-pull-4 { position: relative; left: -33.33333%; }
  .medium-offset-3 { margin-left: 25%; }
  .medium-5 { width: 41.66667%; }
  .medium-push-5 { position: relative; left: 41.66667%; }
  .medium-pull-5 { position: relative; left: -41.66667%; }
  .medium-offset-4 { margin-left: 33.33333%; }
  .medium-6 { width: 50%; }
  .medium-push-6 { position: relative; left: 50%; }
  .medium-pull-6 { position: relative; left: -50%; }
  .medium-offset-5 { margin-left: 41.66667%; }
  .medium-7 { width: 58.33333%; }
  .medium-push-7 { position: relative; left: 58.33333%; }
  .medium-pull-7 { position: relative; left: -58.33333%; }
  .medium-offset-6 { margin-left: 50%; }
  .medium-8 { width: 66.66667%; }
  .medium-push-8 { position: relative; left: 66.66667%; }
  .medium-pull-8 { position: relative; left: -66.66667%; }
  .medium-offset-7 { margin-left: 58.33333%; }
  .medium-9 { width: 75%; }
  .medium-push-9 { position: relative; left: 75%; }
  .medium-pull-9 { position: relative; left: -75%; }
  .medium-offset-8 { margin-left: 66.66667%; }
  .medium-10 { width: 83.33333%; }
  .medium-push-10 { position: relative; left: 83.33333%; }
  .medium-pull-10 { position: relative; left: -83.33333%; }
  .medium-offset-9 { margin-left: 75%; }
  .medium-11 { width: 91.66667%; }
  .medium-push-11 { position: relative; left: 91.66667%; }
  .medium-pull-11 { position: relative; left: -91.66667%; }
  .medium-offset-10 { margin-left: 83.33333%; }
  .medium-12 { width: 100%; }
  .medium-offset-11 { margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns { float: left; width: 100%; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child { float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns { float: left; width: 50%; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child { float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns { float: left; width: 33.33333%; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child { float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns { float: left; width: 25%; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child { float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns { float: left; width: 20%; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child { float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns { float: left; width: 16.66667%; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child { float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns { float: left; width: 14.28571%; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child { float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns { float: left; width: 12.5%; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child { float: left; }
  .medium-collapse > .column, .medium-collapse > .columns { padding-right: 0; padding-left: 0; }
  .medium-collapse .row { margin-right: 0; margin-left: 0; }
  .expanded.row .medium-collapse.row { margin-right: 0; margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; }
  .medium-centered { margin-right: auto; margin-left: auto; }
  .medium-centered, .medium-centered:last-child:not(:first-child) { float: none; clear: both; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 { position: static; float: left; margin-right: 0; margin-left: 0; } }
@media print, screen and (min-width: 64em) { .large-1 { width: 8.33333%; }
  .large-push-1 { position: relative; left: 8.33333%; }
  .large-pull-1 { position: relative; left: -8.33333%; }
  .large-offset-0 { margin-left: 0%; }
  .large-2 { width: 16.66667%; }
  .large-push-2 { position: relative; left: 16.66667%; }
  .large-pull-2 { position: relative; left: -16.66667%; }
  .large-offset-1 { margin-left: 8.33333%; }
  .large-3 { width: 25%; }
  .large-push-3 { position: relative; left: 25%; }
  .large-pull-3 { position: relative; left: -25%; }
  .large-offset-2 { margin-left: 16.66667%; }
  .large-4 { width: 33.33333%; }
  .large-push-4 { position: relative; left: 33.33333%; }
  .large-pull-4 { position: relative; left: -33.33333%; }
  .large-offset-3 { margin-left: 25%; }
  .large-5 { width: 41.66667%; }
  .large-push-5 { position: relative; left: 41.66667%; }
  .large-pull-5 { position: relative; left: -41.66667%; }
  .large-offset-4 { margin-left: 33.33333%; }
  .large-6 { width: 50%; }
  .large-push-6 { position: relative; left: 50%; }
  .large-pull-6 { position: relative; left: -50%; }
  .large-offset-5 { margin-left: 41.66667%; }
  .large-7 { width: 58.33333%; }
  .large-push-7 { position: relative; left: 58.33333%; }
  .large-pull-7 { position: relative; left: -58.33333%; }
  .large-offset-6 { margin-left: 50%; }
  .large-8 { width: 66.66667%; }
  .large-push-8 { position: relative; left: 66.66667%; }
  .large-pull-8 { position: relative; left: -66.66667%; }
  .large-offset-7 { margin-left: 58.33333%; }
  .large-9 { width: 75%; }
  .large-push-9 { position: relative; left: 75%; }
  .large-pull-9 { position: relative; left: -75%; }
  .large-offset-8 { margin-left: 66.66667%; }
  .large-10 { width: 83.33333%; }
  .large-push-10 { position: relative; left: 83.33333%; }
  .large-pull-10 { position: relative; left: -83.33333%; }
  .large-offset-9 { margin-left: 75%; }
  .large-11 { width: 91.66667%; }
  .large-push-11 { position: relative; left: 91.66667%; }
  .large-pull-11 { position: relative; left: -91.66667%; }
  .large-offset-10 { margin-left: 83.33333%; }
  .large-12 { width: 100%; }
  .large-offset-11 { margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns { float: left; width: 100%; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child { float: left; }
  .large-up-2 > .column, .large-up-2 > .columns { float: left; width: 50%; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child { float: left; }
  .large-up-3 > .column, .large-up-3 > .columns { float: left; width: 33.33333%; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child { float: left; }
  .large-up-4 > .column, .large-up-4 > .columns { float: left; width: 25%; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child { float: left; }
  .large-up-5 > .column, .large-up-5 > .columns { float: left; width: 20%; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child { float: left; }
  .large-up-6 > .column, .large-up-6 > .columns { float: left; width: 16.66667%; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child { float: left; }
  .large-up-7 > .column, .large-up-7 > .columns { float: left; width: 14.28571%; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child { float: left; }
  .large-up-8 > .column, .large-up-8 > .columns { float: left; width: 12.5%; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child { float: left; }
  .large-collapse > .column, .large-collapse > .columns { padding-right: 0; padding-left: 0; }
  .large-collapse .row { margin-right: 0; margin-left: 0; }
  .expanded.row .large-collapse.row { margin-right: 0; margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; }
  .large-centered { margin-right: auto; margin-left: auto; }
  .large-centered, .large-centered:last-child:not(:first-child) { float: none; clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 { position: static; float: left; margin-right: 0; margin-left: 0; } }
.column-block { margin-bottom: 1.25rem; }
.column-block > :last-child { margin-bottom: 0; }
@media print, screen and (min-width: 40em) { .column-block { margin-bottom: 1.875rem; }
  .column-block > :last-child { margin-bottom: 0; } }

.row { max-width: 75rem; margin-right: auto; margin-left: auto; display: flex; flex-flow: row wrap; }
.row .row { margin-right: -0.625rem; margin-left: -0.625rem; }
@media print, screen and (min-width: 40em) { .row .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } }
@media print, screen and (min-width: 64em) { .row .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } }
.row .row.collapse { margin-right: 0; margin-left: 0; }
.row.expanded { max-width: none; }
.row.expanded .row { margin-right: auto; margin-left: auto; }
.row:not(.expanded) .row { max-width: none; }
.row.collapse > .column, .row.collapse > .columns { padding-right: 0; padding-left: 0; }
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row { margin-right: 0; margin-left: 0; }

.column, .columns { flex: 1 1 0px; padding-right: 0.625rem; padding-left: 0.625rem; min-width: 0; }
@media print, screen and (min-width: 40em) { .column, .columns { padding-right: 0.9375rem; padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns { float: none; display: block; }

.row .column.row.row, .row .row.row.columns { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }

.small-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }

.small-offset-0 { margin-left: 0%; }

.small-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }

.small-offset-1 { margin-left: 8.33333%; }

.small-3 { flex: 0 0 25%; max-width: 25%; }

.small-offset-2 { margin-left: 16.66667%; }

.small-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }

.small-offset-3 { margin-left: 25%; }

.small-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }

.small-offset-4 { margin-left: 33.33333%; }

.small-6 { flex: 0 0 50%; max-width: 50%; }

.small-offset-5 { margin-left: 41.66667%; }

.small-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }

.small-offset-6 { margin-left: 50%; }

.small-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }

.small-offset-7 { margin-left: 58.33333%; }

.small-9 { flex: 0 0 75%; max-width: 75%; }

.small-offset-8 { margin-left: 66.66667%; }

.small-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }

.small-offset-9 { margin-left: 75%; }

.small-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }

.small-offset-10 { margin-left: 83.33333%; }

.small-12 { flex: 0 0 100%; max-width: 100%; }

.small-offset-11 { margin-left: 91.66667%; }

.small-up-1 { flex-wrap: wrap; }
.small-up-1 > .column, .small-up-1 > .columns { flex: 0 0 100%; max-width: 100%; }

.small-up-2 { flex-wrap: wrap; }
.small-up-2 > .column, .small-up-2 > .columns { flex: 0 0 50%; max-width: 50%; }

.small-up-3 { flex-wrap: wrap; }
.small-up-3 > .column, .small-up-3 > .columns { flex: 0 0 33.33333%; max-width: 33.33333%; }

.small-up-4 { flex-wrap: wrap; }
.small-up-4 > .column, .small-up-4 > .columns { flex: 0 0 25%; max-width: 25%; }

.small-up-5 { flex-wrap: wrap; }
.small-up-5 > .column, .small-up-5 > .columns { flex: 0 0 20%; max-width: 20%; }

.small-up-6 { flex-wrap: wrap; }
.small-up-6 > .column, .small-up-6 > .columns { flex: 0 0 16.66667%; max-width: 16.66667%; }

.small-up-7 { flex-wrap: wrap; }
.small-up-7 > .column, .small-up-7 > .columns { flex: 0 0 14.28571%; max-width: 14.28571%; }

.small-up-8 { flex-wrap: wrap; }
.small-up-8 > .column, .small-up-8 > .columns { flex: 0 0 12.5%; max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns { padding-right: 0; padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns { padding-right: 0.625rem; padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) { .medium-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .medium-offset-0 { margin-left: 0%; }
  .medium-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
  .medium-offset-1 { margin-left: 8.33333%; }
  .medium-3 { flex: 0 0 25%; max-width: 25%; }
  .medium-offset-2 { margin-left: 16.66667%; }
  .medium-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
  .medium-offset-3 { margin-left: 25%; }
  .medium-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
  .medium-offset-4 { margin-left: 33.33333%; }
  .medium-6 { flex: 0 0 50%; max-width: 50%; }
  .medium-offset-5 { margin-left: 41.66667%; }
  .medium-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
  .medium-offset-6 { margin-left: 50%; }
  .medium-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
  .medium-offset-7 { margin-left: 58.33333%; }
  .medium-9 { flex: 0 0 75%; max-width: 75%; }
  .medium-offset-8 { margin-left: 66.66667%; }
  .medium-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
  .medium-offset-9 { margin-left: 75%; }
  .medium-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
  .medium-offset-10 { margin-left: 83.33333%; }
  .medium-12 { flex: 0 0 100%; max-width: 100%; }
  .medium-offset-11 { margin-left: 91.66667%; }
  .medium-up-1 { flex-wrap: wrap; }
  .medium-up-1 > .column, .medium-up-1 > .columns { flex: 0 0 100%; max-width: 100%; }
  .medium-up-2 { flex-wrap: wrap; }
  .medium-up-2 > .column, .medium-up-2 > .columns { flex: 0 0 50%; max-width: 50%; }
  .medium-up-3 { flex-wrap: wrap; }
  .medium-up-3 > .column, .medium-up-3 > .columns { flex: 0 0 33.33333%; max-width: 33.33333%; }
  .medium-up-4 { flex-wrap: wrap; }
  .medium-up-4 > .column, .medium-up-4 > .columns { flex: 0 0 25%; max-width: 25%; }
  .medium-up-5 { flex-wrap: wrap; }
  .medium-up-5 > .column, .medium-up-5 > .columns { flex: 0 0 20%; max-width: 20%; }
  .medium-up-6 { flex-wrap: wrap; }
  .medium-up-6 > .column, .medium-up-6 > .columns { flex: 0 0 16.66667%; max-width: 16.66667%; }
  .medium-up-7 { flex-wrap: wrap; }
  .medium-up-7 > .column, .medium-up-7 > .columns { flex: 0 0 14.28571%; max-width: 14.28571%; }
  .medium-up-8 { flex-wrap: wrap; }
  .medium-up-8 > .column, .medium-up-8 > .columns { flex: 0 0 12.5%; max-width: 12.5%; } }
@media print, screen and (min-width: 40em) and (min-width: 40em) { .medium-expand { flex: 1 1 0px; } }
.row.small-unstack > .column, .row.small-unstack > .columns { flex: 0 0 100%; flex: 1 1 0px; }
@media print, screen and (min-width: 40em) { .small-collapse > .column, .small-collapse > .columns { padding-right: 0; padding-left: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns { padding-right: 0.625rem; padding-left: 0.625rem; } }
@media print, screen and (min-width: 64em) { .large-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .large-offset-0 { margin-left: 0%; }
  .large-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
  .large-offset-1 { margin-left: 8.33333%; }
  .large-3 { flex: 0 0 25%; max-width: 25%; }
  .large-offset-2 { margin-left: 16.66667%; }
  .large-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
  .large-offset-3 { margin-left: 25%; }
  .large-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
  .large-offset-4 { margin-left: 33.33333%; }
  .large-6 { flex: 0 0 50%; max-width: 50%; }
  .large-offset-5 { margin-left: 41.66667%; }
  .large-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
  .large-offset-6 { margin-left: 50%; }
  .large-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
  .large-offset-7 { margin-left: 58.33333%; }
  .large-9 { flex: 0 0 75%; max-width: 75%; }
  .large-offset-8 { margin-left: 66.66667%; }
  .large-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
  .large-offset-9 { margin-left: 75%; }
  .large-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
  .large-offset-10 { margin-left: 83.33333%; }
  .large-12 { flex: 0 0 100%; max-width: 100%; }
  .large-offset-11 { margin-left: 91.66667%; }
  .large-up-1 { flex-wrap: wrap; }
  .large-up-1 > .column, .large-up-1 > .columns { flex: 0 0 100%; max-width: 100%; }
  .large-up-2 { flex-wrap: wrap; }
  .large-up-2 > .column, .large-up-2 > .columns { flex: 0 0 50%; max-width: 50%; }
  .large-up-3 { flex-wrap: wrap; }
  .large-up-3 > .column, .large-up-3 > .columns { flex: 0 0 33.33333%; max-width: 33.33333%; }
  .large-up-4 { flex-wrap: wrap; }
  .large-up-4 > .column, .large-up-4 > .columns { flex: 0 0 25%; max-width: 25%; }
  .large-up-5 { flex-wrap: wrap; }
  .large-up-5 > .column, .large-up-5 > .columns { flex: 0 0 20%; max-width: 20%; }
  .large-up-6 { flex-wrap: wrap; }
  .large-up-6 > .column, .large-up-6 > .columns { flex: 0 0 16.66667%; max-width: 16.66667%; }
  .large-up-7 { flex-wrap: wrap; }
  .large-up-7 > .column, .large-up-7 > .columns { flex: 0 0 14.28571%; max-width: 14.28571%; }
  .large-up-8 { flex-wrap: wrap; }
  .large-up-8 > .column, .large-up-8 > .columns { flex: 0 0 12.5%; max-width: 12.5%; } }
@media print, screen and (min-width: 64em) and (min-width: 64em) { .large-expand { flex: 1 1 0px; } }
.row.small-unstack > .column, .row.small-unstack > .columns { flex: 0 0 100%; flex: 1 1 0px; }
@media print, screen and (min-width: 64em) { .small-collapse > .column, .small-collapse > .columns { padding-right: 0; padding-left: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns { padding-right: 0.625rem; padding-left: 0.625rem; } }
.shrink { flex: 0 0 auto; max-width: 100%; }

.column-block { margin-bottom: 1.25rem; }
.column-block > :last-child { margin-bottom: 0; }
@media print, screen and (min-width: 40em) { .column-block { margin-bottom: 1.875rem; }
  .column-block > :last-child { margin-bottom: 0; } }

.align-right { justify-content: flex-end; }

.align-center { justify-content: center; }

.align-justify { justify-content: space-between; }

.align-spaced { justify-content: space-around; }

.align-right.vertical.menu > li > a { justify-content: flex-end; }

.align-center.vertical.menu > li > a { justify-content: center; }

.align-top { align-items: flex-start; }

.align-self-top { align-self: flex-start; }

.align-bottom { align-items: flex-end; }

.align-self-bottom { align-self: flex-end; }

.align-middle { align-items: center; }

.align-self-middle { align-self: center; }

.align-stretch { align-items: stretch; }

.align-self-stretch { align-self: stretch; }

.align-center-middle { justify-content: center; align-items: center; align-content: center; }

.small-order-1 { order: 1; }

.small-order-2 { order: 2; }

.small-order-3 { order: 3; }

.small-order-4 { order: 4; }

.small-order-5 { order: 5; }

.small-order-6 { order: 6; }

@media print, screen and (min-width: 40em) { .medium-order-1 { order: 1; }
  .medium-order-2 { order: 2; }
  .medium-order-3 { order: 3; }
  .medium-order-4 { order: 4; }
  .medium-order-5 { order: 5; }
  .medium-order-6 { order: 6; } }
@media print, screen and (min-width: 64em) { .large-order-1 { order: 1; }
  .large-order-2 { order: 2; }
  .large-order-3 { order: 3; }
  .large-order-4 { order: 4; }
  .large-order-5 { order: 5; }
  .large-order-6 { order: 6; } }
.flex-container { display: flex; }

.flex-child-auto { flex: 1 1 auto; }

.flex-child-grow { flex: 1 0 auto; }

.flex-child-shrink { flex: 0 1 auto; }

.flex-dir-row { flex-direction: row; }

.flex-dir-row-reverse { flex-direction: row-reverse; }

.flex-dir-column { flex-direction: column; }

.flex-dir-column-reverse { flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) { .medium-flex-container { display: flex; }
  .medium-flex-child-auto { flex: 1 1 auto; }
  .medium-flex-child-grow { flex: 1 0 auto; }
  .medium-flex-child-shrink { flex: 0 1 auto; }
  .medium-flex-dir-row { flex-direction: row; }
  .medium-flex-dir-row-reverse { flex-direction: row-reverse; }
  .medium-flex-dir-column { flex-direction: column; }
  .medium-flex-dir-column-reverse { flex-direction: column-reverse; } }
@media print, screen and (min-width: 64em) { .large-flex-container { display: flex; }
  .large-flex-child-auto { flex: 1 1 auto; }
  .large-flex-child-grow { flex: 1 0 auto; }
  .large-flex-child-shrink { flex: 0 1 auto; }
  .large-flex-dir-row { flex-direction: row; }
  .large-flex-dir-row-reverse { flex-direction: row-reverse; }
  .large-flex-dir-column { flex-direction: column; }
  .large-flex-dir-column-reverse { flex-direction: column-reverse; } }
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

p { margin-bottom: 1rem; font-size: inherit; line-height: 1.6; text-rendering: optimizeLegibility; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 80%; line-height: inherit; }

h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-rendering: optimizeLegibility; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { line-height: 0; color: #cacaca; }

h1 { font-size: 1.5rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h2 { font-size: 1.25rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h3 { font-size: 1.1875rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h4 { font-size: 1.125rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h5 { font-size: 1.0625rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h6 { font-size: 1rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) { h1 { font-size: 3rem; }
  h2 { font-size: 2.5rem; }
  h3 { font-size: 1.9375rem; }
  h4 { font-size: 1.5625rem; }
  h5 { font-size: 1.25rem; }
  h6 { font-size: 1rem; } }
a { line-height: inherit; color: #1779ba; text-decoration: none; cursor: pointer; }
a:hover, a:focus { color: #1468a0; }
a img { border: 0; }

hr { clear: both; max-width: 75rem; height: 0; margin: 1.25rem auto; border-top: 0; border-right: 0; border-bottom: 1px solid #cacaca; border-left: 0; }

ul, ol, dl { margin-bottom: 1rem; list-style-position: outside; line-height: 1.6; }

li { font-size: inherit; }

ul { margin-left: 1.25rem; list-style-type: disc; }

ol { margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol { margin-left: 1.25rem; margin-bottom: 0; }

dl { margin-bottom: 1rem; }
dl dt { margin-bottom: 0.3rem; font-weight: bold; }

blockquote { margin: 0 0 1rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: 1px solid #cacaca; }
blockquote, blockquote p { line-height: 1.6; color: #8a8a8a; }

cite { display: block; font-size: 0.8125rem; color: #8a8a8a; }
cite:before { content: "— "; }

abbr, abbr[title] { border-bottom: 1px dotted #0a0a0a; cursor: help; text-decoration: none; }

figure { margin: 0; }

code { padding: 0.125rem 0.3125rem 0.0625rem; border: 1px solid #cacaca; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #0a0a0a; }

kbd { margin: 0; padding: 0.125rem 0.25rem 0; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; color: #0a0a0a; }

.subheader { margin-top: 0.2rem; margin-bottom: 0.5rem; font-weight: normal; line-height: 1.4; color: #8a8a8a; }

.lead { font-size: 125%; line-height: 1.6; }

.stat { font-size: 2.5rem; line-height: 1; }
p + .stat { margin-top: -1rem; }

ul.no-bullet, ol.no-bullet { margin-left: 0; list-style: none; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

@media print, screen and (min-width: 40em) { .medium-text-left { text-align: left; }
  .medium-text-right { text-align: right; }
  .medium-text-center { text-align: center; }
  .medium-text-justify { text-align: justify; } }
@media print, screen and (min-width: 64em) { .large-text-left { text-align: left; }
  .large-text-right { text-align: right; }
  .large-text-center { text-align: center; }
  .large-text-justify { text-align: justify; } }
.show-for-print { display: none !important; }

@media print { * { background: transparent !important; box-shadow: none !important; color: black !important; text-shadow: none !important; }
  .show-for-print { display: block !important; }
  .hide-for-print { display: none !important; }
  table.show-for-print { display: table !important; }
  thead.show-for-print { display: table-header-group !important; }
  tbody.show-for-print { display: table-row-group !important; }
  tr.show-for-print { display: table-row !important; }
  td.show-for-print { display: table-cell !important; }
  th.show-for-print { display: table-cell !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after { content: ''; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; }
  thead { display: table-header-group; }
  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; }
  .print-break-inside { page-break-inside: auto; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea { display: block; box-sizing: border-box; width: 100%; height: 2.4375rem; margin: 0 0 1rem; padding: 0.5rem; border: 1px solid #cacaca; border-radius: 0; background-color: #fefefe; box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #0a0a0a; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; appearance: none; }
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus { outline: none; border: 1px solid #8a8a8a; background-color: #fefefe; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea { max-width: 100%; }
textarea[rows] { height: auto; }

input::placeholder, textarea::placeholder { color: #cacaca; }
input:disabled, input[readonly], textarea:disabled, textarea[readonly] { background-color: #e6e6e6; cursor: not-allowed; }

[type='submit'], [type='button'] { appearance: none; border-radius: 0; }

input[type='search'] { box-sizing: border-box; }

[type='file'], [type='checkbox'], [type='radio'] { margin: 0 0 1rem; }

[type='checkbox'] + label, [type='radio'] + label { display: inline-block; vertical-align: baseline; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; }
[type='checkbox'] + label[for], [type='radio'] + label[for] { cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] { margin-right: 0.5rem; }

[type='file'] { width: 100%; }

label { display: block; margin: 0; font-size: 0.875rem; font-weight: normal; line-height: 1.8; color: #0a0a0a; }
label.middle { margin: 0 0 1rem; padding: 0.5625rem 0; }

.help-text { margin-top: -0.5rem; font-size: 0.8125rem; font-style: italic; color: #0a0a0a; }

.input-group { display: flex; width: 100%; margin-bottom: 1rem; align-items: stretch; }
.input-group > :first-child { border-radius: 0 0 0 0; }
.input-group > :last-child > * { border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { margin: 0; white-space: nowrap; }

.input-group-label { padding: 0 1rem; border: 1px solid #cacaca; background: #e6e6e6; color: #0a0a0a; text-align: center; white-space: nowrap; display: flex; flex: 0 0 auto; align-items: center; }
.input-group-label:first-child { border-right: 0; }
.input-group-label:last-child { border-left: 0; }

.input-group-field { border-radius: 0; flex: 1 1 0px; height: auto; min-width: 0; }

.input-group-button { padding-top: 0; padding-bottom: 0; text-align: center; flex: 0 0 auto; }
.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { height: 2.5rem; padding-top: 0; padding-bottom: 0; font-size: 1rem; }

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

legend { max-width: 100%; margin-bottom: 0.5rem; }

.fieldset { margin: 1.125rem 0; padding: 1.25rem; border: 1px solid #cacaca; }
.fieldset legend { margin: 0; margin-left: -0.1875rem; padding: 0 0.1875rem; }

select { height: 2.4375rem; margin: 0 0 1rem; padding: 0.5rem; appearance: none; border: 1px solid #cacaca; border-radius: 0; background-color: #fefefe; font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #0a0a0a; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>"); background-origin: content-box; background-position: right -1rem center; background-repeat: no-repeat; background-size: 9px 6px; padding-right: 1.5rem; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
@media screen and (min-width: 0\0) { select { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
select:focus { outline: none; border: 1px solid #8a8a8a; background-color: #fefefe; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
select:disabled { background-color: #e6e6e6; cursor: not-allowed; }
select::-ms-expand { display: none; }
select[multiple] { height: auto; background-image: none; }

.is-invalid-input:not(:focus) { border-color: #cc4b37; background-color: #f9ecea; }
.is-invalid-input:not(:focus)::placeholder { color: #cc4b37; }

.is-invalid-label { color: #cc4b37; }

.form-error { display: none; margin-top: -0.5rem; margin-bottom: 1rem; font-size: 0.75rem; font-weight: bold; color: #cc4b37; }
.form-error.is-visible { display: block; }

.button { display: inline-block; vertical-align: middle; margin: 0 0 1rem 0; font-family: inherit; padding: 0.85em 1em; -webkit-appearance: none; border: 1px solid transparent; border-radius: 0; transition: background-color 0.25s ease-out, color 0.25s ease-out; font-size: 0.9rem; line-height: 1; text-align: center; cursor: pointer; background-color: #1779ba; color: #fefefe; }
[data-whatinput='mouse'] .button { outline: 0; }
.button:hover, .button:focus { background-color: #14679e; color: #fefefe; }
.button.tiny { font-size: 0.6rem; }
.button.small { font-size: 0.75rem; }
.button.large { font-size: 1.25rem; }
.button.expanded { display: block; width: 100%; margin-right: 0; margin-left: 0; }
.button.primary { background-color: #1779ba; color: #fefefe; }
.button.primary:hover, .button.primary:focus { background-color: #126195; color: #fefefe; }
.button.secondary { background-color: #767676; color: #fefefe; }
.button.secondary:hover, .button.secondary:focus { background-color: #5e5e5e; color: #fefefe; }
.button.success { background-color: #3adb76; color: #0a0a0a; }
.button.success:hover, .button.success:focus { background-color: #22bb5b; color: #0a0a0a; }
.button.warning { background-color: #ffae00; color: #0a0a0a; }
.button.warning:hover, .button.warning:focus { background-color: #cc8b00; color: #0a0a0a; }
.button.alert { background-color: #cc4b37; color: #fefefe; }
.button.alert:hover, .button.alert:focus { background-color: #a53b2a; color: #fefefe; }
.button.disabled, .button[disabled] { opacity: 0.25; cursor: not-allowed; }
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus { background-color: #1779ba; color: #fefefe; }
.button.disabled.primary, .button[disabled].primary { opacity: 0.25; cursor: not-allowed; }
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus { background-color: #1779ba; color: #fefefe; }
.button.disabled.secondary, .button[disabled].secondary { opacity: 0.25; cursor: not-allowed; }
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #767676; color: #fefefe; }
.button.disabled.success, .button[disabled].success { opacity: 0.25; cursor: not-allowed; }
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #3adb76; color: #0a0a0a; }
.button.disabled.warning, .button[disabled].warning { opacity: 0.25; cursor: not-allowed; }
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: #ffae00; color: #0a0a0a; }
.button.disabled.alert, .button[disabled].alert { opacity: 0.25; cursor: not-allowed; }
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #cc4b37; color: #fefefe; }
.button.hollow { border: 1px solid #1779ba; color: #1779ba; }
.button.hollow, .button.hollow:hover, .button.hollow:focus { background-color: transparent; }
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus { background-color: transparent; }
.button.hollow:hover, .button.hollow:focus { border-color: #0c3d5d; color: #0c3d5d; }
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] { border: 1px solid #1779ba; color: #1779ba; }
.button.hollow.primary { border: 1px solid #1779ba; color: #1779ba; }
.button.hollow.primary:hover, .button.hollow.primary:focus { border-color: #0c3d5d; color: #0c3d5d; }
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] { border: 1px solid #1779ba; color: #1779ba; }
.button.hollow.secondary { border: 1px solid #767676; color: #767676; }
.button.hollow.secondary:hover, .button.hollow.secondary:focus { border-color: #3b3b3b; color: #3b3b3b; }
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] { border: 1px solid #767676; color: #767676; }
.button.hollow.success { border: 1px solid #3adb76; color: #3adb76; }
.button.hollow.success:hover, .button.hollow.success:focus { border-color: #157539; color: #157539; }
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] { border: 1px solid #3adb76; color: #3adb76; }
.button.hollow.warning { border: 1px solid #ffae00; color: #ffae00; }
.button.hollow.warning:hover, .button.hollow.warning:focus { border-color: #805700; color: #805700; }
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] { border: 1px solid #ffae00; color: #ffae00; }
.button.hollow.alert { border: 1px solid #cc4b37; color: #cc4b37; }
.button.hollow.alert:hover, .button.hollow.alert:focus { border-color: #67251a; color: #67251a; }
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] { border: 1px solid #cc4b37; color: #cc4b37; }
.button.clear { border: 1px solid #1779ba; color: #1779ba; }
.button.clear, .button.clear:hover, .button.clear:focus { background-color: transparent; }
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus { background-color: transparent; }
.button.clear:hover, .button.clear:focus { border-color: #0c3d5d; color: #0c3d5d; }
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] { border: 1px solid #1779ba; color: #1779ba; }
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] { border-color: transparent; }
.button.clear.primary { border: 1px solid #1779ba; color: #1779ba; }
.button.clear.primary:hover, .button.clear.primary:focus { border-color: #0c3d5d; color: #0c3d5d; }
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] { border: 1px solid #1779ba; color: #1779ba; }
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] { border-color: transparent; }
.button.clear.secondary { border: 1px solid #767676; color: #767676; }
.button.clear.secondary:hover, .button.clear.secondary:focus { border-color: #3b3b3b; color: #3b3b3b; }
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] { border: 1px solid #767676; color: #767676; }
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] { border-color: transparent; }
.button.clear.success { border: 1px solid #3adb76; color: #3adb76; }
.button.clear.success:hover, .button.clear.success:focus { border-color: #157539; color: #157539; }
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] { border: 1px solid #3adb76; color: #3adb76; }
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] { border-color: transparent; }
.button.clear.warning { border: 1px solid #ffae00; color: #ffae00; }
.button.clear.warning:hover, .button.clear.warning:focus { border-color: #805700; color: #805700; }
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] { border: 1px solid #ffae00; color: #ffae00; }
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] { border-color: transparent; }
.button.clear.alert { border: 1px solid #cc4b37; color: #cc4b37; }
.button.clear.alert:hover, .button.clear.alert:focus { border-color: #67251a; color: #67251a; }
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] { border: 1px solid #cc4b37; color: #cc4b37; }
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] { border-color: transparent; }
.button.dropdown::after { display: block; width: 0; height: 0; border: inset 0.4em; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #fefefe transparent transparent; position: relative; top: 0.4em; display: inline-block; float: right; margin-left: 1em; }
.button.dropdown.hollow::after { border-top-color: #1779ba; }
.button.dropdown.hollow.primary::after { border-top-color: #1779ba; }
.button.dropdown.hollow.secondary::after { border-top-color: #767676; }
.button.dropdown.hollow.success::after { border-top-color: #3adb76; }
.button.dropdown.hollow.warning::after { border-top-color: #ffae00; }
.button.dropdown.hollow.alert::after { border-top-color: #cc4b37; }
.button.arrow-only::after { top: -0.1em; float: none; margin-left: 0; }

.accordion { margin-left: 0; background: #fefefe; list-style-type: none; }
.accordion[disabled] .accordion-title { cursor: not-allowed; }

.accordion-item:first-child > :first-child { border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child { border-radius: 0 0 0 0; }

.accordion-title { position: relative; display: block; padding: 1.25rem 1rem; border: 1px solid #e6e6e6; border-bottom: 0; font-size: 0.75rem; line-height: 1; color: #1779ba; }
:last-child:not(.is-active) > .accordion-title { border-bottom: 1px solid #e6e6e6; border-radius: 0 0 0 0; }
.accordion-title:hover, .accordion-title:focus { background-color: #e6e6e6; }
.accordion-title::before { position: absolute; top: 50%; right: 1rem; margin-top: -0.5rem; content: '+'; }
.is-active > .accordion-title::before { content: '\2013'; }

.accordion-content { display: none; padding: 1rem; border: 1px solid #e6e6e6; border-bottom: 0; background-color: #fefefe; color: #0a0a0a; }
:last-child > .accordion-content:last-child { border-bottom: 1px solid #e6e6e6; }

.accordion-menu li { width: 100%; }
.accordion-menu a { padding: 0.7rem 1rem; }
.accordion-menu .is-accordion-submenu a { padding: 0.7rem 1rem; }
.accordion-menu .nested.is-accordion-submenu { margin-right: 0; margin-left: 1rem; }
.accordion-menu.align-right .nested.is-accordion-submenu { margin-right: 1rem; margin-left: 0; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a { position: relative; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after { display: block; width: 0; height: 0; border: inset 4px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #1779ba transparent transparent; position: absolute; top: 50%; margin-top: -2px; right: 1rem; }
.accordion-menu.align-left .is-accordion-submenu-parent > a::after { left: auto; right: 1rem; }
.accordion-menu.align-right .is-accordion-submenu-parent > a::after { right: auto; left: 1rem; }
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after { transform: rotate(180deg); transform-origin: 50% 50%; }

.is-accordion-submenu-parent { position: relative; }

.has-submenu-toggle > a { margin-right: 40px; }

.submenu-toggle { position: absolute; top: 0; right: 0; cursor: pointer; width: 40px; height: 40px; }
.submenu-toggle::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #1779ba transparent transparent; top: 0; bottom: 0; margin: auto; }

.submenu-toggle[aria-expanded='true']::after { transform: scaleY(-1); transform-origin: 50% 50%; }

.submenu-toggle-text { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); border: 0; }

.badge { display: inline-block; min-width: 2.1em; padding: 0.3em; border-radius: 50%; font-size: 0.6rem; text-align: center; background: #1779ba; color: #fefefe; }
.badge.primary { background: #1779ba; color: #fefefe; }
.badge.secondary { background: #767676; color: #fefefe; }
.badge.success { background: #3adb76; color: #0a0a0a; }
.badge.warning { background: #ffae00; color: #0a0a0a; }
.badge.alert { background: #cc4b37; color: #fefefe; }

.breadcrumbs { margin: 0 0 1rem 0; list-style: none; }
.breadcrumbs::before, .breadcrumbs::after { display: table; content: ' '; flex-basis: 0; order: 1; }
.breadcrumbs::after { clear: both; }
.breadcrumbs li { float: left; font-size: 0.6875rem; color: #0a0a0a; cursor: default; text-transform: uppercase; }
.breadcrumbs li:not(:last-child)::after { position: relative; margin: 0 0.75rem; opacity: 1; content: "/"; color: #cacaca; }
.breadcrumbs a { color: #1779ba; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs .disabled { color: #cacaca; cursor: not-allowed; }

.button-group { margin-bottom: 1rem; display: flex; flex-wrap: nowrap; align-items: stretch; }
.button-group::before, .button-group::after { display: table; content: ' '; flex-basis: 0; order: 1; }
.button-group::after { clear: both; }
.button-group .button { margin: 0; margin-right: 1px; margin-bottom: 1px; font-size: 0.9rem; flex: 0 0 auto; }
.button-group .button:last-child { margin-right: 0; }
.button-group.tiny .button { font-size: 0.6rem; }
.button-group.small .button { font-size: 0.75rem; }
.button-group.large .button { font-size: 1.25rem; }
.button-group.expanded .button { flex: 1 1 0px; }
.button-group.primary .button { background-color: #1779ba; color: #fefefe; }
.button-group.primary .button:hover, .button-group.primary .button:focus { background-color: #126195; color: #fefefe; }
.button-group.secondary .button { background-color: #767676; color: #fefefe; }
.button-group.secondary .button:hover, .button-group.secondary .button:focus { background-color: #5e5e5e; color: #fefefe; }
.button-group.success .button { background-color: #3adb76; color: #0a0a0a; }
.button-group.success .button:hover, .button-group.success .button:focus { background-color: #22bb5b; color: #0a0a0a; }
.button-group.warning .button { background-color: #ffae00; color: #0a0a0a; }
.button-group.warning .button:hover, .button-group.warning .button:focus { background-color: #cc8b00; color: #0a0a0a; }
.button-group.alert .button { background-color: #cc4b37; color: #fefefe; }
.button-group.alert .button:hover, .button-group.alert .button:focus { background-color: #a53b2a; color: #fefefe; }
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium { flex-wrap: wrap; }
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button { flex: 0 0 100%; }
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child { margin-bottom: 0; }
@media print, screen and (min-width: 40em) { .button-group.stacked-for-small .button { flex: 1 1 0px; margin-bottom: 0; } }
@media print, screen and (min-width: 64em) { .button-group.stacked-for-medium .button { flex: 1 1 0px; margin-bottom: 0; } }
@media screen and (max-width: 39.9375em) { .button-group.stacked-for-small.expanded { display: block; }
  .button-group.stacked-for-small.expanded .button { display: block; margin-right: 0; } }

.callout { position: relative; margin: 0 0 1rem 0; padding: 1rem; border: 1px solid rgba(10, 10, 10, 0.25); border-radius: 0; background-color: white; color: #0a0a0a; }
.callout > :first-child { margin-top: 0; }
.callout > :last-child { margin-bottom: 0; }
.callout.primary { background-color: #d7ecfa; color: #0a0a0a; }
.callout.secondary { background-color: #eaeaea; color: #0a0a0a; }
.callout.success { background-color: #e1faea; color: #0a0a0a; }
.callout.warning { background-color: #fff3d9; color: #0a0a0a; }
.callout.alert { background-color: #f7e4e1; color: #0a0a0a; }
.callout.small { padding-top: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; }
.callout.large { padding-top: 3rem; padding-right: 3rem; padding-bottom: 3rem; padding-left: 3rem; }

.card { display: flex; flex-direction: column; flex-grow: 1; margin-bottom: 1rem; border: 1px solid #e6e6e6; border-radius: 0; background: #fefefe; box-shadow: none; overflow: hidden; color: #0a0a0a; }
.card > :last-child { margin-bottom: 0; }

.card-divider { flex: 0 1 auto; display: flex; padding: 1rem; background: #e6e6e6; }
.card-divider > :last-child { margin-bottom: 0; }

.card-section { flex: 1 0 auto; padding: 1rem; }
.card-section > :last-child { margin-bottom: 0; }

.card-image { min-height: 1px; }

.close-button { position: absolute; color: #8a8a8a; cursor: pointer; }
[data-whatinput='mouse'] .close-button { outline: 0; }
.close-button:hover, .close-button:focus { color: #0a0a0a; }
.close-button.small { right: 0.66rem; top: 0.33em; font-size: 1.5em; line-height: 1; }
.close-button, .close-button.medium { right: 1rem; top: 0.5rem; font-size: 2em; line-height: 1; }

.menu { padding: 0; margin: 0; list-style: none; position: relative; display: flex; flex-wrap: wrap; }
[data-whatinput='mouse'] .menu li { outline: 0; }
.menu a, .menu .button { line-height: 1; text-decoration: none; white-space: nowrap; display: block; padding: 0.7rem 1rem; }
.menu input, .menu select, .menu a, .menu button { margin-bottom: 0; }
.menu input { display: inline-block; }
.menu, .menu.horizontal { flex-wrap: wrap; flex-direction: row; }
.menu.vertical { flex-wrap: nowrap; flex-direction: column; }
.menu.expanded li { flex: 1 1 0px; }
.menu.simple { align-items: center; }
.menu.simple li + li { margin-left: 1rem; }
.menu.simple a { padding: 0; }
@media print, screen and (min-width: 40em) { .menu.medium-horizontal { flex-wrap: wrap; flex-direction: row; }
  .menu.medium-vertical { flex-wrap: nowrap; flex-direction: column; }
  .menu.medium-expanded li { flex: 1 1 0px; }
  .menu.medium-simple li { flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) { .menu.large-horizontal { flex-wrap: wrap; flex-direction: row; }
  .menu.large-vertical { flex-wrap: nowrap; flex-direction: column; }
  .menu.large-expanded li { flex: 1 1 0px; }
  .menu.large-simple li { flex: 1 1 0px; } }
.menu.nested { margin-right: 0; margin-left: 1rem; }
.menu.icons a { display: flex; }
.menu.icon-left li a { flex-flow: row nowrap; }
.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg { margin-right: 0.25rem; }
.menu.icon-right li a { flex-flow: row nowrap; }
.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg { margin-left: 0.25rem; }
.menu.icon-top li a { flex-flow: column nowrap; }
.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg { align-self: stretch; margin-bottom: 0.25rem; text-align: center; }
.menu.icon-bottom li a { flex-flow: column nowrap; }
.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg { align-self: stretch; margin-bottom: 0.25rem; text-align: center; }
.menu .is-active > a { background: #1779ba; color: #fefefe; }
.menu.align-left { justify-content: flex-start; }
.menu.align-right li { display: flex; justify-content: flex-end; }
.menu.align-right li .submenu li { justify-content: flex-start; }
.menu.align-right.vertical li { display: block; text-align: right; }
.menu.align-right.vertical li .submenu li { text-align: right; }
.menu.align-right .nested { margin-right: 1rem; margin-left: 0; }
.menu.align-center li { display: flex; justify-content: center; }
.menu.align-center li .submenu li { justify-content: flex-start; }
.menu .menu-text { padding: 0.7rem 1rem; font-weight: bold; line-height: 1; color: inherit; }

.menu-centered > .menu { justify-content: center; }
.menu-centered > .menu li { display: flex; justify-content: center; }
.menu-centered > .menu li .submenu li { justify-content: flex-start; }

.no-js [data-responsive-menu] ul { display: none; }

.menu-icon { position: relative; display: inline-block; vertical-align: middle; width: 20px; height: 16px; cursor: pointer; }
.menu-icon::after { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 2px; background: #fefefe; box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; content: ''; }
.menu-icon:hover::after { background: #cacaca; box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark { position: relative; display: inline-block; vertical-align: middle; width: 20px; height: 16px; cursor: pointer; }
.menu-icon.dark::after { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 2px; background: #0a0a0a; box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; content: ''; }
.menu-icon.dark:hover::after { background: #8a8a8a; box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown { position: relative; overflow: hidden; }
.is-drilldown li { display: block; }
.is-drilldown.animate-height { transition: height 0.5s; }

.drilldown a { padding: 0.7rem 1rem; background: #242121; }
.drilldown .is-drilldown-submenu { position: absolute; top: 0; left: 100%; z-index: -1; width: 100%; background: #242121; transition: transform 0.15s linear; }
.drilldown .is-drilldown-submenu.is-active { z-index: 1; display: block; transform: translateX(-100%); }
.drilldown .is-drilldown-submenu.is-closing { transform: translateX(100%); }
.drilldown .is-drilldown-submenu a { padding: 0.7rem 1rem; }
.drilldown .nested.is-drilldown-submenu { margin-right: 0; margin-left: 0; }
.drilldown .drilldown-submenu-cover-previous { min-height: 100%; }
.drilldown .is-drilldown-submenu-parent > a { position: relative; }
.drilldown .is-drilldown-submenu-parent > a::after { position: absolute; top: 50%; margin-top: -6px; right: 1rem; display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #666565; }
.drilldown.align-left .is-drilldown-submenu-parent > a::after { left: auto; right: 1rem; display: block; width: 0; height: 0; border: inset 3px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba; }
.drilldown.align-right .is-drilldown-submenu-parent > a::after { right: auto; left: 1rem; display: block; width: 0; height: 0; border: inset 3px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; }
.drilldown .js-drilldown-back > a::before { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #666565 transparent transparent; border-left-width: 0; display: inline-block; vertical-align: middle; margin-right: 0.75rem; border-left-width: 0; }

.dropdown-pane { position: absolute; z-index: 10; width: 300px; padding: 1rem; visibility: hidden; display: none; border: 1px solid #cacaca; border-radius: 0; background-color: #fefefe; font-size: 1rem; }
.dropdown-pane.is-opening { display: block; }
.dropdown-pane.is-open { visibility: visible; display: block; }

.dropdown-pane.tiny { width: 100px; }

.dropdown-pane.small { width: 200px; }

.dropdown-pane.large { width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
.dropdown.menu a { padding: 0.7rem 1rem; }
[data-whatinput='mouse'] .dropdown.menu a { outline: 0; }
.dropdown.menu .is-active > a { background: transparent; color: #1779ba; }
.no-js .dropdown.menu ul { display: none; }
.dropdown.menu .nested.is-dropdown-submenu { margin-right: 0; margin-left: 0; }
.dropdown.menu.vertical > li .is-dropdown-submenu { top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }
@media print, screen and (min-width: 40em) { .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu { top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; } }
@media print, screen and (min-width: 64em) { .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu { top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub { top: 100%; right: 0; left: auto; }

.is-dropdown-menu.vertical { width: 100px; }
.is-dropdown-menu.vertical.align-right { float: right; }

.is-dropdown-submenu-parent { position: relative; }
.is-dropdown-submenu-parent a::after { position: absolute; top: 50%; right: 5px; margin-top: -3px; }
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu { top: 100%; left: auto; }
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu { right: 100%; left: auto; }
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }

.is-dropdown-submenu { position: absolute; top: 0; left: 100%; z-index: 500; display: none; min-width: 200px; border: 1px solid #cacaca; background: #fefefe; }
.dropdown .is-dropdown-submenu a { padding: 0.7rem 1rem; }
.is-dropdown-submenu .is-dropdown-submenu { margin-top: -1px; }
.is-dropdown-submenu > li { width: 100%; }
.is-dropdown-submenu.js-dropdown-active { display: block; }

.responsive-embed, .flex-video { position: relative; height: 0; margin-bottom: 1rem; padding-bottom: 75%; overflow: hidden; }
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.responsive-embed.widescreen, .flex-video.widescreen { padding-bottom: 56.25%; }

.label { display: inline-block; padding: 0.33333rem 0.5rem; border-radius: 0; font-size: 0.8rem; line-height: 1; white-space: nowrap; cursor: default; background: #1779ba; color: #fefefe; }
.label.primary { background: #1779ba; color: #fefefe; }
.label.secondary { background: #767676; color: #fefefe; }
.label.success { background: #3adb76; color: #0a0a0a; }
.label.warning { background: #ffae00; color: #0a0a0a; }
.label.alert { background: #cc4b37; color: #fefefe; }

.media-object { display: flex; margin-bottom: 1rem; flex-wrap: nowrap; }
.media-object img { max-width: none; }
@media screen and (max-width: 39.9375em) { .media-object.stack-for-small { flex-wrap: wrap; } }
@media screen and (max-width: 39.9375em) { .media-object.stack-for-small .media-object-section { padding: 0; padding-bottom: 1rem; flex-basis: 100%; max-width: 100%; }
  .media-object.stack-for-small .media-object-section img { width: 100%; } }

.media-object-section { flex: 0 1 auto; }
.media-object-section:first-child { padding-right: 1rem; }
.media-object-section:last-child:not(:nth-child(2)) { padding-left: 1rem; }
.media-object-section > :last-child { margin-bottom: 0; }
.media-object-section.main-section { flex: 1 1 0px; }

.is-off-canvas-open { overflow: hidden; }

.js-off-canvas-overlay { position: absolute; top: 0; left: 0; z-index: 11; width: 100%; height: 100%; transition: opacity 0.5s ease, visibility 0.5s ease; background: rgba(254, 254, 254, 0.25); opacity: 0; visibility: hidden; overflow: hidden; }
.js-off-canvas-overlay.is-visible { opacity: 1; visibility: visible; }
.js-off-canvas-overlay.is-closable { cursor: pointer; }
.js-off-canvas-overlay.is-overlay-absolute { position: absolute; }
.js-off-canvas-overlay.is-overlay-fixed { position: fixed; }

.off-canvas-wrapper { position: relative; overflow: hidden; }

.off-canvas { position: fixed; z-index: 12; transition: transform 0.5s ease; backface-visibility: hidden; background: #e6e6e6; }
[data-whatinput='mouse'] .off-canvas { outline: 0; }
.off-canvas.is-transition-push { z-index: 12; }
.off-canvas.is-closed { visibility: hidden; }
.off-canvas.is-transition-overlap { z-index: 13; }
.off-canvas.is-transition-overlap.is-open { box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
.off-canvas.is-open { transform: translate(0, 0); }

.off-canvas-absolute { position: absolute; z-index: 12; transition: transform 0.5s ease; backface-visibility: hidden; background: #e6e6e6; }
[data-whatinput='mouse'] .off-canvas-absolute { outline: 0; }
.off-canvas-absolute.is-transition-push { z-index: 12; }
.off-canvas-absolute.is-closed { visibility: hidden; }
.off-canvas-absolute.is-transition-overlap { z-index: 13; }
.off-canvas-absolute.is-transition-overlap.is-open { box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
.off-canvas-absolute.is-open { transform: translate(0, 0); }

.position-left { top: 0; left: 0; width: 250px; height: 100%; transform: translateX(-250px); overflow-y: auto; }
.off-canvas-content .off-canvas.position-left { transform: translateX(-250px); }
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open { transform: translate(0, 0); }
.off-canvas-content.is-open-left.has-transition-push { transform: translateX(250px); }
.position-left.is-transition-push { box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right { top: 0; right: 0; width: 250px; height: 100%; transform: translateX(250px); overflow-y: auto; }
.off-canvas-content .off-canvas.position-right { transform: translateX(250px); }
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open { transform: translate(0, 0); }
.off-canvas-content.is-open-right.has-transition-push { transform: translateX(-250px); }
.position-right.is-transition-push { box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top { top: 0; left: 0; width: 100%; height: 250px; transform: translateY(-250px); overflow-x: auto; }
.off-canvas-content .off-canvas.position-top { transform: translateY(-250px); }
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open { transform: translate(0, 0); }
.off-canvas-content.is-open-top.has-transition-push { transform: translateY(250px); }
.position-top.is-transition-push { box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom { bottom: 0; left: 0; width: 100%; height: 250px; transform: translateY(250px); overflow-x: auto; }
.off-canvas-content .off-canvas.position-bottom { transform: translateY(250px); }
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open { transform: translate(0, 0); }
.off-canvas-content.is-open-bottom.has-transition-push { transform: translateY(-250px); }
.position-bottom.is-transition-push { box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content { transform: none; transition: transform 0.5s ease; backface-visibility: hidden; }
.off-canvas-content.has-transition-push { transform: translate(0, 0); }
.off-canvas-content .off-canvas.is-open { transform: translate(0, 0); }

@media print, screen and (min-width: 40em) { .position-left.reveal-for-medium { transform: none; z-index: 12; transition: none; visibility: visible; }
  .position-left.reveal-for-medium .close-button { display: none; }
  .off-canvas-content .position-left.reveal-for-medium { transform: none; }
  .off-canvas-content.has-reveal-left { margin-left: 250px; }
  .position-left.reveal-for-medium ~ .off-canvas-content { margin-left: 250px; }
  .position-right.reveal-for-medium { transform: none; z-index: 12; transition: none; visibility: visible; }
  .position-right.reveal-for-medium .close-button { display: none; }
  .off-canvas-content .position-right.reveal-for-medium { transform: none; }
  .off-canvas-content.has-reveal-right { margin-right: 250px; }
  .position-right.reveal-for-medium ~ .off-canvas-content { margin-right: 250px; }
  .position-top.reveal-for-medium { transform: none; z-index: 12; transition: none; visibility: visible; }
  .position-top.reveal-for-medium .close-button { display: none; }
  .off-canvas-content .position-top.reveal-for-medium { transform: none; }
  .off-canvas-content.has-reveal-top { margin-top: 250px; }
  .position-top.reveal-for-medium ~ .off-canvas-content { margin-top: 250px; }
  .position-bottom.reveal-for-medium { transform: none; z-index: 12; transition: none; visibility: visible; }
  .position-bottom.reveal-for-medium .close-button { display: none; }
  .off-canvas-content .position-bottom.reveal-for-medium { transform: none; }
  .off-canvas-content.has-reveal-bottom { margin-bottom: 250px; }
  .position-bottom.reveal-for-medium ~ .off-canvas-content { margin-bottom: 250px; } }
@media print, screen and (min-width: 64em) { .position-left.reveal-for-large { transform: none; z-index: 12; transition: none; visibility: visible; }
  .position-left.reveal-for-large .close-button { display: none; }
  .off-canvas-content .position-left.reveal-for-large { transform: none; }
  .off-canvas-content.has-reveal-left { margin-left: 250px; }
  .position-left.reveal-for-large ~ .off-canvas-content { margin-left: 250px; }
  .position-right.reveal-for-large { transform: none; z-index: 12; transition: none; visibility: visible; }
  .position-right.reveal-for-large .close-button { display: none; }
  .off-canvas-content .position-right.reveal-for-large { transform: none; }
  .off-canvas-content.has-reveal-right { margin-right: 250px; }
  .position-right.reveal-for-large ~ .off-canvas-content { margin-right: 250px; }
  .position-top.reveal-for-large { transform: none; z-index: 12; transition: none; visibility: visible; }
  .position-top.reveal-for-large .close-button { display: none; }
  .off-canvas-content .position-top.reveal-for-large { transform: none; }
  .off-canvas-content.has-reveal-top { margin-top: 250px; }
  .position-top.reveal-for-large ~ .off-canvas-content { margin-top: 250px; }
  .position-bottom.reveal-for-large { transform: none; z-index: 12; transition: none; visibility: visible; }
  .position-bottom.reveal-for-large .close-button { display: none; }
  .off-canvas-content .position-bottom.reveal-for-large { transform: none; }
  .off-canvas-content.has-reveal-bottom { margin-bottom: 250px; }
  .position-bottom.reveal-for-large ~ .off-canvas-content { margin-bottom: 250px; } }
@media print, screen and (min-width: 40em) { .off-canvas.in-canvas-for-medium { visibility: visible; height: auto; position: static; background: inherit; width: inherit; overflow: inherit; transition: inherit; }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom { box-shadow: none; transform: none; }
  .off-canvas.in-canvas-for-medium .close-button { display: none; } }
@media print, screen and (min-width: 64em) { .off-canvas.in-canvas-for-large { visibility: visible; height: auto; position: static; background: inherit; width: inherit; overflow: inherit; transition: inherit; }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom { box-shadow: none; transform: none; }
  .off-canvas.in-canvas-for-large .close-button { display: none; } }
.orbit { position: relative; }

.orbit-container { position: relative; height: 0; margin: 0; list-style: none; overflow: hidden; }

.orbit-slide { width: 100%; }
.orbit-slide.no-motionui.is-active { top: 0; left: 0; }

.orbit-figure { margin: 0; }

.orbit-image { width: 100%; max-width: 100%; margin: 0; }

.orbit-caption { position: absolute; bottom: 0; width: 100%; margin-bottom: 0; padding: 1rem; background-color: rgba(10, 10, 10, 0.5); color: #fefefe; }

.orbit-previous, .orbit-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; padding: 1rem; color: #fefefe; }
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next { outline: 0; }
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus { background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous { left: 0; }

.orbit-next { left: auto; right: 0; }

.orbit-bullets { position: relative; margin-top: 0.8rem; margin-bottom: 0.8rem; text-align: center; }
[data-whatinput='mouse'] .orbit-bullets { outline: 0; }
.orbit-bullets button { width: 1.2rem; height: 1.2rem; margin: 0.1rem; border-radius: 50%; background-color: #cacaca; }
.orbit-bullets button:hover { background-color: #8a8a8a; }
.orbit-bullets button.is-active { background-color: #8a8a8a; }

.pagination { margin-left: 0; margin-bottom: 1rem; }
.pagination::before, .pagination::after { display: table; content: ' '; flex-basis: 0; order: 1; }
.pagination::after { clear: both; }
.pagination li { margin-right: 0.0625rem; border-radius: 0; font-size: 0.875rem; display: none; }
.pagination li:last-child, .pagination li:first-child { display: inline-block; }
@media print, screen and (min-width: 40em) { .pagination li { display: inline-block; } }
.pagination a, .pagination button { display: block; padding: 0.1875rem 0.625rem; border-radius: 0; color: #0a0a0a; }
.pagination a:hover, .pagination button:hover { background: #e6e6e6; }
.pagination .current { padding: 0.1875rem 0.625rem; background: #1779ba; color: #fefefe; cursor: default; }
.pagination .disabled { padding: 0.1875rem 0.625rem; color: #cacaca; cursor: not-allowed; }
.pagination .disabled:hover { background: transparent; }
.pagination .ellipsis::after { padding: 0.1875rem 0.625rem; content: '\2026'; color: #0a0a0a; }

.pagination-previous a::before, .pagination-previous.disabled::before { display: inline-block; margin-right: 0.5rem; content: '\00ab'; }

.pagination-next a::after, .pagination-next.disabled::after { display: inline-block; margin-left: 0.5rem; content: '\00bb'; }

.progress { height: 1rem; margin-bottom: 1rem; border-radius: 0; background-color: #cacaca; }
.progress.primary .progress-meter { background-color: #1779ba; }
.progress.secondary .progress-meter { background-color: #767676; }
.progress.success .progress-meter { background-color: #3adb76; }
.progress.warning .progress-meter { background-color: #ffae00; }
.progress.alert .progress-meter { background-color: #cc4b37; }

.progress-meter { position: relative; display: block; width: 0%; height: 100%; background-color: #1779ba; }

.progress-meter-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; margin: 0; font-size: 0.75rem; font-weight: bold; color: #fefefe; white-space: nowrap; }

.slider { position: relative; height: 0.5rem; margin-top: 1.25rem; margin-bottom: 2.25rem; background-color: #e6e6e6; cursor: pointer; user-select: none; touch-action: none; }

.slider-fill { position: absolute; top: 0; left: 0; display: inline-block; max-width: 100%; height: 0.5rem; background-color: #cacaca; transition: all 0.2s ease-in-out; }
.slider-fill.is-dragging { transition: all 0s linear; }

.slider-handle { position: absolute; top: 50%; transform: translateY(-50%); left: 0; z-index: 1; display: inline-block; width: 1.4rem; height: 1.4rem; border-radius: 0; background-color: #1779ba; transition: all 0.2s ease-in-out; touch-action: manipulation; }
[data-whatinput='mouse'] .slider-handle { outline: 0; }
.slider-handle:hover { background-color: #14679e; }
.slider-handle.is-dragging { transition: all 0s linear; }

.slider.disabled, .slider[disabled] { opacity: 0.25; cursor: not-allowed; }

.slider.vertical { display: inline-block; width: 0.5rem; height: 12.5rem; margin: 0 1.25rem; transform: scale(1, -1); }
.slider.vertical .slider-fill { top: 0; width: 0.5rem; max-height: 100%; }
.slider.vertical .slider-handle { position: absolute; top: 0; left: 50%; width: 1.4rem; height: 1.4rem; transform: translateX(-50%); }

.sticky-container { position: relative; }

.sticky { position: relative; z-index: 0; transform: translate3d(0, 0, 0); }

.sticky.is-stuck { position: fixed; z-index: 5; width: 100%; }
.sticky.is-stuck.is-at-top { top: 0; }
.sticky.is-stuck.is-at-bottom { bottom: 0; }

.sticky.is-anchored { position: relative; right: auto; left: auto; }
.sticky.is-anchored.is-at-bottom { bottom: 0; }

body.is-reveal-open { overflow: hidden; }

html.is-reveal-open, html.is-reveal-open body { min-height: 100%; overflow: hidden; position: fixed; user-select: none; }

.reveal-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1005; display: none; background-color: rgba(10, 10, 10, 0.45); overflow-y: scroll; }

.reveal { z-index: 1006; backface-visibility: hidden; display: none; padding: 1rem; border: 1px solid #cacaca; border-radius: 0; background-color: #fefefe; position: relative; top: 100px; margin-right: auto; margin-left: auto; overflow-y: auto; }
[data-whatinput='mouse'] .reveal { outline: 0; }
@media print, screen and (min-width: 40em) { .reveal { min-height: 0; } }
.reveal .column, .reveal .columns { min-width: 0; }
.reveal > :last-child { margin-bottom: 0; }
@media print, screen and (min-width: 40em) { .reveal { width: 600px; max-width: 75rem; } }
.reveal.collapse { padding: 0; }
@media print, screen and (min-width: 40em) { .reveal.tiny { width: 30%; max-width: 75rem; } }
@media print, screen and (min-width: 40em) { .reveal.small { width: 50%; max-width: 75rem; } }
@media print, screen and (min-width: 40em) { .reveal.large { width: 90%; max-width: 75rem; } }
.reveal.full { top: 0; left: 0; width: 100%; max-width: none; height: 100%; height: 100vh; min-height: 100vh; margin-left: 0; border: 0; border-radius: 0; }
@media screen and (max-width: 39.9375em) { .reveal { top: 0; left: 0; width: 100%; max-width: none; height: 100%; height: 100vh; min-height: 100vh; margin-left: 0; border: 0; border-radius: 0; } }
.reveal.without-overlay { position: fixed; }

.switch { height: 2rem; position: relative; margin-bottom: 1rem; outline: 0; font-size: 0.875rem; font-weight: bold; color: #fefefe; user-select: none; }

.switch-input { position: absolute; margin-bottom: 0; opacity: 0; }

.switch-paddle { position: relative; display: block; width: 4rem; height: 2rem; border-radius: 0; background: #cacaca; transition: all 0.25s ease-out; font-weight: inherit; color: inherit; cursor: pointer; }
input + .switch-paddle { margin: 0; }
.switch-paddle::after { position: absolute; top: 0.25rem; left: 0.25rem; display: block; width: 1.5rem; height: 1.5rem; transform: translate3d(0, 0, 0); border-radius: 0; background: #fefefe; transition: all 0.25s ease-out; content: ''; }
input:checked ~ .switch-paddle { background: #1779ba; }
input:checked ~ .switch-paddle::after { left: 2.25rem; }
[data-whatinput='mouse'] input:focus ~ .switch-paddle { outline: 0; }

.switch-active, .switch-inactive { position: absolute; top: 50%; transform: translateY(-50%); }

.switch-active { left: 8%; display: none; }
input:checked + label > .switch-active { display: block; }

.switch-inactive { right: 15%; }
input:checked + label > .switch-inactive { display: none; }

.switch.tiny { height: 1.5rem; }
.switch.tiny .switch-paddle { width: 3rem; height: 1.5rem; font-size: 0.625rem; }
.switch.tiny .switch-paddle::after { top: 0.25rem; left: 0.25rem; width: 1rem; height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle::after { left: 1.75rem; }

.switch.small { height: 1.75rem; }
.switch.small .switch-paddle { width: 3.5rem; height: 1.75rem; font-size: 0.75rem; }
.switch.small .switch-paddle::after { top: 0.25rem; left: 0.25rem; width: 1.25rem; height: 1.25rem; }
.switch.small input:checked ~ .switch-paddle::after { left: 2rem; }

.switch.large { height: 2.5rem; }
.switch.large .switch-paddle { width: 5rem; height: 2.5rem; font-size: 1rem; }
.switch.large .switch-paddle::after { top: 0.25rem; left: 0.25rem; width: 2rem; height: 2rem; }
.switch.large input:checked ~ .switch-paddle::after { left: 2.75rem; }

table { border-collapse: collapse; width: 100%; margin-bottom: 1rem; border-radius: 0; }
thead, tbody, tfoot { border: 1px solid #f1f1f1; background-color: #fefefe; }

caption { padding: 0.5rem 0.625rem 0.625rem; font-weight: bold; }

thead { background: #f8f8f8; color: #0a0a0a; }

tfoot { background: #f1f1f1; color: #0a0a0a; }

thead tr, tfoot tr { background: transparent; }
thead th, thead td, tfoot th, tfoot td { padding: 0.5rem 0.625rem 0.625rem; font-weight: bold; text-align: left; }

tbody th, tbody td { padding: 0.5rem 0.625rem 0.625rem; }

tbody tr:nth-child(even) { border-bottom: 0; background-color: #f1f1f1; }

table.unstriped tbody { background-color: #fefefe; }
table.unstriped tbody tr { border-bottom: 0; border-bottom: 1px solid #f1f1f1; background-color: #fefefe; }

@media screen and (max-width: 63.9375em) { table.stack thead { display: none; }
  table.stack tfoot { display: none; }
  table.stack tr, table.stack th, table.stack td { display: block; }
  table.stack td { border-top: 0; } }

table.scroll { display: block; width: 100%; overflow-x: auto; }

table.hover thead tr:hover { background-color: #f3f3f3; }
table.hover tfoot tr:hover { background-color: #ececec; }
table.hover tbody tr:hover { background-color: #f9f9f9; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover { background-color: #ececec; }

.table-scroll { overflow-x: auto; }
.table-scroll table { width: auto; }

.tabs { margin: 0; border: 1px solid #e6e6e6; background: #fefefe; list-style-type: none; }
.tabs::before, .tabs::after { display: table; content: ' '; flex-basis: 0; order: 1; }
.tabs::after { clear: both; }

.tabs.vertical > li { display: block; float: none; width: auto; }

.tabs.simple > li > a { padding: 0; }
.tabs.simple > li > a:hover { background: transparent; }

.tabs.primary { background: #1779ba; }
.tabs.primary > li > a { color: #fefefe; }
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus { background: #1673b1; }

.tabs-title { float: left; }
.tabs-title > a { display: block; padding: 1.25rem 1.5rem; font-size: 0.75rem; line-height: 1; color: #1779ba; }
.tabs-title > a:hover { background: #fefefe; color: #1468a0; }
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] { background: #e6e6e6; color: #1779ba; }

.tabs-content { border: 1px solid #e6e6e6; border-top: 0; background: #fefefe; color: #0a0a0a; transition: all 0.5s ease; }

.tabs-content.vertical { border: 1px solid #e6e6e6; border-left: 0; }

.tabs-panel { display: none; padding: 1rem; }
.tabs-panel.is-active { display: block; }

.thumbnail { display: inline-block; max-width: 100%; margin-bottom: 1rem; border: solid 4px #fefefe; border-radius: 0; box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2); line-height: 0; }

a.thumbnail { transition: box-shadow 200ms ease-out; }
a.thumbnail:hover, a.thumbnail:focus { box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
a.thumbnail image { box-shadow: none; }

.title-bar { padding: 0.5rem; background: #0a0a0a; color: #fefefe; display: flex; justify-content: flex-start; align-items: center; }
.title-bar .menu-icon { margin-left: 0.25rem; margin-right: 0.25rem; }

.title-bar-left, .title-bar-right { flex: 1 1 0px; }

.title-bar-right { text-align: right; }

.title-bar-title { display: inline-block; vertical-align: middle; font-weight: bold; }

.has-tip { position: relative; display: inline-block; border-bottom: dotted 1px #8a8a8a; font-weight: bold; cursor: help; }

.tooltip { position: absolute; top: calc(100% + 0.6495rem); z-index: 1200; max-width: 10rem; padding: 0.75rem; border-radius: 0; background-color: #0a0a0a; font-size: 80%; color: #fefefe; }
.tooltip::before { position: absolute; }
.tooltip.bottom::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-top-width: 0; border-bottom-style: solid; border-color: transparent transparent #0a0a0a; bottom: 100%; }
.tooltip.bottom.align-center::before { left: 50%; transform: translateX(-50%); }
.tooltip.top::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #0a0a0a transparent transparent; top: 100%; bottom: auto; }
.tooltip.top.align-center::before { left: 50%; transform: translateX(-50%); }
.tooltip.left::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #0a0a0a; left: 100%; }
.tooltip.left.align-center::before { bottom: auto; top: 50%; transform: translateY(-50%); }
.tooltip.right::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #0a0a0a transparent transparent; right: 100%; left: auto; }
.tooltip.right.align-center::before { bottom: auto; top: 50%; transform: translateY(-50%); }
.tooltip.align-top::before { bottom: auto; top: 10%; }
.tooltip.align-bottom::before { bottom: 10%; top: auto; }
.tooltip.align-left::before { left: 10%; right: auto; }
.tooltip.align-right::before { left: auto; right: 10%; }

.top-bar { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 0.5rem; flex-wrap: wrap; }
.top-bar, .top-bar ul { background-color: #e6e6e6; }
.top-bar input { max-width: 200px; margin-right: 1rem; }
.top-bar .input-group-field { width: 100%; margin-right: 0; }
.top-bar input.button { width: auto; }
.top-bar .top-bar-left, .top-bar .top-bar-right { flex: 0 0 100%; max-width: 100%; }
@media print, screen and (min-width: 40em) { .top-bar { flex-wrap: nowrap; }
  .top-bar .top-bar-left { flex: 1 1 auto; margin-right: auto; }
  .top-bar .top-bar-right { flex: 0 1 auto; margin-left: auto; } }
@media screen and (max-width: 63.9375em) { .top-bar.stacked-for-medium { flex-wrap: wrap; }
  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right { flex: 0 0 100%; max-width: 100%; } }
@media screen and (max-width: 74.9375em) { .top-bar.stacked-for-large { flex-wrap: wrap; }
  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right { flex: 0 0 100%; max-width: 100%; } }

.top-bar-title { flex: 0 0 auto; margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left, .top-bar-right { flex: 0 0 auto; }

.hide { display: none !important; }

.invisible { visibility: hidden; }

@media screen and (max-width: 39.9375em) { .hide-for-small-only { display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) { .show-for-small-only { display: none !important; } }

@media print, screen and (min-width: 40em) { .hide-for-medium { display: none !important; } }

@media screen and (max-width: 39.9375em) { .show-for-medium { display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .hide-for-medium-only { display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) { .show-for-medium-only { display: none !important; } }

@media print, screen and (min-width: 64em) { .hide-for-large { display: none !important; } }

@media screen and (max-width: 63.9375em) { .show-for-large { display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) { .hide-for-large-only { display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) { .show-for-large-only { display: none !important; } }

.show-for-sr, .show-on-focus { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); border: 0; }

.show-on-focus:active, .show-on-focus:focus { position: static !important; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; clip-path: none; }

.show-for-landscape, .hide-for-portrait { display: block !important; }
@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: block !important; } }
@media screen and (orientation: portrait) { .show-for-landscape, .hide-for-portrait { display: none !important; } }

.hide-for-landscape, .show-for-portrait { display: none !important; }
@media screen and (orientation: landscape) { .hide-for-landscape, .show-for-portrait { display: none !important; } }
@media screen and (orientation: portrait) { .hide-for-landscape, .show-for-portrait { display: block !important; } }

.float-left { float: left !important; }

.float-right { float: right !important; }

.float-center { display: block; margin-right: auto; margin-left: auto; }

.clearfix::before, .clearfix::after { display: table; content: ' '; flex-basis: 0; order: 1; }
.clearfix::after { clear: both; }

.slide-in-down.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: translateY(-100%); transition-property: transform, opacity; backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active { transform: translateY(0); }

.slide-in-left.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: translateX(-100%); transition-property: transform, opacity; backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active { transform: translateX(0); }

.slide-in-up.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: translateY(100%); transition-property: transform, opacity; backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active { transform: translateY(0); }

.slide-in-right.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: translateX(100%); transition-property: transform, opacity; backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active { transform: translateX(0); }

.slide-out-down.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: translateY(0); transition-property: transform, opacity; backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active { transform: translateY(100%); }

.slide-out-right.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: translateX(0); transition-property: transform, opacity; backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active { transform: translateX(100%); }

.slide-out-up.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: translateY(0); transition-property: transform, opacity; backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active { transform: translateY(-100%); }

.slide-out-left.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: translateX(0); transition-property: transform, opacity; backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active { transform: translateX(-100%); }

.fade-in.mui-enter { transition-duration: 500ms; transition-timing-function: linear; opacity: 0; transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active { opacity: 1; }

.fade-out.mui-leave { transition-duration: 500ms; transition-timing-function: linear; opacity: 1; transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active { opacity: 0; }

.hinge-in-from-top.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateX(-90deg); transform-origin: top; transition-property: transform, opacity; opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; }

.hinge-in-from-right.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateY(-90deg); transform-origin: right; transition-property: transform, opacity; opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; }

.hinge-in-from-bottom.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateX(90deg); transform-origin: bottom; transition-property: transform, opacity; opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; }

.hinge-in-from-left.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateY(90deg); transform-origin: left; transition-property: transform, opacity; opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; }

.hinge-in-from-middle-x.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateX(-90deg); transform-origin: center; transition-property: transform, opacity; opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; }

.hinge-in-from-middle-y.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotateY(-90deg); transform-origin: center; transition-property: transform, opacity; opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active { transform: perspective(2000px) rotate(0deg); opacity: 1; }

.hinge-out-from-top.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: top; transition-property: transform, opacity; opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active { transform: perspective(2000px) rotateX(-90deg); opacity: 0; }

.hinge-out-from-right.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: right; transition-property: transform, opacity; opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active { transform: perspective(2000px) rotateY(-90deg); opacity: 0; }

.hinge-out-from-bottom.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: bottom; transition-property: transform, opacity; opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active { transform: perspective(2000px) rotateX(90deg); opacity: 0; }

.hinge-out-from-left.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: left; transition-property: transform, opacity; opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active { transform: perspective(2000px) rotateY(90deg); opacity: 0; }

.hinge-out-from-middle-x.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: center; transition-property: transform, opacity; opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active { transform: perspective(2000px) rotateX(-90deg); opacity: 0; }

.hinge-out-from-middle-y.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: perspective(2000px) rotate(0deg); transform-origin: center; transition-property: transform, opacity; opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active { transform: perspective(2000px) rotateY(-90deg); opacity: 0; }

.scale-in-up.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: scale(0.5); transition-property: transform, opacity; opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active { transform: scale(1); opacity: 1; }

.scale-in-down.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: scale(1.5); transition-property: transform, opacity; opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active { transform: scale(1); opacity: 1; }

.scale-out-up.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: scale(1); transition-property: transform, opacity; opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active { transform: scale(1.5); opacity: 0; }

.scale-out-down.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: scale(1); transition-property: transform, opacity; opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active { transform: scale(0.5); opacity: 0; }

.spin-in.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: rotate(-0.75turn); transition-property: transform, opacity; opacity: 0; }
.spin-in.mui-enter.mui-enter-active { transform: rotate(0); opacity: 1; }

.spin-out.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: rotate(0); transition-property: transform, opacity; opacity: 1; }
.spin-out.mui-leave.mui-leave-active { transform: rotate(0.75turn); opacity: 0; }

.spin-in-ccw.mui-enter { transition-duration: 500ms; transition-timing-function: linear; transform: rotate(0.75turn); transition-property: transform, opacity; opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active { transform: rotate(0); opacity: 1; }

.spin-out-ccw.mui-leave { transition-duration: 500ms; transition-timing-function: linear; transform: rotate(0); transition-property: transform, opacity; opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active { transform: rotate(-0.75turn); opacity: 0; }

.slow { transition-duration: 750ms !important; }

.fast { transition-duration: 250ms !important; }

.linear { transition-timing-function: linear !important; }

.ease { transition-timing-function: ease !important; }

.ease-in { transition-timing-function: ease-in !important; }

.ease-out { transition-timing-function: ease-out !important; }

.ease-in-out { transition-timing-function: ease-in-out !important; }

.bounce-in { transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out { transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out { transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay { transition-delay: 300ms !important; }

.long-delay { transition-delay: 700ms !important; }

.shake { animation-name: shake-7; }
@keyframes shake-7 { 0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% { transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% { transform: translateX(-7%); } }
.spin-cw { animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn { 0% { transform: rotate(-1turn); }
  100% { transform: rotate(0); } }
.spin-ccw { animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn { 0% { transform: rotate(0); }
  100% { transform: rotate(1turn); } }
.wiggle { animation-name: wiggle-7deg; }
@keyframes wiggle-7deg { 40%, 50%, 60% { transform: rotate(7deg); }
  35%, 45%, 55%, 65% { transform: rotate(-7deg); }
  0%, 30%, 70%, 100% { transform: rotate(0); } }
.shake, .spin-cw, .spin-ccw, .wiggle { animation-duration: 500ms; }

.infinite { animation-iteration-count: infinite; }

.slow { animation-duration: 750ms !important; }

.fast { animation-duration: 250ms !important; }

.linear { animation-timing-function: linear !important; }

.ease { animation-timing-function: ease !important; }

.ease-in { animation-timing-function: ease-in !important; }

.ease-out { animation-timing-function: ease-out !important; }

.ease-in-out { animation-timing-function: ease-in-out !important; }

.bounce-in { animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out { animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out { animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay { animation-delay: 300ms !important; }

.long-delay { animation-delay: 700ms !important; }

/*# sourceMappingURL=app.css.map */



