@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

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

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

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

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

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

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

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #A3CD39;
  text-decoration: none;
}
a:hover, a:focus {
  color: #759425;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: #999999;
}

.text-primary {
  color: #A3CD39;
}

a.text-primary:hover {
  color: #85a82b;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #A3CD39;
}

a.bg-primary:hover {
  background-color: #85a82b;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.1666666667%;
}

.col-xs-2 {
  width: 8.3333333333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.6666666667%;
}

.col-xs-5 {
  width: 20.8333333333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.1666666667%;
}

.col-xs-8 {
  width: 33.3333333333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.6666666667%;
}

.col-xs-11 {
  width: 45.8333333333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.1666666667%;
}

.col-xs-14 {
  width: 58.3333333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.6666666667%;
}

.col-xs-17 {
  width: 70.8333333333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.1666666667%;
}

.col-xs-20 {
  width: 83.3333333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.6666666667%;
}

.col-xs-23 {
  width: 95.8333333333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 4.1666666667%;
}

.col-xs-pull-2 {
  right: 8.3333333333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.6666666667%;
}

.col-xs-pull-5 {
  right: 20.8333333333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.1666666667%;
}

.col-xs-pull-8 {
  right: 33.3333333333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.6666666667%;
}

.col-xs-pull-11 {
  right: 45.8333333333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.1666666667%;
}

.col-xs-pull-14 {
  right: 58.3333333333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.6666666667%;
}

.col-xs-pull-17 {
  right: 70.8333333333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.1666666667%;
}

.col-xs-pull-20 {
  right: 83.3333333333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.6666666667%;
}

.col-xs-pull-23 {
  right: 95.8333333333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 4.1666666667%;
}

.col-xs-push-2 {
  left: 8.3333333333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.6666666667%;
}

.col-xs-push-5 {
  left: 20.8333333333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.1666666667%;
}

.col-xs-push-8 {
  left: 33.3333333333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.6666666667%;
}

.col-xs-push-11 {
  left: 45.8333333333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.1666666667%;
}

.col-xs-push-14 {
  left: 58.3333333333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.6666666667%;
}

.col-xs-push-17 {
  left: 70.8333333333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.1666666667%;
}

.col-xs-push-20 {
  left: 83.3333333333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.6666666667%;
}

.col-xs-push-23 {
  left: 95.8333333333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.1666666667%;
}

.col-xs-offset-2 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 20.8333333333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.1666666667%;
}

.col-xs-offset-8 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 45.8333333333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.1666666667%;
}

.col-xs-offset-14 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-17 {
  margin-left: 70.8333333333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.1666666667%;
}

.col-xs-offset-20 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-23 {
  margin-left: 95.8333333333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }

  .col-sm-1 {
    width: 4.1666666667%;
  }

  .col-sm-2 {
    width: 8.3333333333%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-4 {
    width: 16.6666666667%;
  }

  .col-sm-5 {
    width: 20.8333333333%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-7 {
    width: 29.1666666667%;
  }

  .col-sm-8 {
    width: 33.3333333333%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-10 {
    width: 41.6666666667%;
  }

  .col-sm-11 {
    width: 45.8333333333%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-13 {
    width: 54.1666666667%;
  }

  .col-sm-14 {
    width: 58.3333333333%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-16 {
    width: 66.6666666667%;
  }

  .col-sm-17 {
    width: 70.8333333333%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-19 {
    width: 79.1666666667%;
  }

  .col-sm-20 {
    width: 83.3333333333%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-22 {
    width: 91.6666666667%;
  }

  .col-sm-23 {
    width: 95.8333333333%;
  }

  .col-sm-24 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 4.1666666667%;
  }

  .col-sm-pull-2 {
    right: 8.3333333333%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-4 {
    right: 16.6666666667%;
  }

  .col-sm-pull-5 {
    right: 20.8333333333%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-7 {
    right: 29.1666666667%;
  }

  .col-sm-pull-8 {
    right: 33.3333333333%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-10 {
    right: 41.6666666667%;
  }

  .col-sm-pull-11 {
    right: 45.8333333333%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-13 {
    right: 54.1666666667%;
  }

  .col-sm-pull-14 {
    right: 58.3333333333%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-16 {
    right: 66.6666666667%;
  }

  .col-sm-pull-17 {
    right: 70.8333333333%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-19 {
    right: 79.1666666667%;
  }

  .col-sm-pull-20 {
    right: 83.3333333333%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-22 {
    right: 91.6666666667%;
  }

  .col-sm-pull-23 {
    right: 95.8333333333%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 4.1666666667%;
  }

  .col-sm-push-2 {
    left: 8.3333333333%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-4 {
    left: 16.6666666667%;
  }

  .col-sm-push-5 {
    left: 20.8333333333%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-7 {
    left: 29.1666666667%;
  }

  .col-sm-push-8 {
    left: 33.3333333333%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-10 {
    left: 41.6666666667%;
  }

  .col-sm-push-11 {
    left: 45.8333333333%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-13 {
    left: 54.1666666667%;
  }

  .col-sm-push-14 {
    left: 58.3333333333%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-16 {
    left: 66.6666666667%;
  }

  .col-sm-push-17 {
    left: 70.8333333333%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-19 {
    left: 79.1666666667%;
  }

  .col-sm-push-20 {
    left: 83.3333333333%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-22 {
    left: 91.6666666667%;
  }

  .col-sm-push-23 {
    left: 95.8333333333%;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }

  .col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }

  .col-sm-offset-6 {
    margin-left: 25%;
  }

  .col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }

  .col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }

  .col-sm-offset-12 {
    margin-left: 50%;
  }

  .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }

  .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }

  .col-sm-offset-18 {
    margin-left: 75%;
  }

  .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }

  .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }

  .col-sm-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }

  .col-md-1 {
    width: 4.1666666667%;
  }

  .col-md-2 {
    width: 8.3333333333%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-4 {
    width: 16.6666666667%;
  }

  .col-md-5 {
    width: 20.8333333333%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-7 {
    width: 29.1666666667%;
  }

  .col-md-8 {
    width: 33.3333333333%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-10 {
    width: 41.6666666667%;
  }

  .col-md-11 {
    width: 45.8333333333%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-13 {
    width: 54.1666666667%;
  }

  .col-md-14 {
    width: 58.3333333333%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-16 {
    width: 66.6666666667%;
  }

  .col-md-17 {
    width: 70.8333333333%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-19 {
    width: 79.1666666667%;
  }

  .col-md-20 {
    width: 83.3333333333%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-22 {
    width: 91.6666666667%;
  }

  .col-md-23 {
    width: 95.8333333333%;
  }

  .col-md-24 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 4.1666666667%;
  }

  .col-md-pull-2 {
    right: 8.3333333333%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-4 {
    right: 16.6666666667%;
  }

  .col-md-pull-5 {
    right: 20.8333333333%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-7 {
    right: 29.1666666667%;
  }

  .col-md-pull-8 {
    right: 33.3333333333%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-10 {
    right: 41.6666666667%;
  }

  .col-md-pull-11 {
    right: 45.8333333333%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-13 {
    right: 54.1666666667%;
  }

  .col-md-pull-14 {
    right: 58.3333333333%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-16 {
    right: 66.6666666667%;
  }

  .col-md-pull-17 {
    right: 70.8333333333%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-19 {
    right: 79.1666666667%;
  }

  .col-md-pull-20 {
    right: 83.3333333333%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-22 {
    right: 91.6666666667%;
  }

  .col-md-pull-23 {
    right: 95.8333333333%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 4.1666666667%;
  }

  .col-md-push-2 {
    left: 8.3333333333%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-4 {
    left: 16.6666666667%;
  }

  .col-md-push-5 {
    left: 20.8333333333%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-7 {
    left: 29.1666666667%;
  }

  .col-md-push-8 {
    left: 33.3333333333%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-10 {
    left: 41.6666666667%;
  }

  .col-md-push-11 {
    left: 45.8333333333%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-13 {
    left: 54.1666666667%;
  }

  .col-md-push-14 {
    left: 58.3333333333%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-16 {
    left: 66.6666666667%;
  }

  .col-md-push-17 {
    left: 70.8333333333%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-19 {
    left: 79.1666666667%;
  }

  .col-md-push-20 {
    left: 83.3333333333%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-22 {
    left: 91.6666666667%;
  }

  .col-md-push-23 {
    left: 95.8333333333%;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 4.1666666667%;
  }

  .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .col-md-offset-4 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-5 {
    margin-left: 20.8333333333%;
  }

  .col-md-offset-6 {
    margin-left: 25%;
  }

  .col-md-offset-7 {
    margin-left: 29.1666666667%;
  }

  .col-md-offset-8 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .col-md-offset-10 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-11 {
    margin-left: 45.8333333333%;
  }

  .col-md-offset-12 {
    margin-left: 50%;
  }

  .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }

  .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }

  .col-md-offset-18 {
    margin-left: 75%;
  }

  .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }

  .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }

  .col-lg-1 {
    width: 4.1666666667%;
  }

  .col-lg-2 {
    width: 8.3333333333%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-4 {
    width: 16.6666666667%;
  }

  .col-lg-5 {
    width: 20.8333333333%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-7 {
    width: 29.1666666667%;
  }

  .col-lg-8 {
    width: 33.3333333333%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-10 {
    width: 41.6666666667%;
  }

  .col-lg-11 {
    width: 45.8333333333%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-13 {
    width: 54.1666666667%;
  }

  .col-lg-14 {
    width: 58.3333333333%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-16 {
    width: 66.6666666667%;
  }

  .col-lg-17 {
    width: 70.8333333333%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-19 {
    width: 79.1666666667%;
  }

  .col-lg-20 {
    width: 83.3333333333%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-22 {
    width: 91.6666666667%;
  }

  .col-lg-23 {
    width: 95.8333333333%;
  }

  .col-lg-24 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 4.1666666667%;
  }

  .col-lg-pull-2 {
    right: 8.3333333333%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-4 {
    right: 16.6666666667%;
  }

  .col-lg-pull-5 {
    right: 20.8333333333%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-7 {
    right: 29.1666666667%;
  }

  .col-lg-pull-8 {
    right: 33.3333333333%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-10 {
    right: 41.6666666667%;
  }

  .col-lg-pull-11 {
    right: 45.8333333333%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-13 {
    right: 54.1666666667%;
  }

  .col-lg-pull-14 {
    right: 58.3333333333%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-16 {
    right: 66.6666666667%;
  }

  .col-lg-pull-17 {
    right: 70.8333333333%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-19 {
    right: 79.1666666667%;
  }

  .col-lg-pull-20 {
    right: 83.3333333333%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-22 {
    right: 91.6666666667%;
  }

  .col-lg-pull-23 {
    right: 95.8333333333%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 4.1666666667%;
  }

  .col-lg-push-2 {
    left: 8.3333333333%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-4 {
    left: 16.6666666667%;
  }

  .col-lg-push-5 {
    left: 20.8333333333%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-7 {
    left: 29.1666666667%;
  }

  .col-lg-push-8 {
    left: 33.3333333333%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-10 {
    left: 41.6666666667%;
  }

  .col-lg-push-11 {
    left: 45.8333333333%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-13 {
    left: 54.1666666667%;
  }

  .col-lg-push-14 {
    left: 58.3333333333%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-16 {
    left: 66.6666666667%;
  }

  .col-lg-push-17 {
    left: 70.8333333333%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-19 {
    left: 79.1666666667%;
  }

  .col-lg-push-20 {
    left: 83.3333333333%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-22 {
    left: 91.6666666667%;
  }

  .col-lg-push-23 {
    left: 95.8333333333%;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }

  .col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }

  .col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }

  .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }

  .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  /* IE8-9 */
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 11.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * * Shared Parts
 * */
/**
 * * Swiper 4.1.0
 * * Most modern mobile touch slider and framework with hardware accelerated transitions
 * * http://www.idangero.us/swiper/
 * *
 * * Copyright 2014-2018 Vladimir Kharlampidi
 * *
 * * Released under the MIT License
 * *
 * * Released on: January 13, 2018 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  display: none;
  top: 50%;
  z-index: 10;
  width: 57px;
  height: 93px;
  margin-top: -28px;
  cursor: pointer;
  background: no-repeat center;
}
@media (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: block;
  }
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url(../img/shared/pc/arrow_left.png);
  left: -1px;
}

.swiper-button-next {
  background-image: url(../img/shared/pc/arrow_right.png);
  right: -1px;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 7.5px;
  height: 7.5px;
  display: inline-block;
  border-radius: 100%;
  background: url(../img/shared/carousel_circle_off.png) no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-image: url(../img/shared/carousel_circle_on.png);
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container img, .swiper-zoom-container svg, .swiper-zoom-container canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.gWarning {
  position: relative;
  z-index: 99;
  height: 44px;
  background: #fff297;
}

.gWarningInner {
  position: relative;
  z-index: 100;
  padding: 0;
}

.gWarningTitle {
  position: absolute;
  z-index: 120;
  top: 0;
  left: 0;
  display: block;
  padding-right: 35px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  background: url(../img/doubletree/shared/warn/down_arrow_warn.png) #fff297 right center no-repeat;
  background-size: 29px 9px;
  text-decoration: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .gWarningTitle {
    background: url(../img/doubletree/shared/warn/sm_down_arrow_warn.png) #fff297 right center no-repeat;
  }
}
.gWarningTitle:before {
  margin: -2px 10px 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/doubletree/shared/warn/icon_warn.png) no-repeat;
  background-size: 25px 25px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 768px) {
  .gWarningTitle:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/doubletree/shared/warn/icon_sm_warn.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}
#gWarning.opened .gWarningTitle {
  background-image: url(../img/doubletree/shared/warn/up_arrow_warn.png);
}
@media (min-width: 768px) {
  #gWarning.opened .gWarningTitle {
    background-image: url(../img/doubletree/shared/warn/sm_up_arrow_warn.png);
  }
}

.gWarningInner .container {
  position: relative;
}

.gWarningMessage {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 0;
  background: #fff297;
  color: #000;
}
.gWarningMessage:before, .gWarningMessage:after {
  content: " ";
  display: table;
}
.gWarningMessage:after {
  clear: both;
}
.gWarningMessage:before {
  display: block;
  content: "";
  float: right;
  margin-bottom: 10px;
  width: 35px;
}
.gWarningMessage .closeBtn {
  display: block;
  margin: 15px auto 0;
  width: 130px;
  line-height: 36px;
  text-align: center;
  background: #09194E;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .gWarningMessage .closeBtn {
    margin-bottom: 20px;
    float: right;
  }
}
.gWarningMessage .closeBtn:before {
  margin: 0 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/doubletree/shared/warn/close_warn.png) no-repeat;
  background-size: 10px 10px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 768px) {
  .gWarningMessage .closeBtn:before {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../img/doubletree/shared/warn/sm_close_warn.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}
.gWarningMessage .curioCloseBtn {
  background: #51657d;
}

.gWarningMessageInner {
  padding: 10px 10px 0 40px;
}

.gWarningContainer {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .gWarningContainer {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .gWarningContainer {
    max-width: 1160px;
  }
}

.gWarningHotelPageContainerMobile {
  padding: 0;
}
@media (min-width: 768px) {
  .gWarningHotelPageContainerMobile .closeBtn {
    margin-right: 10px;
  }
}

.gWarningHotelPageContainerDesktop {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .gWarningHotelPageContainerDesktop .closeBtn {
    margin-right: 10px;
  }
}

.breadcrumbsWrap:before, .breadcrumbsWrap:after {
  content: " ";
  display: table;
}
.breadcrumbsWrap:after {
  clear: both;
}

.breadcrumbs {
  margin-top: 1px;
  padding: 10px 10px 10px 0;
  background: #eee;
  font-size: 12px;
}
.breadcrumbs:before, .breadcrumbs:after {
  content: " ";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs a, .breadcrumbs div {
  float: left;
  padding: 0 0 0 20px;
  background: url(../img/doubletree/shared/icon/icon_arrow_right_breadcrumbs_sp.png) 10px 4px no-repeat;
  background-size: 4px 8px;
  color: #4c4a4a;
}
@media (min-width: 768px) {
  .breadcrumbs a, .breadcrumbs div {
    background: url(../img/doubletree/shared/icon/icon_arrow_right_breadcrumbs.png) 10px 5px no-repeat;
  }
}
.breadcrumbs a {
  color: #8EBA1F;
}
.breadcrumbs a:first-child {
  padding-left: 10px;
  background: none;
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding: 15px 20px;
    font-size: inherit;
  }
}

.gBrandLogosWrap {
  clear: left;
  padding: 5px 0 10px;
  border-top: 1px solid #CCCCCC;
}
@media (min-width: 992px) {
  .gBrandLogosWrap {
    padding: 15px 0 0;
    border: 0;
  }
}

.brandLogo {
  position: relative;
}
@media (min-width: 992px) {
  .brandLogo:hover .popMessage {
    left: 45%;
    left: calc(50% - 30px);
    display: block;
  }
}

.gBrandLogos {
  width: 320px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .gBrandLogos {
    width: 895px;
    text-align: left;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.brandLogo {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  width: 150px;
}
@media (min-width: 992px) {
  .brandLogo {
    margin-top: 10px;
    width: auto;
  }
}

.brandLogoLink {
  display: inline-block;
  background: #fff;
}

br.brandLogoEmphasisBreak {
  display: none;
}

/**
 * * Brand Logos
 * */
.brandLogoImage {
  background: url(/static/img/shared/logo/brand_logo_black_2.svg) left top no-repeat;
  background-size: 300px auto;
  width: 150px;
  height: 50px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media (min-width: 992px) {
  .brandLogoImage {
    background-size: 895px auto;
    background-image: url(/static/img/shared/logo/brand_logo_black_2_pc.svg);
  }
}
.brandLogoImage:hover {
  background-image: url(/static/img/shared/logo/brand_logo_color_2.svg);
}
@media (min-width: 992px) {
  .brandLogoImage:hover {
    background-image: url(/static/img/shared/logo/brand_logo_color_2_pc.svg);
  }
}

.brandLogoEmphasisWrap {
  width: auto;
}

.brandLogoHiltonLarge {
  width: 190px;
  height: 70px;
  background-position: -55px 0;
}

.brandLogoWaldorfAstoria {
  background-position: 0 -113px;
}

.brandLogoLXR {
  background-position: -150px -113px;
}

.brandLogoConrad {
  background-position: 0px -182px;
}

.brandLogoCanopy {
  background-position: -150px -182px;
}

.brandLogoSignia {
  height: 54px;
  background-position: 0px -254px;
}

.brandLogoHilton {
  height: 54px;
  background-position: -150px -254px;
}

.brandLogoCurio {
  height: 54px;
  background-position: 0px -338px;
}

.brandLogoDoubleTree {
  height: 54px;
  background-position: -150px -338px;
}

.brandLogoTapestry {
  height: 52px;
  background-position: 0px -429px;
}

.brandLogoEmbassySuites {
  height: 52px;
  background-position: -150px -429px;
}

.brandLogoTempo {
  background-position: 0px -518px;
}

.brandLogoMotto {
  background-position: -150px -518px;
}

.brandLogoGardenInn {
  height: 54px;
  background-position: 0px -591px;
}

.brandLogoHampton {
  height: 54px;
  background-position: -150px -591px;
}

.brandLogoTru {
  height: 60px;
  background-position: 0px -671px;
}

.brandLogoHomewoodSuites {
  height: 58px;
  background-position: -150px -671px;
}

.brandLogoHome2 {
  background-position: 0px -766px;
}

.brandLogoGrandVacations {
  background-position: -150px -766px;
}

.brandLogoHhonors {
  width: 300px;
  height: 57px;
  background-position: 0px -859px;
}

@media (min-width: 992px) {
  .brandLogoHiltonLargeWrap {
    position: relative;
    margin: 26px 0;
    border-top: 2px solid #000;
  }

  .brandLogoEmphasisWrap {
    position: absolute;
    display: block;
    margin: 0;
    width: 100%;
    top: -43px;
    text-align: center;
  }

  .brandLogoImage {
    width: 99px;
  }

  .brandLogoHiltonLarge {
    width: 160px;
    height: 54px;
    background-position: -368px 0;
  }

  .brandLogoWaldorfAstoria {
    width: 88px;
    background-position: 0 -71px;
  }

  .brandLogoLXR {
    width: 75px;
    background-position: -93px -71px;
  }

  .brandLogoConrad {
    width: 106px;
    background-position: -177px -71px;
  }

  .brandLogoCanopy {
    width: 106px;
    background-position: -279px -71px;
  }

  .brandLogoSignia {
    width: 106px;
    background-position: -388px -71px;
  }

  .brandLogoHilton {
    width: 106px;
    background-position: -493px -71px;
  }

  .brandLogoCurio {
    background-position: -602px -71px;
  }

  .brandLogoDoubleTree {
    background-position: -718px -71px;
  }

  .brandLogoTapestry {
    width: 78px;
    background-position: -816px -71px;
  }

  .brandLogoEmbassySuites {
    width: 86px;
    background-position: 0px -127px;
  }

  .brandLogoTempo {
    width: 86px;
    background-position: -86px -127px;
  }

  .brandLogoMotto {
    width: 105px;
    background-position: -186px -127px;
  }

  .brandLogoGardenInn {
    width: 110px;
    background-position: -289px -127px;
  }

  .brandLogoHampton {
    width: 100px;
    background-position: -395px -127px;
  }

  .brandLogoTru {
    width: 95px;
    background-position: -492px -127px;
  }

  .brandLogoHomewoodSuites {
    background-position: -595px -127px;
  }

  .brandLogoHome2 {
    width: 103px;
    background-position: -698px -127px;
  }

  .brandLogoGrandVacations {
    width: 78px;
    background-position: -814px -127px;
  }

  .brandLogoHhonors {
    width: 93px;
    height: 54px;
    background-position: -399px -178px;
  }

  .brandLogoEmphasisWrapHhonorsWrap {
    position: relative;
    margin: 26px 0;
    border-top: 2px solid #000;
    text-align: center;
  }
}
.gMemberRegistration {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 992px) {
  .gMemberRegistration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.gMemberRegistrationInner {
  *zoom: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gMemberRegistrationInner:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .gMemberRegistrationInner {
    width: 494px;
  }
}

.gMemberBrandLogoWrap {
  display: table-cell;
  padding: 0;
  height: 45px;
}
@media (min-width: 992px) {
  .gMemberBrandLogoWrap {
    vertical-align: middle;
  }
}

.gMemberBrandLogo {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/img/shared/hhonors_sp.png) center no-repeat;
  background-size: auto 20px;
}
@media (min-width: 992px) {
  .gMemberBrandLogo {
    background: url(/static/img/shared/hhonors_pc.png) left no-repeat;
  }
}

.gMemberRegistrationLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 4px;
  height: 100%;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #A3CD39;
}
.gMemberRegistrationLink:hover {
  text-decoration: none;
  color: #fff;
}
.gMemberRegistrationLink .hotelIconReserveRightArrow {
  position: relative;
  top: 8px;
  left: 4px;
}

.breadcrumbsWrap {
  position: relative;
}
@media (min-width: 992px) {
  .breadcrumbsWrap .breadcrumbs {
    padding: 17px 20px;
    margin-right: 494px;
  }
  .breadcrumbsWrap .gMemberRegistration {
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 494px;
    height: 100%;
    border: 0;
  }
  .breadcrumbsWrap .gMemberRegistrationInner {
    display: table;
    height: 100%;
    height: calc(100% - 1px);
    border: 1px solid #CCCCCC;
    border-left: 0;
    border-right: 0;
  }
  .breadcrumbsWrap .gMemberBrandLogoWrap {
    float: none;
    display: table-cell;
    width: 76%;
    vertical-align: middle;
  }
  .breadcrumbsWrap .gMemberBrandLogoWrap .brandLogo {
    display: inline-block;
    float: none;
    width: 100px;
    height: 42px;
    padding: 0 0 0 10px;
    text-align: center;
  }
  .breadcrumbsWrap .gMemberBrandLogoWrap .brandLogo img {
    display: block;
    margin: 3px auto 0;
    height: 42px;
  }
  .breadcrumbsWrap .gMemberRegistrationServicesWrap {
    display: inline-block;
    padding: 0 10px 0 0;
    height: 42px;
    width: 220px;
  }
  .breadcrumbsWrap .gMemberRegistrationServicesWrap strong {
    display: block;
    float: none;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #000;
    text-align: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationServicesWrap strong {
    padding: 0 0 2px 0;
  }
}
@media (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationServicesWrap p {
    float: none;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationServicesWrap .gMemberRegistrationBestRate {
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationServicesWrap .gMemberRegistrationBestRate {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationLink {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationLink {
    font-size: 16px;
  }
}

.bestRatesBtn {
  display: inline-block;
  text-decoration: none;
}

.bestRatesBtnWhiteSmImage {
  width: 120px;
}

.adChoicesLogo {
  width: 70px;
}
@media (min-width: 768px) {
  .adChoicesLogo {
    width: 80px;
  }
}

.appOverlay {
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.appField {
  display: inline-block;
  padding: 2px;
  line-height: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #4c4a4a;
  vertical-align: middle;
  cursor: pointer;
}
.appField:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .appField {
    line-height: 28px;
  }
}
.appField:hover {
  color: #4c4a4a;
}

.appBtn {
  display: inline-block;
  padding: 2px;
  line-height: 25px;
  border: 0;
  border-radius: 4px;
  background: #A3CD39;
  color: #fff;
  cursor: pointer;
  background-image: -owg-linear-gradient(#A3CD39, #A3CD39 50%, #A3CD39 50%, #A3CD39);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A3CD39), color-stop(50%, #A3CD39), color-stop(50%, #A3CD39), to(#A3CD39));
  background-image: linear-gradient(#A3CD39, #A3CD39 50%, #A3CD39 50%, #A3CD39);
}
.appBtn:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.appBtn:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .appBtn {
    line-height: 30px;
  }
}
.appBtn.appBtnGray {
  background: #a8a8a8;
  background-image: -owg-linear-gradient(#a8a8a8, #a8a8a8 50%, #999999 50%, #999999);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), color-stop(50%, #a8a8a8), color-stop(50%, #999999), to(#999999));
  background-image: linear-gradient(#a8a8a8, #a8a8a8 50%, #999999 50%, #999999);
}

.appIconPhoneLarge {
  position: absolute;
  top: 5px;
  left: 10px;
}

.iconMap {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 10px;
  width: 18px;
  height: 19px;
  background: url(../img/shared/icon/icon_map.png) no-repeat;
}

.iconArea {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 10px;
  width: 17.3333333333px;
  height: 16px;
  background: url(../img/shared/icon_areasearch.png) no-repeat;
  background-size: 17.3333333333px 16px;
}

.iconBed {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 20px;
  width: 25px;
  height: 25px;
  background: url(../img/shared/icon/icon_bed.svg) no-repeat;
}

.gHeadSharedInnerMobile .iconBed {
  top: 13px;
  left: 20.5px;
}

.contactPhoneBtn {
  position: relative;
  clear: both;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #A3CD39;
  color: #A3CD39;
}

.iconWifi {
  content: "";
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 5px;
  width: 18px;
  height: 13px;
  background: url(../img/shared/icon/icon_wifi_sp_20170130.png) no-repeat;
  background-size: 18px 13px;
}
@media (min-width: 992px) {
  .iconWifi {
    width: 23px;
    height: 17px;
    background: url(../img/shared/icon/icon_wifi_20170130.png) no-repeat;
  }
}

.iconCloseQuestionnaire {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 18px;
  background: url(../img/shared/icon/icon_close_questionnaire.png) no-repeat;
}

.pageDetailTemplate {
  width: 100%;
}
.pageDetailTemplate img {
  max-width: 100%;
  height: auto;
}
.pageDetailTemplate h1 {
  margin: 20px 10px;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
}
.pageDetailTemplate h2 {
  margin: 20px 10px;
  line-height: 25px;
  font-size: 15px;
  font-weight: bold;
}
.pageDetailTemplate h3 {
  margin: 20px 10px;
  line-height: 25px;
  font-size: 15px;
  font-weight: bold;
}
.pageDetailTemplate p {
  margin: 20px 10px;
  font-size: 12px;
}
.pageDetailTemplate strong {
  margin: 20px 10px;
}
.pageDetailTemplate .detailTemplateMainImage {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pageDetailTemplate h1 {
    margin: 20px 0;
    line-height: 45px;
    font-size: 34px;
  }
  .pageDetailTemplate h2 {
    margin: 20px 0;
    line-height: 35px;
    font-size: 24px;
  }
  .pageDetailTemplate h3 {
    margin: 20px 0;
    line-height: 30px;
    font-size: 22px;
  }
  .pageDetailTemplate p {
    margin: 20px 0;
    font-size: 16px;
  }
  .pageDetailTemplate strong {
    margin: 20px 0;
  }
}
@media (min-width: 1160px) {
  .pageDetailTemplate {
    width: 1160px;
    margin: 0 auto;
  }
  .pageDetailTemplate .detailTemplateSubContent {
    margin-bottom: 20px;
  }
}

/**
 * * perfect-scrollbar
 * */
.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container:hover .ps-scrollbar-x-rail, .ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container .ps-scrollbar-x-rail {
  background-color: #999;
}
.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
  background-color: #999;
}
.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
  visibility: hidden;
}
.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
  visibility: visible;
}

/**
 * * Google Maps
 * */
.mapMarkerData {
  display: none;
}

.popMessage {
  display: none;
}
.popMessage .lastParagraph {
  margin: 0;
}
.popMessage a {
  display: inline;
}
@media (min-width: 992px) {
  .popMessage a {
    display: block;
    padding-top: 10px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .popMessage {
    position: absolute;
    padding: 10px 15px;
    width: 200px;
    color: #000;
    text-align: left;
    font-size: 10px;
    background: #c6c6c6;
    z-index: 1000;
  }
}
.popMessage:before {
  display: none;
}
@media (min-width: 992px) {
  .popMessage:before {
    display: block;
    position: absolute;
    top: -9px;
    left: 23px;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #c6c6c6 transparent;
    z-index: 1000;
  }
}

/**
 * * Shared Parts
 * */
.appIcon {
  display: inline-block;
  background: no-repeat;
  vertical-align: top;
}
.appIcon.appIconFootArrowRight {
  width: 9px;
  height: 15px;
  background: url(../img/doubletree/shared/icon/icon_foot_arrow_right.png) no-repeat;
  background-size: 9px 15px;
}
.appIcon.appIconFootNational {
  width: 85px;
  height: 100px;
  background: url(../img/doubletree/shared/icon/icon_foot_national.png) no-repeat;
  background-size: 85px 100px;
}
.appIcon.appIconFootMeeting {
  width: 26px;
  height: 25px;
  background: url(../img/doubletree/shared/icon/icon_foot_meeting.png) no-repeat;
  background-size: 26px 25px;
}
.appIcon.appIconFootWedding {
  width: 18px;
  height: 25px;
  background: url(../img/doubletree/shared/icon/icon_foot_wedding.png) no-repeat;
  background-size: 18px 25px;
}
.appIcon.appIconPhone {
  width: 13px;
  height: 12px;
  background: url(../img/doubletree/shared/icon/icon_phone.png) no-repeat;
  background-size: 13px 12px;
}
.appIcon.appIconPhoneLarge {
  width: 18px;
  height: 18px;
  background: url(../img/doubletree/shared/icon/icon_phone_large.png) no-repeat;
  background-size: 18px 18px;
}
.appIcon.appIconSearch {
  width: 25px;
  height: 25px;
  background: url(../img/doubletree/shared/icon/icon_search.png) no-repeat;
  background-size: 25px 25px;
}
.appIcon.appIconShareFacebook {
  width: 33px;
  height: 33px;
  background: url(../img/doubletree/shared/icon/icon_share_facebook.png) no-repeat;
  background-size: 33px 33px;
}
.appIcon.appIconShareGooglePlus {
  width: 33px;
  height: 33px;
  background: url(../img/doubletree/shared/icon/icon_share_google_plus.png) no-repeat;
  background-size: 33px 33px;
}
.appIcon.appIconShareLine {
  width: 33px;
  height: 33px;
  background: url(../img/doubletree/shared/icon/icon_share_line.png) no-repeat;
  background-size: 33px 33px;
}
.appIcon.appIconShareTwitter {
  width: 42px;
  height: 33px;
  background: url(../img/doubletree/shared/icon/icon_share_twitter.png) no-repeat;
  background-size: 42px 33px;
}

@media (min-width: 768px) {
  .appIcon {
    display: inline-block;
    vertical-align: top;
  }
  .appIcon.appIconSearch {
    width: 25px;
    height: 25px;
    background: url(../img/doubletree/shared/icon_sm/icon_sm_search.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconCampaignArrowRight {
    width: 8px;
    height: 16px;
    background: url(../img/doubletree/shared/icon_sm/icon_sm_campaign_arrow_right.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconFootArrowRight {
    width: 18px;
    height: 30px;
    background: url(../img/doubletree/shared/icon_sm/icon_sm_foot_arrow_right.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconFootNational {
    width: 117px;
    height: 126px;
    background: url(../img/doubletree/shared/icon_sm/icon_sm_foot_national.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconFootMeeting {
    width: 52px;
    height: 50px;
    background: url(../img/doubletree/shared/icon_sm/icon_sm_foot_meeting.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconFootWedding {
    width: 36px;
    height: 50px;
    background: url(../img/doubletree/shared/icon_sm/icon_sm_foot_wedding.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconCampaignClose {
    width: 28px;
    height: 28px;
    background: url(../img/doubletree/shared/icon_sm/icon_sm_campaign_close.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconMapClose {
    width: 38px;
    height: 38px;
    background: url(../img/doubletree/shared/icon_sm/icon_sm_map_close.png) no-repeat;
    background-size: auto;
  }
}
@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

.gHeadSearchWindow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gHeadSearchWindow .gHeadHotelSearchBed {
  display: block;
  position: relative;
  margin: 44px 0 0 auto;
  padding: 3.5px 0;
  width: 200px;
  font-size: 15px;
  font-weight: 600;
}
.gHeadSearchWindow .gHeadHotelSearchBed:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/shared/arrow_right_reservation_pc.png") 0 0 no-repeat;
}
.gHeadSearchWindow .gHeadHotelSearchBed.open::after {
  -webkit-transform: translateY(-25%) rotate(90deg);
          transform: translateY(-25%) rotate(90deg);
}
.gHeadSearchWindow .gHeadSearchWindowGroup {
  position: relative;
  margin: 0.5rem 0 0 auto;
  padding: 28px;
  width: 270px;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.5s, height 0.5s;
  transition: opacity 0.5s, height 0.5s;
}
.gHeadSearchWindow .gHeadSearchWindowGroup.active {
  height: auto;
  opacity: 1;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input, .gHeadSearchWindow .gHeadSearchWindowGroup select {
  display: block;
  margin-bottom: 18px;
  padding: 11px 10px;
  width: 100%;
  line-height: 1;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input.gHeadHotelsSearchKeywordField, .gHeadSearchWindow .gHeadSearchWindowGroup select.gHeadHotelsSearchKeywordField {
  margin-bottom: 36px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-inner-spin-button, .gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-input-placeholder, .gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  visibility: hidden !important;
  -webkit-appearance: none;
          appearance: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup label {
  display: block;
  font-weight: normal;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchKeywordField,
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchDateField {
  position: relative;
  padding-left: 37px;
  background-position: 10px 11px;
  background-repeat: no-repeat;
  background-image: url("../img/shared/icon/icon_calendar.svg");
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchKeywordField {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.87" height="17.87" viewBox="0 0 17.87 17.87"><path id="Shape9" data-name="Shape9" d="M1246.374,47l-3.932-3.933a7.331,7.331,0,1,0-2.374,2.374L1244,49.376A1.678,1.678,0,0,0,1246.374,47Zm-10.106-2.7a5.034,5.034,0,1,1,5.034-5.034A5.035,5.035,0,0,1,1236.268,44.3Z" transform="translate(-1228.995 -31.998)" fill="%2309194E"/></svg>');
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchSelectField {
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-image: url("../img/shared/icon/icon_arrow_select_bottom.svg");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchSelectField::-ms-expand {
  display: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .appBtn {
  margin-bottom: 20px;
  padding: 4.5px 0;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadSearchWindowFormPeopleRooms > *:first-child {
  padding-right: 7.5px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadSearchWindowFormPeopleRooms > *:last-child {
  padding-left: 7.5px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .error {
  display: none;
  margin-top: -26px;
  line-height: 16px;
  font-size: 13px;
  color: #FF0000;
}
.gHeadSearchWindow .gHeadSearchWindowPriceMatch {
  display: block;
  margin: 0 auto;
  width: 124px;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult {
  position: absolute;
  top: 70px;
  left: 28px;
  z-index: 1;
  width: 214px;
  padding: 3px 0;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  list-style: none;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult.active {
  visibility: visible;
  opacity: 1;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult a {
  display: block;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4c4a4a;
  background-color: #ffffff;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #09194E;
}
.gHeadSearchWindow .gHeadHotelSearchDateRangeWrap {
  visibility: hidden;
  height: 1px;
  border: none;
}

.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup.active {
  padding: 25px 21px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup select {
  margin-bottom: 20px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .appBtn {
  padding: 12.5px 0;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .searchWindowCloseBtn {
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  color: #DCDCDC;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .searchWindowCloseBtn::before {
  display: inline-block;
  content: "×";
  font-size: 24px;
  line-height: 1;
}
.gHeadSharedInnerMobile .gHeadSearchWindow input, .gHeadSharedInnerMobile .gHeadSearchWindow select {
  padding: 15px 10px;
  background-color: #FFFFFF;
}
.gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-inner-spin-button, .gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-input-placeholder, .gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-calendar-picker-indicator {
  display: initial;
  visibility: initial !important;
  -webkit-appearance: initial;
          appearance: initial;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchSelectField {
  background-position: right 10px top 19px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowFormPeopleRooms > *:first-child {
  padding-right: 10.5px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowFormPeopleRooms > *:last-child {
  padding-left: 10.5px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchKeywordField,
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchDateField {
  background-position: 10px 14px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed {
  width: 100%;
  text-align: left;
  margin: 10px 0 25px;
  padding: 17.5px 0 17.5px 59px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed::after {
  -webkit-transform: translateY(-25%) rotate(90deg);
          transform: translateY(-25%) rotate(90deg);
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed.open {
  margin: 10px 0 0;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed.open::after {
  -webkit-transform: translateY(-75%) rotate(-90deg);
          transform: translateY(-75%) rotate(-90deg);
}
.gHeadSharedInnerMobile .gHeadHotelsSearchKeywordResult {
  width: calc(100% - 42px);
  left: 21px;
  top: 72px;
}

.gHeadSharedDesktop {
  width: 100%;
  height: 78px;
}

.gHeadSharedOverlayDesktop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 78px;
  background: rgba(255, 255, 255, 0.6);
}

.gHeadSharedInnerDesktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
}

.gHeadSharedLogoWrapDesktop {
  height: 100%;
}

.gHeadSharedSearchWrapDesktop {
  display: table;
  height: 78px;
}

.gHeadSharedHeadingWrapDesktop {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.gHeadSharedHeadingDesktop {
  display: inline;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.gHeadSharedSubHeadingDesktop {
  display: inline;
  margin: 0;
}

.gHeadHotelsSearchDesktop {
  position: relative;
  padding-left: 40px;
  height: 100%;
  text-decoration: none;
  vertical-align: middle;
}
.gHeadHotelsSearchDesktop .gHeadHotelsSearchMap {
  display: inline-block;
  margin-right: 16px;
  padding-right: 10px;
  vertical-align: middle;
}
.gHeadHotelsSearchDesktop .gHeadHotelsSearchArea {
  display: inline-block;
  margin-right: 20px;
  padding-right: 10px;
  vertical-align: middle;
}
.gHeadHotelsSearchDesktop .gHeadHotelsSearchForm {
  display: inline-block;
  vertical-align: middle;
}
.gHeadHotelsSearchDesktop .gHeadHotelsSearchTextField {
  float: left;
  display: block;
  margin: 0 6px 0 0;
  padding: 0 16px 0 5px;
  width: 350px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-align: left;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background: #fff;
}
.gHeadHotelsSearchDesktop .appBtnSearch {
  display: block;
  margin-left: 6px;
  padding: 4px 0;
  width: 38px;
}
.gHeadHotelsSearchDesktop .appIconSearch {
  margin-top: 3px;
}
.gHeadHotelsSearchDesktop .gHeadLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.2rem 0;
  padding-left: 0;
  list-style: none;
}
.gHeadHotelsSearchDesktop .gHeadLinks li:first-child {
  padding-right: 20px;
  border-right: 1px solid #4c4a4a;
}
.gHeadHotelsSearchDesktop .gHeadLinks li:last-child {
  padding-left: 20px;
}
.gHeadHotelsSearchDesktop .gHeadLinks li a {
  color: #4c4a4a;
}

.new-header-2022-ko .gHeadSharedInnerDesktop {
  display: block;
}
.new-header-2022-ko .gHeadHotelsSearchDesktop {
  display: table-cell;
  padding-left: 0;
  text-align: right;
}
.new-header-2022-ko .gHeadHotelsSearchForm {
  float: left;
  margin-left: 15%;
}
.new-header-2022-ko .appBtnSearch {
  padding: 2px 0;
  width: 34px;
}
.new-header-2022-ko .gHeadHotelsSearchTextField {
  height: 34px;
  line-height: 34px;
}

.gHeadSearchWindow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gHeadSearchWindow .gHeadHotelSearchBed {
  display: block;
  position: relative;
  margin: 44px 0 0 auto;
  padding: 3.5px 0;
  width: 200px;
  font-size: 15px;
  font-weight: 600;
}
.gHeadSearchWindow .gHeadHotelSearchBed:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/shared/arrow_right_reservation_pc.png") 0 0 no-repeat;
}
.gHeadSearchWindow .gHeadHotelSearchBed.open::after {
  -webkit-transform: translateY(-25%) rotate(90deg);
          transform: translateY(-25%) rotate(90deg);
}
.gHeadSearchWindow .gHeadSearchWindowGroup {
  position: relative;
  margin: 0.5rem 0 0 auto;
  padding: 28px;
  width: 270px;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.5s, height 0.5s;
  transition: opacity 0.5s, height 0.5s;
}
.gHeadSearchWindow .gHeadSearchWindowGroup.active {
  height: auto;
  opacity: 1;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input, .gHeadSearchWindow .gHeadSearchWindowGroup select {
  display: block;
  margin-bottom: 18px;
  padding: 11px 10px;
  width: 100%;
  line-height: 1;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input.gHeadHotelsSearchKeywordField, .gHeadSearchWindow .gHeadSearchWindowGroup select.gHeadHotelsSearchKeywordField {
  margin-bottom: 36px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-inner-spin-button, .gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-input-placeholder, .gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  visibility: hidden !important;
  -webkit-appearance: none;
          appearance: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup label {
  display: block;
  font-weight: normal;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchKeywordField,
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchDateField {
  position: relative;
  padding-left: 37px;
  background-position: 10px 11px;
  background-repeat: no-repeat;
  background-image: url("../img/shared/icon/icon_calendar.svg");
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchKeywordField {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.87" height="17.87" viewBox="0 0 17.87 17.87"><path id="Shape9" data-name="Shape9" d="M1246.374,47l-3.932-3.933a7.331,7.331,0,1,0-2.374,2.374L1244,49.376A1.678,1.678,0,0,0,1246.374,47Zm-10.106-2.7a5.034,5.034,0,1,1,5.034-5.034A5.035,5.035,0,0,1,1236.268,44.3Z" transform="translate(-1228.995 -31.998)" fill="%2309194E"/></svg>');
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchSelectField {
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-image: url("../img/shared/icon/icon_arrow_select_bottom.svg");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchSelectField::-ms-expand {
  display: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .appBtn {
  margin-bottom: 20px;
  padding: 4.5px 0;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadSearchWindowFormPeopleRooms > *:first-child {
  padding-right: 7.5px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadSearchWindowFormPeopleRooms > *:last-child {
  padding-left: 7.5px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .error {
  display: none;
  margin-top: -26px;
  line-height: 16px;
  font-size: 13px;
  color: #FF0000;
}
.gHeadSearchWindow .gHeadSearchWindowPriceMatch {
  display: block;
  margin: 0 auto;
  width: 124px;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult {
  position: absolute;
  top: 70px;
  left: 28px;
  z-index: 1;
  width: 214px;
  padding: 3px 0;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  list-style: none;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult.active {
  visibility: visible;
  opacity: 1;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult a {
  display: block;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4c4a4a;
  background-color: #ffffff;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #09194E;
}
.gHeadSearchWindow .gHeadHotelSearchDateRangeWrap {
  visibility: hidden;
  height: 1px;
  border: none;
}

.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup.active {
  padding: 25px 21px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup select {
  margin-bottom: 20px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .appBtn {
  padding: 12.5px 0;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .searchWindowCloseBtn {
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  color: #DCDCDC;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .searchWindowCloseBtn::before {
  display: inline-block;
  content: "×";
  font-size: 24px;
  line-height: 1;
}
.gHeadSharedInnerMobile .gHeadSearchWindow input, .gHeadSharedInnerMobile .gHeadSearchWindow select {
  padding: 15px 10px;
  background-color: #FFFFFF;
}
.gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-inner-spin-button, .gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-input-placeholder, .gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-calendar-picker-indicator {
  display: initial;
  visibility: initial !important;
  -webkit-appearance: initial;
          appearance: initial;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchSelectField {
  background-position: right 10px top 19px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowFormPeopleRooms > *:first-child {
  padding-right: 10.5px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowFormPeopleRooms > *:last-child {
  padding-left: 10.5px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchKeywordField,
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchDateField {
  background-position: 10px 14px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed {
  width: 100%;
  text-align: left;
  margin: 10px 0 25px;
  padding: 17.5px 0 17.5px 59px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed::after {
  -webkit-transform: translateY(-25%) rotate(90deg);
          transform: translateY(-25%) rotate(90deg);
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed.open {
  margin: 10px 0 0;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed.open::after {
  -webkit-transform: translateY(-75%) rotate(-90deg);
          transform: translateY(-75%) rotate(-90deg);
}
.gHeadSharedInnerMobile .gHeadHotelsSearchKeywordResult {
  width: calc(100% - 42px);
  left: 21px;
  top: 72px;
}

.gHeadSharedMobile {
  width: 100%;
}
.gHeadSharedMobile::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 105;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.gHeadSharedMobile.active::before {
  visibility: visible;
  opacity: 1;
}
.gHeadSharedMobile .gHeadHotelsSearchForm {
  padding-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.gHeadSharedMobile .gHeadHotelsSearchForm.disable {
  height: 0;
  overflow: hidden;
}
.gHeadSharedMobile .gHeadHotelsSearchForm .gHeadHotelsSearchTextField {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14.5px 15px;
  font-size: 15px;
  line-height: 1;
  border: 0;
}
.gHeadSharedMobile .gHeadHotelsSearchForm .appBtnSearch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  border-radius: 0;
}
.gHeadSharedMobile .gHeadHotelsSearchForm .appIcon.appIconSearch {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.gHeadSharedMobile .gHeadHotelsSearchForm div.poplink.sphs {
  top: 111px;
}
.gHeadSharedMobile .gHeadLinks {
  padding: 0;
  list-style: none;
}
.gHeadSharedMobile .gHeadLinks li {
  border-top: 1px solid #DCDCDC;
}
.gHeadSharedMobile .gHeadLinks li:last-child {
  border-bottom: 1px solid #DCDCDC;
}
.gHeadSharedMobile .gHeadLinks li a, .gHeadSharedMobile .gHeadLinks li span {
  display: block;
  padding: 15.5px 21.5px;
  color: #4c4a4a;
}

.gHeadSharedOverlayMobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 68px;
  border-bottom: #09194E;
  background: #09194E;
}
.gHeadSharedOverlayMobile.fixed {
  position: fixed;
  top: 0;
}

.gHeadSharedOverlayMobileTransparent {
  background: rgba(255, 255, 255, 0.6);
}

.gHeadSharedInnerMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  border-bottom: 1px solid #09194E;
}

.gHeadSharedLogoWrapMobile {
  height: 100%;
}

.gHeadSharedLinksWrapMobile {
  padding: 0;
}

.gHeadSharedLinkWrapMobile {
  padding: 0 0 0 1px;
  height: 68px;
}

.gHeadSharedLinkGroupMobile {
  width: 225px;
  margin-left: auto;
}

.gHeadSharedLinkInnerMobile {
  width: 100%;
  height: 100%;
}
.gHeadSharedLinkInnerMobile > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 44px;
  text-align: center;
  font-size: 9px;
  color: #fff;
}
.gHeadSharedLinkInnerMobile.active > * {
  color: #ffffff;
}

.gHeadSharedLinkInnerTelMobile {
  background: url(../img/shared/sp/nav_icon_tel_off.png) #09194E no-repeat center 15px;
  background-size: 20px 20px;
}

.gHeadSharedLinkInnerMemberMobile {
  background: url(../img/shared/sp/nav_icon_member_off.png) #09194E no-repeat center 15px;
  background-size: 15.5px 20px;
}
.gHeadSharedLinkInnerMemberMobile.active {
  background-image: url("../img/doubletree/sp/nav_icon_member_on.png");
}

.gHeadSharedLinkInnerGpsMobile {
  background: url(../img/shared/sp/nav_icon_gps_off.png) #09194E no-repeat center 15px;
  background-size: 14px 20px;
}
.gHeadSharedLinkInnerGpsMobile.active {
  background-image: url("../img/doubletree/sp/nav_icon_gps_on.png");
}

.gHeadSharedLinkInnerHotelsearchMobile {
  background: url(../img/shared/sp/nav_icon_hotelsearch_off.png) #09194E no-repeat center 15px;
  background-size: 20px 20px;
}
.gHeadSharedLinkInnerHotelsearchMobile.active {
  background-image: url("../img/doubletree/sp/nav_icon_hotelsearch_on.png");
}

.gHeadMobileNavBtn {
  display: block;
  width: 27px;
  margin: 23.9px 18.7px 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
}
.gHeadMobileNavBtn .bugerMenuLine {
  content: "";
  display: block;
  padding-bottom: 7px;
  border-top: 2px solid #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.gHeadMobileNavBtn .bugerMenuLine:nth-child(3) {
  padding-bottom: 0;
}
.gHeadMobileNavBtn.open .bugerMenuLine:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-3px, 10px);
          transform: rotate(-45deg) translate(-3px, 10px);
}
.gHeadMobileNavBtn.open .bugerMenuLine:nth-child(2) {
  opacity: 0;
}
.gHeadMobileNavBtn.open .bugerMenuLine:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-3px, -7.5px);
          transform: rotate(45deg) translate(-3px, -7.5px);
}
.gHeadMobileNavBtn.open + .gHeadMobileNav {
  height: auto;
  visibility: visible;
}

.gHeadMobileNav {
  position: absolute;
  right: 10px;
  top: 68px;
  width: 100vw;
  height: 0;
  padding: 0 10px 44.5px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  visibility: hidden;
}

.gHeadSearchModal {
  position: fixed;
  width: calc(100% - 40px);
  background: #fff;
  left: 50%;
  top: 50%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gHeadSearchModal.open {
  opacity: 1;
  height: auto;
}

.gHeadSharedMobile.new-header-2022-ko {
  height: 68px;
}

.gHeadLogoWrap {
  padding: 0;
}

.gHeadLogo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  height: 100%;
  background: #09194E url(../img/doubletree/shared/top_logo.png) center center no-repeat;
  background-size: contain;
}

.gHeadHhonorsRegistration {
  display: block;
  position: fixed;
  z-index: 999;
  right: -300px;
  top: 200px;
  width: 344px;
  height: 302px;
  cursor: pointer;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.gHeadHhonorsRegistration:before, .gHeadHhonorsRegistration:after {
  content: " ";
  display: table;
}
.gHeadHhonorsRegistration:after {
  clear: both;
}
.gHeadHhonorsRegistration a {
  text-decoration: none;
}
.gHeadHhonorsRegistration:hover {
  right: 0;
}

.gHeadHhonorsRegistrationTab {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 44px;
  height: 100%;
  border: 2px solid #8EBA1F;
  background: #A3CD39 url(/static/img/shared/pc/right_follow_honors_off.png) no-repeat center;
}

.gHeadHhonorsRegistrationInner {
  display: block;
  float: right;
  width: 300px;
  height: 100%;
  background: #fff url("../img/doubletree/pc/right_follow_honors_on.png") no-repeat center 28px;
}

.gHeadHhonorsRegistrationBtn {
  display: block;
  margin: 245px auto 0;
  width: 164px;
  text-align: center;
}

.gHeadHhonorsRegistrationImage {
  height: 220px;
}

.gBodyFoot {
  width: 100%;
}
@media (min-width: 768px) {
  .gBodyFoot {
    background: #eee;
    padding: 60px 0;
  }
}

.gBodyFootInner ul {
  margin: 0;
  padding: 0;
}
.gBodyFootInner li {
  list-style: none;
}

.gBodyFootTop {
  font-weight: bold;
  background: #ffffff;
  border-top: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  .gBodyFootTop {
    border-top: none;
  }
}
.gBodyFootTop .gBodyFootLink {
  display: block;
  padding-left: 15px;
  height: 60px;
  border-right: 1px solid #e6e6e6;
  line-height: 60px;
  vertical-align: middle;
  color: #09194E;
  text-decoration: none;
  font-size: 12px;
}
.gBodyFootTop .gBodyFootLink:before, .gBodyFootTop .gBodyFootLink:after {
  content: " ";
  display: table;
}
.gBodyFootTop .gBodyFootLink:after {
  clear: both;
}
.gBodyFootTop .appIconFootArrowRight {
  margin-top: 20px;
}
.gBodyFootTop .appIconFootWedding {
  margin-top: 17px;
}
.gBodyFootTop .appIconFootMeeting {
  margin-top: 19px;
}
.gBodyFootTop .appIconFootArrowRight {
  float: right;
}
@media (min-width: 768px) {
  .gBodyFootTop .gBodyFootLink {
    padding-left: 30px;
    height: 88px;
    line-height: 88px;
    font-size: 24px;
  }
  .gBodyFootTop .appIconFootArrowRight {
    margin-top: 30px;
  }
  .gBodyFootTop .appIconFootWedding {
    margin-top: 23px;
  }
  .gBodyFootTop .appIconFootMeeting {
    margin-top: 22px;
  }
}

.gBodyFootLinksWrap ul {
  margin: 0;
  padding: 0;
}
.gBodyFootLinksWrap li {
  padding: 3px 0;
  list-style: none;
}
.gBodyFootLinksWrap a {
  font-size: 9px;
}
@media (min-width: 768px) {
  .gBodyFootLinksWrap li {
    padding: 5px 0;
  }
  .gBodyFootLinksWrap a {
    font-size: 13px;
  }
}

.gBodyFootNational {
  padding: 30px 0;
  color: #FFF;
  background: #09194E;
  font-size: 13px;
}
.gBodyFootNational a {
  color: #ffffff;
}
@media (min-width: 768px) {
  .gBodyFootNational {
    padding: 0;
    height: auto;
  }
}

.gBodyFootNationalHeading {
  position: relative;
}
.gBodyFootNationalHeading h2 {
  margin: 135px 0 0 90px;
  font-size: 20px;
  font-weight: bold;
  color: #FAFAFA;
}
.gBodyFootNationalHeading .appIcon {
  position: absolute;
  top: 70px;
  left: 20px;
}
@media (min-width: 768px) {
  .gBodyFootNationalHeading h2 {
    margin: 100px 0 0 110px;
    font-size: 26px;
  }
  .gBodyFootNationalHeading .appIcon {
    top: 10px;
    left: 20px;
  }
}

.gBodyFootNationalBody {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .gBodyFootNationalBody {
    padding: 0;
    margin: 0;
  }
}
.gBodyFootNationalBody .gBodyFootNationalPartListItem {
  padding: 8px 0;
}
@media (min-width: 768px) {
  .gBodyFootNationalBody .gBodyFootNationalPartListItem {
    padding: 5px 0;
  }
}
.gBodyFootNationalBody .gBodyFootNationalPartListItemLink {
  font-size: 11px;
}
@media (min-width: 768px) {
  .gBodyFootNationalBody .gBodyFootNationalPartListItemLink {
    font-size: 14px;
  }
}

.gBodyFootNationalPartWrap {
  float: left;
  padding: 0 10px;
  width: 50%;
}
@media (min-width: 768px) {
  .gBodyFootNationalPartWrap {
    padding: 0 30px 30px 0;
  }
}

@media (min-width: 768px) {
  .gBodyFootNationalPart {
    padding: 30px 0 0 30px;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .gBodyFootNationalPartFirst {
    float: left;
    clear: both;
  }
}

@media (min-width: 768px) {
  .gBodyFootNationalPartSecond {
    float: none;
    display: inline-block;
  }
}

.gBodyFootNationalPartTitle {
  padding: 8px 0;
  font-size: 15px;
  font-weight: bold;
  color: #d6d2c4;
}
@media (min-width: 768px) {
  .gBodyFootNationalPartTitle {
    font-size: 24px;
    padding: 0;
    margin: 0 0 18px;
  }
}

.gBodyFootNationalPartThirdWrap {
  padding: 0 10px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .gBodyFootNationalPartThirdWrap {
    float: left;
    padding: 0 30px 30px 0;
    width: 50%;
  }
}
.gBodyFootNationalPartThirdWrap .gBodyFootNationalPartTitle {
  padding: 0 0 0 10px;
}
@media (min-width: 768px) {
  .gBodyFootNationalPartThirdWrap .gBodyFootNationalPartTitle {
    padding: 0;
  }
}
.gBodyFootNationalPartThirdWrap .gBodyFootNationalPartList {
  float: left;
  padding: 0 0 0 10px;
  width: 50%;
}
.gBodyFootNationalPartThirdWrap .gBodyFootNationalPart {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .gBodyFootNationalPartThirdWrap .gBodyFootNationalPart {
    float: left;
    padding: 30px 0 0 30px;
  }
}

.gBodyFootAbroad {
  background: #FAFAFA;
}
.gBodyFootAbroad h2 {
  margin: 0 0 10px;
  color: #09194E;
  font-weight: bold;
  font-size: 12px;
}
.gBodyFootAbroad a {
  color: #09194E;
}
.gBodyFootAbroad .gBodyFootAbroadFirstHalf {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gBodyFootAbroad h2 {
    margin: 0 0 10px;
    font-size: 24px;
  }
  .gBodyFootAbroad li {
    padding-bottom: 5px;
  }
  .gBodyFootAbroad .gBodyFootAbroadFirstHalf {
    margin: 0;
  }
}

.gBodyFootAbroadInner {
  padding: 30px 10px;
}
.gBodyFootAbroadInner:before, .gBodyFootAbroadInner:after {
  content: " ";
  display: table;
}
.gBodyFootAbroadInner:after {
  clear: both;
}
@media (min-width: 768px) {
  .gBodyFootAbroadInner {
    padding: 30px 30px;
  }
}

.gBodyFootSearchButtonInner {
  text-align: right;
}
.gBodyFootSearchButtonInner .gBodyFootSearchButton {
  margin-top: 10px;
}
.gBodyFootSearchButtonInner .gBodyFootSearchButton .gBodyFootSearchButtonLink {
  color: white;
}

@media (min-width: 992px) {
  .gFoot {
    padding-top: 15px;
  }
}

.gFootNav {
  margin: 0;
  padding: 20px 0;
}

.gFootNavInner {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 9px;
}
.gFootNavInner li {
  padding: 5px 0.3em;
}
.gFootNavInner a {
  color: #4c4a4a;
}
@media (min-width: 768px) {
  .gFootNavInner {
    font-size: 13px;
  }
}

.gCommunications {
  padding: 0;
  border-top: 1px solid #CCCCCC;
  text-align: center;
}
.gCommunications .certificationBtn {
  display: none;
  float: left;
  margin: 0;
  width: 130px;
}
.gCommunications .certificationBtn img {
  width: 100%;
}
@media (min-width: 992px) {
  .gCommunications {
    position: relative;
    margin: 0 auto;
    padding: 30px 0 0;
    border-top: 0;
  }
  .gCommunications:before, .gCommunications:after {
    content: " ";
    display: table;
  }
  .gCommunications:after {
    clear: both;
  }
  .gCommunications .gCommunicationsInner {
    width: 320px;
  }
  .gCommunications .gCommunicationsInner:before, .gCommunications .gCommunicationsInner:after {
    content: " ";
    display: table;
  }
  .gCommunications .gCommunicationsInner:after {
    clear: both;
  }
  .gCommunications .certificationBtn {
    display: block;
  }
  .gCommunications .hidden-xs.hidden-sm {
    display: block;
    text-align: left;
  }
  .gCommunications .gShareBtns {
    padding-top: 8px;
    height: 45px;
    text-align: left;
  }
  .gCommunications .brandLogo {
    margin: 0 3px;
  }
}

.gCommunicationPhone {
  float: left;
  display: none;
}

@media (min-width: 992px) {
  .gCommunicationsInner {
    width: 320px;
  }
  .gCommunicationsInner:before, .gCommunicationsInner:after {
    content: " ";
    display: table;
  }
  .gCommunicationsInner:after {
    clear: both;
  }

  .gCommunicationPhone {
    display: block;
  }
}
.gCommunicationPriceMatch {
  border-top: 1px solid #CCCCCC;
  padding: 15px 0;
  text-align: center;
}

.gCommunicationPriceMatchLink {
  display: inline-block;
}

.gCommunicationPriceMatchImage {
  width: 100px;
}

@media (min-width: 992px) {
  .gCommunicationPriceMatch {
    position: absolute;
    top: 36px;
    right: 0;
    padding: 0;
    width: 180px;
    border: 0;
    text-align: right;
  }

  .gCommunicationPriceMatchLink {
    display: block;
    width: 100%;
  }

  .gCommunicationPriceMatchImage {
    width: 100%;
  }
}
.gShareBtns {
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .gShareBtns {
    padding: 0 0 2px;
  }
}
.gShareBtns .shareBtn {
  display: inline-block;
  margin: 0 7.5px;
  height: 33px;
}
.gShareBtns .shareBtn img {
  height: 33px;
}
@media (min-width: 992px) {
  .gShareBtns .shareBtn {
    margin: 0 0 0 10px;
    height: 25px;
  }
  .gShareBtns .shareBtn img {
    height: 25px;
  }
}
@media (min-width: 992px) {
  .gShareBtns .shareBtnLine {
    display: none;
  }
}

.gCopyright {
  display: block;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  font-size: 9px;
}
@media (min-width: 992px) {
  .gCopyright {
    font-size: 11px;
  }
}

.gBody:before, .gBody:after {
  content: " ";
  display: table;
}
.gBody:after {
  clear: both;
}

.gScrollBtn {
  padding: 0;
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 70px;
  width: 70px;
  z-index: 150;
  background: no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media (min-width: 768px) {
  .gScrollBtn {
    right: 40px;
    bottom: 40px;
    height: 110px;
    width: 110px;
  }
}

.gScrollPlanBtn {
  background-image: url(../img/doubletree/icon_plan.png);
  bottom: 80px;
}
@media (min-width: 768px) {
  .gScrollPlanBtn {
    bottom: 150px;
  }
}

.gScrollTopBtn {
  background-image: url(../img/doubletree/top_back.png);
}

.fadeIn {
  opacity: 1;
  pointer-events: auto;
}

.pageCampaign #gHeadHeader h1 {
  margin: 20px 0;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  color: #A3CD39;
}
.pageCampaign #gBodyFoot:before, .pageCampaign #gBodyFoot:after {
  content: " ";
  display: table;
}
.pageCampaign #gBodyFoot:after {
  clear: both;
}
.pageCampaign .gBodyFootTop {
  border-top: 1px solid #e6e6e6;
}

.modalCampaignSelect {
  -webkit-appearance: none;
  background: url(../img/doubletree/shared/field/arrow_select.png) right center no-repeat;
  background-size: 20px 7px;
}
@media (min-width: 992px) {
  .modalCampaignSelect {
    background: url(../img/doubletree/shared/field/sm_arrow_select.png) right center no-repeat;
  }
}
.browsermsie .modalCampaignSelect, .browsergecko .modalCampaignSelect {
  background: none;
}

#pageHomeIndex .modalDialog, .modalCampaign .modalDialog {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
@media (min-width: 992px) {
  #pageHomeIndex .modalDialog, .modalCampaign .modalDialog {
    width: 960px;
  }
}
#pageHomeIndex .modalDialogInner, .modalCampaign .modalDialogInner {
  position: relative;
  padding: 0;
}
#pageHomeIndex .modalCampaignImgWrap, .modalCampaign .modalCampaignImgWrap {
  padding: 0;
}
#pageHomeIndex .modalCampaignImgWrap img, .modalCampaign .modalCampaignImgWrap img {
  width: 100%;
}
#pageHomeIndex .modalClose, .modalCampaign .modalClose {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
}
#pageHomeIndex .modalCampaignHeadingWrap, .modalCampaign .modalCampaignHeadingWrap {
  padding: 40px 30px 10px;
}
#pageHomeIndex .modalCampaignHeading, .modalCampaign .modalCampaignHeading {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  color: #A3CD39;
}
#pageHomeIndex .modalCampaignDescriptionWrap, .modalCampaign .modalCampaignDescriptionWrap {
  padding: 0 30px 30px;
  font-size: 11px;
  line-height: 1.6;
  overflow: auto;
  overflow-x: hidden;
  word-wrap: break-word;
}
#pageHomeIndex .modalCampaignBtnsWrap, .modalCampaign .modalCampaignBtnsWrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  #pageHomeIndex .modalCampaignHeadingWrap, .modalCampaign .modalCampaignHeadingWrap {
    padding: 40px 30px 25px;
  }
  #pageHomeIndex .modalCampaignBtnsWrap, .modalCampaign .modalCampaignBtnsWrap {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #pageHomeIndex .modalCampaignBtns, .modalCampaign .modalCampaignBtns {
    position: relative;
    width: 100%;
  }
}
#pageHomeIndex .modalCampaignSelect, .modalCampaign .modalCampaignSelect {
  display: block;
  width: 150px;
  left: 20px;
  bottom: 20px;
  margin: 0 auto;
  padding: 1px 10px;
  line-height: 26px;
}
@media (min-width: 992px) {
  #pageHomeIndex .modalCampaignSelect, .modalCampaign .modalCampaignSelect {
    position: absolute;
  }
}
.browsermsie #pageHomeIndex .modalCampaignSelect, .browsergecko #pageHomeIndex .modalCampaignSelect, .browsermsie .modalCampaign .modalCampaignSelect, .browsergecko .modalCampaign .modalCampaignSelect {
  padding: 0;
  height: 30px;
}
#pageHomeIndex .modalCampaignReserveBtn, .modalCampaign .modalCampaignReserveBtn {
  display: block;
  width: 150px;
  right: 20px;
  bottom: 20px;
  margin: 5px auto;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 992px) {
  #pageHomeIndex .modalCampaignReserveBtn, .modalCampaign .modalCampaignReserveBtn {
    position: absolute;
    margin: 0 auto;
  }
}
#pageHomeIndex .modalCampaignReserveBtn .campaignViewReserveRightArrow, #pageHomeIndex .modalCampaignReserveBtn .hotelIconReserveRightArrow, .modalCampaign .modalCampaignReserveBtn .campaignViewReserveRightArrow, .modalCampaign .modalCampaignReserveBtn .hotelIconReserveRightArrow {
  float: right;
  margin: 7px 3px 0 0;
}

@media (min-width: 768px) {
  #pageCampaignView .campaignViewDetail {
    *zoom: 1;
  }
  #pageCampaignView .campaignViewDetail:after {
    content: "";
    display: table;
    clear: both;
  }
  #pageCampaignView .campaignViewDescriptionWrap {
    padding-top: 10px;
    float: none;
    width: 100%;
  }
  .browsermsie #pageCampaignView .campaignViewDescriptionWrap {
    padding-right: 30px;
  }
  #pageCampaignView .campaignViewDetailInner {
    padding-right: 15px;
  }
  #pageCampaignView .campaignViewImgWrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    float: left;
  }
  #pageCampaignView .campaignViewImg {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
  }
  #pageCampaignView .campaignViewBtnsWrap {
    float: none;
    width: 100%;
  }
  .browsermsie #pageCampaignView .campaignViewBtnsWrap {
    padding-right: 30px;
  }
  #pageCampaignView #campaignViewDetailsWrap {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  #pageCampaignView #campaignViewDetailsWrap .ps-scrollbar-y-rail {
    right: 1px !important;
  }
  .browsermsie #pageCampaignView #campaignViewDetailsWrap .ps-scrollbar-y-rail {
    right: 20px !important;
  }
}

/**
 * * Campaign as a Page
 * */
.campaignDetail .modalCampaignHeadingWrap {
  padding-top: 20px;
}
.campaignDetail .modalCampaignHeading {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  color: #A3CD39;
}
.campaignDetail .modalCampaignImgWrap {
  padding: 0;
}
.campaignDetail .modalCampaignImgWrap img {
  width: 100%;
}
.campaignDetail .modalCampaignDescriptionWrap {
  padding: 20px 10px;
  line-height: 1.6;
}
.campaignDetail .campaignViewBtnsWrap {
  padding: 20px 10px 40px;
}
.campaignDetail .campaignViewBtnsWrap:before, .campaignDetail .campaignViewBtnsWrap:after {
  content: " ";
  display: table;
}
.campaignDetail .campaignViewBtnsWrap:after {
  clear: both;
}
.campaignDetail .modalCampaignSelect {
  float: left;
  width: 48%;
  line-height: 30px;
  padding: 1px 10px;
  border: 1px solid #CCCCCC;
}
.campaignDetail .modalCampaignReserveBtn {
  float: right;
  margin-bottom: 20px;
  width: 48%;
  line-height: 30px;
  text-align: center;
}
.campaignDetail .modalCampaignReserveBtn .campaignViewReserveRightArrow, .campaignDetail .modalCampaignReserveBtn .hotelIconReserveRightArrow {
  float: right;
  margin: 9px 3px 0 0;
}

.hotelCampaignDetailContactBtn {
  float: left;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  width: 48%;
  line-height: 30px;
}

#gCampaignCountdownWrap {
  position: absolute;
  z-index: 2100;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  #gCampaignCountdownWrap {
    position: fixed;
  }
}

#gCampaignCountdownInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 2101;
  padding: 45px 0 25px;
  width: 100%;
  background: #000;
}
#gCampaignCountdownInner:before, #gCampaignCountdownInner:after {
  content: " ";
  display: table;
}
#gCampaignCountdownInner:after {
  clear: both;
}
.gCampaignCountdownWrapAsBanner #gCampaignCountdownInner {
  padding: 0;
}
@media (min-width: 992px) {
  #gCampaignCountdownInner {
    margin: 0 auto;
    width: 840px;
    min-height: 512px;
    padding: 80px 90px;
  }
  .gCampaignCountdownWrapAsBanner #gCampaignCountdownInner {
    padding: 80px 90px;
  }
}

#gCampaignCountdownImg {
  position: absolute;
  z-index: 2100;
  top: 50%;
  left: 50%;
}
.gCampaignCountdownWrapAsBanner #gCampaignCountdownImg {
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .gCampaignCountdownWrapAsBanner #gCampaignCountdownImg {
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

#gCampaignCountdownText {
  position: relative;
  z-index: 2101;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
  width: 100%;
}
#gCampaignCountdownText h2 {
  margin: 0 0 30px;
  font-size: 17px;
  color: #09194E;
}
#gCampaignCountdownText h3 {
  margin: 0 0 10px;
  font-size: 9px;
  color: #09194E;
}
#gCampaignCountdownText p {
  margin: 0;
  font-size: 9px;
  color: #343434;
}
@media (min-width: 992px) {
  #gCampaignCountdownText {
    width: 664px;
    padding: 40px;
  }
  #gCampaignCountdownText h2 {
    margin: 0 0 30px;
    font-size: 30px;
  }
  #gCampaignCountdownText h3 {
    margin: 0 0 15px;
    font-size: 14px;
  }
  #gCampaignCountdownText p {
    font-size: 14px;
  }
}

#gCampaignCountdownCorner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2101;
  margin: 20px auto 0;
  padding: 10px 0 0 10px;
  width: 264px;
  height: 87.5px;
  background: url(../img/shared/bg_countdown_sp.png) no-repeat;
  background-size: 264px 87.5px;
}
#gCampaignCountdownCorner p {
  margin: 0 0 7px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 992px) {
  #gCampaignCountdownCorner {
    margin: 30px 0 0;
    padding: 15px 0 0 20px;
    width: 458px;
    height: 147px;
    background: url(../img/shared/bg_countdown_pc.png) no-repeat;
  }
  #gCampaignCountdownCorner p {
    font-size: 16px;
  }
}

#gCampaignCountdown .cntDigit {
  background: center no-repeat;
  background-size: 28.5px 2100px;
}
#gCampaignCountdown .cntSeparator {
  width: 6px;
}
@media (min-width: 992px) {
  #gCampaignCountdown .cntDigit {
    background-size: auto;
  }
  #gCampaignCountdown .cntSeparator {
    width: 10px;
  }
}

#gCampaignCountdownBtn {
  position: relative;
  z-index: 2101;
  display: block;
  width: 110px;
  height: 30px;
  margin: 20px auto 0;
  line-height: 26px;
  font-size: 13.5px;
  text-align: center;
}
#gCampaignCountdownBtn .hotelIconReserveRightArrow {
  float: right;
  margin: 7px 5px 0 0;
}
@media (min-width: 992px) {
  #gCampaignCountdownBtn {
    position: absolute;
    right: 90px;
    bottom: 100px;
    margin: 0;
    width: 150px;
    height: 75px;
    line-height: 75px;
    font-size: 22px;
  }
  #gCampaignCountdownBtn .hotelIconReserveRightArrow {
    margin-top: 30px;
  }
}

#gCampaignCountdownOverlay {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#gCampaignCountdownCloseBtn {
  position: absolute;
  z-index: 2101;
  top: 0;
  right: 0;
  display: block;
  width: 39.5px;
  height: 39.5px;
  background: url(../img/shared/close_countdown_sp.png) no-repeat;
  background-size: 39.5px 39.5px;
}
@media (min-width: 992px) {
  #gCampaignCountdownCloseBtn {
    width: 60px;
    height: 60px;
    background: url(../img/shared/close_countdown_pc.png) no-repeat;
  }
}

/**
 * * City Structures
 * */
/**
 * * City Parts
 * */
.cityHotelsHeadingWrap {
  margin: 20px 10px;
}
@media (min-width: 768px) {
  .cityHotelsHeadingWrap {
    margin: 30px 30px 0 30px;
  }
}

.cityHotelsHeading {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cityHotelsHeading {
    font-size: 25px;
    font-weight: bold;
  }
}

.cityHotelsHeadingDesktop {
  font-size: 20px;
  font-weight: bold;
}

.cityHotelsSubHeading {
  margin: 10px 0 0;
}

.cityHotelsSubHeadingDesktop {
  margin: 5px 0 0;
}

.cityHotelAbstracts .cityHeadFindGoogleMap {
  display: block;
  margin: 16px auto 40px;
  width: 225px;
  height: 40px;
  line-height: 36px;
  text-align: center;
}
.cityHotelAbstracts .cityHeadFindGoogleMap:before {
  margin: -2px 5px 0 0;
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url(../img/doubletree/city/city_map.png) no-repeat;
  background-size: 14px 20px;
  content: "";
  vertical-align: middle;
}
.cityHotelAbstracts .cityHotelAbstractReserve:before, .cityHotelAbstracts .cityHotelAbstractReserve:after {
  content: " ";
  display: table;
}
.cityHotelAbstracts .cityHotelAbstractReserve:after {
  clear: both;
}
.cityHotelAbstracts .cityHotelAbstractReserveBtn {
  float: right;
  width: 48%;
}
.cityHotelAbstracts .cityHotelCitiesRelatedHeading {
  margin: 0;
  padding: 5px 0;
  height: 50px;
  line-height: 20px;
  background: #eaeaea;
  font-size: 11px;
  text-align: center;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCitiesRelatedHeading {
    margin: 90px 0 0;
    line-height: normal;
  }
}
.cityHotelAbstracts .cityHotelCityRelatedCardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cityHotelAbstracts .cityHotelCityRelatedCardWrap:before, .cityHotelAbstracts .cityHotelCityRelatedCardWrap:after {
  content: " ";
  display: table;
}
.cityHotelAbstracts .cityHotelCityRelatedCardWrap:after {
  clear: both;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedCardWrap {
    padding: 0 15px;
  }
}
.cityHotelAbstracts .cityHotelCityRelatedLinkWrap {
  margin: 20px 0;
  padding: 0 10px;
  width: 50%;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedLinkWrap {
    margin: 40px 0 60px 0;
    padding: 0 15px;
    width: 25%;
  }
}
.cityHotelAbstracts .cityHotelCityRelatedLink {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 100px;
  text-decoration: none;
  border-top: 1px solid #eaeaea;
}
.cityHotelAbstracts .cityHotelCityRelatedLink:before, .cityHotelAbstracts .cityHotelCityRelatedLink:after {
  content: " ";
  display: table;
}
.cityHotelAbstracts .cityHotelCityRelatedLink:after {
  clear: both;
}
.cityHotelAbstracts .cityHotelCityRelatedLink:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cityHotelAbstracts .cityHotelCityRelatedLink:first-child {
  border: none;
}
.cityHotelAbstracts .cityHotelCityRelatedLink h2 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 15px;
}
.cityHotelAbstracts .cityHotelCityRelatedLink p {
  line-height: 1.5;
  font-size: 15px;
  color: #CF4800;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedLink p {
    font-weight: normal;
  }
}
.cityHotelAbstracts .cityHotelCityRelatedImgWrap {
  width: 100%;
  vertical-align: middle;
}
.cityHotelAbstracts .cityHotelCityRelatedText {
  position: relative;
  width: 100%;
  padding: 10px 10px 0 10px;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedText {
    padding: 14px 0 0 0;
  }
  .cityHotelAbstracts .cityHotelCityRelatedText h2 {
    width: 100%;
    font-size: 20px;
  }
  .cityHotelAbstracts .cityHotelCityRelatedText p {
    padding-top: 5px;
    margin-left: 0;
    font-size: 20px;
  }
}
.cityHotelAbstracts .cityHotelCitiesRelatedNoHistory {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 1.2em;
  color: #8f8f8f;
}
.cityHotelAbstracts .cityHotelAbstractInner {
  position: relative;
}
.cityHotelAbstracts .cityHotelAbstractSale {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 5px;
  width: 225px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(155, 12, 22, 0.8);
}
.cityHotelAbstracts .cityHotelAbstractSaleButton {
  display: inline-block;
  padding: 5px 5px 5px 25px;
  line-height: 25px;
  border-radius: 5px;
  color: #fff;
  background: #09194E;
}
.cityHotelAbstracts .cityHotelAbstractSaleButton .cityHotelAbstractReserveBtnArrow {
  margin: 5px 5px 5px 15px;
}
.cityHotelAbstracts .cityHotelAbstractSaleInner {
  display: none;
  padding: 8px 5px 5px;
  text-align: center;
}
.cityHotelAbstracts .cityHotelAbstractSaleInner p {
  text-align: center;
  color: #fff;
  font-size: 11px;
}
.cityHotelAbstracts .cityHotelAbstractSaleHeading {
  margin: 0;
  padding: 0 0 0 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  word-wrap: break-word;
}
.cityHotelAbstracts .cityHotelAbstractSaleHeading.opened .cityHotelAbstractSaleArrowBottom {
  width: 11px;
  height: 6px;
  background: url(../img/shared/icon/icon_arrow_top_sp.png) no-repeat;
  background-size: 11px 6px;
}
.cityHotelAbstracts .cityHotelAbstractSaleArrowBottom {
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 11px;
  height: 6px;
  background: url(../img/shared/icon/icon_arrow_bottom_sp.png) no-repeat;
  background-size: 11px 6px;
}
.cityHotelAbstracts .cityHotelAbstractLookClosely {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px 0 8px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #09194E;
}
.cityHotelAbstracts .cityHotelAbstractLookClosely .cityHotelAbstractGlass {
  display: block;
  float: right;
  margin-top: 6px;
  width: 26px;
  height: 20px;
}
.cityHotelAbstracts .cityHotelDescription {
  padding: 15px 10px 0;
}
.cityHotelAbstracts .cityHotelDescription p {
  margin: 0;
}
.cityHotelAbstracts .cityHotelCityRelatedImg {
  width: 100%;
}
.cityHotelAbstracts .cityHotelAbstractReserve {
  padding: 15px 10px 0;
}
.cityHotelAbstracts .cityHotelCityRelatedDetailBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.cityHotelAbstracts .cityHotelCityRelatedDetailBtn::before {
  content: " ";
  display: block;
  float: right;
  margin: 12px 5px 0 0;
  width: 8px;
  height: 16px;
  background: url(../img/doubletree/city/city_arrow_right_xs.png) no-repeat;
}
.cityHotelAbstracts .cityHotelAbstractLookCloselyTag {
  display: none;
}
.cityHotelAbstracts .cityHotelAbstractSimpleVersionTag {
  display: block;
}
.cityHotelAbstracts .cityHotelAbstractImgWrap {
  position: relative;
}
.cityHotelAbstracts .cityHotelCitiesRecommendatedHeading {
  padding: 15px 0;
  margin-bottom: 4px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCitiesRecommendatedHeading {
    padding: 20px 0;
  }
}
.cityHotelAbstracts .cityHotelAbstractRecommendated {
  background: #fff !important;
}
@media (min-width: 768px) {
  .cityHotelAbstracts {
    margin: 0;
    padding: 0;
  }
  .cityHotelAbstracts .cityHotelAbstractSale {
    left: auto;
    right: 10px;
    padding: 10px 5px;
    width: 105px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleInner {
    padding-bottom: 0;
    word-wrap: break-word;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleHeading {
    padding: 0 0 0 15px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleButton {
    margin-top: 12px;
    padding: 5px 0 5px 5px;
    font-size: 12px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleButton .cityHotelAbstractReserveBtnArrow {
    margin: 5px;
  }
  .cityHotelAbstracts .cityHotelAbstractLookCloselyTag {
    display: block;
  }
  .cityHotelAbstracts .cityHotelAbstractSimpleVersionTag {
    display: none;
  }
  .cityHotelAbstracts .cityHotelCityRelatedText {
    vertical-align: middle;
  }
  .cityHotelAbstracts .cityHotelAbstractReserve {
    padding: 10px;
  }
  .cityHotelAbstracts .cityHotelAbstract {
    overflow: hidden;
    margin-top: 10px;
    padding-left: 0;
    border-bottom: 0;
  }
  .cityHotelAbstracts .cityHotelAbstract:nth-child(even) {
    background: none;
  }
  .cityHotelAbstracts .cityHotelAbstractToCityHotelLink {
    padding: 10px 10px 0;
    background: #fff;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTags {
    padding-right: 0;
    background: #fff;
  }
  .cityHotelAbstracts .cityHotelAbstractImgWrap {
    width: 100%;
    height: 100%;
  }
  .cityHotelAbstracts .cityHotelAbstractImg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
  }
  .cityHotelAbstracts .cityHotelAbstractExplanation {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .cityHotelAbstracts .cityHotelAbstractExplanation h2 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
  }
  .cityHotelAbstracts .cityHotelAbstractLookClosely {
    left: 0;
    width: 110px;
  }
  .cityHotelAbstracts .cityHotelDescription {
    display: none;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTags {
    height: 48px;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTag {
    margin-top: 12px;
    padding-right: 0;
    text-align: left;
    font-size: 14px;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTag strong {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .cityHotelAbstracts .cityHotelAbstractPriceTag {
    margin-top: 10px;
    font-size: 18px;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTag strong {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .cityHotelAbstracts .cityHotelAbstractPriceTag {
    margin-top: 5px;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTag strong {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelAbstractReserve {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelAbstractReserveBtn {
    padding-top: 9px;
    width: 100px;
    height: 30px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelAbstractReserveBtnArrow {
    display: block;
    margin: -1px 5px 0 0;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCitiesRelated {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    background: #fff;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCitiesRelatedHeading {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedLink {
    min-height: 0;
    border: none;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityMapExplanation {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding-right: 10px;
    width: 100%;
    height: 100%;
  }
  .cityHotelAbstracts .cityMapExplanation h2 {
    position: absolute;
    top: 50%;
    margin-top: -70px;
    width: 100%;
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
  }
  .cityHotelAbstracts .cityMapExplanation:hover .cityMapExplanationOverlay {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityMapExplanationImg {
    display: block;
    margin: 10px auto 0;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelAbstractRecommendated {
    background: none !important;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedDetailBtn {
    position: static;
    float: right;
    margin-top: 10px;
    height: 26px;
    line-height: 24px;
    width: 55px;
  }
  .cityHotelAbstracts .cityHotelCityRelatedDetailBtn::before {
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .cityHotelAbstracts .cityHotelCityRelatedDetailBtn {
    margin-top: 0;
    width: 65px;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityMapExplanationOverlay {
    width: 100.1%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .googleMap {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .cityHotelAbstracts .cityHotelAbstractSale {
    width: 175px;
  }
}
@media (min-width: 1200px) {
  .cityHotelAbstracts .cityHotelAbstractSale {
    width: 250px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleInner {
    padding: 12px 5px 0;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleInner p {
    font-size: 14px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleArrowBottom {
    left: auto;
    right: 5px;
    top: 14px;
    width: 18px;
    height: 10px;
    background: url(../img/shared/icon/icon_arrow_bottom_pc.png) no-repeat;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleHeading {
    padding: 0 10px 0 0;
    font-size: 16px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleHeading.opened .cityHotelAbstractSaleArrowBottom {
    width: 18px;
    height: 10px;
    background: url(../img/shared/icon/icon_arrow_top_pc.png) no-repeat;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleButton {
    padding: 0 10px 0 35px;
    line-height: 30px;
    font-size: 14px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleButton:hover:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .cityHotelAbstracts .cityHotelAbstractSaleButton .cityHotelAbstractReserveBtnArrow {
    margin: 7px 5px 3px 20px;
  }
}
@media (min-width: 1350px) {
  .cityHotelAbstracts .cityHotelAbstractSale {
    width: 300px;
  }
}

.cityHotelAbstracts .cityHotelsMapWrap {
  position: relative;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelsMapWrap {
    margin: 60px 0 0 0;
  }
}
.cityHotelAbstracts .cityHotelsMapWrap .cityMap {
  height: 380px;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelsMapWrap .cityMap {
    height: 580px;
  }
  .cityHotelAbstracts .cityHotelsMapWrap .cityMap .mapHotel a.visible-xs {
    display: none !important;
  }
}

.cityHotelsMapHeading {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  background: #eaeaea;
}
.cityHotelsMapHeading .cityHotelsMapImg {
  margin-right: 10px;
}

.cityHotelAbstract {
  padding-bottom: 30px;
}
.cityHotelAbstract h2 {
  margin: 0;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #312e2e;
  line-height: 28px;
}
.cityHotelAbstract p {
  font-size: 9px;
  color: #312e2e;
}
.cityHotelAbstract .cityHotelAbstractImgWrap {
  padding: 0;
}
.cityHotelAbstract .cityHotelAbstractImg {
  width: 100%;
}
.cityHotelAbstract .cityHotelAbstractReserveWrap {
  color: #fff;
}
.cityHotelAbstract .cityHotelAbstractReserveWrap a {
  font-size: 14px;
}
@media (min-width: 768px) {
  .cityHotelAbstract {
    padding-bottom: 0;
  }
  .cityHotelAbstract h2 {
    font-size: 12px;
  }
  .cityHotelAbstract p {
    margin-bottom: 0;
  }
}

.cityHotelAbstractExplanation {
  padding: 0;
}

a.cityHotelAbstractToCityHotelLink {
  display: block;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cityHotelDescription p {
    height: 76px;
  }
}

.cityHotelAbstractPriceTags {
  padding: 0;
}

.cityHotelAbstractPriceTag {
  margin-top: 15px;
  font-size: 12px;
  color: #CF4800;
}
.cityHotelAbstractPriceTag strong {
  font-size: 18px;
}

.cityHotelAbstractReserveBtn {
  width: 100%;
  height: 40px;
  line-height: 36px;
  text-align: center;
}

.cityHotelAbstractReserveBtnArrow {
  float: right;
  margin: 10px 10px 0 0;
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/doubletree/city/city_arrow_right.png) no-repeat;
  background-size: 10px 15px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cityHotelAbstractReserveBtnArrow {
    display: inline-block;
    width: 8px;
    height: 16px;
    background: url(../img/doubletree/city/city_arrow_right_xs.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}

.cityHotelsSlidesWrap {
  position: relative;
  overflow: hidden;
  display: none;
  width: 100%;
  height: 153px;
  background: #f3f3f3;
}
.cityHotelsSlidesWrap:before, .cityHotelsSlidesWrap:after {
  content: " ";
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.cityHotelsSlidesWrap:before {
  top: -1px;
}
.cityHotelsSlidesWrap:after {
  bottom: -1px;
}
.cityHotelsSlidesWrap .cityHotelSlides {
  overflow: hidden;
  margin: 0 40px;
  height: 153px;
}
@media (min-width: 768px) {
  .cityHotelsSlidesWrap {
    display: block;
  }
}
.cityHotelsSlidesWrap .swiperSlide {
  width: 397px;
  height: 153px;
}
.cityHotelsSlidesWrap .cityHotelAbstract {
  padding: 0;
}
.cityHotelsSlidesWrap .cityHotelAbstract h2, .cityHotelsSlidesWrap .cityHotelAbstract p {
  font-size: 11px;
}
.cityHotelsSlidesWrap .cityHotelAbstract.active {
  background: #e3e3e3;
}
.cityHotelsSlidesWrap .swiperContainer {
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}
.cityHotelsSlidesWrap .swiperSlideVisible {
  border-right: 1px solid lightgrey;
}
.cityHotelsSlidesWrap .cityHotelAbstract:hover {
  background: #e3e3e3;
}
.cityHotelsSlidesWrap .cityHotelAbstractExplanation {
  padding: 0 0 0 20px;
}
.cityHotelsSlidesWrap .cityHotelAbstractPriceTag {
  margin-top: 40px;
  padding: 0;
  font-size: 11px;
  text-align: left;
}
.cityHotelsSlidesWrap .cityHotelAbstractPriceTag strong {
  font-size: 17px;
}
.cityHotelsSlidesWrap .cityHotelAbstractReserve {
  padding: 10px 0 0;
}
.cityHotelsSlidesWrap .cityHotelAbstractReserveBtn {
  padding-left: 15px;
  width: 75px;
  height: 28px;
  line-height: 24px;
}
.cityHotelsSlidesWrap .cityHotelAbstractReserveBtnArrow {
  margin: 5px 5px 0 0;
  display: inline-block;
  width: 8px;
  height: 16px;
  background: url(../img/doubletree/city/city_arrow_right_xs.png) no-repeat;
  content: "";
  vertical-align: middle;
}
.cityHotelsSlidesWrap .swiperLeft, .cityHotelsSlidesWrap .swiperRight {
  top: 0;
  margin: 0;
  height: 100%;
  background: url(../img/doubletree/city/city_sm_slide_arrow_left.png) center no-repeat;
}
.cityHotelsSlidesWrap .swiperLeft:hover, .cityHotelsSlidesWrap .swiperRight:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cityHotelsSlidesWrap .swiperLeft:before, .cityHotelsSlidesWrap .swiperRight:before {
  display: none;
}
.cityHotelsSlidesWrap .swiperRight {
  background-image: url(../img/doubletree/city/city_sm_slide_arrow_right.png);
}

.cityHotelDetail {
  display: block;
}
.cityHotelDetail .cityHotelDetailBody {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .cityHotelDetail .cityHotelDetailBody {
    padding-top: 0;
  }
  .cityHotelDetail .cityHotelDetailBody .cityHotelDetailPriceTag {
    float: left;
    margin: 0 20px 20px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }
  .cityHotelDetail .cityHotelDetailBody .cityHotelDetailPriceTag strong {
    margin-right: 10px;
    font-size: 34px;
  }
}
.cityHotelDetail .cityHotelDetailBody .cityHotelDetailBtn .appBtn {
  width: 80px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
}
.cityHotelDetail .cityHotelDetailBody .cityHotelDetailBtn .appBtn::before {
  content: " ";
  display: block;
  float: right;
  margin: 9px 5px 0 0;
  width: 11px;
  height: 21px;
  background: url(../img/doubletree/city/city_arrow_right_md.png) no-repeat;
}
@media (min-width: 992px) {
  .cityHotelDetail .cityHotelDetailBody .cityHotelDetailBtn .appBtn {
    width: 100%;
  }
}
.cityHotelDetail .cityHotelDetailAvailabilities {
  margin-top: 50px;
  padding: 0 0 0 25px;
}
.cityHotelDetail .cityHotelDetailAvailabilities ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cityHotelDetail .cityHotelDetailAvailabilities li {
  display: table;
  margin: 9px 0;
  padding: 0;
  height: 30px;
  font-size: 9px;
}
@media (min-width: 1200px) {
  .cityHotelDetail .cityHotelDetailAvailabilities li {
    font-size: 12px;
  }
}
.cityHotelDetail .cityHotelDetailAvailabilities li:last-child {
  float: none;
}
.cityHotelDetail .cityHotelDetailAvailabilities img {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .cityHotelDetail .cityHotelDetailAvailabilities img {
    margin-right: 10px;
  }
}
.cityHotelDetail .hotelDetailsAvailabilitiesList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cityHotelDetail .hotelDetailsAvailabilitiesListItem {
  display: table;
  padding: 0;
  height: 50px;
  font-size: 9px;
}
@media (min-width: 1200px) {
  .cityHotelDetail .hotelDetailsAvailabilitiesListItem {
    font-size: 12px;
  }
}
.cityHotelDetail .hotelDetailsAvailabilityIcon {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .cityHotelDetail .hotelDetailsAvailabilityIcon {
    margin-right: 10px;
  }
}
.cityHotelDetail .hotelDetailsAvailabilityIconWrap {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
}
.cityHotelDetail .hotelDetailsAvailabilityDetail {
  display: table-cell;
  vertical-align: middle;
}

.cityHotelDetailHead {
  position: relative;
  display: table;
  width: 100%;
  padding: 0 25px;
  height: 134px;
}
.cityHotelDetailHead .cityHotelDetailBrandImgWrap {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  table-layout: fixed;
  width: 70px;
}
.cityHotelDetailHead h2 {
  display: table-cell;
  padding: 30px 0;
  vertical-align: middle;
  font-weight: bold;
}
.cityHotelDetailHead h2 a {
  color: #000;
}
.cityHotelDetailHead .cityHeadFindGoogleMap {
  float: right;
  margin-top: 50px;
  padding: 3px 10px;
  width: 290px;
}
.cityHotelDetailHead .cityHeadFindGoogleMap:before {
  margin: -2px 5px 0 0;
  display: inline-block;
  width: 15px;
  height: 19px;
  background: url(../img/doubletree/city/city_map_sm.png) no-repeat;
  content: "";
  vertical-align: middle;
}

.cityHotelDetailSlidesWrap {
  padding: 0;
}

.cityHotelDetailSlidesPaginationWrap {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.cityHotelDetailSlidesPaginationWrap .swiper-button-prev, .cityHotelDetailSlidesPaginationWrap .swiper-button-next {
  position: static;
  margin: 0;
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../img/doubletree/city/city_slide_arrow_left.png) no-repeat;
  content: "";
  vertical-align: middle;
}
.cityHotelDetailSlidesPaginationWrap .swiper-button-prev:before, .cityHotelDetailSlidesPaginationWrap .swiper-button-next:before {
  display: none;
}
.cityHotelDetailSlidesPaginationWrap .swiper-button-prev:after, .cityHotelDetailSlidesPaginationWrap .swiper-button-next:after {
  display: none;
}
.cityHotelDetailSlidesPaginationWrap .swiper-button-next {
  background-image: url(../img/doubletree/city/city_slide_arrow_right.png);
}
@media (min-width: 768px) {
  .cityHotelDetailSlidesPaginationWrap {
    margin: 15px 0;
  }
}

.cityHotelDetailSlidesPagination {
  position: static;
  display: inline-block;
}
.cityHotelDetailSlidesPagination .swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/doubletree/city/city_slide_inactive.png) no-repeat;
  content: "";
  vertical-align: middle;
}
.cityHotelDetailSlidesPagination .swiper-pagination-bullet-active {
  background-image: url(../img/doubletree/city/city_slide_active.png);
}

.cityHotelDetailDetailImg {
  width: 100%;
}

.cityHotelDetailTextWrap h3 {
  margin: 0 0 30px;
  line-height: 1.4;
  color: #A3CD39;
  font-weight: bold;
}

.cityHotelDetailDescription {
  line-height: 1.6;
}

.cityHotelDetailFoot {
  padding-bottom: 20px;
}

.cityHotelGrayArrow {
  float: right;
  margin-right: 4%;
  width: 48%;
  height: 40px;
  line-height: 36px;
  text-align: center;
}
.cityHotelGrayArrow:after {
  float: right;
  margin: 10px 10px 0 0;
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/doubletree/city/city_arrow_right.png) no-repeat;
  background-size: 10px 15px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cityHotelGrayArrow {
    display: none;
  }
  .cityHotelGrayArrow:after {
    margin: 6px 5px 0 0;
    display: inline-block;
    width: 8px;
    height: 16px;
    background: url(../img/doubletree/city/city_arrow_right_xs.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .cityHotelGrayArrow {
    display: block;
    margin: 0 10px 0 0;
    width: 104px;
    height: 30px;
    line-height: 28px;
  }
}

.cityMapHeading {
  display: table;
  padding: 0 10px;
  height: 55px;
}
.cityMapHeading .goBackLink {
  display: table-cell;
  width: 59px;
  vertical-align: middle;
  font-size: 12px;
  color: #09194E;
}
.cityMapHeading .goBackLink:before {
  margin-right: 5px;
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../img/doubletree/city/city_back.png) no-repeat;
  background-size: 6px 11px;
  content: "";
  vertical-align: middle;
}
.cityMapHeading h1 {
  display: table-cell;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cityMapHeading {
    height: 88px;
  }
  .cityMapHeading .goBackLink {
    display: none;
  }
  .cityMapHeading h1 {
    font-size: 24px;
  }
}

.cityHotelDetailBrandImg {
  margin-right: 5px;
  height: 28px;
  float: left;
}
@media (min-width: 768px) {
  .cityHotelDetailBrandImg {
    display: none;
  }
}

.cityMapSection {
  padding: 0 0 30px;
}

.cityMap {
  height: 380px;
}
@media (min-width: 768px) {
  .cityMap {
    height: 580px;
  }
  .cityMap .mapHotel a.visible-xs {
    display: none !important;
  }
}

.modalCityMap .modalDialog {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.modalCityMap .modalDialogInner {
  position: relative;
  width: 100%;
  padding: 0 25px 20px;
}
.modalCityMap .modalClose {
  position: absolute;
  display: block;
  top: 20px;
  right: 10px;
  width: 38px;
  height: 38px;
}

.modalCityHotel .modalDialog {
  position: absolute;
  left: 50%;
  width: 100%;
  background: #fff;
}
.modalCityHotel .modalClose {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/shared/city/close_modal.png") no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .modalCityHotel .modalClose {
    top: 20px;
    right: 20px;
  }
}
.modalCityHotel .modalClose i {
  display: none;
}
.modalCityHotel .cityHotelDetail {
  overflow: hidden;
}
.modalCityHotel .cityHotelDetail .appBtn {
  width: 48%;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetail .appBtn {
    line-height: 45px;
    height: 45px;
    width: 130px;
  }
}
.modalCityHotel .cityHotelDetail .cityHotelDetailBtn {
  margin-right: 4%;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetail .cityHotelDetailBtn {
    margin-right: 10px;
    font-size: 19px;
  }
}
.modalCityHotel .cityHotelDetailHotelName {
  display: table;
  margin: 15px 0 19px 0;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailHotelName {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
}
.modalCityHotel .cityHotelDetailHotelName a {
  display: table-cell;
  margin-left: 10px;
  vertical-align: middle;
  word-break: break-all;
  color: #09194E;
}
.modalCityHotel .cityHotelDetailHeading {
  display: none;
}
.modalCityHotel .cityHotelDetailTextWrap {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailTextWrap {
    padding: 0 44px;
    margin: 42px 0 0 0;
  }
}
.modalCityHotel .cityHotelDetailDescription {
  font-size: 12px;
}
.modalCityHotel .cityHotelDetailAvailabilities {
  margin: 6px 0 0 0;
  padding: 0 20px;
}
.modalCityHotel .cityHotelDetailBtnsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtnsWrap {
    width: 270px;
  }
}
.modalCityHotel .cityHotelDetailBtns {
  width: 100%;
  text-align: left;
}
.modalCityHotel .cityHotelDetailBtns:before, .modalCityHotel .cityHotelDetailBtns:after {
  content: " ";
  display: table;
}
.modalCityHotel .cityHotelDetailBtns:after {
  clear: both;
}
.modalCityHotel .cityHotelDetailPriceTag {
  margin: 10px 0 19px 0;
  color: #CF4800;
  font-size: 15px;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailPriceTag {
    margin: 4px 10px 5px 0;
  }
}
.modalCityHotel .cityHotelDetailPriceTag strong {
  font-size: 23px;
}
.modalCityHotel .cityHotelDetailBtn, .modalCityHotel .cityHotelDetailReserveBtn {
  float: left;
  position: relative;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
.modalCityHotel .cityHotelDetailBtn::after, .modalCityHotel .cityHotelDetailReserveBtn::after {
  float: right;
  margin: 13px 0 0;
}
.modalCityHotel .cityHotelDetailBtn {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .modalCityHotel {
    float: none;
    margin-right: auto;
    width: auto;
    font-size: auto;
  }
  .modalCityHotel::after {
    float: none;
  }
  .modalCityHotel .cityHotelDetailDescription {
    font-size: 14px;
  }
  .modalCityHotel .modalDialog {
    top: 50%;
    max-width: 1160px;
  }
  .modalCityHotel .modalDialogInner {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .modalCityHotel .modalClose {
    background: none;
  }
  .modalCityHotel .modalClose i {
    display: block;
  }
  .modalCityHotel .cityHotelDetailHotelName {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .modalCityHotel .cityHotelDetailBrandImgWrap {
    display: none;
  }
  .modalCityHotel .cityHotelDetailBrandImg {
    display: block;
    margin-top: -10px;
    height: auto;
  }
  .modalCityHotel .cityHotelDetailDescription {
    overflow: hidden;
  }
  .modalCityHotel .cityHotelDetailBtns {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns {
    margin: 40px 0;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns .appBtn {
    padding: 0px 10px 3px 15px;
  }
  .modalCityHotel .cityHotelDetailBtns .appBtn:after {
    margin: 13px 0 0 5px;
    display: inline-block;
    width: 11px;
    height: 21px;
    background: url(../img/doubletree/city/city_arrow_right_md.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns .cityHotelDetailBtn {
    margin: 0 16px 0 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns .cityHotelDetailBtn {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns .cityHotelDetailBtn:after {
    display: inline-block;
    width: 11px;
    height: 21px;
    background: url(../img/doubletree/city/city_arrow_right_md.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns .cityHotelDetailReserveBtn {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailAvailabilities {
    margin-top: 10px;
    padding: 0 0 0 20px;
  }
  .modalCityHotel .cityHotelDetailAvailabilities ul {
    margin-left: 20px;
  }
  .modalCityHotel .cityHotelDetailAvailabilities li {
    margin: 0 7px 10px 0;
    width: 148px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 10px;
    color: #CCCCCC;
  }
  .modalCityHotel .cityHotelDetailAvailabilities img {
    margin: 0 5px 0 5px;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .hotelDetailsAvailabilityDetail {
    color: #4c4a4a;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailFoot {
    padding: 0 0 10px 0;
  }
}

.cityHotelDetail .appBtn {
  padding: 3px 5px 3px 4px;
  width: 147px;
  height: 52px;
  line-height: 48px;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}
.cityHotelDetail .appBtn:after {
  width: 8.5px;
  height: 14.5px;
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url(../img/doubletree/city/city_arrow_right_sm.png) no-repeat;
  content: "";
  vertical-align: middle;
}
.cityHotelDetail .cityHotelDetailBtn {
  margin-right: 20px;
  font-size: 15px;
}
.cityHotelDetail .cityHotelDetailBtn:after {
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url(../img/doubletree/city/city_arrow_right_sm.png) no-repeat;
  content: "";
  vertical-align: middle;
}
.cityHotelDetail .cityHotelDetailReserveBtn {
  font-size: 18px;
}

.breadcrumbsWrapCityLevel {
  position: relative;
}
.breadcrumbsWrapCityLevel .gMemberRegistration {
  display: none;
}
@media (min-width: 992px) {
  .breadcrumbsWrapCityLevel .gMemberRegistration {
    display: block;
  }
}

.citySearchButtonInnerTop {
  display: none;
  margin-right: 29px;
  text-align: right;
}
@media (min-width: 992px) {
  .citySearchButtonInnerTop {
    display: block;
  }
}

.citySearchButtonInnerBottom {
  display: block;
  text-align: right;
}
@media (min-width: 992px) {
  .citySearchButtonInnerBottom {
    display: none;
  }
}

.citySearchButtonLink {
  color: white;
}

/**
 * * Home Structures
 * */
.gHeadHomeDesktop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}
.gHeadHomeDesktop .gHeadSearchWrap {
  padding-left: 0;
  height: 44px;
  background: #09194E;
}
.gHeadHomeDesktop .gHeadHotelsSearchWrapOrganizer {
  width: 100%;
  text-align: right;
}
.gHeadHomeDesktop .gHeadSearchWrap {
  margin-top: 15px;
  height: auto;
  background: none;
}
.gHeadHomeDesktop .gHeadLogo {
  width: 150px;
  height: 126px;
}

.gHeadHomeInnerDesktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 100px;
}

.gHeadHomeOverlayDesktop {
  position: relative;
  overflow: visible;
  height: 100px;
  background: rgba(255, 255, 255, 0.6);
}

.gHeadHomeSearchWrapDesktop {
  display: table;
  height: 78px;
}

.gHeadHomeDesktop.new-header-2022-ko .gHeadHotelsSearchDesktop {
  width: 100%;
}
.gHeadHomeDesktop.new-header-2022-ko .gHeadHomeInnerDesktop {
  display: block;
  height: auto;
}
.gHeadHomeDesktop.new-header-2022-ko .gHeadHomeOverlayDesktop {
  height: 80px;
}

/**
 * * Home Parts
 * */
.homeIndexKeyvisualsSection {
  position: relative;
}

.homeIndexKeyvisuals {
  z-index: 1;
}

.homeIndexKeyvisualBannerModeLink {
  display: block;
  width: 100%;
  height: 100%;
}

.homeIndexKeyvisualHeading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 55%;
  display: block;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  text-decoration: none;
}
.homeIndexKeyvisualHeading:hover {
  text-decoration: none;
}
.homeIndexKeyvisualHeading .appBtn {
  position: relative;
  float: right;
  padding: 6px 20px 6px 15px;
  margin: 0;
}
.homeIndexKeyvisualHeading .hotelIconReserveRightArrow {
  position: absolute;
  top: 13px;
  right: 5px;
}
@media (min-width: 768px) {
  .homeIndexKeyvisualHeading {
    top: auto;
    left: 60px;
    bottom: 60px;
    padding: 0;
    width: 48%;
  }
  .homeIndexKeyvisualHeading .appBtn {
    padding-right: 50px;
    padding-left: 45px;
  }
  .homeIndexKeyvisualHeading .hotelIconReserveRightArrow {
    top: 15px;
  }
}

.homeIndexKeyvisualImage {
  display: block;
  width: 100%;
}

.homeIndexKeyvisualHeadingMessage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: bold;
  background: rgba(5, 31, 56, 0.5);
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.homeIndexKeyvisualHeadingMessage:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.homeIndexKeyvisualHeadingMessage:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .homeIndexKeyvisualHeadingMessage {
    font-size: 28px;
  }
}

.homeIndexKeyvisualsPreviousButton {
  left: 14%;
  left: calc(14% - 1px);
}

.homeIndexKeyvisualsNextButton {
  right: 14%;
  right: calc(14% - 1px);
}

.homeIndexKeyvisualPrice {
  float: right;
  margin: 2px 12px 0 0;
  padding: 2px 12px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: rgba(255, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .homeIndexKeyvisualPrice {
    margin: 0 20px 0 0;
    padding: 3px 20px;
    font-size: 20px;
  }
}

.homeIndexRecommendationsWrap {
  margin: 0;
}

@media (min-width: 768px) {
  .homeIndexSearchFormWrap {
    display: none;
  }
}

.homeIndexSearchFormInner {
  background-image: url(../img/doubletree/shared/body_foot.jpg);
  background-size: cover;
}

.homeIndexSearchOverlay {
  display: none;
  padding: 33px 30px 38px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.homeIndexSearchFormTitle {
  padding: 6px 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: white;
}

.homeIndexSearchForm {
  position: relative;
  margin: 9px 44px 9px 0;
  text-align: center;
}
.homeIndexSearchForm .homeIndexSearchFormTextField {
  padding: 10px 15px;
  height: 40px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
}
.homeIndexSearchForm .appBtnSearch {
  position: absolute;
  top: 0;
  right: -42px;
  height: 40px;
  width: 40px;
}

.homeIndexToSearchFromArea {
  font-size: 12px;
  color: white;
}
.homeIndexToSearchFromArea:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.homeIndexToSearchFromArea .iconArea {
  margin: 0;
}
.homeIndexToSearchFromArea:hover {
  color: white;
}
.homeIndexToSearchFromArea .hotelIconReserveRightArrow {
  margin: 6px 0 0 0;
}

.homeIndexRecommendationsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.homeIndexRecommendationItem {
  width: 100%;
  height: 45px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background: #acb656;
}
.homeIndexRecommendationItem:nth-child(2n) {
  background: #9fa938;
}
.homeIndexRecommendationItem:last-child {
  border-right: none;
}

.homeIndexRecommendationLink {
  display: block;
  padding: 12px 0;
  line-height: normal;
  text-align: center;
  color: white;
  text-decoration: none;
}
.homeIndexRecommendationLink:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.homeIndexRecommendationLink:hover {
  color: white;
}

.homeIndexRecommendations {
  background-color: #09194E;
}
.homeIndexRecommendations:before, .homeIndexRecommendations:after {
  content: " ";
  display: table;
}
.homeIndexRecommendations:after {
  clear: both;
}

.homeIndexRecommendationsSights {
  border: 3px solid #313131;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .homeIndexRecommendationsSights {
    border: 0;
  }
}

.homeIndexRecommendationsHotels {
  padding: 0 0 10px 0;
  border: 3px solid #313131;
  border-top: 0;
}
@media (min-width: 768px) {
  .homeIndexRecommendationsHotels {
    padding: 0 0 35px 0;
    border: 0;
  }
}

.homeIndexRecommendationsTitle {
  padding: 20px;
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FAFAFA;
  background-color: #09194E;
}
@media (min-width: 768px) {
  .homeIndexRecommendationsTitle {
    padding: 30px;
  }
  .homeIndexRecommendationsTitle h2 {
    margin: 0;
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    font-weight: bold;
  }
  .homeIndexRecommendationsTitle h3 {
    margin: 0;
    font-size: 12px;
    color: #09194E;
  }
}

.homeIndexRecommendationsSightsTitle {
  font-size: 20px;
  color: #ffffff;
}

.homeIndexRecommendationsHotelsTitle {
  font-size: 20px;
  color: #ffffff;
}

.homeIndexRecommendation {
  padding: 0;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
}
.homeIndexRecommendation:before, .homeIndexRecommendation:after {
  content: " ";
  display: table;
}
.homeIndexRecommendation:after {
  clear: both;
}
.homeIndexRecommendation:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .homeIndexRecommendation {
    margin: 0;
    padding-left: 1px;
  }
}

.homeIndexRecommendationOnly {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .homeIndexRecommendationOnly {
    padding: 0;
  }
}

.homeIndexRecommendationImg {
  width: 100%;
}

.homeIndexRecommendationDescription {
  position: relative;
  bottom: 0;
  padding: 10px 10px 8px;
  min-height: 55px;
  height: auto;
  width: 100%;
  text-decoration: none;
  background-color: #313131;
}
.homeIndexRecommendationDescription:before, .homeIndexRecommendationDescription:after {
  content: " ";
  display: table;
}
.homeIndexRecommendationDescription:after {
  clear: both;
}
@media (min-width: 768px) {
  .homeIndexRecommendationDescription {
    position: absolute;
    padding: 18px 20px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0.4)), color-stop(40%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.9));
  }
}
.homeIndexRecommendationDescription h3 {
  margin: 0 0 15px 0;
  word-break: break-all;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .homeIndexRecommendationDescription h3 {
    margin: 0 0 10px 0;
  }
}
.homeIndexRecommendationDescription strong {
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .homeIndexRecommendationDescription strong {
    margin: 0 7px 0 0;
  }
}

.homeIndexRecommendationDetailBtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 110px;
  padding: 6px 0;
  margin: 0;
  line-height: normal;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  .homeIndexRecommendationDetailBtn {
    display: none;
  }
}
.homeIndexRecommendationDetailBtn .readMoreHotel {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding-right: 8px;
  width: 90px;
  height: 25px;
  line-height: 22px;
  text-align: center;
}
.homeIndexRecommendationDetailBtn .hotelIconReserveRightArrow {
  margin: 0;
  vertical-align: unset;
}
@media (min-width: 768px) {
  .homeIndexRecommendationDetailBtn h3 {
    font-size: 13px;
  }
  .homeIndexRecommendationDetailBtn p {
    font-size: 13px;
  }
  .homeIndexRecommendationDetailBtn .readMoreHotel {
    bottom: 10px;
    right: 10px;
    padding-right: 10px;
    width: 118px;
    font-size: 11px;
  }
  .homeIndexRecommendationDetailBtn .hotelIconReserveRightArrow {
    position: absolute;
    top: 7px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .homeIndexRecommendationDetailBtn {
    padding: 27px 20px 13px;
  }
  .homeIndexRecommendationDetailBtn h3 {
    font-size: 16px;
  }
}

.homeIndexRecommendationText {
  display: inline-block;
  float: left;
  height: 30px;
  margin: 0 134px 0 0;
  padding: 0;
  font-size: 14px;
  color: #CF4800;
}
@media (min-width: 768px) {
  .homeIndexRecommendationText {
    height: auto;
    margin: 0;
    color: #CF4800;
  }
}
@media (min-width: 992px) {
  .homeIndexRecommendationText {
    font-size: 16px;
  }
}

.homeIndexRecommendationHotelsText {
  display: inline-block;
  float: left;
  height: 30px;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 12px;
  color: #CF4800;
}
@media (min-width: 768px) {
  .homeIndexRecommendationHotelsText {
    height: auto;
    margin: 0;
  }
}
.homeIndexRecommendationHotelsText strong {
  font-size: 18px;
}
@media (min-width: 768px) {
  .homeIndexRecommendationHotelsText {
    color: #CF4800;
    font-size: 13px;
  }
  .homeIndexRecommendationHotelsText strong {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .homeIndexRecommendationHotelsText {
    font-size: 14px;
  }
  .homeIndexRecommendationHotelsText strong {
    font-size: 16px;
  }
}

.homeIndexRecommendationHotelWrap {
  *zoom: 1;
}
.homeIndexRecommendationHotelWrap:after {
  content: "";
  display: table;
  clear: both;
}
.homeIndexRecommendationHotelWrap p {
  display: block;
  float: right;
  padding-top: 3px;
  width: 110px;
  height: auto;
  text-align: right;
}

.homeIndexOtherRecommendationsTitle {
  padding: 20px;
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #09194E;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .homeIndexOtherRecommendationsTitle {
    padding: 30px;
    font-size: 20px;
  }
}

.homeIndexRecommendationsInner:before, .homeIndexRecommendationsInner:after {
  content: " ";
  display: table;
}
.homeIndexRecommendationsInner:after {
  clear: both;
}
@media (min-width: 768px) {
  .homeIndexRecommendationsInner {
    margin: 0 0 0 -1px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .homeIndexRecommendationsInner {
    overflow: hidden;
    margin: 0;
    padding: 0 24px 0 23px;
  }
}

.homeIndexOtherRecommendationsInner {
  padding: 0 10px 12px;
  overflow: hidden;
  background-color: #fff;
}
.homeIndexOtherRecommendationsInner:before, .homeIndexOtherRecommendationsInner:after {
  content: " ";
  display: table;
}
.homeIndexOtherRecommendationsInner:after {
  clear: both;
}
@media (min-width: 768px) {
  .homeIndexOtherRecommendationsInner {
    margin: 0 auto 60px;
    padding: 0;
    max-width: 1160px;
  }
}

@media (min-width: 768px) {
  .homeIndexOtherRecommendationsLimit {
    margin: 0 0 0 -30px;
  }
}

.homeIndexOtherRecommendationLink {
  padding: 12px 0 0 0;
}
.homeIndexOtherRecommendationLink:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .homeIndexOtherRecommendationLink {
    padding: 0 0 0 30px;
    margin: 60px 0 0 0;
  }
}

.homeIndexRecommendationBackColor {
  padding: 3px;
  background-color: #313131;
}

.homeIndexRecommendationTextsWrap {
  padding: 12px 0 0 0;
}

.homeIndexOtherRecommendationDescription {
  padding: 14px 10px 18px;
  margin: 0;
  height: auto;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  background-color: #eeeeee;
  color: black;
}
.homeIndexOtherRecommendationDescription h3 {
  margin: 0;
  word-break: break-all;
  font-size: 12px;
  color: #8a8a8a;
}
.homeIndexOtherRecommendationDescription p {
  margin: 11px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .homeIndexOtherRecommendationDescription {
    padding: 18px 20px 22px;
  }
}

.homeIndexRecommendationTextsText {
  display: inline-block;
  padding: 9px 0 18px 0;
  font-size: 9px;
  font-weight: bold;
}

.homeIndexRecommendationSecondDetailBtnWrap {
  overflow: hidden;
  padding: 24px 50px;
  text-align: center;
}
.homeIndexRecommendationSecondDetailBtnWrap:before, .homeIndexRecommendationSecondDetailBtnWrap:after {
  content: " ";
  display: table;
}
.homeIndexRecommendationSecondDetailBtnWrap:after {
  clear: both;
}

.homeIndexRecommendationTextsDetailBtn {
  display: block;
  padding: 12px 0;
  margin: 25px auto 32px;
  width: 222px;
  line-height: normal;
  text-align: center;
}
.homeIndexRecommendationTextsDetailBtn:before, .homeIndexRecommendationTextsDetailBtn:after {
  content: " ";
  display: table;
}
.homeIndexRecommendationTextsDetailBtn:after {
  clear: both;
}
@media (min-width: 768px) {
  .homeIndexRecommendationTextsDetailBtn {
    padding: 4px 0;
    margin: 60px auto;
    width: 129px;
    line-height: normal;
    font-size: 18px;
  }
}
.homeIndexRecommendationTextsDetailBtn .hotelIconReserveRightArrow {
  margin: 5px 0 0 5px;
}
@media (min-width: 768px) {
  .homeIndexRecommendationTextsDetailBtn .hotelIconReserveRightArrow {
    float: right;
    margin: 8px 10px 0 0;
  }
}

.homeIndexRecommendationsSwiperWrapper {
  margin: 0 -3px;
}

.homeIndexRecommendationsSwiper {
  width: 100%;
}
.homeIndexRecommendationsSwiper .homeIndexRecommendationWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.homeIndexRecommendationsSwiper .swiper-button-next {
  display: block;
  margin-top: -47px;
  width: 40px;
  background: url(../img/shared/arrow_right_sp.png) center center no-repeat;
  background-size: 16px 28px;
}
.homeIndexRecommendationsSwiper .swiper-button-prev {
  display: block;
  margin-top: -47px;
  width: 40px;
  background: url(../img/shared/arrow_left_sp.png) center center no-repeat;
  background-size: 16px 28px;
}

.new-header-2022-ko .homeIndexSearchOverlay {
  display: block;
}

/**
 * * Hotel Structures
 * */
.iconIndoorView {
  display: block;
  margin: 0 auto 10px;
  width: 93px;
  height: 52px;
  background: url(../img/shared/icon/icon_panorama_sp.png) no-repeat;
  background-size: 93px 52px;
}
@media (min-width: 768px) {
  .iconIndoorView {
    width: 117px;
    height: 66px;
    background: url(../img/shared/icon_sm/icon_panorama.png) no-repeat;
  }
}

/**
 * * Shared Parts for Hotels
 * */
.hotelIcon {
  display: inline-block;
  vertical-align: top;
}
.hotelIcon.hotelIconCalendar {
  width: 20px;
  height: 20px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_calendar.png) no-repeat;
  background-size: 20px 20px;
}
.hotelIcon.hotelIconCalendarClose {
  width: 20px;
  height: 20px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_calendar_close.png) no-repeat;
  background-size: 20px 20px;
}
.hotelIcon.hotelIconEmail {
  width: 20px;
  height: 19px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_email.png) no-repeat;
  background-size: 20px 19px;
}
.hotelIcon.hotelIconMap {
  width: 13px;
  height: 19px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_map.png) no-repeat;
  background-size: 13px 19px;
}
.hotelIcon.hotelIconMenu {
  width: 35px;
  height: 35px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_menu.png) no-repeat;
  background-size: 35px 35px;
}
.hotelIcon.hotelIconMenuOn {
  width: 35px;
  height: 35px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_menu_on.png) no-repeat;
  background-size: 35px 35px;
}
.hotelIcon.hotelIconMenuRightArrow {
  width: 9px;
  height: 16px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_menu_right_arrow.png) no-repeat;
  background-size: 9px 16px;
}
.hotelIcon.hotelIconPhone {
  width: 17px;
  height: 19px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_phone.png) no-repeat;
  background-size: 17px 19px;
}
.hotelIcon.hotelIconReserveRightArrow {
  width: 7px;
  height: 11px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_reserve_right_arrow.png) no-repeat;
  background-size: 7px 11px;
}
.hotelIcon.hotelIconCar {
  width: 20px;
  height: 13px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_car.png) no-repeat;
  background-size: 20px 13px;
}
.hotelIcon.hotelIconTrain {
  width: 16px;
  height: 22px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_train.png) no-repeat;
  background-size: 16px 22px;
}
.hotelIcon.hotelIconAirplane {
  width: 21px;
  height: 21px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_airplane.png) no-repeat;
  background-size: 21px 21px;
}
.hotelIcon.hotelIconBus {
  width: 21px;
  height: 12px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_bus.png) no-repeat;
  background-size: 21px 12px;
}
.hotelIcon.hotelIconReserveLeftArrow {
  width: 7px;
  height: 11px;
  background: url(../img/../img/doubletree/hotel/hotel_icon/hotel_icon_reserve_left_arrow.png) no-repeat;
  background-size: 7px 11px;
}

@media (min-width: 768px) {
  .hotelIcon {
    display: inline-block;
    vertical-align: top;
  }
  .hotelIcon.hotelIconCalendar {
    width: 30px;
    height: 30px;
    background: url(../img/../img/doubletree/hotel/hotel_icon_sm/hotel_icon_sm_calendar.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconEmail {
    width: 20px;
    height: 16px;
    background: url(../img/../img/doubletree/hotel/hotel_icon_sm/hotel_icon_sm_email.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconPhoneThin {
    width: 16px;
    height: 16px;
    background: url(../img/../img/doubletree/hotel/hotel_icon_sm/hotel_icon_sm_phone_thin.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconCar {
    width: 22px;
    height: 16px;
    background: url(../img/../img/doubletree/hotel/hotel_icon_sm/hotel_icon_sm_car.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconTrain {
    width: 16px;
    height: 22px;
    background: url(../img/../img/doubletree/hotel/hotel_icon_sm/hotel_icon_sm_train.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconCalendarClose {
    width: 22px;
    height: 22px;
    background: url(../img/../img/doubletree/hotel/hotel_icon_sm/hotel_icon_sm_calendar_close.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconReserveRightArrow {
    width: 7px;
    height: 11px;
    background: url(../img/../img/doubletree/hotel/hotel_icon_sm/hotel_icon_sm_reserve_right_arrow.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconReserveLeftArrow {
    width: 7px;
    height: 11px;
    background: url(../img/../img/doubletree/hotel/hotel_icon_sm/hotel_icon_sm_reserve_left_arrow.png) no-repeat;
    background-size: auto;
  }
}
.hotelDynamicPackage {
  clear: both;
  padding: 20px 0 10px;
}
@media (min-width: 768px) {
  .hotelDynamicPackage {
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 205px;
    padding: 0;
  }
}

.hotelDynamicPackageInner {
  position: relative;
}

.hotelDynamicPackageLink {
  display: block;
}

.hotelDynamicPackageImage {
  width: 100%;
}
@media (min-width: 768px) {
  .hotelDynamicPackageImage {
    width: 322px;
  }
}

.hotelDynamicPackageClose {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 18px;
}
@media (min-width: 768px) {
  .hotelDynamicPackageClose {
    display: block;
  }
}

.hotelDynamicPackageCloseIcon {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/img/shared/dynamic_package/icon_close_dynamic_package.png) no-repeat;
}

.gHeadHotelDesktop {
  width: 100%;
}
.gHeadHotelDesktop .gWarningInner {
  margin: 0 0 0 20%;
  width: 80%;
}

.gHeadHotelOverlayDesktop {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 20%;
  background: rgba(255, 255, 255, 0.6);
}
.gHeadHotelOverlayDesktop.locked {
  position: absolute;
}

.gHeadHotelInnerDesktop {
  width: 100%;
}
.gHeadHotelInnerDesktop:before, .gHeadHotelInnerDesktop:after {
  content: " ";
  display: table;
}
.gHeadHotelInnerDesktop:after {
  clear: both;
}

.gHeadHotelLogoWrapDesktop {
  width: 100%;
  height: 94px;
  background: #09194E;
}

.gHeadHotelPriceWrapDesktop {
  padding: 24px;
  background: #ffffff;
}

.gHeadHotelPriceDesktop {
  text-align: center;
  color: #CF4800;
  font-size: 14px;
  font-weight: bold;
}
.gHeadHotelPriceDesktop strong {
  font-size: 20px;
}

.gHeadHotelReserveButtonDesktop {
  position: relative;
  display: block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.gHeadHotelReserveButtonDesktop .hotelIconReserveRightArrow {
  position: absolute;
  top: 12px;
  margin-left: 5px;
}

.gBodyInnerDesktop .hotelHeadingDesktop {
  height: 94px;
}

.hotelHeadingCommunicationsDesktop {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.hotelHeadingCommunicationsInnerDesktop {
  display: table-cell;
  padding: 0 10px 0 30px;
  height: 100%;
  line-height: 18px;
  font-size: 12px;
  vertical-align: middle;
}
.hotelHeadingCommunicationsInnerDesktop h1 {
  font-size: 25px;
  font-weight: bold;
}
.hotelHeadingCommunicationsInnerDesktop a {
  padding: 12px 0;
  text-decoration: none;
}

.hotelHeadingCommunicationDesktop {
  display: inline-block;
  margin: 0 0 0 10px;
}
.hotelHeadingCommunicationDesktop a {
  color: #4c4a4a;
}
.hotelHeadingCommunicationDesktop .hotelIcon {
  margin-top: -4px;
  vertical-align: middle;
}
.hotelHeadingCommunicationDesktop .hotelIconPhoneThin {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(../img/hotel/hotel_icon/hotel_icon_phone_black.png) no-repeat;
}
.hotelHeadingCommunicationDesktop .hotelIconEmail {
  width: 17px;
  height: 14px;
  background: url(../img/hotel/hotel_icon/hotel_icon_email_black.png) no-repeat;
}

.hotelHeadingTitleDesktop {
  margin-left: 0;
  margin-right: 10px;
}
.hotelHeadingTitleDesktop a:hover {
  text-decoration: underline;
}

.gHeadHotelMobile {
  min-height: 70px;
}

.gHeadHotelOverlayMobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: #fff;
}
.gHeadHotelOverlayMobile.fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
}

.hasWarning .gHeadHotelOverlayMobile {
  top: 44px;
}
.hasWarning .gHeadHotelOverlayMobile.fixed {
  top: 0;
}

.gHeadHotelLogoWrapMobile {
  height: 70px;
}

.gHeadHotelPriceWrapMobile {
  display: table;
  height: 35px;
}

.gHeadHotelPriceMobile {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #CF4800;
}
.gHeadHotelPriceMobile strong {
  font-size: 1.4em;
}

.gHeadHotelLinkWrapMobile {
  display: table;
  padding: 0 1px 0 0;
  height: 35px;
}
.gHeadHotelLinkWrapMobile:last-child {
  padding-right: 0;
}
.gHeadHotelLinkWrapMobile a {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #09194E;
}
.gHeadHotelLinkWrapMobile a:hover {
  text-decoration: none;
}
.gHeadHotelLinkWrapMobile .hotelIconPhone {
  margin: -1px 0 0;
  width: 13.3333333333px;
  height: 13.3333333333px;
  background: url(../img/shared/sp/nav_icon_tel_off.png) no-repeat;
  background-size: 13.3333333333px 13.3333333333px;
  vertical-align: middle;
}

.hotelHeadingMobile {
  display: table;
  margin: 70px 0 0;
  width: 100%;
  height: 70px;
}
.hotelHeadingMobile h1 {
  display: table-cell;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.hotelHeadingMobile a {
  color: inherit;
}

.hotelHeadingCommunicationsMobile {
  display: table;
  margin: 0;
  width: 100%;
}

.hotelHeadingCommunicationMobile {
  display: table-cell;
  margin: 0;
  width: 33.333%;
  height: 44px;
  vertical-align: middle;
  text-align: center;
  list-style: none;
}

.gBodyHotelInner p {
  line-height: 1.7;
}

.gBodyHotelMarginalDesktop {
  background: #eeeeee;
}

.gBodyHotelInnerDesktop {
  margin-left: 20%;
  width: 80%;
  background: #fff;
}
.gBodyHotelInnerDesktop:before, .gBodyHotelInnerDesktop:after {
  content: " ";
  display: table;
}
.gBodyHotelInnerDesktop:after {
  clear: both;
}

.hotelNavigationDesktop {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #eeeeee;
}

.hotelNavigationItemDesktop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #dedede;
}
.hotelNavigationItemDesktop.active .hotelNavigationLink, .hotelNavigationItemDesktop .hotelNavigationLink:hover {
  color: #09194E;
  background-color: #ffffff;
}
.hotelNavigationItemDesktop .hotelNavigationLink {
  display: block;
  width: 100%;
  height: 100%;
  color: #09194E;
  text-decoration: none;
}
.hotelNavigationItemDesktop .hotelNavigationLinkInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 22px 0 20px 46px;
  width: 160px;
  height: 100%;
  line-height: 18px;
}
.hotelNavigationItemDesktop .hotelNavigationLinkAccess .hotelNavigationLinkInner {
  background: url(../img/doubletree/hotel/nav/hotel_nav_access.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkAccess .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkAccess:hover .hotelNavigationLinkInner {
  background-image: url(../img/doubletree/hotel/nav_active/hotel_nav_active_access.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkCampaign .hotelNavigationLinkInner {
  background: url(../img/doubletree/hotel/nav/hotel_nav_campaign.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkCampaign .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkCampaign:hover .hotelNavigationLinkInner {
  background-image: url(../img/doubletree/hotel/nav_active/hotel_nav_active_campaign.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkDetail .hotelNavigationLinkInner {
  background: url(../img/doubletree/hotel/nav/hotel_nav_detail.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkDetail .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkDetail:hover .hotelNavigationLinkInner {
  background-image: url(../img/doubletree/hotel/nav_active/hotel_nav_active_detail.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkDining .hotelNavigationLinkInner {
  background: url(../img/doubletree/hotel/nav/hotel_nav_dining.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkDining .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkDining:hover .hotelNavigationLinkInner {
  background-image: url(../img/doubletree/hotel/nav_active/hotel_nav_active_dining.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkHome .hotelNavigationLinkInner {
  background: url(../img/doubletree/hotel/nav/hotel_nav_home.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkHome .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkHome:hover .hotelNavigationLinkInner {
  background-image: url(../img/doubletree/hotel/nav_active/hotel_nav_active_home.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkMeeting .hotelNavigationLinkInner {
  background: url(../img/doubletree/hotel/nav/hotel_nav_meeting.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkMeeting .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkMeeting:hover .hotelNavigationLinkInner {
  background-image: url(../img/doubletree/hotel/nav_active/hotel_nav_active_meeting.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkService .hotelNavigationLinkInner {
  background: url(../img/doubletree/hotel/nav/hotel_nav_service.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkService .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkService:hover .hotelNavigationLinkInner {
  background-image: url(../img/doubletree/hotel/nav_active/hotel_nav_active_service.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkStay .hotelNavigationLinkInner {
  background: url(../img/doubletree/hotel/nav/hotel_nav_stay.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkStay .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkStay:hover .hotelNavigationLinkInner {
  background-image: url(../img/doubletree/hotel/nav_active/hotel_nav_active_stay.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkWedding .hotelNavigationLinkInner {
  background: url(../img/doubletree/hotel/nav/hotel_nav_wedding.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkWedding .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkWedding:hover .hotelNavigationLinkInner {
  background-image: url(../img/doubletree/hotel/nav_active/hotel_nav_active_wedding.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkSightseeing .hotelNavigationLinkInner {
  background: url(../img/doubletree/hotel/nav/hotel_nav_sightseeing.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkSightseeing .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkSightseeing:hover .hotelNavigationLinkInner {
  background-image: url(../img/doubletree/hotel/nav_active/hotel_nav_active_sightseeing.png);
}

.hotelNavigationMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d3d3d3;
  background: #f6f6f6;
}

.hotelNavigationItemMobile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-top: 1px solid #d3d3d3;
  list-style: none;
}
.hotelNavigationItemMobile .hotelNavigationLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 14px 10px 11px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid transparent;
}
.hotelNavigationItemMobile .hotelNavigationLink:hover {
  text-decoration: none;
}
.hotelNavigationItemMobile.active .hotelNavigationLink {
  border-bottom: 2px solid #09194E;
}

.hotelNavigationItemBroadMobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/**
 * * _hotel_list_item Structures
 * */
/**
 * * HotelListItem Parts
 * */
.hotelsListItems:before, .hotelsListItems:after {
  content: " ";
  display: table;
}
.hotelsListItems:after {
  clear: both;
}
@media (min-width: 768px) {
  .hotelsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 30px;
  }
}

.hotelsListItemWrap {
  padding: 0;
  margin: 0;
}

.hotelsListItem {
  position: relative;
  padding: 0 0 24px;
  background: #fff;
}
.hotelsListItem:before, .hotelsListItem:after {
  content: " ";
  display: table;
}
.hotelsListItem:after {
  clear: both;
}
.hotelsListItem p {
  font-size: 12px;
  color: #312e2e;
}
@media (min-width: 1200px) {
  .hotelsListItem p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .hotelsListItemWrap {
    margin-top: 30px;
    padding-right: 30px;
  }

  .hotelsListItem {
    height: 100%;
    padding: 0 0 74px;
    background: #eee;
  }
}
.hotelsListItemReserve {
  margin: 26px 0 0;
  padding: 0 10px;
}
.hotelsListItemReserve:before, .hotelsListItemReserve:after {
  content: " ";
  display: table;
}
.hotelsListItemReserve:after {
  clear: both;
}

.hotelsListItemReserveBtn {
  float: right;
  width: 49%;
  height: 44px;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  .hotelsListItemReserveBtn {
    height: 35px;
    line-height: 32px;
  }
}

.hotelsListItemReserveBtnArrow {
  float: right;
  margin: 12px 10px 0 0;
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/doubletree/city/city_arrow_right.png) no-repeat;
  background-size: 10px 15px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .hotelsListItemReserveBtnArrow {
    margin: 8px 5px 0 0;
  }
}

.hotelsListItemInner {
  position: relative;
}

.hotelsListItemSale {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 5px;
  width: 60%;
  max-width: 225px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(155, 12, 22, 0.8);
  color: white;
  cursor: pointer;
}
.hotelsListItemSale:hover {
  text-decoration: none;
}

.hotelsListItemSaleButton {
  position: relative;
  display: inline-block;
  padding: 7px 25px 7px 25px;
  line-height: 18px;
  border-radius: 5px;
  color: #fff;
  background: #09194E;
}
.hotelsListItemSaleButton:hover {
  color: #fff;
}
.hotelsListItemSaleButton .hotelsListItemReserveBtnArrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -8px 5px 0 0;
}

.hotelsListItemSaleInner {
  display: none;
  padding: 8px 5px 5px;
  text-align: center;
}
.hotelsListItemSaleInner p {
  text-align: center;
  color: #fff;
  font-size: 11px;
}

.hotelsListItemSaleHeading {
  margin: 0;
  padding: 0 0 0 13px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  word-wrap: break-word;
}
.hotelsListItemSaleHeading.opened .hotelsListItemSaleArrowBottom {
  width: 11px;
  height: 6px;
  background: url(../img/shared/icon/icon_arrow_top_sp.png) no-repeat;
  background-size: 11px 6px;
}

.hotelsListItemSaleArrowBottom {
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 11px;
  height: 6px;
  background: url(../img/shared/icon/icon_arrow_bottom_sp.png) no-repeat;
  background-size: 11px 6px;
}

.hotelsListItemLookClosely {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px 0 8px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #09194E;
}
.hotelsListItemLookClosely:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hotelsListItemLookClosely .hotelsListItemGlass {
  display: block;
  float: right;
  margin-top: 9px;
  width: 26px;
  height: 20px;
}

.hotelsListItemDescription {
  padding: 19px 10px 0;
}
.hotelsListItemDescription p {
  margin: 0;
}

.hotelsListItemLookCloselyTag {
  display: none;
}

.hotelsListItemSimpleVersionTag {
  display: inline-block;
  color: #fff;
}

.hotelsListItemImgWrap {
  position: relative;
  padding: 0;
}

.hotelsListItemImg {
  width: 100%;
}

.hotelsListItemReserveWrap {
  color: #fff;
}
.hotelsListItemReserveWrap a {
  font-size: 14px;
}

.hotelsListItemRecommendated {
  background: #fff !important;
}

.hotelsListItemIcons {
  margin: 9px 0 19px;
  padding: 0 10px;
}
.hotelsListItemIcons:before, .hotelsListItemIcons:after {
  content: " ";
  display: table;
}
.hotelsListItemIcons:after {
  clear: both;
}
.hotelsListItemIcons .hotelDetailsAvailabilitiesListItem {
  padding: 0;
  width: auto;
}
.hotelsListItemIcons .hotelDetailsAvailabilityIconWrap {
  float: left;
  margin: 5px 15px 0 0;
  height: 22px;
  list-style-type: none;
}
.hotelsListItemIcons .hotelDetailsAvailabilityDetail {
  display: none;
}

.hotelsListItemPriceTag {
  margin-top: 15px;
  font-size: 12px;
  color: #CF4800;
  font-weight: bold;
  padding: 0 10px;
}
.hotelsListItemPriceTag strong {
  font-size: 18px;
}
@media (min-width: 768px) {
  .hotelsListItemPriceTag strong {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .hotelsListItemLookClosely {
    padding: 0 9px 0 18px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
  .hotelsListItemLookClosely .hotelsListItemGlass {
    margin-top: 14px;
  }

  .hotelsListItemDescription {
    padding: 20px 20px 0;
  }

  .hotelsListItemIcons {
    margin: 15px 0 0;
    padding: 0 20px;
  }
  .hotelsListItemIcons .hotelsListItemIcon {
    margin-right: 17px;
    height: 24px;
  }

  .hotelsListItemPriceTags {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    padding: 0 20px;
  }

  .hotelsListItemPriceTag {
    display: table-cell;
    width: 40%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    vertical-align: middle;
  }

  .hotelsListItemReserve {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
}
.hotelsListItemHeading {
  display: table;
  margin: 0;
  width: 100%;
  height: 68px;
  background: #eee;
}

.hotelsListItemHeadingInner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 2px 10px 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #312e2e;
}
@media (min-width: 1200px) {
  .hotelsListItemHeadingInner {
    font-size: 22px;
  }
}

.hotelsListItemExplanation {
  padding: 0;
}

a.hotelsListItemToCityHotelLink {
  display: block;
  text-decoration: none;
}

.hotelsListItemGrayArrow {
  float: right;
  margin-right: 2%;
  width: 49%;
  height: 44px;
  line-height: 40px;
  text-align: center;
}
.hotelsListItemGrayArrow:after {
  float: right;
  margin: 12px 10px 0 0;
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/doubletree/city/city_arrow_right.png) no-repeat;
  background-size: 10px 15px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .hotelsListItemGrayArrow:after {
    margin: 8px 4px 0 0;
  }
}
@media (min-width: 1200px) {
  .hotelsListItemGrayArrow {
    height: 35px;
    line-height: 32px;
  }
}

.hotelsListItemDetailBrandImg {
  margin: -3px 5px 0 0;
  height: 28px;
  vertical-align: middle;
}

.hotelFeaturesList {
  padding: 0;
}
.hotelFeaturesList:before, .hotelFeaturesList:after {
  content: " ";
  display: table;
}
.hotelFeaturesList:after {
  clear: both;
}

.hotelFeaturesListItem {
  padding: 0 0 10px;
}
.hotelFeaturesListItem:before, .hotelFeaturesListItem:after {
  content: " ";
  display: table;
}
.hotelFeaturesListItem:after {
  clear: both;
}

@media (min-width: 768px) {
  .hotelFeaturesList {
    padding: 0 30px 20px 0;
  }

  .hotelFeaturesListItem {
    margin: 20px 0 0;
    padding: 0 0 0 30px;
  }
}
.hotelFeaturesListItemHeading {
  display: block;
}
.hotelFeaturesListItemHeading:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hotelFeaturesListItemTitle {
  position: relative;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #09194E;
}
.hotelFeaturesListItemHeadingWithLink .hotelFeaturesListItemTitle {
  padding-right: 30px;
  background: url(../img/doubletree/hotel/shared/glass.png) #09194E right center no-repeat;
  background-size: 26px 20px;
}

.hotelFeaturesListItemImg {
  width: 100%;
}

.hotelFeaturesListItemDescription {
  position: relative;
}
.hotelFeaturesListItemDescription:before, .hotelFeaturesListItemDescription:after {
  content: " ";
  display: table;
}
.hotelFeaturesListItemDescription:after {
  clear: both;
}
.hotelFeaturesListItemDescription p {
  margin: 15px 0 0;
  padding: 0 10px;
  min-height: 34px;
}
.hotelFeaturesListItemDescription.withAppBtn p {
  margin-right: 100px;
}
.hotelFeaturesListItemDescription.withAppBtn p.hotelFeaturesListItemDescriptionDining {
  margin-right: 120px;
}
.hotelFeaturesListItemDescription .appBtn {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 2px 30px 2px 20px;
  margin-bottom: -15px;
}
.hotelFeaturesListItemDescription .hotelIconReserveRightArrow {
  position: absolute;
  right: 5px;
  top: 8px;
}
@media (min-width: 768px) {
  .hotelFeaturesListItemDescription .hotelIconReserveRightArrow {
    top: 12px;
  }
  .hotelFeaturesListItemDescription .appBtn {
    right: 0;
  }
}

.hotelFeatureOtherPlansWrap {
  position: relative;
  margin: 0 0 30px;
}
.hotelFeatureOtherPlansWrap .iconPlans {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  width: 13px;
  height: 15px;
  background: url(../img/shared/icon/icon_plans_sp.png) no-repeat;
  background-size: 13px 15px;
}
@media (min-width: 768px) {
  .hotelFeatureOtherPlansWrap .iconPlans {
    top: 5px;
    width: 18px;
    height: 22px;
    background: url(../img/shared/icon/icon_plans.png) no-repeat;
  }
  .hotelFeatureOtherPlansWrap .hotelFeaturePopularSwiperIcon {
    margin-top: -22px !important;
    width: 23px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlansWrap {
    margin-bottom: 60px;
  }
}

.hotelFeatureOtherPlans:before, .hotelFeatureOtherPlans:after {
  content: " ";
  display: table;
}
.hotelFeatureOtherPlans:after {
  clear: both;
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px 0 0;
  }
}

.hotelFeatureOtherPlansHeading {
  margin: 0;
  padding: 10px;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #09194E;
}

.hotelFeatureOtherPlan {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
.hotelFeatureOtherPlan:before, .hotelFeatureOtherPlan:after {
  content: " ";
  display: table;
}
.hotelFeatureOtherPlan:after {
  clear: both;
}
.hotelFeatureOtherPlan:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hotelFeatureOtherPlan:last-of-type {
  border: 0;
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlan {
    display: block;
    margin: 40px 0 0;
    padding: 0 0 0 30px;
    width: 25%;
    border: 0;
  }
}

.hotelFeatureOtherPlanHeading {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  color: #4c4a4a;
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlanHeading {
    display: none;
  }
}

.hotelFeatureOtherPlanImageWrap {
  position: relative;
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  width: 20%;
}
.hotelFeatureOtherPlanImageWrap:before {
  content: "";
  display: block;
  padding-top: 61.8%;
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlanImageWrap {
    float: none;
    width: 100%;
  }
}

.hotelFeatureOtherPlanImageInner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hotelFeatureOtherPlanImage {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotelFeatureOtherPlanDescription {
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #4c4a4a;
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlanDescription {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
  }
}

.hotelHomeRecommendationsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 60px;
}
.hotelHomeRecommendationsList:before, .hotelHomeRecommendationsList:after {
  content: " ";
  display: table;
}
.hotelHomeRecommendationsList:after {
  clear: both;
}
@media (min-width: 768px) {
  .hotelHomeRecommendationsList {
    padding: 0 15px 90px;
  }
}

.hotelHomeRecommendationsDesktop {
  margin: 60px 0 30px;
}

.hotelHomeRecommendationImg {
  width: 100%;
}

.hotelHomeRecommendationsTitle {
  height: 45px;
}
.hotelHomeRecommendationsTitle h2 {
  margin: 0;
  padding: 18px 0;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #9fa938;
  font-size: 20px;
  font-weight: bold;
}
.hotelHomeRecommendationsTitle h2:before {
  content: "";
  position: relative;
  display: inline-block;
  margin: -4px 10px 0 0;
  vertical-align: middle;
  width: 18.5px;
  height: 16.5px;
  background: url(../img/shared/icon_check.png) no-repeat;
  background-size: 18.5px 16.5px;
}

.hotelHomeRecommendation {
  padding-bottom: 20px;
}
.hotelHomeRecommendation:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .hotelHomeRecommendation {
    padding-bottom: 50px;
  }
}

.hotelHomeRecommendationDescription {
  margin-top: 10px;
}
.hotelHomeRecommendationDescription h3 {
  margin: 0 0 5px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  word-wrap: break-word;
}
.hotelHomeRecommendationDescription .hotelHomeRecommendationHotelPrice {
  color: #91a500;
}

.hotelHomeRecommendationsNoHistory {
  width: 100%;
  padding: 20px 0 30px;
  text-align: center;
  color: #8f8f8f;
}

.hotelHomeRecommendationsListItemWrap {
  padding: 0 10px;
  margin: 21px 0 0;
  width: 50%;
}
@media (min-width: 768px) {
  .hotelHomeRecommendationsListItemWrap {
    margin: 40px 0 0;
    padding: 0 15px;
    width: 25%;
  }
}

.hotelHomeRecommendationsListItem {
  display: block;
}
.hotelHomeRecommendationsListItem:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hotelHomeRecommendationsImg {
  width: 100%;
  height: 100%;
}

.hotelHomeRecommendationsText h2 {
  margin: 8px 0 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.hotelHomeRecommendationsText p {
  margin: 0;
  font-size: 12px;
  color: #CF4800;
}
@media (min-width: 768px) {
  .hotelHomeRecommendationsText h2 {
    margin-top: 10px;
    font-size: 17px;
  }
  .hotelHomeRecommendationsText p {
    margin: 0;
    font-size: 17px;
  }
}

.hotelPhotosCategoryTitle {
  margin-top: 1px;
  height: 30px;
  line-height: 30px;
  background-color: #09194E;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.hotelPhotosCategoryPhotosWrap {
  padding-right: 1px;
}
.hotelPhotosCategoryPhotosWrap:before, .hotelPhotosCategoryPhotosWrap:after {
  content: " ";
  display: table;
}
.hotelPhotosCategoryPhotosWrap:after {
  clear: both;
}
.hotelPhotosCategoryPhotosWrap:last-child {
  margin-bottom: 50px;
}
.hotelPhotosCategoryPhotosWrap .hotelHomeIndoorViewWrap {
  display: none;
}

.hotelPhotosCategoryPhotoWrap {
  float: left;
  position: relative;
  padding: 1px 0 0 1px;
  width: 33.3%;
  height: auto;
  overflow: hidden;
}
.hotelPhotosCategoryPhotoWrap .hotelPhotoSlide {
  display: none;
}

.hotelPhotosCategoryPhoto {
  width: 100%;
}

.hotelPhotosPlayModalStartImage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  margin-left: -23px;
  background: url(../img/doubletree/hotel/hotel_icon/hotel_icon_youtube_start_button.png) center center no-repeat;
  background-size: 45.3333333333px 45.3333333333px;
}

#pageHotelPhotos .hotelHomePlayModalStartImage {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 35%;
  left: 40%;
  width: 68px;
  hight: 68px;
  z-index: 10;
  background: url(../img/doubletree/hotel/hotel_icon/hotel_icon_youtube_start_button.png) center center no-repeat;
  background-size: 68px 68px;
}
#pageHotelPhotos .on .hotelHomePlayModalStartImage {
  display: block;
}
#pageHotelPhotos .on .hotelPhotosPlayModalStartImage {
  display: none;
}

.hotelPhotoSliderImage {
  width: 100%;
  height: auto;
  min-height: 180px;
}
@media (min-width: 414px) {
  .hotelPhotoSliderImage {
    min-height: 210px;
  }
}

.hotelPhotoSliderTextArea {
  height: 170px;
  padding: 16px 10px;
  background-color: #fff;
}

.hotelPhotoSliderTextAreaInner {
  height: 115px;
  overflow-y: scroll;
}

.hotelPhotoSliderTextCategories {
  padding: 6px;
  font-size: 16px;
  color: #fff;
  background-color: #052039;
}

.hotelPhotoSliderTextHead {
  font-size: 18px;
  margin: 10px 0 0;
}

.hotelPhotoSliderTextDescription {
  font-size: 14px;
  line-height: 1.7em;
  margin: 0;
  height: 40px;
}

.hotelPhotoSliderDialog {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.hotelPhotoSliderDialogActive {
  display: block;
}

.hotelPhotoSliderDialogClose {
  display: block;
  width: 38px;
  margin: -40px 0 0 auto;
}

.hotelPhotoSliderDialogInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 92%;
  height: 350px;
  margin: auto;
}
@media (min-width: 768px) {
  .hotelPhotoSliderDialogInner {
    width: 700px;
    height: auto;
  }
}

.hotelPhotoSliderDialogImgWrap {
  display: block;
  margin-top: -60px;
}
@media (min-width: 768px) {
  .hotelPhotoSliderDialogImgWrap {
    margin-top: 60px;
  }
}

.hotelPhotoSliderWrap {
  width: 100%;
  height: auto;
}
.hotelPhotoSliderWrap .swiper-slide {
  display: block;
  width: 100%;
}

.salePageSwiperContainer {
  width: 100%;
}

.hotelPhotoSliderDialogImg {
  display: block;
  width: 100%;
}

.hotelPhotoSliderNavigationWrap {
  text-align: center;
  margin-top: 10px;
}

.swiper-button-prev.hotelPhotoSliderNavigationLeft, .swiper-button-next.hotelPhotoSliderNavigationRight {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -108px;
}

.swiper-button-prev.hotelPhotoSliderNavigationLeft {
  background: url("/static/img/shared/hotel_photo_arrow_left.png") no-repeat center;
  background-size: contain;
  left: -8px;
}

.swiper-button-next.hotelPhotoSliderNavigationRight {
  background: url("/static/img/shared/hotel_photo_arrow_right.png") no-repeat center;
  background-size: contain;
  right: -8px;
}

.hotelPhotoSliderNavigation {
  display: inline-block;
  width: 20px;
  height: 36px;
  margin: 5px;
}

.hotelPhotoSliderNavigationPagination {
  position: absolute;
  display: inline-block;
  height: 8px;
  z-index: 10;
  bottom: 20px;
  color: #808080;
  font-size: 14px;
}
.hotelPhotoSliderNavigationPagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  background: url(/static/img/sale/20190515/carousels.png) no-repeat;
  border: none;
}
.hotelPhotoSliderNavigationPagination .swiper-pagination-bullet-active {
  background-image: url(/static/img/sale/20190515/carousels_on.png);
}

.hotelAbImageSmall {
  cursor: pointer;
}

.mapHotel {
  padding: 10px 0 15px 20px;
  width: 240px;
  font-size: 13px;
}
.mapHotel h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: bold;
}
.mapHotel p {
  margin: 0;
}
.mapHotel .mapHotelAddress {
  margin: 0 0 10px;
}
.mapHotel .mapHotelImg {
  display: block;
  width: 50%;
  margin: 15px 0 0;
}
.mapHotel a.visible-xs {
  display: inline !important;
}
@media (min-width: 768px) {
  .mapHotel {
    padding: 20px 0 25px 20px;
    width: 275px;
  }
  .mapHotel .mapHotelImg {
    width: 122px;
    height: 76px;
    margin-top: 20px;
  }
  .mapHotel a.visible-xs {
    display: none !important;
  }
}

.hotelHomePromotionReservationArrowRightIcon {
  content: "";
  position: absolute;
  display: block;
  top: 18px;
  right: 15px;
  width: 7.5px;
  height: 16px;
  background: url(../img/shared/arrow_right_reservation_sp.png) no-repeat;
  background-size: 7.5px 16px;
}
@media (min-width: 768px) {
  .hotelHomePromotionReservationArrowRightIcon {
    top: 6px;
    right: 8px;
    width: 8px;
    height: 16px;
    background: url(../img/shared/arrow_right_reservation_pc.png) no-repeat;
  }
}

.hotelHomePhotosWrap {
  position: relative;
  overflow: hidden;
}
.hotelHomePhotosWrap .hotelHeadingDesktop {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
}

.hotelHomePhotos {
  position: relative;
  padding: 0;
  width: 100%;
  min-height: 100px;
}

.hotelHomeModalContent .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.hotelHomeModalContent .modal-content {
  background: none;
}
.hotelHomeModalContent .hotelHomeIndoorViewModalContent {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.hotelHomeModalContent .closeBtn {
  display: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hotelHomeModalContent .closeBtn {
    display: inline-block;
    margin-left: 20px;
  }
}
.hotelHomeModalContent .closeBtn img {
  width: 40px;
  height: 40px;
}
.hotelHomeModalContent .hotelHomeIndoorViewModalCloseBtn {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 15px;
  display: block;
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: url(../img/shared/icon/icon_indoor_view_close_sp.png) no-repeat;
  background-size: 19px 19px;
}
@media (min-width: 992px) {
  .hotelHomeModalContent .hotelHomeIndoorViewModalCloseBtn {
    width: 24px;
    height: 24px;
    background: url(../img/shared/icon_sm/icon_indoor_view_close.png) no-repeat;
  }
}
.hotelHomeModalContent .hotelHomeModalTitle {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hotelHomeModalContent .hotelHomeModalTitle {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
  }
}

.hotelHomeModalStopButton {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  background: url(../img/doubletree/hotel/hotel_icon/hotel_icon_youtube_stop_button_sp.png) center center no-repeat;
  background-size: 68px 68px;
}

.hotelHomeIndoorViewWrap {
  z-index: 10;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -115px 0 0 -110px;
  padding: 10px 15px 15px 15px;
  width: 220px;
  height: 170px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  .hotelHomeIndoorViewWrap {
    margin: -160px 0 0 -150px;
    padding: 20px;
    width: 300px;
    height: 240px;
    font-size: 16px;
  }
}

.hotelHomePlayModalStartImage {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px;
  width: 68px;
  height: 68px;
  z-index: 10;
  background: url(../img/doubletree/hotel/hotel_icon/hotel_icon_youtube_start_button.png) center center no-repeat;
  background-size: 68px 68px;
}
@media (min-width: 768px) {
  .hotelHomePlayModalStartImage {
    margin: -68px 0 0 -68px;
    width: 136px;
    height: 136px;
    background: url(../img/doubletree/hotel/hotel_icon/hotel_icon_youtube_start_button.png) center center no-repeat;
  }
}

.hotelHomeThumbnailImg {
  display: none;
}

.hotelHomePhotoImg {
  display: block;
  width: 100%;
}

.hotelHomePhotosDesktop .hotelHomePhotoImg {
  top: 0;
  left: 0;
  position: absolute;
}

.hotelHomePhotoHeading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px;
  width: 100%;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .hotelHomePhotoHeading {
    bottom: 48px;
    padding: 4px 20px 0;
    height: 50px;
    line-height: 20px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .hotelHomePhotoHeading {
    height: 28px;
  }
}

.hotelHomePhotoHeadingBackColor {
  display: none;
}
@media (min-width: 768px) {
  .hotelHomePhotoHeadingBackColor {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    height: 94px;
    background: rgba(0, 0, 0, 0.5);
  }
}

.hotelHomePhotoHeadingSub {
  display: block;
  margin: 5px 0 0;
  font-weight: normal;
  font-size: 9px;
}
@media (min-width: 768px) {
  .hotelHomePhotoHeadingSub {
    display: inline;
    margin: 0 0 0 10px;
    font-size: 13px;
  }
}

.hotelHomePhotos .swiper-container {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.hotelHomePhotos .swiper-container:before, .hotelHomePhotos .swiper-container:after {
  content: " ";
  display: table;
}
.hotelHomePhotos .swiper-container:after {
  clear: both;
}
.hotelHomePhotos .swiper-slide {
  overflow: hidden;
  position: relative;
  display: block;
}
.hotelHomePhotos .swiper-button-prev, .hotelHomePhotos .swiper-button-next {
  display: block;
  margin-top: -21px;
  height: 43px;
  width: 18px;
  background: rgba(0, 0, 0, 0.5) url(/static/img/hotel/hotel_home_arrow_right.png) no-repeat center center;
  background-size: 10px 20px;
}
.hotelHomePhotos .swiper-button-prev {
  left: 0;
  background-image: url(/static/img/hotel/hotel_home_arrow_left.png);
}
.hotelHomePhotos .swiper-button-next {
  right: 0;
}
@media (min-width: 768px) {
  .hotelHomePhotos .swiper-button-prev, .hotelHomePhotos .swiper-button-next {
    margin-top: -46px;
    height: 92px;
    width: 38px;
    background: rgba(255, 255, 255, 0.5) url(../img/doubletree/hotel/shared/arrow_right.png) no-repeat center center;
  }
  .hotelHomePhotos .swiper-button-prev {
    background-image: url(../img/doubletree/hotel/shared/arrow_left.png);
  }
}

.hotelHomeIndoorViewEmphasized {
  margin-top: 10px;
  padding: 6px 0;
  height: 40px;
  border: 3px solid #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hotelHomeIndoorViewEmphasized {
    margin-top: 20px;
    padding: 15px;
    height: auto;
    font-size: 14px;
  }
}

.iconArrowRightIndoorView {
  position: relative;
  display: inline-block;
  top: 3px;
  left: 5px;
  width: 7.5px;
  height: 16px;
  background: url(../img/shared/icon/icon_arrow_right_indoor_view_sp.png) no-repeat;
  background-size: 7.5px 16px;
}
@media (min-width: 768px) {
  .iconArrowRightIndoorView {
    top: 2px;
    left: 10px;
    width: 8px;
    height: 16px;
    background: url(../img/shared/icon_sm/icon_arrow_right_indoor_view.png) no-repeat;
  }
}

.hotelHomePhotosNav {
  display: none;
  z-index: 10;
  float: left;
  margin-right: 1px;
  vertical-align: middle;
  width: 50px;
  background-color: transparent;
}
.hotelHomePhotosNav:before, .hotelHomePhotosNav:after {
  content: " ";
  display: table;
}
.hotelHomePhotosNav:after {
  clear: both;
}
@media (min-width: 768px) {
  .hotelHomePhotosNav {
    display: table;
  }
}

.hotelHomePhotosNavLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #4c4a4a;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  vertical-align: middle;
}
.hotelHomePhotosNavLink:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .hotelHomePhotosNavLink {
    margin-right: 1px;
    padding: 0 5px;
    height: 48px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .hotelHomePhotosNavLink {
    font-size: 10px;
  }
}
.hotelHomePhotosNavLink.on {
  color: #fff;
  background: rgba(9, 25, 78, 0.5);
  border: 3px solid #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .hotelHomePhotosNavLink.on {
    padding: 0;
  }
}

.hotelHomeThumbnailsWrap {
  float: right;
  position: relative;
}
@media (min-width: 1200px) {
  .hotelHomeThumbnailsWrap {
    width: 80%;
  }
}

.hotelHomeNavWrap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  display: none;
  width: 100%;
  height: 48px;
  padding: 0 40px;
  background-color: #09194E;
}
@media (min-width: 768px) {
  .hotelHomeNavWrap {
    display: block;
  }
}

.hotelHomeThumbnails {
  position: absolute;
  z-index: 10;
  padding: 0;
  height: 48px;
  background: rgba(9, 25, 78, 0.5);
}
@media (min-width: 768px) {
  .hotelHomeThumbnails {
    position: static;
    padding: 0 40px;
    background: none;
  }
  .hotelHomeThumbnails.hidden {
    bottom: -1000px;
  }
}
.hotelHomeThumbnails .hotelHomePhotoDetailItem {
  display: none;
}
.hotelHomeThumbnails .swiper-button-prev, .hotelHomeThumbnails .swiper-button-next {
  display: block !important;
  margin-top: 0 !important;
  top: 0;
  height: 48px;
  width: 40px;
  background: url(../img/doubletree/hotel/home/hotel_home_arrow_left_xs.png) center center no-repeat;
}
.hotelHomeThumbnails .swiper-button-prev {
  left: 0;
}
.hotelHomeThumbnails .swiper-button-next {
  right: 0;
  background-image: url("../img/doubletree/hotel/home/hotel_home_arrow_right_xs.png");
}
.hotelHomeThumbnails .swiper-container {
  margin: 0;
  height: 48px;
}
.hotelHomeThumbnails .swiper-slide {
  position: relative;
  display: block;
  float: left;
  width: 49px;
  height: 48px;
}
.hotelHomeThumbnails .active:after, .hotelHomeThumbnails .swiper-slide:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
.hotelHomeThumbnails .active:after {
  border: 3px solid #fff;
}
.hotelHomeThumbnails .swiper-slide:hover:after {
  background: rgba(255, 255, 255, 0.5);
}
.hotelHomeThumbnails .hotelHomeThumbnailImg {
  display: block;
  width: 48px;
  height: 48px;
}

.hotelHomePromotionWrap {
  *zoom: 1;
  position: relative;
  display: table;
  width: 100%;
  height: 45px;
  background-color: #09194E;
  color: #fff;
}
.hotelHomePromotionWrap:after {
  content: "";
  display: table;
  clear: both;
}

.hotelHomePromotionClose {
  position: absolute;
  display: block;
  top: 15px;
  width: 20px;
  height: 20px;
  margin: 0 12px;
  background: url(../img/shared/close_bar_sp.png) center center no-repeat;
  background-size: 20px 20px;
  background-size: contain;
}

.hotelHomePromotionHeading {
  display: table-cell;
  padding: 0 10px 0 45px;
  width: 70%;
  height: 50px;
  vertical-align: middle;
  font-size: 13px;
}

.hotelHomePromotionReservation {
  position: relative;
  display: table-cell;
  padding-left: 10px;
  padding-right: 25px;
  width: 30%;
  height: 50px;
  vertical-align: middle;
  background-color: #9c0c16;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .hotelHomePromotionWrap {
    display: block;
    height: 40px;
  }

  .hotelHomePromotionClose {
    margin: 10px;
    top: 0;
    right: 0;
  }

  .hotelHomePromotionHeading {
    display: block;
    float: left;
    padding: 6px 10px 6px 15px;
    width: auto;
    max-width: 65%;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 28px;
  }

  .hotelHomePromotionReservation {
    float: none;
    display: inline-block;
    margin: 7px 0;
    padding: 5px 25px 5px 10px;
    width: auto;
    height: 26px;
  }
  .hotelHomePromotionReservation br {
    display: none;
  }
  .hotelHomePromotionReservation:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 992px) {
  .hotelHomePromotionHeading {
    max-width: 75%;
  }
}
.hotelGalleryBtnWrap {
  clear: both;
  padding: 12px 10px;
}

.hotelGalleryBtn {
  padding: 0;
  position: relative;
  height: 37px;
  width: 100%;
  line-height: 37px;
  text-align: center;
  font-size: 15px;
}

.hotelIconGallery {
  position: absolute;
  left: 20px;
  top: 7px;
  width: 26px;
  height: 22.5px;
  background: url(../img/doubletree/hotel/hotel_icon/hotel_icon_gallery.png) no-repeat;
  background-size: 26px 22.5px;
}

.hotelIconGalleryArrowRight {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 9px;
  height: 14.5px;
  background: url(../img/doubletree/hotel/hotel_icon/hotel_icon_gallery_arrow_right.png) no-repeat;
  background-size: 9px 14.5px;
}

@media (min-width: 992px) {
  .hotelGalleryBtnWrap {
    display: none;
  }
}
.hotelHomeDetails {
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .hotelHomeDetails {
    padding: 30px;
  }
}

.hotelHomeDetailsInner {
  position: relative;
  overflow: hidden;
}

.hotelHomeDetailsInnerTrigger {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.4)), color-stop(40%, rgba(255, 255, 255, 0.6)), color-stop(60%, white), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.6) 40%, white 60%, white);
}
@media (min-width: 992px) {
  .hotelHomeDetailsInnerTrigger {
    display: none;
  }
}

.hotelHomeDetailsInnerTriggerText {
  margin: 0;
  padding: 140px 0 20px;
  text-align: center;
  color: #4c4a4a;
  background: url(/static/img/hotel/hotel_home_arrow_bottom.png) no-repeat center bottom;
  background-size: 15px 15px;
}

.hotelHomeDetailsHeading {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  color: #A3CD39;
}

.hotelHomeDetailsDescription {
  margin: 30px 0 0;
  padding-bottom: 30px;
}
.hotelHomeDetailsDescription p {
  line-height: 1.6;
}
@media (min-width: 992px) {
  .hotelHomeDetailsDescription {
    padding: 0;
  }
}

.hotelHomeDetailsBodyPriceTags:before, .hotelHomeDetailsBodyPriceTags:after {
  content: " ";
  display: table;
}
.hotelHomeDetailsBodyPriceTags:after {
  clear: both;
}
@media (min-width: 992px) {
  .hotelHomeDetailsBodyPriceTags {
    margin-top: 30px;
    text-align: right;
  }
}

.hotelHomeDetailsBodyReserve {
  float: left;
  width: 50%;
  padding: 0;
}
@media (min-width: 992px) {
  .hotelHomeDetailsBodyReserve {
    float: none;
    display: inline-block;
    max-width: 300px;
  }
}

.hotelHomeDetailsBodyPriceTag {
  float: left;
  padding: 10px 0 0;
  width: 50%;
  color: #CF4800;
  text-align: left;
  font-size: 14px;
}
.hotelHomeDetailsBodyPriceTag strong {
  font-size: 18px;
}
@media (min-width: 992px) {
  .hotelHomeDetailsBodyPriceTag {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 10px 0 0;
    vertical-align: middle;
    font-size: 18px;
  }
  .hotelHomeDetailsBodyPriceTag strong {
    font-size: 30px;
  }
}

.hotelHomeDetailsAvailabilitiesWrap {
  margin: 25px 0 0;
  background: #eee;
}
.hotelHomeDetailsAvailabilitiesWrap:before, .hotelHomeDetailsAvailabilitiesWrap:after {
  content: " ";
  display: table;
}
.hotelHomeDetailsAvailabilitiesWrap:after {
  clear: both;
}
@media (min-width: 992px) {
  .hotelHomeDetailsAvailabilitiesWrap {
    margin: 30px 0 0;
    padding: 20px 0;
  }
  .hotelHomeDetailsAvailabilitiesWrap .hotelDetailsAvailabilitiesList {
    padding-left: 30px;
  }
}

#hotelHomePhotosOverlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
}

.gBodyHotelHomeBanner {
  z-index: 100;
  padding-left: 40px;
  width: 150px;
  height: 45px;
  border-right: none;
  color: #fff;
  text-decoration: none;
}
.gBodyHotelHomeBanner:before {
  content: "";
  display: inline-block;
  position: absolute;
  display: block;
  top: 10px;
  left: 8px;
}
.gBodyHotelHomeBanner:visited {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .gBodyHotelHomeBanner:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .pageHotel .gBodyQuestionnaireLink {
    display: none;
  }
}

.hotelHomeRecommendationsRow {
  *zoom: 1;
}
.hotelHomeRecommendationsRow:after {
  content: "";
  display: table;
  clear: both;
}

.hotelHomeChangeLanguagesWrap {
  padding: 0px 10px 50px 10px;
}
@media (min-width: 768px) {
  .hotelHomeChangeLanguagesWrap {
    padding: 0 30px;
  }
}

.hotelHomeChangeLanguagesWrapTitle {
  margin: 0 0 8px;
}

.hotelHomeChangeLanguage {
  display: inline-block;
}
.hotelHomeChangeLanguage:after {
  content: "|";
  margin: 0 4px;
}

.hotelHomeChangeLanguageLink:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-top: -3px;
  margin-left: 8px;
  vertical-align: middle;
  background: url(../img/doubletree/hotel/hotel_icon/link_icon_sp.png) center center no-repeat;
  background-size: 8.5px 8px;
}
@media (min-width: 768px) {
  .hotelHomeChangeLanguageLink:after {
    margin-top: -1px;
    background: url("../img/doubletree/hotel/hotel_icon/link_icon.png") no-repeat;
  }
}

.hotelHomeSwiperButtonWrapper .swiper-button-none {
  background: none;
}

.hotelAccessDetail {
  height: 100%;
}

.hotelAccessDetailInner {
  padding: 20px 10px 30px;
}
@media (min-width: 768px) {
  .hotelAccessDetailInner {
    padding: 30px;
  }
}

.hotelAccessDescription {
  line-height: 1.6;
}

.hotelAccessMapWrap {
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  .hotelAccessMapWrap {
    padding: 20px 30px 10px;
  }
}

.hotelAccessMap {
  width: 100%;
  height: 380px;
}
@media (min-width: 768px) {
  .hotelAccessMap {
    height: 520px;
  }
}

.hotelAccessAddress {
  margin: 0;
  padding: 0 10px;
}

.hotelAccessSection h2 {
  line-height: 2;
  color: #A3CD39;
  font-size: 14px;
  border-bottom: 1px solid #A3CD39;
}
@media (min-width: 768px) {
  .hotelAccessSection h2 {
    font-size: 18px;
  }
}
.hotelAccessSection h2 .hotelIconCar {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .hotelAccessSection h2 .hotelIconCar {
    margin-top: 14px;
  }
}
.hotelAccessSection h2 .hotelIconTrain {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .hotelAccessSection h2 .hotelIconTrain {
    margin-top: 7px;
  }
}
.hotelAccessSection h2 .hotelIconAirplane {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .hotelAccessSection h2 .hotelIconAirplane {
    margin-top: 7px;
  }
}
.hotelAccessSection h2 .hotelIconBus {
  margin-top: 10px;
  margin-right: 2px;
}
@media (min-width: 768px) {
  .hotelAccessSection h2 .hotelIconBus {
    margin-top: 14px;
  }
}
.hotelAccessSection h3 {
  width: auto;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}
.hotelAccessSection h3:before, .hotelAccessSection h3:after {
  content: " ";
  display: table;
}
.hotelAccessSection h3:after {
  clear: both;
}
.hotelAccessSection h3 .inner {
  display: block;
  float: left;
  padding: 0 5px;
  background: #A3CD39;
}
.hotelAccessSection h3:after {
  float: left;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 6px;
  border-color: transparent transparent transparent #A3CD39;
}
.hotelAccessSection .arrowHeading {
  width: auto;
  margin: 20px 0 10px;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}
.hotelAccessSection .arrowHeading h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 5px;
  background: #A3CD39;
}
.hotelAccessSection .arrowHeading h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 6px;
  border-color: transparent transparent transparent #A3CD39;
}

/**
 * * hotel/campaign Page
 * */
.hotelCampaignsList {
  position: relative;
  padding: 10px;
  background: #fff;
}
.hotelCampaignsList:before, .hotelCampaignsList:after {
  content: " ";
  display: table;
}
.hotelCampaignsList:after {
  clear: both;
}
@media (min-width: 768px) {
  .hotelCampaignsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px 30px 0;
  }
}

.hotelCampaign {
  position: relative;
  margin: 10px auto 0;
  padding: 10px 0 0;
  border-top: 1px solid #777575;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hotelCampaign {
    margin: 30px 0 0;
    padding: 0 0 0 30px;
    border: none;
    overflow: hidden;
  }
}
.hotelCampaign.hotelCampaignNew .hotelCampaignDescription::before {
  content: "";
  display: block;
  margin-right: 10px;
  float: left;
  width: 50px;
  height: 100%;
  background: url(../img/doubletree/hotel/campaign/campaign_new.png) #3fa9f5 center center no-repeat;
  background-size: 24px 14px;
}

.hotelCampaignInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.hotelCampaignInner:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .hotelCampaignInner {
    display: block;
    width: 100%;
  }
}

.hotelCampaignImageWrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .hotelCampaignImageWrap {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}

.hotelCampaignImage {
  display: block;
  width: 100%;
}

.hotelCampaignDescription {
  width: 50%;
  color: #000;
  background: #fff;
}
@media (min-width: 768px) {
  .hotelCampaignDescription {
    padding-top: 10px;
    width: 100%;
  }
}

.hotelCampaignDescriptionHeading {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.hotelCampaignDescriptionText {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 22px;
}

.hotelCampaignTag {
  position: absolute;
  top: 0;
  padding: 4px 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.hotelCampaignTag.hotelCampaignTagStay {
  background: rgba(161, 48, 165, 0.8);
}
.hotelCampaignTag.hotelCampaignTagDining {
  background: rgba(166, 89, 0, 0.8);
}
.hotelCampaignTag.hotelCampaignTagEtc {
  background: rgba(166, 156, 0, 0.8);
}
@media (min-width: 768px) {
  .hotelCampaignTag {
    padding: 11px 26px;
  }
}

.hotelCampaignsFilteringWrap {
  padding: 15px 0 0;
  background-color: #fff;
}

.hotelCampaignsFilteringButtonsWrap {
  *zoom: 1;
  display: block;
  margin: 0 auto;
  padding-bottom: 22px;
}
.hotelCampaignsFilteringButtonsWrap:after {
  content: "";
  display: table;
  clear: both;
}
.hotelCampaignsFilteringButtonsWrap p {
  padding: 12px 10px 0;
  color: #000;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hotelCampaignsFilteringButtonsWrap p {
    display: none;
  }
}

.hotelCampaignsFilteringButtonWrap {
  float: left;
  margin-bottom: -1px;
  margin-left: 3px;
  width: calc(25% - ( 15px / 4));
  height: 49px;
}

.hotelCampaignsFilteringButton {
  display: block;
  padding: 12px 0;
  border: none;
  width: 100%;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.hotelCampaignsFilteringButton.active {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 12px 0 16px;
  border-bottom: 1px solid #fff;
}

.hotelCampaignsFilteringAllButton {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

.hotelCampaignsFilteringStayButton {
  background: #8b318e;
  border: 1px solid #8b318e;
}
.hotelCampaignsFilteringStayButton.active {
  color: #8b318e;
  background: #fff;
}

.hotelCampaignsFilteringDiningButton {
  background: #8f510a;
  border: 1px solid #8f510a;
}
.hotelCampaignsFilteringDiningButton.active {
  color: #8f510a;
  background: #fff;
}

.hotelCampaignsFilteringEtcButton {
  background: #8f870a;
  border: 1px solid #8f870a;
}
.hotelCampaignsFilteringEtcButton.active {
  color: #8f870a;
  background: #fff;
}

.hotelCampaignsFilteringButtons {
  border-bottom: 1px solid #000;
  *zoom: 1;
}
.hotelCampaignsFilteringButtons:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .hotelCampaignsFilteringButtonWrap {
    width: 90px;
  }

  .tabFirst {
    margin-left: 30px;
  }
}
.hotelCampaignsFilteringForm {
  *zoom: 1;
}
.hotelCampaignsFilteringForm:after {
  content: "";
  display: table;
  clear: both;
}

.hotelCampaignsSortingWrap {
  display: table;
  float: left;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .hotelCampaignsSortingWrap.hotelCampaignsSortingWrap {
    padding-left: 30px;
  }
}
.hotelCampaignsSortingWrap p {
  display: table-cell;
  padding-right: 10px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  color: #000;
}
.hotelCampaignsSortingWrap select {
  display: table-cell;
  padding: 0 0 0 5px;
  width: 110px;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/doubletree/hotel/hotel_icon/hotel_icon_arrow_bottom.png) #fff 92% center no-repeat;
  background-size: 10.5px 5.5px;
  border: none;
  font-size: 15px;
}

.hotelCampaignsPageNumber {
  float: right;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .hotelCampaignsPageNumber {
    padding-right: 30px;
  }
}
.hotelCampaignsPageNumber p {
  margin: 0;
  font-size: 16px;
}

.hotelDetailsAvailabilitiesList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.hotelDetailsAvailabilityIcon {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .hotelDetailsAvailabilityIcon {
    margin-right: 10px;
  }
}

.hotelDetailsAvailabilitiesListItem {
  display: table;
  height: 50px;
  font-size: 9px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .hotelDetailsAvailabilitiesListItem {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .hotelDetailsAvailabilitiesListItem {
    font-size: 12px;
  }
}

.hotelDetailsAvailabilityIconWrap {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
}

.hotelDetailsAvailabilityDetail {
  display: table-cell;
  vertical-align: middle;
}

.hotelDetailsBodyReserveBtn {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.hotelDetailsBodyReserveBtn .hotelIconReserveRightArrow {
  margin-top: 14px;
  float: right;
}

/**
 * * hotel feature detail pages
 * */
.hotelFeatureDetail:before, .hotelFeatureDetail:after {
  content: " ";
  display: table;
}
.hotelFeatureDetail:after {
  clear: both;
}

.hotelFeatureDetailPhotos .swiper-slide {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hotelFeatureDetailPhotoImg {
  display: block;
  width: 100%;
}

.hotelFeatureDetailPhotoHeading {
  margin: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  background: #666;
}

.hotelFeatureDetailThumbnails {
  position: relative;
  z-index: 10;
  padding: 10px 0;
  height: 68px;
  background: #808080;
}
.hotelFeatureDetailThumbnails .hotelFeatureDetailPhotoDetailItem {
  display: none;
}
.hotelFeatureDetailThumbnails .swiper-button-prev, .hotelFeatureDetailThumbnails .swiper-button-next {
  display: block !important;
  margin-top: 0 !important;
  top: 0;
  height: 48px;
  width: 30px;
  background: url(../img/doubletree/hotel/home/hotel_home_arrow_left_xs.png) center center no-repeat;
}
.hotelFeatureDetailThumbnails .swiper-button-prev {
  left: 0;
}
.hotelFeatureDetailThumbnails .swiper-button-next {
  right: 0;
  background-image: url("../img/doubletree/hotel/home/hotel_home_arrow_right_xs.png");
}
.hotelFeatureDetailThumbnails .swiper-slide {
  position: relative;
  display: block;
  float: left;
  width: 49px;
  height: 48px;
}
.hotelFeatureDetailThumbnails .active:after, .hotelFeatureDetailThumbnails .swiper-slide:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
.hotelFeatureDetailThumbnails .active:after {
  border: 3px solid #fff;
}
.hotelFeatureDetailThumbnails .swiper-slide:hover:after {
  background: rgba(255, 255, 255, 0.5);
}
.hotelFeatureDetailThumbnails .hotelFeatureDetailThumbnailImg {
  display: block;
  width: 48px;
  height: 48px;
}

.hotelFeatureDetailThumbnailsSwiper {
  margin: 0;
  padding: 0 30px;
  height: 48px;
}

.hotelFeatureDetailVisualsWrap {
  padding: 0;
}
@media (min-width: 992px) {
  .hotelFeatureDetailVisualsWrap {
    padding: 30px 30px 0;
  }
}

.hotelFeatureDetailGoBack {
  padding-top: 20px;
  font-size: 17px;
}

.hotelFeatureDetailHeading {
  margin: 0;
  padding: 5px 10px;
  line-height: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #09194E;
}
@media (min-width: 768px) {
  .hotelFeatureDetailHeading {
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 30px;
  }
}
.hotelFeatureDetailHeading a {
  display: block;
  color: #fff;
  background: url(../img/doubletree/hotel/shared/glass_off.png) #09194E right center no-repeat;
  background-size: 26px 20px;
}
.hotelFeatureDetailHeading a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .hotelFeatureDetailHeading a {
    background: url(../img/doubletree/hotel/shared/glass_off_sm.png) center right no-repeat;
  }
}

.hotelFeatureDetailSubHeading {
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
}

.hotelFeatureDetailDescriptionWrap {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .hotelFeatureDetailDescriptionWrap {
    margin-top: 25px;
    padding: 0 30px 0 0;
  }
}

.hotelFeatureDetailDescription {
  word-wrap: break-word;
  padding: 15px 0 0;
}
@media (min-width: 768px) {
  .hotelFeatureDetailDescription {
    margin: 20px 0 0;
    padding: 0;
  }
}

.hotelFeatureDetailActions {
  margin: 18px auto 0;
  max-width: 300px;
  text-align: center;
}
.hotelFeatureDetailActions:before, .hotelFeatureDetailActions:after {
  content: " ";
  display: table;
}
.hotelFeatureDetailActions:after {
  clear: both;
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions {
    display: table;
    max-width: none;
  }
}
.hotelFeatureDetailActions .appBtn {
  float: right;
  display: block;
  margin-top: 12px;
  width: 145px;
  line-height: 37px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions .appBtn {
    margin: 12px 10.5px 0;
  }
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions .appBtn {
    line-height: 27px;
  }
}
.hotelFeatureDetailActions .appBtn .hotelIcon {
  float: right;
  margin-right: 5px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions .appBtn .hotelIcon {
    margin-top: 8px;
  }
}
.hotelFeatureDetailActions .hotelFeatureDetailActionGoBack {
  float: left;
}
.hotelFeatureDetailActions .hotelFeatureDetailActionGoBack .hotelIcon {
  float: left;
  margin: 12px 0 0 5px;
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions .hotelFeatureDetailActionGoBack .hotelIcon {
    margin: 7px 0 0 5px;
  }
}
.hotelFeatureDetailActions .hotelFeatureDetailActionGoBackLazy {
  display: block;
}
.hotelFeatureDetailActions .contactPhoneBtn {
  float: left;
  display: block;
  margin: 12px 0 0;
  width: 145px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions .contactPhoneBtn {
    display: none;
  }
}
.hotelFeatureDetailActions .appIconPhoneLarge {
  position: relative;
  left: -5px;
  top: 9px;
}

.hotelFeatureReadMoreBtn {
  display: block;
}

.hotelFeatureDetailOthers {
  padding: 0 0 30px;
}
.hotelFeatureDetailOthers:before, .hotelFeatureDetailOthers:after {
  content: " ";
  display: table;
}
.hotelFeatureDetailOthers:after {
  clear: both;
}
.hotelFeatureDetailOthers .gShareBtnsWrap {
  z-index: 10;
  margin: 30px 0 0;
}
.hotelFeatureDetailOthers .gShareBtnsWrap .iconShare {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 5px;
  width: 14.5px;
  height: 11px;
  background: url(../img/shared/icon/icon_share_sp.png) no-repeat;
  background-size: 14.5px 11px;
}
.hotelFeatureDetailOthers .gShareBtnsHeading {
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #000000;
}
.hotelFeatureDetailOthers .gShareBtns {
  padding: 30px 0 0;
}
.hotelFeatureDetailOthers .shareBtn {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .hotelFeatureDetailOthers .gShareBtnsWrap {
    margin: 0;
  }
  .hotelFeatureDetailOthers .gShareBtnsHeading {
    display: none;
  }
}

.hotelFeatureDetailStayWrap {
  margin: 20px 0 0;
  padding: 0 10px 0;
}
.hotelFeatureDetailStayWrap:before, .hotelFeatureDetailStayWrap:after {
  content: " ";
  display: table;
}
.hotelFeatureDetailStayWrap:after {
  clear: both;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStayWrap {
    margin-top: 30px;
    padding: 0 30px 0;
  }
}

.hotelFeatureDetailStayTitle {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: bold;
  color: #0c1f36;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStayTitle {
    margin: 41px 0 27px 0;
    font-size: 17px;
  }
}

.hotelFeatureDetailStay {
  margin: 0 0 27px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStay {
    margin: 0 0 48px 0;
  }
}
.hotelFeatureDetailStay tr {
  text-align: left;
}
.hotelFeatureDetailStay tr:nth-child(odd) {
  background: #f6f6f6;
}
.hotelFeatureDetailStay tr th {
  padding: 15px 5px 15px 15px;
  width: 35%;
  font-size: 15px;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStay tr th {
    padding: 19px 0px 19px 25px;
    width: 15%;
    font-size: 16px;
  }
}
.hotelFeatureDetailStay tr td {
  padding: 15px 0 15px 10px;
  width: 65%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStay tr td {
    padding: 19px 0 19px 14px;
    width: 85%;
  }
}
.hotelFeatureDetailStay tr td.hotelFeatureDetailStayOnecol {
  padding: 15px;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStay tr td.hotelFeatureDetailStayOnecol {
    padding: 19px;
  }
}

.hotelFeatureDetailTextUnderLine {
  text-decoration: underline;
}

.hotelFeatureDetailStayOthers {
  margin: 0 0 38.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .hotelFeatureDetailStayOthers {
    text-align: left;
  }
}
.hotelFeatureDetailStayOthers .hotelFeatureDetailStayOthersTitle {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hotelFeatureDetailStayOthers .hotelFeatureDetailStayOthersTitle {
    font-size: 16px;
  }
}
.hotelFeatureDetailStayOthers p {
  margin: 0;
  font-size: 14px;
}

.hotelFeatureDetailPopularPlanDetail {
  margin-top: 30px;
  padding: 0;
}
@media (min-width: 992px) {
  .hotelFeatureDetailPopularPlanDetail {
    padding: 0 30px;
  }
}

.hotelFeatureDetailPopularPlanDetailHeading {
  margin-left: 10px;
  padding: 0 10px;
  border-left: 4px solid #4c4a4a;
  font-size: 16px;
  color: #000033;
}

.hotelFeatureDetailPopularPlanDetailContent {
  padding: 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.hotelFeatureDetailPopularPlanDetailSubHeading {
  margin: 0 14px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000033;
  list-style: square;
}

.hotelFeatureDetailPopularPlanDetailText {
  padding: 0 14px;
}

.moviePlayer {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
}

.mapModalDialog {
  width: 760px !important;
}

.mapModalContent {
  position: relative;
  border-radius: 0;
}
.mapModalContent .mapModalLastLinkWrap {
  position: absolute;
  bottom: -35px;
  right: 0;
}
.mapModalContent .mapModalLastLinkWrap a {
  color: #fff;
}

.mapModalSwitchMap button {
  position: absolute;
  top: 0;
  padding: 10px 20px;
  background: none;
  border: none;
  color: #09194E;
}
.mapModalSwitchMap button.active {
  color: #fff;
  background: #09194E;
}
.mapModalSwitchMap .mapModalSwitchNationalButton {
  left: 20px;
}
.mapModalSwitchMap .mapModalSwitchOverseaButton {
  left: 100px;
}

.mapModalCloseBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: url(../img/shared/map_modal/icon_map_close.png) no-repeat;
}

.mapModalContentInner {
  display: none;
}
.mapModalContentInner a {
  position: absolute;
  padding: 4px 10px 6px;
  text-align: center;
  color: #fff;
}
.mapModalContentInner.active {
  display: block;
}
.mapModalContentInner .mapModalBackToWorld {
  position: absolute;
  padding: 2px;
  background-position: 0 1px;
  font-size: 12px;
  color: #8EBA1F;
}

.mapModalBackToWorldEu {
  left: 193px;
  top: 90px;
}

.mapModalNationalWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_japan-20211206.png) no-repeat;
}

.mapModalOverseaWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_world-20181107.png) no-repeat;
}

.mapModalOverseaEuWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_eu-20191115.png) no-repeat;
}

.mapModalOverseaAsiaWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_asia-20181120.png) no-repeat;
}

.mapModalOverseaOceaniaWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_oceania-20181107.png) no-repeat;
}

.mapModalOverseaGuamHawaiiWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_guam-hawaii-20171115.png) no-repeat;
}

.mapModalOverseaNorthAmericaWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_northamerica.png) no-repeat;
}

.mapModalOverseaTitle {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #09194E;
}

.mapModalOverseaTitleEu {
  left: 40px;
  top: 80px;
}

.iconArrowLeftMapModal {
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-right: 8px;
  background: url("../img/doubletree/shared/icon/icon_arrow_left_map_modal.png") no-repeat;
}

.iconArrowRightMapModalReadMore {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 8px;
  height: 14px;
  margin-left: 8px;
  background: url("../img/shared/map_modal/icon_arrow_right_map_modal_search.png") no-repeat;
}

.mapModalNational {
  left: 66px;
  top: 104px;
}

.mapModalJapanOversea {
  top: 157px;
  left: 115px;
}

.mapModalJapanFukuoka {
  left: 35px;
  top: 483px;
}

.mapModalJapanOsaka {
  left: 160px;
  top: 350px;
}

.mapModalJapanNagoya {
  left: 225px;
  top: 306px;
}

.mapModalJapanChatan {
  left: 403px;
  top: 435px;
  font-size: 13px;
}

.mapModalJapanSesoko {
  left: 647px;
  top: 442px;
  font-size: 13px;
}

.mapModalJapanNaha {
  left: 383px;
  top: 509px;
  font-size: 13px;
}

.mapModalJapanNahaShuri {
  left: 340px;
  top: 473px;
  font-size: 13px;
}

.mapModalJapanOdawara {
  left: 442px;
  top: 306px;
}

.mapModalJapanTheBayForestOdawaraByHiltonClub {
  left: 442px;
  top: 342px;
  width: 244px;
  text-align: left !important;
}

.mapModalJapanOdaiba {
  left: 442px;
  top: 271px;
}

.mapModalJapanNarita {
  left: 442px;
  top: 237px;
}

.mapModalJapanTokyoBay {
  left: 442px;
  top: 201px;
}

.mapModalJapanConradTokyo {
  left: 442px;
  top: 166px;
}

.mapModalJapanDoubletreeByHiltonOkinawaChatanResort {
  left: 291px;
  top: 399px;
}

.mapModalJapanConradOsaka {
  left: 215px;
  top: 442px;
}

.mapModalJapanTokyo {
  left: 442px;
  top: 130px;
}

.mapModalJapanNiseko {
  left: 445px;
  top: 68px;
}

.mapModalJapanKyukaruizawa {
  top: 247px;
  left: 97px;
  width: 250px;
  text-align: left !important;
}

.mapModalJapanNagasaki {
  left: 3px;
  top: 392px;
}

.mapModalJapanKyoto {
  left: 76px;
  top: 303px;
}

.mapModalEurope {
  left: 99px;
  top: 201px;
}

.mapModalAsia {
  left: 287px;
  top: 244px;
}

.mapModalOceania {
  left: 366px;
  top: 370px;
}

.mapModalGuamHawaii {
  left: 383px;
  top: 291px;
}

.mapModalNorthAmerica {
  left: 558px;
  top: 212px;
}

.mapModalKoPlace {
  display: none;
}

.mapModalEuEdinburgh {
  left: 69px;
  top: 152px;
}

.mapModalEuLondon {
  left: 68px;
  top: 192px;
}

.mapModalEuBrussels {
  left: 68px;
  top: 251px;
}

.mapModalEuParis {
  left: 68px;
  top: 290px;
}

.mapModalEuZurich {
  left: 51px;
  top: 327px;
}

.mapModalEuVenice {
  left: 170px;
  top: 327px;
}

.mapModalEuBarcelona {
  left: 170px;
  top: 373px;
}

.mapModalEuMilan {
  left: 294px;
  top: 391px;
}

.mapModalEuFlorence {
  left: 253px;
  top: 430px;
}

.mapModalEuRome {
  left: 293px;
  top: 470px;
}

.mapModalEuMunich {
  left: 451px;
  top: 430px;
}

.mapModalEuMalta {
  left: 431px;
  top: 485px;
}

.mapModalEuIstanbul {
  left: 583px;
  top: 416px;
}

.mapModalEuCroatia {
  left: 505px;
  top: 360px;
}

.mapModalEuStockholm {
  left: 401px;
  top: 48px;
}

.mapModalEuCopenhagen {
  left: 326px;
  top: 88px;
}

.mapModalEuCologne {
  left: 297px;
  top: 128px;
}

.mapModalEuDusseldorf {
  left: 231px;
  top: 170px;
}

.mapModalEuAmsterdam {
  left: 231px;
  top: 209px;
}

.mapModalEuHelsinki {
  left: 542px;
  top: 86px;
}

.mapModalEuBerlin {
  left: 464px;
  top: 192px;
}

.mapModalEuDresden {
  left: 464px;
  top: 234px;
}

.mapModalEuFrankfurt {
  left: 464px;
  top: 274px;
}

.mapModalEuVienna {
  left: 464px;
  top: 315px;
}

.mapModalOverseaTitleAsia {
  left: 39px;
  top: 494px;
}

.mapModalOverseaAsiaWrap .mapModalBackToWorldAsia {
  left: 39px;
  top: 460px;
}

.mapModalAsiaMumbai {
  left: 45px;
  top: 179px;
}

.mapModalAsiaChennai {
  left: 65px;
  top: 251px;
}

.mapModalAsiaBengaluru {
  left: 46px;
  top: 213px;
}

.mapModalAsiaMaldives {
  left: 65px;
  top: 284px;
}

.mapModalAsiaNaypyitaw {
  left: 216px;
  top: 112px;
}

.mapModalAsiaBangkok {
  left: 225px;
  top: 201px;
}

.mapModalAsiaHuahin {
  left: 226px;
  top: 232px;
}

.mapModalAsiaGuangzhou {
  left: 318px;
  top: 52px;
}

.mapModalAsiaChongqing {
  left: 318px;
  top: 82px;
}

.mapModalAsiaMacao {
  left: 322px;
  top: 157px;
}

.mapModalAsiaBeijing {
  left: 463px;
  top: 37px;
}

.mapModalAsiaGyeongju {
  left: 560px;
  top: 58px;
}

.mapModalAsiaSeoul {
  left: 479px;
  top: 102px;
}

.mapModalAsiaShanghai {
  left: 541px;
  top: 127px;
}

.mapModalAsiaTaipei {
  left: 541px;
  top: 154px;
}

.mapModalAsiaBusan {
  left: 559px;
  top: 85px;
}

.mapModalAsiaPattaya {
  left: 236px;
  top: 262px;
}

.mapModalAsiaPhuket {
  left: 212px;
  top: 302px;
}

.mapModalAsiaKohsamui {
  left: 224px;
  top: 333px;
}

.mapModalAsiaPetalingjaya {
  left: 169px;
  top: 365px;
}

.mapModalAsiaKualalumpur {
  left: 169px;
  top: 396px;
}

.mapModalAsiaSingapore {
  left: 196px;
  top: 427px;
}

.mapModalAsiaBandung {
  left: 324px;
  top: 453px;
}

.mapModalAsiaBali {
  left: 403px;
  top: 453px;
}

.mapModalAsiaAdelaide {
  left: 304px;
  top: 437px;
}

.mapModalAsiaMelbourne {
  left: 304px;
  top: 467px;
}

.mapModalAsiaShenzhen {
  left: 492px;
  top: 170px;
}

.mapModalAsiaHongkong {
  left: 492px;
  top: 196px;
}

.mapModalAsiaSanya {
  left: 405px;
  top: 219px;
}

.mapModalAsiaDaNang {
  left: 395px;
  top: 291px;
}

.mapModalAsiaHanoi {
  left: 394px;
  top: 260px;
}

.mapModalAsiaManila {
  left: 520px;
  top: 252px;
}

.mapModalOverseaTitleOceania {
  left: 39px;
  top: 494px;
}

.mapModalOverseaOceaniaWrap .mapModalBackToWorldOceania {
  left: 39px;
  top: 460px;
}

.mapModalOceaniaBorabora {
  left: 625px;
  top: 227px;
}

.mapModalOceaniaCairns {
  left: 242px;
  top: 160px;
}

.mapModalOceaniaBrisbane {
  left: 279px;
  top: 228px;
}

.mapModalOceaniaSurfersparadise {
  left: 198px;
  top: 262px;
}

.mapModalOceaniaSydney {
  left: 200px;
  top: 387px;
}

.mapModalOceaniaAdelaide {
  left: 179px;
  top: 329px;
}

.mapModalOceaniaPerth {
  left: 34px;
  top: 323px;
}

.mapModalOceaniaNewcaledonia {
  left: 531px;
  top: 134px;
}

.mapModalOceaniaFiji {
  left: 570px;
  top: 166px;
}

.mapModalOceaniaPolynesia {
  left: 614px;
  top: 226px;
}

.mapModalOceaniaAuckland {
  left: 572px;
  top: 334px;
}

.mapModalOceaniaQueenstown {
  left: 536px;
  top: 382px;
}

.mapModalOverseaTitleGuamHawaii {
  left: 38px;
  top: 76px;
}

.mapModalOverseaGuamHawaiiWrap .mapModalBackToWorldGuamHawaii {
  left: 238px;
  top: 88px;
  font-size: 12px;
}

.mapModalGuamHawaiiDoubletreeAlanaWaikiki {
  left: 229px;
  top: 121px;
  font-size: 12px;
}

.mapModalGuamHawaiiHiltonHawaiianVillage {
  left: 43px;
  top: 292px;
  font-size: 12px;
}

.mapModalGuamHawaiiEmbassySuitesWaikiki {
  left: 283px;
  top: 346px;
  font-size: 12px;
}

.mapModalGuamHawaiiHiltonWaikoloaVillage {
  left: 536px;
  top: 331px;
  font-size: 12px;
}

.mapModalGuamHawaiiKingsLand {
  left: 318px;
  top: 489px;
  font-size: 12px;
}

.mapModalGuamHawaiiGuamResort {
  left: 97px;
  top: 507px;
  font-size: 12px;
}

.mapModalGuamHawaiiHiltonWaikikiBeach {
  left: 551px;
  top: 218px;
  font-size: 12px;
}

.mapModalGuamHawaiiHiltonGardenInnKauaiWailuaBay {
  left: 7px;
  top: 120px;
  font-size: 12px;
}

.mapModalGuamHawaiiGrandVacationsAtHiltonHawaiianVillage {
  left: 16px;
  top: 200px;
  font-size: 12px;
}

.mapModalGuamHawaiiGrandWaikikianByHiltonGrandVacations {
  left: 36px;
  top: 247px;
  font-size: 12px;
}

.mapModalGuamHawaiiGrandIslanderByHiltonGrandVacations {
  left: 36px;
  top: 338px;
  font-size: 12px;
}

.mapModalGuamHawaiiHiltonGardenInnWaikikiBeach {
  left: 321px;
  top: 35px;
  font-size: 12px;
}

.mapModalGuamHawaiihHokulaniWaikikiByHiltonGrandVacations {
  left: 525px;
  top: 248px;
  font-size: 12px;
}

.mapModalGuamHawaiiGrandWaileaAWaldorfAstoriaResort {
  left: 321px;
  top: 398px;
  font-size: 12px;
}

.mapModalGuamHawaiiKohalaSuitesByHiltonGrandVacations {
  left: 314px;
  top: 443px;
  font-size: 12px;
}

.mapModalGuamHawaiiGrandNaniloaHotelHiloADoubletreeByHilton {
  left: 544px;
  top: 489px;
  font-size: 12px;
}

.mapModalOverseaTitleNorthAmerica {
  left: 38px;
  top: 79px;
}

.mapModalOverseaNorthAmericaWrap .mapModalBackToWorldNorthAmerica {
  left: 116px;
  top: 91px;
}

.mapModalNorthAmericaBeverlyHillsHotels {
  left: 19px;
  top: 312px;
}

.mapModalNorthAmericaSantaMonicaHotels {
  left: 34px;
  top: 348px;
}

.mapModalNorthAmericaLosAngelesHotels {
  left: 34px;
  top: 381px;
}

.mapModalNorthAmericaAnaheimHotels {
  left: 51px;
  top: 416px;
}

.mapModalNorthAmericaSeattleHotels {
  left: 164px;
  top: 135px;
}

.mapModalNorthAmericaPortlandHotels {
  left: 164px;
  top: 170px;
}

.mapModalNorthAmericaSanFranciscoHotels {
  left: 164px;
  top: 206px;
}

.mapModalNorthAmericaSantaClaraHotels {
  left: 164px;
  top: 241px;
}

.mapModalNorthAmericaSedonaHotels {
  left: 269px;
  top: 308px;
}

.mapModalNorthAmericaLaquintaHotels {
  left: 221px;
  top: 275px;
}

.mapModalNorthAmericaPhoenixHotels {
  left: 269px;
  top: 344px;
}

.mapModalNorthAmericaSanDiegoHotels {
  left: 202px;
  top: 381px;
}

.mapModalNorthAmericaDenverHotels {
  left: 352px;
  top: 256px;
}

.mapModalNorthAmericaAtlantaHotels {
  left: 439px;
  top: 335px;
}

.mapModalNorthAmericaHoustonHotels {
  left: 465px;
  top: 386px;
}

.mapModalNorthAmericaWashingtonDcHotels {
  left: 522px;
  top: 264px;
}

.mapModalNorthAmericaPhiladelphiaHotels {
  left: 526px;
  top: 300px;
}

.mapModalNorthAmericaNewYorkHotels {
  left: 624px;
  top: 334px;
}

.mapModalNorthAmericaOrlandoHotels {
  left: 635px;
  top: 407px;
}

.mapModalNorthAmericaChicagoHotels {
  left: 435px;
  top: 220px;
}

.mapModalNorthAmericaNoviHotels {
  left: 472px;
  top: 186px;
}

.mapModalNorthAmericaTorontoHotels {
  left: 510px;
  top: 150px;
}

.mapModalNorthAmericaBostonHotels {
  left: 631px;
  top: 150px;
}

.mapModalNationalWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_japan_doubletree-20211206.png) no-repeat;
}

.mapModalOverseaWrap {
  background-image: url(/static/img/shared/map_modal/map_modal_world_doubletree-20181107.png);
}

.mapModalOverseaEuWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_eu_doubletree-20191115.png) no-repeat;
}

.mapModalOverseaAsiaWrap {
  background-image: url(/static/img/shared/map_modal/map_modal_asia-doubletree-20181120.png);
}

.mapModalOverseaOceaniaWrap {
  background-image: url(/static/img/shared/map_modal/map_modal_oceania-doubletree-20181107.png);
}

.mapModalOverseaGuamHawaiiWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_guam-hawaii_doubletree-20171115.png) no-repeat;
}

.mapModalOverseaNorthAmericaWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_northamerica_doubletree.png) no-repeat;
}

.searchIndexSearchWrapFullWidth {
  width: 100%;
}

.searchIndexTitle {
  margin: 0;
  padding: 12px 0;
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.searchIndexSearchWrap {
  display: table;
  min-height: 50px;
  width: 100%;
}

.searchIndexSearchWrapDoubleLength {
  width: 100%;
}

.searchIndexSearchLink {
  width: 100%;
  height: 35px;
}

.searchIndexSearchLastLink {
  width: 100%;
  height: 40px;
  color: #fff;
  background: url(../img/doubletree/shared/search/search_arrow_right_last.png) #09194E center right no-repeat;
  background-size: 19px 10px;
}

.searchIndexSearchLinks {
  padding: 0;
}
.searchIndexSearchLinks span {
  background: url("../img/doubletree/shared/icon/icon_sitemap_arrow_right_sp.png") center right no-repeat;
  background-size: 15px 10px;
}
.searchIndexSearchLinks a {
  color: #404040;
}
.searchIndexSearchLinks .searchIndexSearchLastLink {
  width: 100%;
  height: 40px;
  color: #fff;
  border: 0 solid #00a0ea;
  background: url(../img/doubletree/shared/search/search_arrow_right_last.png) #00a0ea center right no-repeat;
  background-size: 19px 10px;
}

.searchIndexSearchFormWrap {
  padding: 0 10px 30px 10px;
  background: #051f38;
}
.searchIndexSearchFormWrap .searchIndexSearchForm {
  text-align: center;
}
.searchIndexSearchFormWrap .searchIndexSearchForm .searchIndexSearchFormTextField {
  padding: 10px 15px;
  margin-right: 5px;
  height: 40px;
  width: 245px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
}
.searchIndexSearchFormWrap .searchIndexSearchForm .appBtnSearch {
  height: 40px;
  width: 40px;
  vertical-align: top;
}

.searchIndexSearchLinks {
  overflow: hidden;
  z-index: 2500;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff url("../img/doubletree/shared/search/search_border_thin.png") center 0 repeat-y;
}
.searchIndexSearchLinks ul {
  margin: 0;
  padding: 0;
  display: none;
}
.searchIndexSearchLinks li {
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.searchIndexSearchLinks li.last {
  width: 50%;
}
.searchIndexSearchLinks h2, .searchIndexSearchLinks h3 {
  position: relative;
  margin: 0;
  font-weight: bold;
  line-height: 35px;
}
.searchIndexSearchLinks h2, .searchIndexSearchLinks h3, .searchIndexSearchLinks span, .searchIndexSearchLinks .searchIndexSearchLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  height: 35px;
  font-size: 15px;
  vertical-align: middle;
  background: url(../img/doubletree/shared/search/search_arrow_right.png) center right no-repeat;
  background-size: 17px 10px;
  border: 0 solid #999;
}
.searchIndexSearchLinks span, .searchIndexSearchLinks .searchIndexSearchLink {
  display: table-cell;
  padding: 10px 30px 10px 10px;
  line-height: 15px;
  width: 50%;
  text-decoration: none;
  border-bottom-width: 1px;
}
.searchIndexSearchLinks .last span {
  border-bottom: 0;
}
.searchIndexSearchLinks .searchIndexSearchHeadingTopLevel {
  padding: 20px 0 13px 10px;
  height: 56px;
  color: #fff;
  background: #051f38;
}
.searchIndexSearchLinks .searchIndexSearchHeadingMiddleLevel {
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #4c4c4c;
  border-bottom: 1px solid #051f38;
  cursor: pointer;
}
.searchIndexSearchLinks .searchIndexSearchHeadingMiddleLevel:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  height: 15px;
  width: 15px;
  background: url(../img/shared/icon/icon_arrow_bottom_sp.png) center right no-repeat;
  background-size: 11px 6px;
}
.searchIndexSearchLinks .searchIndexSearchHeadingMiddleLevel.opened:after {
  background-image: url("../img/shared/icon/icon_arrow_up_sp.png");
}
.searchIndexSearchLinks .searchIndexHistoryWrap .searchIndexSearchHeadingTopLevel {
  padding: 0;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background-color: #00a0ea;
}
.searchIndexSearchLinks .searchIndexHistoryWrap .searchIndexSearchHeadingTopLevel .appIconCheck {
  height: 45px;
  width: 45px;
  background: url("../img/shared/icon_check_sm.png") center center no-repeat;
}
.searchIndexSearchLinks .searchIndexHistoryWrap ul {
  display: block;
}

.searchResultImg {
  width: 100%;
}
.searchResultCity {
  position: relative;
  margin: 0 -10px;
  padding: 24px 10px;
  background: #eee;
}
.searchResultCityResultTitle {
  font-size: 18px;
  margin-bottom: 42px;
}
.searchResultCityImgWrap img {
  width: 180px;
  padding-right: 16px;
}
.searchResultCityTitle {
  position: absolute;
  top: 55px;
  left: 10px;
  font-size: 12px;
}
.searchResultCityTitle strong {
  font-size: 18px;
}
.searchResultCityDescription {
  font-size: 12px;
}
.searchResultInfoTitle {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
.searchResultInfoAddress {
  display: none;
  font-size: 14px;
}
.searchResultInfoReserve {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  text-decoration: underline;
}
.searchResultInfoReserve:hover {
  text-decoration: none;
}
.searchResultInfoDescription {
  margin-top: 18px;
  font-size: 16px;
}
.searchResultInfoLinks {
  padding: 0;
}
.searchResultInfoLinks li {
  display: inline-block;
  margin-right: 24px;
  font-size: 14px;
  line-height: 2em;
}
.searchResultInfoLinks li a:before {
  content: "〉";
  display: block;
  float: left;
  font-size: 10px;
}
.searchResultInfoFeatures {
  padding: 0;
}
.searchResultInfoFeatures li {
  display: inline-block;
  margin-right: 24px;
  font-size: 14px;
  line-height: 1;
  margin: 0 8px 8px 0;
  padding: 6px 11px;
  color: #717171;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.searchResultBoxCity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchResultError {
  margin-top: 50px;
  text-align: left;
  font-size: 16px;
}
@media (min-width: 768px) {
  .searchResultWrap {
    padding: 0 32px;
  }
}

.searchResultTitle {
  margin: 0;
  padding: 32px 0 22px;
  font-size: 18px;
  font-weight: bold;
}

.searchResultBox {
  position: relative;
  margin-top: 32px;
  padding-top: 66px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.searchResultBox:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .searchResultBox {
    padding-top: 0;
  }
}
.searchResultBox .searchResultBoxTitle {
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
}
.searchResultBox .searchResultFormTitle {
  margin: 0;
  padding-left: 8px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  background: #dfdfdf;
}
.searchResultBox .searchResultCheckBoxes {
  margin: 0 0 3px 0;
  padding: 12px;
  background: #eeeeee;
}
.searchResultBox .searchResultCheckBoxes label {
  margin: 0 14px 0 0;
  font-size: 11px;
  font-weight: normal;
}
.searchResultBox .searchResultPbox {
  display: none;
}
@media (min-width: 768px) {
  .searchResultBox .searchResultBoxTitle {
    font-size: 18px;
  }
  .searchResultBox .searchResultForm:before, .searchResultBox .searchResultForm:after {
    content: " ";
    display: table;
  }
  .searchResultBox .searchResultForm:after {
    clear: both;
  }
  .searchResultBox .searchResultFormTitle {
    height: 46px;
    width: 10%;
    float: left;
    font-size: 14px;
    line-height: 46px;
  }
  .searchResultBox .searchResultCheckBoxes {
    margin-left: 3px;
    padding: 0 0 0 12px;
    height: 46px;
    width: 88%;
    float: left;
    line-height: 46px;
  }
  .searchResultBox .searchResultCheckBoxes label {
    margin: 0 14px 0 0;
    font-size: 14px;
  }
}

.searchResultPaginationBottomWrap {
  padding-left: 10px;
  margin: 17px 0 44px 0;
}
@media (min-width: 768px) {
  .searchResultPaginationBottomWrap {
    padding-left: 30px;
    margin: 30px 0 90px 0;
  }
}

@media (min-width: 768px) {
  .searchResultInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    width: auto;
  }
  .searchResultInner ul {
    list-style: none;
  }
  .searchResultBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .searchResultImg {
    width: 100%;
  }
  .searchResultImgWrap {
    width: 28.5%;
    min-width: 200px;
    max-width: 320px;
    margin-right: 28px;
    margin-bottom: 22px;
  }
  .searchResultInfo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .searchResultInfoTitle {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .searchResultInfoAddress {
    display: block;
    margin-bottom: 40px;
    padding-right: 200px;
  }
  .searchResultInfoReserve {
    position: absolute;
    top: 23px;
    right: 0;
  }
  .searchResultInfoLinks {
    margin-bottom: 25px;
  }
  .searchResultInfoFeatures {
    margin-bottom: 22px;
  }
  .searchResultCity {
    margin: 0 0 40px;
    padding: 28px;
    background-color: #EEEEEE;
  }
  .searchResultCityImgWrap {
    width: 22.5%;
    min-width: 200px;
    max-width: 240px;
    margin-right: 28px;
  }
  .searchResultCityImgWrap img {
    width: 100%;
    padding-right: 0;
  }
  .searchResultCityResultTitle {
    margin-bottom: 20px;
  }
  .searchResultCityTitle {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .searchResultCityTitle strong {
    font-size: 20px;
  }
}
.searchResultPagination,
._pbox-pagenav {
  font-size: 14px;
}
.searchResultPagination ._navs,
._pbox-pagenav ._navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 42px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1;
  list-style: none;
}
@media (min-width: 768px) {
  .searchResultPagination ._navs,
._pbox-pagenav ._navs {
    margin: 32px auto 40px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.searchResultPagination ._navs li,
._pbox-pagenav ._navs li {
  margin-right: 20px;
}
.searchResultPagination ._navs li._first, .searchResultPagination ._navs li._prev, .searchResultPagination ._navs li._next, .searchResultPagination ._navs li._last,
._pbox-pagenav ._navs li._first,
._pbox-pagenav ._navs li._prev,
._pbox-pagenav ._navs li._next,
._pbox-pagenav ._navs li._last {
  font-size: 16px;
  padding-top: 1px;
}
.searchResultPagination ._navs li:last-child,
._pbox-pagenav ._navs li:last-child {
  margin-right: 0;
}
.searchResultPagination.searchResultBottomPagination,
._pbox-pagenav.searchResultBottomPagination {
  margin: 16px 0 44px 0;
  padding-left: 10px;
}

.searchResultResponse {
  margin: 40px 0 0;
  font-size: 18px;
}

.searchFilter {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 -10px;
  padding: 24px 10px;
  background-color: #ffffff;
  z-index: 1050;
  overflow-y: scroll;
}
.searchFilterClose {
  display: blok;
  float: right;
  margin-right: 10px;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.searchFilterClose:before, .searchFilterClose:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  border-top: 1px solid #000;
}
.searchFilterClose:before {
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
}
.searchFilterClose:after {
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
}
.searchFilterTitle {
  margin: 3px 0 20px;
  font-size: 18px;
  font-weight: bolder;
  float: left;
}
.searchFilterCategory {
  margin: 0 0 10px;
  padding: 16px;
  font-size: 15px;
  line-height: 1;
  background: #EEEEEE;
  clear: both;
}
.searchFilterToggle {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  float: right;
  cursor: pointer;
}
.searchFilterToggle.under {
  margin-top: 4px;
}
.searchFilterToggle.open:after {
  display: block;
  content: "";
  background-color: #00A0EA;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 6px;
  left: 0;
}
.searchFilterToggle.closed:before, .searchFilterToggle.closed:after {
  display: block;
  content: "";
  background-color: #00A0EA;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 6px;
  left: 0;
}
.searchFilterToggle.closed:before {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}
.searchFilterList {
  padding: 0;
  list-style: none;
  display: none;
}
.searchFilterList li {
  padding: 10px 0;
  font-size: 12px;
}
.searchFilterList li input[type=checkbox] {
  display: inline-block;
  margin-right: 8px;
}
.searchFilterList li label {
  margin: 0;
}
.searchFilterList li .labelTitle {
  display: block;
  padding: 10px 0;
  width: 100%;
}
.searchFilterList.--top {
  padding: 4px 16px;
}
.searchFilterList.--second {
  margin: 16px 0 0;
}
.searchFilterList.--second > li {
  padding-left: 16px;
  padding-top: 0;
}
.searchFilterList.--second > li > label {
  padding: 10px 0;
}
.searchFilterList.--third {
  background-color: #EEEEEE;
  margin-left: -16px;
}
.searchFilterList.--third > li {
  padding-left: 32px;
}
.searchFilterList.--area > li {
  padding: 17px 0;
  border-bottom: 1px solid #EEEEEE;
}
.searchFilterList.--area > li:last-child {
  border-bottom: 0;
}
.searchFilterButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -6px;
}
.searchFilterClear {
  width: 38%;
  margin: 0 6px;
  padding: 16px 0;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  border-radius: 4px;
  outline: none;
}
.searchFilterClear:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.searchFilterSubmit {
  width: 62%;
  margin: 0 6px;
  padding: 16px 0;
  color: #ffffff;
  background-color: #00A0EA;
  border-color: #00A0EA;
  border-radius: 4px;
  outline: none;
}
.searchFilterSubmit:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .searchFilter {
    display: block;
    position: relative;
    max-width: 404px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 404px;
            flex: 1 0 404px;
    margin: 0;
    padding-right: 32px;
    z-index: 0;
    overflow-y: auto;
    border-right: 1px solid #EEEEEE;
  }
  .searchFilterTitle {
    font-size: 20px;
  }
  .searchFilterClose {
    display: none;
  }
  .searchFilterList li {
    padding: 7px 0;
  }
  .searchFilterList.--area > li {
    padding: 13px 0;
  }
}

.searchFilterBtn {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 80px;
  height: 85px;
  width: 85px;
  z-index: 150;
  border: none;
  background: transparent url("../img/shared/icon/icon_search_filter.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.searchOtherHotels {
  display: block;
  margin-top: 45px;
  margin-bottom: 60px;
  padding: 0;
}
.searchOtherHotels:before {
  content: "〉";
  display: block;
  float: left;
}

div.poplink.pc011 {
  top: 80px;
  margin-left: -50px;
}
div.poplink.pc011 .poplink_search .header {
  margin-bottom: 10px;
}
div.poplink.pc011 .poplink_search .item a .item_left .image_box {
  height: 80px !important;
  vertical-align: top !important;
}
div.poplink.sphs .poplink_search .item a .image_box {
  overflow: hidden;
  height: 75px !important;
}
div.poplink.sphs .poplink_search .item a .title {
  margin-bottom: 5px;
  font-weight: bold;
}

.container div.poplink.pc011 {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .container div.poplink.pc011 {
    margin-left: -40px;
  }
}
@media (max-width: 991px) {
  .container div.poplink.pc011 {
    margin-left: -80px;
  }
}

.new-header-2022-ko div.poplink.pc011 {
  top: 80px;
}

.sitemapTitle {
  margin: 0;
  padding-left: 10px;
  height: 52px;
  font-size: 15px;
  font-weight: bold;
  line-height: 52px;
}

.sitemapSearchWrap {
  display: table;
  min-height: 50px;
  width: 100%;
}

.sitemapSearchLinks span {
  background: url("../img/doubletree/shared/icon/icon_sitemap_arrow_right_sp.png") center right no-repeat;
  background-size: 15px 10px;
}
.sitemapSearchLinks a {
  color: #404040;
}

.sitemapSearchLinks {
  padding: 10px;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  background: #fff url("../img/doubletree/shared/search/search_border_thin.png") center 0 repeat-y;
}
.sitemapSearchLinks ul {
  margin: 0;
  padding: 0;
  display: none;
}
.sitemapSearchLinks li {
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sitemapSearchLinks li.last {
  width: 50%;
}
.sitemapSearchLinks h2, .sitemapSearchLinks h3 {
  position: relative;
  margin: 0;
  font-weight: bold;
  line-height: 35px;
}
.sitemapSearchLinks h2, .sitemapSearchLinks h3, .sitemapSearchLinks span, .sitemapSearchLinks .sitemapSearchLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  height: 35px;
  font-size: 15px;
  vertical-align: middle;
  background: url(../img/doubletree/shared/search/search_arrow_right.png) center right no-repeat;
  background-size: 17px 10px;
  border: 0 solid #999;
}
.sitemapSearchLinks span, .sitemapSearchLinks .sitemapSearchLink {
  display: table-cell;
  padding: 10px 30px 10px 10px;
  line-height: 15px;
  width: 50%;
  text-decoration: none;
  border-bottom-width: 1px;
}
.sitemapSearchLinks .last span {
  border-bottom: 0;
}
.sitemapSearchLinks .sitemapSearchLastLink {
  display: block;
  padding: 3px 30px 3px 10px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: url(../img/doubletree/shared/search/search_arrow_right_last.png) center right no-repeat;
  background-size: 19px 10px;
}
.sitemapSearchLinks .sitemapSearchHeadingTopLevel {
  padding: 10px;
  height: 56px;
  color: #fff;
  background: #051f38;
}
.sitemapSearchLinks .sitemapSearchHeadingMiddleLevel {
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #4c4c4c;
  border-bottom: 1px solid #051f38;
  cursor: pointer;
}
.sitemapSearchLinks .sitemapSearchHeadingMiddleLevel:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  height: 15px;
  width: 15px;
  background: url(../img/shared/icon/icon_arrow_bottom_sp.png) center right no-repeat;
  background-size: 11px 6px;
}
.sitemapSearchLinks .sitemapSearchHeadingMiddleLevel.opened:after {
  background-image: url("../img/shared/icon/icon_arrow_up_sp.png");
}

.sitemapSearchLastLinkWrap {
  text-align: right;
}

.sitemapNationalCountriesWrap ul {
  display: block;
}
.sitemapNationalCountriesWrap .gHeadHotelsSearchMap {
  display: none;
}

.sitemapOverseasCountriesWrap {
  position: relative;
}
.sitemapOverseasCountriesWrap .sitemapHotelsSearchButton {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.gHeadHotelsSearchMap {
  padding-right: 10px;
}

.sitemapSearchOverseasCountry {
  width: 100%;
  float: none;
}

.sitemapSearchButton {
  text-align: right;
}

@media (min-width: 768px) {
  .sitemapTitle {
    margin: 0 auto;
    padding: 40px 0 24px;
    height: auto;
    font-size: 28px;
    line-height: normal;
  }

  .sitemapSearchLinks {
    margin: 0 0 100px;
    background: none;
  }
  .sitemapSearchLinks ul {
    display: block;
  }
  .sitemapSearchLinks .sitemapSearchLink {
    padding: 8px 30px 4px 20px;
    height: auto;
    font-size: 13px;
    vertical-align: middle;
    background: url("../img/doubletree/shared/icon/icon_sitemap_arrow_right_pc.png") 0 8px no-repeat;
    border: 0 solid #999;
    color: #09194E;
  }
  .sitemapSearchLinks .sitemapSearchLink:hover {
    text-decoration: underline;
  }
  .sitemapSearchLinks h2 {
    padding: 10px 0;
    height: auto;
    line-height: 15px;
  }
  .sitemapSearchLinks .sitemapSearchWrap {
    display: block;
    float: none;
    width: 100%;
    border: 0;
  }
  .sitemapSearchLinks .sitemapSearchWrap.last {
    width: 100%;
  }
  .sitemapSearchLinks .sitemapNationalCountriesWrap a {
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .sitemapSearchLinks .sitemapNationalCountriesWrap .gHeadHotelsSearchMap {
    display: inline-block;
    margin: 10px 0;
  }
  .sitemapSearchLinks .sitemapOverseasCountriesWrap li {
    float: none;
    width: auto;
  }
  .sitemapSearchLinks .sitemapSearchLastLinkWrap {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 270px;
  }
  .sitemapSearchLinks .sitemapSearchLastLink {
    padding: 0 30px 0 20px;
    background: url("../img/doubletree/shared/search/search_arrow_right_last.png") left center no-repeat;
    background-size: 19px 10px;
  }
  .sitemapSearchLinks .sitemapTitle {
    margin: 0;
    padding: 40px 0px 60px 25px;
    font-size: 28px;
  }
  .sitemapSearchLinks .sitemapNationalCountriesWrap {
    float: left;
    width: 25%;
  }
  .sitemapSearchLinks .sitemapNationalCountriesWrap .sitemapSearchLink {
    font-size: 15px;
    font-weight: bold;
  }
  .sitemapSearchLinks .sitemapOverseasCountriesWrap {
    position: relative;
    float: left;
    width: 75%;
  }
  .sitemapSearchLinks .sitemapOverseasCountriesWrap .sitemapHotelsSearchButton {
    position: initial;
    margin: 10px 0;
  }
  .sitemapSearchLinks .sitemapSearchLink {
    display: block;
    width: 100%;
  }
  .sitemapSearchLinks .sitemapSearchHeadingTopLevel {
    padding: 10px 0;
    height: auto;
    color: #4c4a4a;
    background: none;
  }
  .sitemapSearchLinks .sitemapSearchHeadingMiddleLevel {
    padding: 10px 0;
    height: auto;
    line-height: 15px;
    font-size: 13px;
    color: #999999;
    background: none;
    border: none;
    cursor: default;
  }
  .sitemapSearchLinks .sitemapSearchOverseasCountryRow {
    width: 33%;
    float: left;
  }
}
#pageSiteError .gShareBtns {
  display: none !important;
}

.notFoundSection {
  display: table;
  padding: 20px 10px 50px 10px;
}
@media (min-width: 768px) {
  .notFoundSection {
    padding: 50px 50px 100px 50px;
  }
}
.notFoundSection .notFoundMainTitleWrap {
  margin-bottom: 20px;
}
.notFoundSection .notFoundIcon {
  display: table-cell;
  width: 67px;
  height: 52px;
  background: url(../img/doubletree/shared/warn/icon_not_found_warn_sp.png) left center no-repeat;
  background-size: 52px 52px;
}
@media (min-width: 768px) {
  .notFoundSection .notFoundIcon {
    width: 90px;
    height: 70px;
    background: url(../img/doubletree/shared/warn/icon_not_found_warn_pc.png) left center no-repeat;
    background-size: 70px 70px;
  }
}
.notFoundSection h2 {
  display: table-cell;
  vertical-align: middle;
  line-height: 25px;
  font-size: 17px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .notFoundSection h2 {
    line-height: 38px;
    font-size: 28px;
  }
}
.notFoundSection p {
  margin: 30px 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .notFoundSection p {
    margin: 40px 0;
    font-size: 15px;
  }
}
.notFoundSection a {
  display: block;
  width: 100px;
}
.notFoundSection .notFoundRightArrow {
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/doubletree/shared/warn/icon_not_found_right_arrow_sp.png) left bottom no-repeat;
  background-size: 7px 11px;
}
@media (min-width: 768px) {
  .notFoundSection .notFoundRightArrow {
    width: 9px;
    height: 15px;
    background: url(../img/doubletree/shared/warn/icon_not_found_right_arrow_pc.png) left bottom no-repeat;
    background-size: auto;
  }
}

.pressReleaseWrap {
  margin: 0 15px;
}
.pressReleaseWrap h2 {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .pressReleaseWrap {
    margin: 0 120px;
    font-size: 28px;
  }
}

.pressReleaseInner {
  padding-bottom: 25px;
  border-bottom: 1px solid #E7E7E7;
}
@media (min-width: 768px) {
  .pressReleaseInner {
    margin: 0 30px;
  }
}

.releaseBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .releaseBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.releaseBoxLeft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  min-height: 70px;
  text-align: center;
}
@media (min-width: 768px) {
  .releaseBoxLeft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    min-height: 100px;
  }
}
.releaseBoxLeft img {
  width: 56px;
  margin: 16px 22px 16px 0;
}
@media (min-width: 768px) {
  .releaseBoxLeft img {
    width: 88px;
    margin: 20px 31px 20px 0;
  }
}

.releaseBoxRight p, .releaseBoxRight time {
  color: #8A8A8A;
  font-size: 12px;
  margin: 0;
}
.releaseBoxRight h3 {
  font-size: 18px;
  margin-top: 10px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .releaseBoxRight h3 {
    font-size: 24px;
  }
}
.releaseBoxRight span {
  padding: 2px 10px;
  color: #ffffff;
  font-size: 12px;
}

.releaseDescription {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .releaseDescription {
    margin: 40px 100px 0;
  }
}
.releaseDescription h4 {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .releaseDescription h4 {
    font-size: 24px;
  }
}
.releaseDescription p {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.releaseDescription ul {
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
}
.releaseDescription li {
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
.releaseDescription li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #333333;
  position: relative;
  top: 1px;
  right: 2px;
}
.releaseDescription span {
  font-weight: normal;
  margin-top: 10px;
}

.backPressReleaseTop {
  width: 200px;
  margin: 0 auto 76px;
  text-align: center;
  font-size: 15px;
}
.backPressReleaseTop .pressReleaseBackLink {
  background: url("../img/shared/pressrelease_arrow_left.png") 0 2px no-repeat;
  background-size: 7px;
  padding-left: 15px;
}

.pressReleaseOuter {
  max-width: 1160px;
  margin: 0 auto;
}
.pressReleaseOuter h2 {
  margin: 23px 0 0;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .pressReleaseOuter h2 {
    margin: 60px 0;
    font-size: 28px;
  }
}

.pressReleaseTabWrap {
  margin: 25px 0 20px;
}
@media (min-width: 768px) {
  .pressReleaseTabWrap {
    margin: 40px 0 20px;
    padding: 0 10px;
  }
}

.pressReleaseTabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  border-bottom: 3px solid #09194E;
  list-style: none;
}
.pressReleaseTabMenu .tab-label {
  background: #EEEEEE;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.pressReleaseTabMenu .tab-label a {
  color: #09194E;
  text-decoration: none;
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .pressReleaseTabMenu .tab-label a {
    font-size: 22px;
    padding: 24px;
  }
}
.pressReleaseTabMenu .tab-label.active {
  background: #09194E;
}
.pressReleaseTabMenu .tab-label.active a {
  color: #FFFFFF;
}

.pressReleaseTabMenuLink {
  display: block;
}

.tab-content {
  height: auto;
  overflow: auto;
  padding: 25px 10px 0;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
@media (min-width: 768px) {
  .tab-content {
    padding: 25px 0 0;
  }
}

.tab-switch {
  display: none;
}

/* accordion tab */
.accordion-wrap {
  background-color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) {
  .accordion-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .accordion-wrap .pressReleaseFilterItem {
    width: 33.3%;
  }
}

.acc-tab-label {
  color: #09194E;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 0.5em;
  border: 1px solid #09194E;
  cursor: pointer;
  display: block;
  text-align: center;
  background: url(../img/shared/pressrelease_arrow_bottom_bl.png) right 12px center no-repeat;
  background-size: 13px;
}
@media (min-width: 768px) {
  .acc-tab-label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.acc-tab-content {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 1;
}
.acc-tab-content ul {
  list-style: none;
  display: grid;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.acc-tab-content ul a {
  display: block;
  color: #333333;
  padding: 13px 16px;
  border-bottom: solid 1px #E7E7E7;
  margin-bottom: 0;
  font-weight: normal;
  text-decoration: none;
}
.acc-tab-content ul a:hover {
  background-color: #09194E;
  color: #ffffff;
}

.acc-tab-switch:checked + .acc-tab-label {
  color: #FFFFFF;
  text-align: center;
  background: url(../img/shared/pressrelease_arrow_bottom_wt.png) right 12px center no-repeat #09194E;
  background-size: 13px;
}

.acc-tab-switch:checked + .acc-tab-label + .acc-tab-content {
  height: auto;
  width: 100%;
  overflow: auto;
  margin-top: -10px;
  padding: 0;
  opacity: 1;
  border-right: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.acc-tab-switch {
  display: none;
}

.releaseContentsWrap {
  padding: 0;
  margin: 25px 0 0;
}
.releaseContentsWrap a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .releaseContentsWrap {
    margin: 50px 30px 0;
  }
}
.releaseContentsWrap .releaseBox {
  border: 1px solid #E7E7E7;
  padding: 18px 15px 22px 22px;
  margin-bottom: 10px;
  background: url(../img/shared/pressrelease_arrow_right_bl.png) right 15px bottom 16px no-repeat;
  background-size: 10px;
}
@media (min-width: 768px) {
  .releaseContentsWrap .releaseBox {
    background: url(../img/shared/pressrelease_arrow_right_bl.png) right 25px center no-repeat;
    background-size: 12px;
    padding-left: 31px;
  }
}
.releaseContentsWrap .releaseBox .releaseBoxRight h3 {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333333;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .releaseContentsWrap .releaseBox .releaseBoxRight {
    padding-right: 30px;
  }
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName {
  background-color: #01184c;
  color: #ffffff;
  border: none;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.conrad {
  background-color: #b2874e;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.curio {
  background-color: #51657d;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.doubletree {
  background-color: #09194E;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.hgi {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.lxr {
  background-color: #ffffff;
  color: #415744;
  border: 1px solid #415744;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.tapestry {
  background-color: #ffffff;
  color: #280071;
  border: 1px solid #280071;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.waldorfastoria {
  background-color: #000000;
}

.pressReleasePagenation {
  width: 100%;
  margin: 32px 0 75px;
}
@media (min-width: 768px) {
  .pressReleasePagenation {
    margin: 0 0 150px;
  }
}
.pressReleasePagenation .yiiPager {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .pressReleasePagenation .yiiPager {
    font-size: 18px;
  }
}
.pressReleasePagenation .yiiPager li {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
}
.pressReleasePagenation .yiiPager li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #09194E;
  text-decoration: none;
  border: none;
  padding: 0;
  font-weight: normal;
}
.pressReleasePagenation .yiiPager li.selected a {
  color: #FFFFFF;
  background: #09194E;
}
