﻿/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'Nathaniel';
  src: url("../fonts/nathaniel-webfont.woff2") format("woff2"), url("../fonts/nathaniel-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.carousel-caption .caption-content, .text-container .textcontent .verticalalign, .headerbg .headerbg-caption .headerbg-caption-content, .action--play {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: relative;
  top: 50%; }

.grayscale img {
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Gecko */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1); }

.grayscale:hover img {
  filter: none;
  /* Current draft standard */
  -webkit-filter: none;
  /* New WebKit */
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  /* Not yet supported in Gecko, Opera or IE */
  filter: none; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
     -webkit-text-size-adjust: none;
    touch-action: manipulation;
  height: 100%; 
}
body {
  margin: 0;  height: 100%;
  word-break: break-word !important;
   touch-action: manipulation;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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; }
img{max-width: 100%; height: auto}
a {
  background-color: 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 {
  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"] {
  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;
  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; }
.ipadop{display: none;}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]: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; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?fd3a8");
  src: url("../fonts/icomoon.eot?fd3a8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fd3a8") format("truetype"), url("../fonts/icomoon.woff?fd3a8") format("woff"), url("../fonts/icomoon.svg?fd3a8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-down:before {
  content: "\e600"; }

.icon-chevron-left:before {
  content: "\e601"; }

.icon-chevron-right:before {
  content: "\e602"; }

.icon-chevron-thin-down:before {
  content: "\e604"; }

.icon-chevron-thin-left:before {
  content: "\e605"; }

.icon-chevron-thin-right:before {
  content: "\e606"; }

.icon-chevron-thin-up:before {
  content: "\e607"; }

.icon-chevron-up:before {
  content: "\e603"; }

.icon-controller-paus:before {
  content: "\e608"; }

.icon-controller-play:before {
  content: "\e609"; }

.icon-resize-100:before {
  content: "\e60a"; }

.icon-resize-full-screen:before {
  content: "\e60b"; }

.icon-check:before {
  content: "\e60c"; }

.icon-cross:before {
  content: "\e60d"; }

.icon-feather:before {
  content: "\e60e"; }

.icon-heart:before {
  content: "\e60f"; }

.icon-info:before {
  content: "\e610"; }

.icon-link:before {
  content: "\e611"; }

.icon-location-pin:before {
  content: "\e612"; }

.icon-magnifying-glass:before {
  content: "\e613"; }

.icon-mail:before {
  content: "\e614"; }

.icon-minus:before {
  content: "\e615"; }

.icon-plus:before {
  content: "\e616"; }

.icon-facebook:before {
  content: "\e617"; }

.icon-google:before {
  content: "\e800"; }

.icon-instagram:before {
  content: "\e618"; }

.icon-linkedin:before {
  content: "\e619"; }

.icon-pinterest:before {
  content: "\e61a"; }

.icon-tumblr:before {
  content: "\e61b"; }

.icon-twitter:before {
  content: "\e61c"; }

.icon-vimeo:before {
  content: "\e61d"; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #323232;
  font-weight: 700;
  background-color: #e5e4e1;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0; }

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

a {
  color: #8b8b8b;
  text-decoration: none;
  -webkit-transition: color, 0.3s, ease-in-out;
  -o-transition: color, 0.3s, ease-in-out;
  transition: color, 0.3s, ease-in-out; }
  a:hover, a:focus, a:active {
    color: #333333;
    text-decoration: none;
    outline: none; }
  a:focus {
    outline: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-thumbnail {
  padding: 4px;
  line-height: 2;
  background-color: #e5e4e1;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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%; }

.grayscale img {
  -webkit-transition: all, 0.5s, linear;
  -o-transition: all, 0.5s, linear;
  transition: all, 0.5s, linear; }

hr {
  width: 18%;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 3px solid #828081; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.6;
  color: inherit; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #828081; }

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

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

h1 {
  font-size: 64px;
  font-weight: normal; }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 51px; } }

h1.small {
  font-size: 44px;
  color: #e4e2da; }
  @media screen and (max-width: 1024px) {
    h1.small {
      font-size: 32px; } }

h2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  color: #999999; }

h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  line-height: 1.4; }

h4 {
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase; }

h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: #999999; }

h6 {
  font-size: 15px;
  color: #999999;
  line-height: 1.4; }

p {
  margin: 0 0 16px; }

p.large, .large > p {
  font-size: 18px;
  font-weight: 400; }
  @media screen and (max-width: 1024px) {
    p.large, .large > p {
      font-size: 16px; } }

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #828081; }

.bg-primary {
  color: #fff; }

.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee; }

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

.list-unstyled {
  padding-left: 0;
  list-style: none;     margin-bottom: 30px;}
  .list-unstyled > li {
    display: inline-block; }

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

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

dt,
dd {
  line-height: 2; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 1024px) {
  .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; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #828081; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 20px;
  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: 2;
    color: #828081; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.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: '\00A0 \2014'; }

address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 2; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 1024px) {
    .container {
      width: 1024px; } }
  @media (min-width: 1400px) {
    .container {
      width: 1400px; } }
  @media (min-width: 1400px) {
    .container {
      width: 95%;
      max-width: 1920px;
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 1023px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

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

.row {
  margin-left: -2px;
  margin-right: -2px; }
  .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 {
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px; }

.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 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  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 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1400px) {
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #828081;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px; }
  .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: 5px;
    line-height: 2;
    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: #e5e4e1; }

.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-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 24px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .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: 32px;
  font-size: 24px;
  line-height: inherit;
  color: #676767;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \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: 41px;
  font-size: 16px;
  line-height: 1.3333333;
  color: #676767; }

.form-control {
  display: block;
  width: 100%;
  height: 67px;
  padding: 0 40px;
  font-size: 15px;
  line-height: 2;
  color: #676767;
  background-color: #eeeeee;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 0px;
  -webkit-appearance: none;
  letter-spacing: 3px; }
  .form-control:focus {
    border-color: #eeeeee;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 238, 238, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 238, 238, 0.6); }
  .form-control::-moz-placeholder {
    color: #333333;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #333333; }
  .form-control::-webkit-input-placeholder {
    color: #333333; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    opacity: 0.5; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  padding-top: 20px;
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 67px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 58px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 186px; } }

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

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

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

.radio-inline,
.checkbox-inline {
  position: relative;
  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], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 41px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 73px; }

.form-horizontal .form-group {
  margin-left: -2px;
  margin-right: -2px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 41px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 2px; }

.styled-select {
  position: relative;
  width: auto;
  border: 0;
  text-align: left; }
  .styled-select select {
    font-weight: 600;
    color: #e5e4e1;
    width: 100%;
    height: 65px;
    margin: 2px auto 0;
    padding: 10px 40px;
    display: block;
    background-color: #999999;
    vertical-align: middle;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0; }
    .styled-select select:hover {
      color: #e5e4e1; }
    .styled-select select:focus {
      outline: none; }
    .styled-select select option {
      color: #e5e4e1; }
  .styled-select:after {
    position: absolute;
    top: 6px;
    right: 20px;
    font-family: "icomoon";
    content: "\e604";
    font-size: 30px;
    color: #e5e4e1;
    z-index: 10;
    pointer-events: none; }

.styled-select select::-ms-expand {
  display: none; }

.lt-ie9 .styled-select:after {
  display: none; }

.error {
  text-align: left; }
  .error .form-control {
    border-color: #bb3d20; }
  .error .styled-select select {
    border: 1px solid #bb3d20; }
  .error span {
    color: #bb3d20; }

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 3px solid transparent;
  white-space: nowrap;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 5px 90px;
  font-size: 20px;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media screen and (max-width: 480px) {
    .btn {
      padding: 5px 0px;
      max-width: 350px;
      width: 90%;} 
      .trshoe .btn {max-width: 280px;}
    }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }
  .btn-default:focus, .btn-default.focus {
    color: #ffffff;
    background-color: transparent; }
  .btn-default:hover {
    color: #ffffff;
    background-color: transparent; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #e0e0e0; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #ffffff;
      background-color: transparent;
      border-color: #bfbfbf; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: transparent;
    border-color: #ffffff; }
  .btn-default .badge {
    color: transparent;
    background-color: #ffffff; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #ffffff; }
  @media screen and (max-width: 480px) {
    .btn-default {
      padding: 14px 20px;
      font-size: 14px;
      line-height: 2; } }

.btn-primary {
  color: #828081;
  background-color: transparent;
  border-color: #828081;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  margin-top: 20px;
  margin-bottom: 20px; }
  .btn-primary:focus, .btn-primary.focus {
    color: #828081;
    background-color: transparent; }
  .btn-primary:hover {
    color: #828081;
    background-color: transparent; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #828081;
    background-color: transparent;
    border-color: #a19e9e; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #828081;
      background-color: transparent;
      border-color: #807c7c; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: transparent;
    border-color: #828081; }
  .btn-primary .badge {
    color: transparent;
    background-color: #828081; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: rgba(255, 255, 255, 0.9);
    background-color: #828081;
    border-color: #828081; }
  @media screen and (max-width: 480px) {
    .btn-primary {
      max-width: 350px;
      width: 90%;} }

.btn-submit {
  color: #999999;
  background-color: transparent;
  border-color: #999999;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  margin-top: 40px; }
  .btn-submit:focus, .btn-submit.focus {
    color: #999999;
    background-color: transparent; }
  .btn-submit:hover {
    color: #999999;
    background-color: transparent; }
  .btn-submit:active, .btn-submit.active,
  .open > .btn-submit.dropdown-toggle {
    color: #999999;
    background-color: transparent;
    border-color: #7a7a7a; }
    .btn-submit:active:hover, .btn-submit:active:focus, .btn-submit:active.focus, .btn-submit.active:hover, .btn-submit.active:focus, .btn-submit.active.focus,
    .open > .btn-submit.dropdown-toggle:hover,
    .open > .btn-submit.dropdown-toggle:focus,
    .open > .btn-submit.dropdown-toggle.focus {
      color: #999999;
      background-color: transparent;
      border-color: #595959; }
  .btn-submit:active, .btn-submit.active,
  .open > .btn-submit.dropdown-toggle {
    background-image: none; }
  .btn-submit.disabled, .btn-submit.disabled:hover, .btn-submit.disabled:focus, .btn-submit.disabled.focus, .btn-submit.disabled:active, .btn-submit.disabled.active, .btn-submit[disabled], .btn-submit[disabled]:hover, .btn-submit[disabled]:focus, .btn-submit[disabled].focus, .btn-submit[disabled]:active, .btn-submit[disabled].active,
  fieldset[disabled] .btn-submit,
  fieldset[disabled] .btn-submit:hover,
  fieldset[disabled] .btn-submit:focus,
  fieldset[disabled] .btn-submit.focus,
  fieldset[disabled] .btn-submit:active,
  fieldset[disabled] .btn-submit.active {
    background-color: transparent;
    border-color: #999999; }
  .btn-submit .badge {
    color: transparent;
    background-color: #999999; }
  .btn-submit:hover, .btn-submit:focus, .btn-submit.focus {
    color: #ffffff;
    background-color: #999999; }
  @media screen and (max-width: 480px) {
    .btn-submit {
      max-width: 350px;
      width: 90%;} }
.btn-link {
  color: #8b8b8b;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #333333;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #676767;
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    .btn-link {
      max-width: 350px;
      width: 90%;} }

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

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

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 15px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 2;
    color: #676767;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #5a5a5a;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #e4e2da; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #828081; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 2;
  color: #828081;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 1024px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 40px 15%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #676767;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #eee; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 20px 10%;
    font-size: 11px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 80px 20%;
    font-size: 18px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: inline-block; }
.nav > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    padding: 0px;
    margin: 0 10px;
}
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
      @media (min-width: 1600px) {
        .nav > li > a {
          font-size: 15px;
          letter-spacing: 4px; } }
    .nav > li.active > a {
      border-bottom: 2px solid #ffffff; }
      .nav > li.active > a:hover, .nav > li.active > a:focus {
        text-decoration: none;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #8b8b8b; }
  .nav .nav-divider {
    height: 1px;
    margin: 15px 0;
    overflow: hidden;
    background-color: #eee; }
  .nav > li > a > img {
    max-width: none; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 56px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  /*border-bottom: 1px solid transparent;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background-repeat: repeat-x;*/
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }

.navbar-header {
  position: static; }
  .navbar-header:before, .navbar-header:after {
    content: " ";
    display: table; }
  .navbar-header:after {
    clear: both; }
  @media (min-width: 1024px) {
    .navbar-header {
      float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 2px;
  padding-left: 2px;
  border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 1024px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 385px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 300px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -2px;
  margin-left: -2px; }
  @media (min-width: 1024px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 1024px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 1024px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar.smaller {
  background:#fff;
  padding: 10px 0  0px; height: 80px;}
  .navbar.smaller .navbar-collapse {
    margin:0; }
    .navbar.smaller .navbar-collapse li a {
      color: #818181;
      margin-top: 0px;
      margin-bottom: 0px; }
      @media (min-width: 1024px) {
       .navbar.smaller .navbar-collapse {
            margin-top: 8px;
            padding-bottom: 15px;
        } }
  .navbar.smaller .navbar-brand > img.logo {
    display: none; }
  .navbar.smaller .navbar-brand > img.logo-smaller {
    width: 100px;
    display: block; }
@media (max-width: 1023px) {
  .navbar.smaller .navbar-toggle {
    margin-top: 0; }
   .navbar.smaller .navbar-toggle .icon-bar {
      background-color: #818181; } }
    
    
.navbar button {
  background: none;
}
.navbar-brand {
    position: absolute;
    left: 0;
    width: 170px;
    margin-left: -87px;
    padding: 0;
    font-size: 0px;
    line-height: 1;
    top: 20px;
    z-index: 9999;
    right: 0;
    margin: 0 auto;
}
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img.logo {
    width: 120px;
    margin: 0 auto;
    display: block; }
    @media (min-width: 1024px) {
      .navbar-brand > img.logo {
        width: 170px; } }
  .navbar-brand > img.logo-smaller {
    display: none;
    margin-left: 30px;
    margin-top: 6px;}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 2px;
  padding: 10px 0 0;
  background-image: none;
  border: 1px solid transparent;
  margin-top: 11px;
  margin-bottom: 11px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.9); }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 1024px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 6px -2px 6px 15px; }
  .navbar-nav > li {
    display: block; }
  .navbar-nav > li > a {
    line-height: 32px; }
    @media (max-width: 1023px) {
      .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
        margin-top: 8px;
        margin-bottom: 8px;
        text-align: center; } }
  @media (max-width: 1023px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 32px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 1024px) {
    .navbar-nav {
      text-align: left;}
      .navbar-nav > li {
        display: inline-block; }



  @media (min-width: 1024px) {
    .navbar-collapse {
      margin-top: 20px;}}
        .navbar-collapse  li > a {
          margin-bottom: 50px; } }




.navbar-form {
  margin-left: -2px;
  margin-right: -2px;
  padding: 10px 2px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: -5.5px;
  margin-bottom: -5.5px; }
  @media (max-width: 1023px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0; }

.navbar-btn {
  margin-top: -5.5px;
  margin-bottom: -5.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: -1px;
    margin-bottom: -1px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 17px;
    margin-bottom: 17px; }

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px; }
  @media (min-width: 1024px) {
    .navbar-text {
      float: left;
      margin-left: 2px;
      margin-right: 2px; } }

@media (min-width: 1024px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -2px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  background: #ffffff;
  border-color: #ffffff; }
  .navbar-default .navbar-brand {
    width: 110px;
    height: 40px;
    margin-left: -55px;
    margin-top: 10px;
    color: #999;
    overflow: hidden; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: gray;
      background-color: transparent; }
  .navbar-default .logo {
    width: 110px;
    margin: 0 auto; }
    .navbar-default .logo > path {
      fill: #999999; }
  .navbar-default .navbar-text {
    color: #999; }
  .navbar-default .navbar-nav > li > a {
    color: #999;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 0px;
    padding-bottom: 0px; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #888;
      background-color: transparent; }
    @media (max-width: 1023px) {
      .navbar-default .navbar-nav > li > a {
        margin-top: 8px;
        margin-bottom: 8px; } }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 2px solid #999; }
    @media (max-width: 1023px) {
      .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        border-bottom: none; } }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #eee;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #999; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #ffffff; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #666; }
  @media (max-width: 1023px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #999; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #888;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #666;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #eee;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #999; }
    .navbar-default .navbar-link:hover {
      color: #888; }
  .navbar-default .btn-link {
    color: #999; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #888; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #eee; }

@media (max-width: 1023px) {
  .navbar-collapse {
    overflow-x: hidden; }
  .navbar-right {
    margin-top: -16px; } }

.pagination {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 32px 0; }
  .pagination > li {
    display: inline-block;
    padding: 10px; }
    .pagination > li > a {
      padding: 10px 0;
      line-height: 2;
      text-decoration: none;
      font-size: 16px;
      color: #828081;
      background-color: transparent;
      border: none;
      display: inline-block; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    z-index: 3;
    color: #333333;
    background-color: transparent;
    border-color: transparent; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    z-index: 2;
    color: #999999;
    background-color: transparent;
    border-color: transparent;
    cursor: default; }
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #828081;
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed; }

.pager {
  padding-left: 0;
  margin: 32px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 0px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: transparent; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #828081;
    background-color: transparent;
    cursor: not-allowed; }

.jumbotron {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0px;
  margin-bottom: 0;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1 {
    color: inherit;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 64px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }
    @media screen and (max-width: 1023px) {
      .jumbotron h1 {
        font-size: 51px; } }
    @media screen and (max-width: 767px) {
      .jumbotron h1 {
        font-size: 38px; } }
  .jumbotron p {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 0;
      padding-bottom: 0; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 32px;
  line-height: 2;
  background-color: #e5e4e1;
  border: 1px solid #ddd;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #676767; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #8b8b8b; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ddd; }
  .list-group-item:last-child {
    margin-bottom: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #828081;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #828081; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #e4e2da;
  border-color: #e4e2da; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 32px;
  background-color: transparent;
  border: 1px solid transparent; }

.panel-body {
  padding: 10px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }
  .panel-body p {
    font-size: 18px;
    padding-right: 15%;
    padding-left: 15%; }

.panel-heading {
  padding: 10px 5%;
  border-bottom: 1px solid transparent; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #8b8b8b; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    -webkit-transition: color, 0.3s, ease-in-out;
    -o-transition: color, 0.3s, ease-in-out;
    transition: color, 0.3s, ease-in-out;
    color: #8b8b8b; }
    .panel-title > a:hover,
    .panel-title > small:hover,
    .panel-title > .small:hover,
    .panel-title > small > a:hover,
    .panel-title > .small > a:hover {
      color: #333333; }

.panel-title.active > a {
  color: #999999; }

.panel-footer {
  padding: 10px 5%;
  background-color: transparent;
  border-top: 1px solid transparent; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 10px;
    padding-right: 10px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 32px; }
  .panel-group .panel {
    margin-bottom: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid transparent; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid transparent; }

.panel-default {
  border-color: transparent; }
  .panel-default > .panel-heading {
    color: #676767;
    background-color: transparent;
    border-color: transparent; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-default > .panel-heading .badge {
      color: transparent;
      background-color: #676767; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-primary {
  border-color: #e4e2da; }
  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #e4e2da;
    border-color: #e4e2da; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e4e2da; }
    .panel-primary > .panel-heading .badge {
      color: #e4e2da;
      background-color: #ffffff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e4e2da; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.carousel {
  position: relative; }


.main-content > .whitebg {
  padding: 40px;}
  .main-content > .whitebg h1.h4 {
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    #main-content > .whitebg {
      padding: 20px;}}
.whitebg, #main-content.whitebg {
  background-color: #fff; }
  .whitebg h6 {
    color: #828081; }
.main-content .top-img-wrap {
  max-height: 600px;
  overflow: hidden;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    max-height: 100vh;
    display: none;
    position: relative;
    -webkit-transition: 0.8s ease-in-out left;
    -o-transition: 0.8s ease-in-out left;
    transition: 0.8s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > figure > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      width: 100%;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.8s ease-in-out;
        -moz-transition: -moz-transform 0.8s ease-in-out;
        -o-transition: -o-transform 0.8s ease-in-out;
        transition: transform 0.8s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-fade {
  background-color: #e4e2da; }
  .carousel-fade .carousel-inner {
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear; }
    .carousel-fade .carousel-inner .item {
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      opacity: 0;
      height: 100%; }
    .carousel-fade .carousel-inner .active {
      -webkit-transition: opacity 1s linear;
      -o-transition: opacity 1s linear;
      transition: opacity 1s linear;
      opacity: 1; }
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
      left: 0;
      opacity: 0;
      z-index: 1; }
    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
      opacity: 1; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  font-size: 44px;
  color: #ffffff;
  text-align: center;
  z-index: 10;
  pointer-events: auto; }
  @media (max-width: 1023px) {
    .carousel-control {
      display: none; } }
  .carousel-control.left {
    left: 0; }
  .carousel-control.right {
    left: auto;
    right: 0; }
  .carousel-control:hover, .carousel-control:focus {
    opacity: 0.9;
    filter: alpha(opacity=90);
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }
  .carousel-control .icon-chevron-thin-left,
  .carousel-control .icon-chevron-thin-right {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    display: inline-block; }
  .carousel-control .icon-chevron-thin-left {
    left: 0;
    margin-left: 8px; }
  .carousel-control .icon-chevron-thin-right {
    right: 0;
    margin-right: 8px; }
  .carousel-control .icon-chevron-thin-left:before,
  .carousel-control .icon-chevron-thin-right:before {
    font-size: 44px; }

.carousel-indicators {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 6px;
    text-indent: -999px;
    border: solid 1px #5d5d5d;
    border-radius: 10px;
    cursor: pointer;
    background-color: #e6e6e6; }
  .carousel-indicators .active {
    background-color: #5d5d5d; }

.carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  text-align: center; }
  .carousel-caption h1, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
    padding-left: 10%;
    padding-right: 10%;
    display: block; }

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 40px;
    height: 40px;
    margin-top: -20px; }
  .carousel-control .icon-prev {
    margin-left: -8px; }
  .carousel-control .icon-next {
    margin-right: -8px; } }

#mainCarousel .icon-chevron-thin-left,
#mainCarousel .icon-chevron-thin-right {
  top: 40%; }
  @media screen and (max-width: 1024px) {
    #mainCarousel .icon-chevron-thin-left,
    #mainCarousel .icon-chevron-thin-right {
      top: 50%; } }

#mainCarousel .carousel-indicators {
  bottom: 200px; }

#mainCarousel .carousel-caption {
  height: 86%; }

@media (max-width: 1024px) {
  #mainCarousel .carousel-indicators {
    bottom: -15px; }
  #mainCarousel .carousel-caption {
    height: 100%; } }

.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; }

.margin-right {
  margin-right: 30px; }
  @media screen and (max-width: 768px) {
    .margin-right {
      margin-right: auto;
      margin-bottom: 30px; } }

.border-bottom {
  border-bottom: 5px solid #ffffff; }

.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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1024px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }

.padded-content {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1023px) {
    .padded-content {
      padding-top: 20px;
      padding-bottom: 20px; } }

.padded-content-sm {
  padding-top: 40px;
  padding-bottom: 40px; }

.padded-content-xs {
  padding-top: 20px;
  padding-bottom: 20px; }

.padded-text {
  padding: 30px; }

.text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6, .text-center p {
  padding-left: 15%;
  padding-right: 15%;
  display: block; }
  @media screen and (max-width: 1599px) {
    .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6, .text-center p {
      padding-left: 10%;
      padding-right: 10%; } }
  @media screen and (max-width: 1023px) {
    .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6, .text-center p {
      padding-left: 2%;
      padding-right: 2%; } }

.text-left h2, .text-left h3 {
  padding-right: 10%;
  display: block; }
  @media screen and (max-width: 1023px) {
    .text-left h2, .text-left h3 {
      padding-right: 5%; } }

.grid {
  padding-bottom: 0px; }
  .grid .row .hovercontainer {
    margin-bottom: 4px; 
  -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;}
    .grid .row .hovercontainer img.img-responsive {
      width: 100%; max-height: 778px;    object-fit: cover;
    object-position: center; }
      .up_uber.grid .row .col-md-6:last-child .hovercontainer img.img-responsive {
          height: 257px;
      }
  .grid .row .imagecontainer {
    margin-bottom: 5px; }
    .grid .row .imagecontainer img.img-responsive {
      width: 100%; }

#voisContent {
  padding-bottom: 50px; }
  #voisContent #voisCarousel {
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #voisContent #voisCarousel .carousel-caption {
      position: relative;
      color: #999999;
      padding-left: 10%;
      padding-right: 10%;
      margin-bottom: 40px;
      word-wrap: break-word; }
      @media screen and (min-width: 1023px) {
        #voisContent #voisCarousel .carousel-caption {
          padding-left: 20%;
          padding-right: 20%; } }

#voisContent .btn {
    width: 350px;
    color: #818181;
    border-color: #818181;
    font-size: 15px;
    padding: 10px 0; }
      @media screen and (max-width: 767px) {
        #voisContent .btn {
          width: 100%;
          max-width: 370px;
        }
        #voisContent .btn+.btn {
          margin-top: 30px; } }
      @media screen and (min-width: 768px) {
        #voisContent .btn+.btn {
          margin-left: 20px; } }
#voisContent .btn:hover,
#voisContent .btn:focus {
  border-color: #ffffff;
  background-color:#ffffff;}
#voisIntro h3,
#voisIntro h6 {
  margin:0;
  font-size: 20px; }
#voisIntro img.brand {
  padding-top: 20px;
  padding-bottom: 40px; }

#socialMedia {
  margin-top: 0px; }
  #socialMedia li a {
    color: #828081; }
    #socialMedia li a span:before {
      font-size: 32px; }

#siteFooter {
  padding-top: 0;
  padding-bottom: 10px;
  color: #828081; }
  #siteFooter #footerCredits {
    color: #c1c1c1;
    font-weight: normal; }

.hovercontainer {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #000000; }
    .hovercontainer img.img-responsive.mb{display: none;}
  .hovercontainer img.img-responsive {
    width: 100%;
    overflow: hidden;
    display: block;
    /*-webkit-transition: opacity, 0.5s, ease-in-out;
    -o-transition: opacity, 0.5s, ease-in-out;
    transition: opacity, 0.5s, ease-in-out;*/ }
  .hovercontainer:hover:after{
    position: absolute;
    left: 0;
    top: 0;
    /*content: "";*/
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 2;

  }
   .hovercontainer a{z-index: 9;}
  .hovercontainer .hovercontent {
    z-index: 10;
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 40%;
    min-width: 280px;
    height: auto;
    margin: 0;
    padding: 15px 0 20px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    -webkit-transition: background-color, 0.5s, ease-in-out;
    -o-transition: background-color, 0.5s, ease-in-out;
    transition: background-color, 0.5s, ease-in-out; }
    .hovercontainer .hovercontent h3 {
      color: #333333;
      line-height: 1;
      margin-bottom: 0; }
    .hovercontainer .hovercontent h6 {
      color: #828081;
      line-height: 0.8; }
    @media screen and (max-width: 767px) {
      .hovercontainer .hovercontent {
        position: relative;
        width: 100%;
        padding: 30px 0;
        top: 0;
        right: 0;
        display: block; } }
    @media screen and (min-width: 768px) {
      .hovercontainer .hovercontent-2line {
        padding: 5px 0 3px} }
  .hovercontainer:hover .hovercontent {
    background-color: #ffffff; }
.hovercontainer .video-img {
  visibility: hidden
}
.videocontainer {
  display: block;
  background-image: url(../img/mqdefault.jpg?v1=125);
  background-repeat: no-repeat;
  background-size: cover;
}
.videocontainer:hover .video-img-wrapper {
  background-color: rgba(0,0,0,0.7);
}

#infoContent .padded-content-sm {
  padding-top: 0px; }
#infoContent .text-center h3,
#infoContent .text-center small {
  color: #828081;
  display: block; }
#infoContent .text-center small {
  font-weight: normal;
  line-height: 1.5; }
  #infoContent .col-lg-6 .text-center a.text-law{font-size: 12px;}
@media screen and (min-width: 768px) {
  #infoContent .col-lg-6 .text-center {
    width: 380px;
    margin-left: auto; }
    #infoContent .col-lg-6+.col-lg-6 .text-center {
      margin:  0 auto 0 0; } }

#mainOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.85); }
  #mainOverlay h1.h4 {
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase; 
    margin-bottom: 15px;}
  @media screen and (max-width: 1024px) {
    #mainOverlay {
      position: relative; } }

/* Video */
.video-play {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block; }


/* error */
#errorContent {
  padding: 250px 0;}
@media screen and (max-width: 767px) {
  #errorContent {
    padding: 100px 0;}}
#errorContent h1 {
  font-size:20px;
  font-weight: bold
}

/* about */
#aboutContent .container-fuild {
  color: #828081;
  margin: 0 auto;}
  @media (max-width: 767px) {
    #aboutContent .container-fuild {
      width: 95%; } }
  @media (min-width: 768px) {
    #aboutContent .container-fuild {
      width: 668px; } }
  @media (min-width: 1024px) {
    #aboutContent .container-fuild {
      width: 924px; } }
  @media (min-width: 1400px) {
    #aboutContent .container-fuild {
      width: 1300px; } }
.tw-face {
		position:absolute;
		left:10px;
		top:0;
		width:24px;
		height:20px;
		overflow:hidden;
		opacity:0;
		}
/* 特定商取引 */
#lawContent .container {
	max-width: 980px;
}
#lawContent .container h1 {
	margin: 20px 0px;
	font-size: 20px;
	font-weight: bold;
  color: #818181;
}
#lawContent .container p {
	margin-bottom: 0px;
}
#lawContent .container .row {
	margin: 0px 0px;
	background-color: #c1c1c1;
  display: table;
  width: 100%;
  border-collapse: collapse;
}
#lawContent .container .row div{
  display: table-cell;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#lawContent .container .row:last-child div{
  border-bottom: 1px solid #ddd;
}
#lawContent .container .col-sm-3 {
	padding: 10px;
	color: #FFF;
  float: none;
}
#lawContent .container .col-sm-9 {
	padding: 10px;
	background-color: #FFF;
 float: none;
     color: #818181;
}
.container-fix{max-width:750px; margin:0 auto; width: 750px;    margin-top: 20px;}
/*.datepicker.dropdown-menu{
	width:auto;
}
.datepicker:after,.datepicker:before {
    content: '';
    display: inline-block;
    position: absolute
}

.datepicker {
    top: 0;
    left: 0;
    padding: 5px;
    margin-top: 2px;
    border-radius: 4px!important
}

.datepicker:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e1e8ed;
    border-bottom-color: #e1e8ed;
    top: -7px;
    left: 6px
}

.datepicker:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 7px
}

.datepicker>div {
    display: none
}

.datepicker table {
    width: 100%;
    margin: 0
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 7px!important;
    font-size: 12px;
    font-weight: normal;
}

.datepicker td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker td.day.disabled {
    color: #eee
}

.datepicker td.new,.datepicker td.old {
    color: #999
}

.datepicker td.active,.datepicker td.active:hover {
    color: #fff;
    background: #17aa94 !important;
    text-shadow: none
}

.datepicker td.active.active,.datepicker td.active.disabled,.datepicker td.active:active,.datepicker td.active:focus,.datepicker td.active:hover,.datepicker td.active:hover.active,.datepicker td.active:hover.disabled,.datepicker td.active:hover:active,.datepicker td.active:hover:focus,.datepicker td.active:hover:hover,.datepicker td.active:hover[disabled],.datepicker td.active[disabled] {
    color: #fff;
    background-color: #17aa94
}

.datepicker td.active.active,.datepicker td.active:active,.datepicker td.active:hover.active,.datepicker td.active:hover:active {
    background-color: #039\9
}

.datepicker td span {
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    float: left;
    margin: 1px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker td span:hover {
    background: #eee
}

.datepicker td span.active {
    color: #fff;
    background: #17aa94 !important;
    text-shadow: none
}

.datepicker td span.active.active,.datepicker td span.active.disabled,.datepicker td span.active:active,.datepicker td span.active:focus,.datepicker td span.active:hover,.datepicker td span.active[disabled] {
    color: #fff;
    background-color: #17aa94
}

.datepicker td span.active.active,.datepicker td span.active:active {
    background-color: #039\9
}

.datepicker td span.old {
    color: #999
}

.datepicker th.switch {
    width: 145px
}

.datepicker th.next,.datepicker th.prev {
    font-size: 21px
}

.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover {
    background: #eee
}
*/
.input-append.date .add-on i,.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}
.booking .rs-datepicker {
	border:1px solid #ccc;
	padding:4px 12px;
	width:100%;
   background: rgba(255,255,255,0.5);
}
.booking .form-group{position: relative;}
.booking .form-group input,.booking .form-group select{
  font-weight: normal;background: rgba(255,255,255,0.5);
      color: #818181;
      font-weight: bold;
      letter-spacing: 2px;
      font-size: 12px;
}
.booking  label{
    color: #818181;
    font-weight: 700;
        text-transform: uppercase;
        position: relative;
    display: block;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 2px;
    text-align: left;
}
.booking .form-group span.fa {
    font-size: 16px;
    color: #999;
    top: 26px;
    position: absolute;
    right: 10px;

}
.list-audurt li{
  list-style: none;
}
.selectionform{
  width: 100%;
  border:1px solid #ccc;
  padding: 8px 12px;
}
.col-md-33{
  float: left;
  width: 29%;
  padding: 0 5px;
}
.col-md-33.col1,.col-md-33.col2{width: 22%;}
.col-md-33.col3,.col-md-33.col4{width: 16.5%;}
.col-md-33.col5{width: 22%;}
.booking .btn-success{
      padding: 0px 12px 0px;
    text-align: center;
    border: none;
    width: 100%;
    font-weight: normal;
    color: #fff;
    border: 2px solid #000;
    background: #000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}
.booking .btn-success:hover,.booking .btn-success:focus{
      opacity: 0.7;
      font-weight: bold;
}
#ui-datepicker-div{
  width: 571px !important;
  z-index: 999 !important;
  border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;

position: relative;

}
.ui-datepicker td{padding: 0;}
#ui-datepicker-div {
  position: relative;
  background: #fff;
  border: 1px solid #c5c5c5;
}
#ui-datepicker-div:after, #ui-datepicker-div:before {
    bottom: 100%;
    left: 8%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: block;
}

#ui-datepicker-div:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#ui-datepicker-div:before {
  border-color: rgba(197, 197, 197, 0);
  border-bottom-color: #c5c5c5;
  border-width: 11px;
  margin-left: -11px;
}
.ui-datepickertable{
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepickertable td a{
  border: 1px solid #fff;
}
table td.ui-selected-highlight a{
  background: #94ced8 !important;
  position: relative;
}
.ui-datepicker td.ui-state-disabled.ui-selected-highlight{opacity: 1}
.ui-datepicker td.ui-state-disabled.ui-selected-highlight span{
  background: #94ced8;
      border: 1px solid #fff;
          padding: 6px 0;
}


table td.ui-selected-highlight a.ui-state-active{
      background-color: #2b8e9e;
}
.ui-datepicker table td.ui-selected-highlight.stop  a,.ui-datepicker table td.ui-selected-highlight.stop span{
  background-image: url(../img/icalendar1.png?v=124) !important;
  background-color: #94ced8 !important;
  background-position: right top !important;
  color: #fff;
  background-repeat: no-repeat !important;
    background-size: 100% 100% !important;

}
.ui-datepicker table td.ui-selected-highlight.start  a{
        background-image: url(../img/icalendar2.png?v=124) !important;
    background-color: #94ced8 !important;
    background-position: right top !important;
    color: #fff;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;

}
.ui-datepicker table td a:hover{
  border: 1px solid #999;
}
.ui-datepicker .ui-datepicker-next span{
    background: url(../img/ic_navigate_next_48px-32.png?v=124);
    width: 32px;
    height: 32px;
    top: 5px;
    left: 4px;
}
.ui-datepicker .ui-datepicker-prev span{
    background: url(../img/ic_navigate_prev_48px-32.png?v=124);
    width: 32px;
    height: 32px;
    top: 5px;
    left: 4px;
}
.ui-datepicker .ui-datepicker-next span:before{content: "\f105";}
.ui-datepicker tbody .ui-state-default {
    background: #ececec;
    border: 1px solid #fff;
    color: #818181;
    min-width: 30px;
    padding: 6px 0;
    display: block;
    text-align: center;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.ui-datepicker th,.ui-datepicker .ui-datepicker-title{
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  color: #818181;
   letter-spacing: 2px;
}
 .ui-datepicker tbody .ui-state-default:hover{
   border: 1px solid #999;
 }
.ui-datepicker td.ui-state-disabled span, .ui-datepicker td.ui-state-disabled span:hover {
    padding: 7px 0;
    border: 0 solid #ececec;
}
.ui-datepicker-week-end a.ui-state-default {
    color: red;
}
.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-next {
    right: 0 !important;
    top: 2px !important;
    border: none;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-prev {
    left: 0 !important;
    top: 2px !important;
    border: none;
    cursor: pointer;
}
 .ui-datepicker tbody .ui-widget-content .ui-state-highlight, .ui-datepicker tbody .ui-widget-header .ui-state-highlight {
        color: rgba(255, 255, 255, 0.9);
    background-color: #5caab7;
}

 .ui-datepicker tbody .ui-state-active, .ui-datepicker tbody .ui-widget-content .ui-state-active{
         color: rgba(255, 255, 255, 0.9);
    background-color: #2b8e9e;
}
.ui-datepicker .ui-datepicker-buttonpane{display: none;}
.ui-datepicker .ui-datepicker-range .ui-state-default, .ui-datepicker .ui-datepicker-range .ui-state-default:hover, .ui-datepicker.ui-datepicker-end-active .ui-datepicker-range .ui-state-default, .ui-datepicker.ui-datepicker-end-active .ui-end-state-active .ui-state-default.ui-state-active, .ui-datepicker.ui-datepicker-end-active .ui-end-state-active .ui-state-default:hover, .ui-datepicker.ui-datepicker-end-active .ui-start-state-active .ui-state-default, .ui-datepicker.ui-datepicker-end-active .ui-start-state-active .ui-state-default.ui-state-active, .ui-datepicker.ui-datepicker-end-active .ui-start-state-active .ui-state-default:hover, .ui-datepicker.ui-datepicker-start-active .ui-datepicker-range .ui-state-default {
    background-color: #B0DEFF;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid red ;
    background: red ;
    font-weight: normal;
    color: #fff ;
}
 .ui-datepicker-highlight a{background: red}
.count-input {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px 0;
}
.count-input input {
  width: 100%;
  height: 34px;
  border:1px solid #ccc;
  border-radius: 2px;
  background: none;
  text-align: center;
}
.count-input input:focus {
  outline: none;
}
.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 10px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  top: 50%;
  right: 0;
  margin-top: -15px;
  text-decoration:none;
}
.count-input .incr-btn:first-child {
  right: auto;
  left: 0;
  top: 46%;
}
.count-input.count-input-sm {
  max-width: 125px;
}

.count-input.count-input-sm input {
  height: 36px;
}
.count-input.count-input-lg {
  max-width: 200px;
}
.count-input.count-input-lg input {
  height: 70px;
  border-radius: 3px;
}
/* Update */
.fixftextd{display: block;}
  .bb_resbox input[type="text"] {
    float: left;
    clear: both;
    padding: 7px 0px 7px 7px;
    font-size: 14px;
    border-radius: 0px;
}
.bb_resbox button.ui-datepicker-trigger {
    position: absolute;
    right: 9%;
    z-index: 1;
    padding: 0;
    margin: 0;
    bottom: 10%;
}
#bb_resBtn:hover {
    background: #2ea1a7 !important;
    border: 1px solid #2ea1a7 !important;
    opacity: 0.7;
}
.bb_resbox select
{
  font-size: 12px;
}
input#bb_resBtn
{
  font-size: 14px;
}
.bb_resbox .bbres_fieldset{width: 22% ; padding: 10px 5px 10px 4px;}
.bb_resbox input[type="text"] {
    float: left;
    clear: both;
    padding: 7px 0px 7px 7px;
    font-size: 14px;
    border-radius: 0px 0px 0px 0px !important;
  -moz-border-radius: 0px 0px 0px 0px  !important;
  -webkit-border-radius: 0px 0px 0px 0px  !important;
  width: 100%;
  background: #fff !important;
  color: #000;
}
.ui-button-text{
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    color: #fff;
    position: relative;
}
.ui-button-text:before{
  content: "\f073";
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
.bb_resbox  label.cilabel{margin-bottom: 0}
.bb_resbox .bbres_fieldset button.ui-datepicker-trigger{
  background: none;
  position: absolute;
    right: 13px;
    z-index: 1;
    padding: 0;
    margin: 0;
    top: 34px;
}

.bb_resbox .bbres_fieldset.bbres_fieldset5,.bb_resbox .bbres_fieldset.bbres_fieldset6{
  width: 16.5%;
}
.bb_resbox select.bb_combobox{
      width: 100% !important;
    background: #fff !important;
    color: #000 !important;
}
.bbres_fieldset input#bb_resBtn{
  font-size:  15px !important;
  
  letter-spacing: 2px;
      padding: 5px 13px;

}

.ui-datepicker .ui-datepicker-header{
  border: 1px solid #dddddd !important;
    background: #e9e9e9 !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 33% !important;
    border: 1px solid #ccc;
    padding: 3px 0px;
    font-size: 14px !important;
    font-weight: normal;
}
.wrappershow{
  padding: 0 ;
  background: #f2f1ed;
  border-top: 4px solid #fff;
  overflow: hidden;
}
.rowst{overflow: hidden;}
.offers-intro {
    padding: 80px 0px 80px 0;
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
    color: #333;
}
.bg_offer{
  /*background: url(../img/update/offers-intro.jpg?v1=125) no-repeat;*/
  background-size: cover;
}
.offers-intro .pre-content {
    width: 100%;
    height: 100%;
    padding: 0px 0 0;
    text-align: center;
}
.offers-intro .pre-content h2 {
      line-height: 35px;
    font-size: 25px;
    color: #333;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 4px;
}
.offers-intro .pre-content .shwrp{
  border-left:1px solid #a4a4a4;
  border-right:1px solid #a4a4a4;
  position: relative;
  padding: 40px 50px 20px; 
  margin-bottom: 0px;
}
.offers-intro .pre-content .shwrp .bg-rj1,.offers-intro .pre-content .shwrp .bg-rj2{
  position: absolute;
  display: block;
  height: 1px;
  width: 50px;
  left: 0;
  background: #a4a4a4;
}
.btnhistory{color: #10b19f}
.btnhistory img{margin-right: 5px;}
.offers-intro .pre-content .shwrp .bg-rj1{top: 0px;}
.offers-intro .pre-content .shwrp .bg-rj2{bottom: -1px;}
.offers-intro .pre-content h4{
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0px;
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: normal;
}
.offers-intro .pre-content .shwrp:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
   display: block;
    height: 1px;
  width: 50px;
  background: #a4a4a4;
}
.offers-intro .pre-content .shwrp:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
   display: block;
    height: 1px;
  width: 50px;
  background: #a4a4a4;
}
.offers-intro .pre-content p{
  margin-bottom: 30px; font-weight: normal; line-height: 22px;
  font-size: 16px;
  margin-top: 30px;
}
.offers-intro .pre-content a.btnroom {
    color: #333;
    border: 1px solid #333;
    text-transform: uppercase;
    font-size: 16px;
    padding: 2px 0;
    width: 200px;
    display: inline-block;
    letter-spacing: 4px;
    max-width: 100%;
    font-size: 16px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 600;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: bold;
    bottom: -15px;
}
.offers-intro .pre-content a.btnroom:hover{
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.prevcontentmobi{display: none;}
#offers .slice {
    width: 33.33333%;
    float: left;
    border-top:4px solid #fff;
    border-left:2px solid #fff;
    border-right:2px solid #fff;
}
#offers{position: relative;}
#offers .slice .background {
    overflow: hidden;
    width: 100%;
    opacity: 1;
    /*-webkit-transition: opacity 0.5s ease-in-out;
       -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
         -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;*/
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-weight: 600;
  position: relative;
}
#offers .slice .background:before{
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  background: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
#offers .slice .background:hover:before{
  background: rgba(0, 0, 0, 0.3);
  
}
#offers .slice .background:hover {
  zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
#offers .slice .background:before{
/*background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(49%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

background: rgba(0,0,0,0.25);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";*/

}
#offers .slice:hover .background:before{background: rgba(0,0,0,0.2);}
#offers .slice.slice-2{ border-left: 4px solid #fff;}
#offers .slice-3 {
    left: 50%;
    z-index: 33;

}
#offers .slice-4 {
    left: 75%;
    z-index: 33;
 border-right: 4px solid #fff;
}
.prew-content{
  z-index: 6;
  top: 49.9%;
  width:100%;
  text-align: left;
  font-size: 16px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  padding: 40px 0 50px;
}

.prew-content .topshow {
    width: 100%;
   margin-bottom: 20px;
    padding-left: 0px;
    text-align: center;
    display: inline-block;
}
#offers .slice:hover .prew-content{}
#offers .slice .prew-content br{display: none;}
.prew-content h2 {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 3px;
    color: #333;
    letter-spacing: 4px;
}
.prew-content h2 span{font-size: 15px; font-weight: normal;text-transform: none;}
.prew-content p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.prew-content ul li {
    float: left;
    padding: 0 10px;
    list-style: none;
    width: 100%;
    height: 20px;
    font-weight: normal;
    border-right: 1px solid #fff;
    line-height: 20px;
    font-size: 15px;
    color: #828081;
}
.prew-content a {
    width: 150px;
    margin: 30px auto 0;
    display: block;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: 500;
}
.prew-content a:hover{background: #000; color:  #fff;}
.prew-content ul li:last-child{border:none;}
.prew-content ul li img{vertical-align: middle; margin-right: 10px;}
#offers .slice:hover .showte{ opacity:1; }
.prew-content .showte p{
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 20px;
  font-weight: bold;
  color: #828081;
}
.prew-content .showte ul{margin: 0; padding: 0;}
.prew-content .showte {
  display: inline-block;
    padding: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    overflow: hidden;
    margin-top: -20px;
    width: 100%;
    text-align: center;
    margin-left: 0px;
}
.text-slider{
  font-family: 'Nathaniel';
  position: absolute;
  left: 0;
  top: 30%;
  right: 0;
  color: #fff;
}
.text-slider h1{
  font-family: "Nathaniel", Times, serif;
  text-align: center;
  font-size: 92px;
  color: #fff;
}
.text-slider h1.fixht2 {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -50px;
}
.showlogo{
    text-indent: -9999px;
    padding: 0;
    display: block;
    width: 170px
}
.smaller .navbar-brand{top: 5%;}
.modal-box{display: none;}
.slide201907{
  width: 100%;
    height: 100vh;
    background: url(../img/banner/banner_072019.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide201901{
  width: 100%;
    height: 100vh;
    background: url(../img/toppage/banner/banner-012019.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide201902{
  width: 100%;
    height: 100vh;
    background: url(../img/banner/banner_022019.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide201903{
  width: 100%;
    height: 100vh;
    background: url(../img/banner/banner_032020.jpg?v1=12ssw233) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide042020{
  width: 100%;
    height: 100vh;
    background: url(../img/banner/banner_072019.jpg?v1=12ssw233) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide0 {
    width: 100%;
    height: 100vh;
    background: url(../img/header_img_0.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide1 {
    width: 100%;
    height: 100vh;
    background: url(../img/header_img_1.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide2 {
    width: 100%;
    height: 100vh;
    background: url(../img/header_img_2.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide3 {
    width: 100%;
    height: 100vh;
    background: url(../img/header_img_3.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide4 {
    width: 100%;
    height: 100vh;
    background: url(../img/header_img_4.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide5 {
    width: 100%;
    height: 100vh;
    background: url(../img/header_img_5.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide6 {
    width: 100%;
    height: 100vh;
    background: url(../img/header_img_6.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide8{
    width: 100%;
    height: 100vh;
    background: url(../img/toppage/banner_slider1.jpg?v1=126) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide9{
    width: 100%;
    height: 100vh;
    background: url(../img/toppage/banner_slider9.jpg?v1=126) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide10{
    width: 100%;
    height: 100vh;
    background: url(../img/toppage/august_bn.jpg?v1=126) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide11{
    width: 100%;
    height: 100vh;
    background: url(../img/toppage/banner_T9.jpg?v1=126) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide12{
    width: 100%;
    height: 100vh;
    background: url(../img/toppage/banner_slider12.jpg?v1=126) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slide13{
    width: 100%;
    height: 100vh;
    background: url(../img/toppage/bn_T11_pc.jpg?v1=126) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}

.bn_12 {
    width: 100%;
    height: 100vh;
    background: url(../img/toppage/banner/bn_12_pc.jpg) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center right;
}
.bn_12 {
    width: 100%;
    height: 100vh;
    background: url(../img/toppage/banner/bn_12_pc.jpg) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center right;
}
.slide072020 {
    width: 100%;
    height: 100vh;
    background: url(../img/banner/banner_072020.jpg?5858) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center right;
}
.imgslideapp {
    position: absolute;
    right: 15%;
    top: 14%;
}
.slide04_en .text-slider{
  text-align: center;
 font-family: "PT Sans", Helvetica, Arial, sans-serif;
  max-width: 1000px;
  margin:  0 auto;
  top: 29%;
}
.slide04_en .text-slider h2 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
}
.slide04_en a.btdbooking{top: 58%;}
@media (max-width: 1700px ){
  .imgslideapp {
    right: 8%;
  }
}
#canvas{
      z-index: 1;
      position: absolute;
      top:0;
      left:0;
}
.flowers {
    position: absolute;
    bottom: 195px;
    left: 0;
}
a.btdbooking {
    display: inline-block;
    width: 345px;
    border: 2px solid #fff;
    padding: 10px 20px;
    position: absolute;
    color: #fff;
    top: 56%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    z-index: 10;
}
a.btdbooking:hover{
  background: #fff;
  color: #000;
}
.slide7 {
    width: 100%;
    height: 100vh;
    background: url(../img/header_img_7.jpg?v1=125) no-repeat;
    background-size: cover;
    display: inline-block;
    background-position: center center;
}
.slcaption{
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255,255,255,0.7);
  color: #333;
  text-align: center;
  padding: 35px 0 50px;
}
.slcaption h3{font-size: 20px; text-transform: uppercase;}
.slcaption h2 {
    font-size: 40px;
    color: #333;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 6px;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 8px;
}
.slcaption p{font-size: 20px; margin-bottom: 0;}
#mainOverlay h1.h4 br{display: none;}
.godeds{display: none;}
.slslide8 ul li{
  list-style: none;
  float: left;
  padding: 0 2px;
  width: 16.666667%;
}
.slslide8 ul{
  width: 830px;
  margin: 0 auto;
}
.slslide8 .slcaption {
  height: 195px; 
  padding: 30px 0 30px;
}

.slslide8 ul li span{
  display: block;
  color: #333;
  font-weight: normal;
  margin-top: 2px;
}

.slslide8 .slcaption h3{margin-bottom: 25px;}
/* Subpage */
.mb{display: none;}
.mb.booking{display: none;}
.carousel-inner > .item  .mbb{display: none;}
.bannersub{
  position: relative;
  color: #fff;
}
.textbanner{
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
}
.troucec .textbanner{top: 45%;}
.textbanner h1 {
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.textbanner a{
  border:1px solid #fff;
  padding: 7px 0px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  width: 280px;
  color: #fff; 
  letter-spacing: 4px;
}
.textbanner a:hover{
  background: #fff;
  color: #000;
}
.contentsub{
  padding: 70px 0 70px;
  border-top: 4px solid #fff;
}
.contentsub #mainCarousel .carousel-indicators {
    bottom: 0;
}
.carousel-indicators li{border:none;background-color: #ffffff;}
.contentsub .carousel-indicators .active {
    background-color: #fff;
    border: none;
}
.booking {
    border: 3px solid #fff;
    font-size: 16px;
    letter-spacing: 4px;
    display: inline-block;
    color: #676767;
    text-align: center;
    padding: 10px 70px;
    text-transform: uppercase;
    font-weight: bold;
}
#mainOverlayhoo{
  width: 100%;
  background: #f2f1ed;
  padding: 50px 0;
  display: none;
}
.booking:hover{background: #fff;}
.contentsub{color: #676767; font-weight: normal;}
.contentsub .container{max-width: 1170px;}
.contentsub ul{margin: 0; padding: 0}
.contentsub ul li{list-style: none;}
.contentsub .container .row{margin: 0 -15px;}
.contentsub .col-md-9,.contentsub .col-md-3,.contentsub .col-md-12{
  padding: 0 15px;
  position: relative;
}
.mpbd{display: none;}
.bbkgq{background:#e5e4e1; padding-bottom: 30px; }

.shoelsi .maphotel{background: #fff;}
.shoelsi .booking{
  width: 100%;
  text-align: center;
  padding: 10px 10px;
}
.showhotel{
  background: #fff;
  position: relative;
  padding: 45px 0;
  text-align: center;
      height: 567px;
}
.showhotel i{
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  cursor: pointer;
}
.contentsub .carousel,.contentsub  .carousel-inner{height: auto}
.showhotel .carousel{height: 390px;}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
    position: absolute;
    left: 0;
    top: 55px;
    right: 0;
    z-index: 9999;
    width: 33%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    padding-bottom: 20px;
    margin-bottom: 100px;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content i {
    color: #000;
    font-size: 29px;
    position: absolute;
    right: 11px;
    top: 11px;
        z-index: 20;
}
.listinfo1 h3{
  font-size: 26px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 40px;
}
.listinfo1{position: relative;}
.listinfo1 .price {
    position: absolute;
    right: -10px;
    font-weight: bold;
    top: 55px;
    font-size: 16px;
}
.listinfo1 .price span{font-weight: normal;}
.listinfo1 ul{margin: 0; padding: 0;}
.listinfo1 ul li{list-style: none; font-weight: normal;}
.listinfo1 ul li strong{color: #333;}
.listinfo1 ul li i{margin-right: 10px;}
.mailnif.contentsub{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.mailnif.contentsub p{margin-bottom: 0; white-space: nowrap;}
.mailnif.contentsub a{
  color: #333;
  font-size: 16px;
}
.mailnif.contentsub img{margin-bottom: 20px;}
.mailnif.contentsub .col-md-5 img {
    margin-bottom: 14px;
    margin-top: -10px;
}
.mailnif .booking{margin-top: 10px; max-width: 325px;}
.yourhome  h2{
      font-family: "Nathaniel", Times, serif;
      font-size: 35px;
      color: #333;
      text-transform: none;
      font-weight: normal;
      margin-bottom: 30px;
      text-align: center;
}
.suitebgdiv.yourhome  h2,.suitebgdiv.yourhome.contentsub .shie{
  color: #fff;
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}
.suitebgdiv .bgroomsuite{
  background: rgba(0,0,0,0.1);
  color: #fff;
}
.suitebgdiv .bgroomsuite p,.suitebgdiv .bgroomsuite div,.suitebgdiv .bgroomsuite h5{color: #fff !important;}
.imgsd1{margin: 60px 0;}
.yourhome.contentsub{background: #fff; padding-bottom: 50px;}
.yourhome.contentsub .shie{
  font-size: 25px;
  font-weight: normal;
  color: #333;
      font-style: italic;
      margin-top: 20px;
}
.yourhome h5{margin-bottom: 30px;}
.contentsub h5{
  font-size: 16px;
  letter-spacing: 4px;
}
.listsed h5{
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 15px;
  letter-spacing: 4px;
}
.listsed ul li i{margin-right: 15px;}
.tableshoe{display: table; width: 100%; border-collapse: collapse;}
.tableshoe .trshoe{
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  background: #e5e4e0;
}
.seeour.contentsub{
  background: #fff;
  padding-bottom: 50px;
}
.seeour h3{
  margin: 0 0 64px;
  font-size: 26px;
  line-height: 26px;
}
.seeour h5{font-size: 16px; font-weight: bold;margin-bottom: 5px;}
.seeour ul {
    width: 280px;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    text-indent: 0;
}
.seeour ul li{
  float: left;
  width: 50%;
  white-space: nowrap;
}
.seeour ul li img{
  margin-right: 10px;
}
.seeour ul li.sj1,.seeour ul li.sj3{width: 60%;}
.seeour ul li.sj2,.seeour ul li.sj4{width: 40%;}
.mbb{display: none;}
.shoelsi .row.listinfo1.mpbd{display: none;}
.listinfo1 .col-md-12{width: 100%}
.showdiv{display: block;}
.makoto {
  background: url(../img/bg-mkt.jpg?v1=125) no-repeat;
  background-size: cover;
  background-position: center center;
  font-weight: normal
}
.makoto .wrappershow {
    background: none;
    border-top: none;
    max-width: 1200px;
    margin: 0 auto;
}
.makoto h2 {
    font-size: 80px;
    font-family: "Nathaniel", Times, serif;
    color: #000;
    font-weight: normal;
    text-transform: none;
    line-height: 80px;
    margin-bottom: 50px;
}
.makoto h3{
  font-size: 30px;font-weight: normal;
  line-height: 30px;
  margin-bottom: 50px;
}
.makoto p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 70px;
    font-weight: normal;
}



.abouttop {
  background: url(../img/about/banner_about.jpg?v1=125) no-repeat;
  background-size: cover;
  background-position: center center;
  font-weight: normal
}
.abouttop .wrappershow {
    background: none;
    border-top: none;
    max-width: 1200px;
    margin: 0 auto;
}
.abouttop h2 {
    font-size: 80px;
    font-family: "Nathaniel", Times, serif;
    color: #000;
    font-weight: normal;
    text-transform: none;
    line-height: 80px;
    margin-bottom: 50px;
}
.abouttop h3{
  font-size: 30px;font-weight: normal;
  line-height: 30px;
  margin-bottom: 50px;
}
.abouttop p {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 50px;
    font-weight: normal;
}
.offremkt {
    background: rgba(255,255,255,0.9);
    padding: 50px 82px  60px;
    color: #000;
    text-align: center;
    margin: 116px 0;
    width: 45%;
}
a.learmd {
    color: #333;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 0;
    width: 200px;
    display: inline-block;
    letter-spacing: 4px;
    max-width: 100%;
    font-size: 15px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 600;
}
a.learmd:hover,.btn-booking .btnbookfooter:hover{
  background: #000;
    color: #fff !important;
    border: 1px solid #000 !important;

}
.btn-booking h3 {
    font-size: 48px;
    font-family: "Nathaniel", Times, serif;
    font-weight: normal;
    text-transform: none;
    color: #e4e2da !important;
}
.gallery-rooms { padding-top: 35px; background: #fff;}
.gallery-rooms .row4p{margin: 0 -2px}
.gallery-rooms .col-mdc-4{
  width: 20%;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  border-left:2px solid #fff;
  border-right:2px solid #fff;
  float: left;
  position: relative;
  overflow: hidden;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
}
.banenrga .textbanner{top: 45%;}
.gallery-rooms .col-mdc-4:hover{opacity: 0.78;}
.gallery-rooms .col-mdc-4 img{height: 230px; width: auto}
.gallery-rooms .container{max-width: 1170px;}
.tabmenu {
    border-bottom: 1px solid #e5e4e0;
    display: inline-block;
    width: 100%;
}
.tabmenu ul li a{
  padding: 8px 50px;
  color: #676767;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.gallery-rooms .tab-content{
  margin-top: 60px;
}
.gallery-rooms .tab-content.otherpage{
  margin-top: 0;
}
.hideskj1,.hideskj2,.hideskj3{
  display: none;
}
.tabmenu ul li.active a,.tabmenu ul li a:hover{
  border-bottom: 4px solid #2a8894;
}
.lg-outer .lg-img-wrap{padding: 0;}
.lg-outer .lg-thumb-item{
  border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
}
.galery .textbanner h1{margin-top: 0px}
.banenrga{
  height: 380px;
  background-size: cover;
  background-position: center top;
}
.banenrga.bnstd1{
  background-image: url(../img/gallerybanner_standar.jpg?v1=125);
}
.banenrga.bnstd2{
  background-image: url(../img/gallerybanner_suite.jpg?v1=125);
}
.banenrga.bnstd3{
  background-image: url(../img/gallerybanner_japanese.jpg?v1=125);
}
.banenrga.bnsrestaurant{
  background-image: url(../img/restaurent.jpg?v1=125);
}
.banenrga.bnpremium{
  background-image: url(../img/bn_room_premiumking.jpg?v1=125);
}
.banenrga.bnsentrance{
  background-image: url(../img/entrance.jpg?v1=125);
}
.banenrga.bnsother{
  background-image: url(../img/other.jpg?v1=125);
}

.banenrga.bnstd4{
  background-image: url(../img/gallerybanner-top.jpg?v1=125);
}
.banenrgallery{
  height: 330px;
  background: url(../img/gallerybanner-top.jpg?v1=125) no-repeat;
  background-size: cover;
  background-position: center top;
}
.galeryro .col-6p:first-child{border: 2px solid #fff;}
.galeryro .col-6p{
  width: 74%;
  float: left;
}
.galeryro .col-6p.righall{
  width: 26%;
  float: left;
}
.galeryro .colmd-6 {
    width: 25%;
    float: left;
    position: relative;
    border: 2px solid #fff;
    text-align: center;
    background: rgb(0, 0, 0);
    position: relative;
    height: 200px;
    overflow: hidden;
}
.col-md-12.listgho {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 2px;
}
.galeryro .colmd-6 img{max-width: 120%;}
.galeryro .colmd-6:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
background: rgba(0,0,0,0.28);
background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.58) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(100%, rgba(0,0,0,0.58)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.58) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.58) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.58) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.58) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

height: 100%;
}
.galeryro .carousel-inner > .item{text-align: center;}
.galeryro .carousel-inner > .item > img{
  height: 596px;
  width: auto;
  display: inline-block;
  max-width: inherit;
}
.righall img.size-post-thumbnail{width: auto; height: 230px;}
#mainCarouselgal.carousel,#mainCarouselgal .carousel-inner{
  height: auto;
}
.captionphoto img{
  vertical-align: bottom;
  position: absolute;
  left: 0px;
  top: -4px;
}
#mainCarouselgal .captionphoto img{top: -4px;}
.shoelsi #mainCarouselgal .captionphoto img{top: -8px;}
.captionphoto{
    position: absolute;
    bottom: 10px;
    left: 0px;
    color: #fff;
    font-size: 15px;
}
.shoelsi .captionphoto img{
  top: -8px;
}
.captionphoto span{float: left; padding-left: 38px; text-align: left;    text-shadow: 1px 1px 1px #000;}
#mapCarousel .carousel-indicators{
  bottom: -10%;
}
#mapCarousel .carousel-indicators li.active{
  background: #5e6362;
}
.iconslmall.wrpnext .carousel-control {
  width: 30px;
  height: 30px;
  background: none;
  border: 1px solid #ccc;
  padding: 9px 0;
  text-align: center;
}
.wrpnext .carousel-control {
    position: absolute;
    top: 43%;
    left: 0;
    bottom: 0;
    width: 42px;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 0;
    color: #ffffff;
    text-align: center;
    z-index: 10;
    pointer-events: auto;
    height: 42px;
    background: rgba(0,0,0,0.5);
    padding: 10px 0;
}
.maphotel .wrpnext .carousel-control {
    width: 24px;
    height: 24px;
    border: 1px solid #cccccc;
    background: none;
    padding: 5px 0;
    text-align: center;
    top: 33%;
}
.wrpnext .carousel-control.left{
  left: 0;
}
.wrpnext .carousel-control.right{
  right: 0;
  left: auto;
}
.righall .captionphoto{left: 5px;}
.slidecote .row{margin: 0 -10px;}
.slidecote .row .col-xs-3{
  padding: 10px 10px;
}
.slidecote .row .col-xs-3 a{position: relative;display: block;}
.slidecote .row .col-xs-3   .demo-gallery-poster img{vertical-align: text-top;}
.slidecote .row .col-xs-3   .demo-gallery-poster{
  position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    vertical-align: middle;
    padding: 45% 0;
    text-align: center;
    color: #fff;
     -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.slidecote .row .col-xs-3   .demo-gallery-poster:hover{background: rgba(0, 0, 0, 0.7);}
.disnone{display: none;}
.regular .btn{
  background: none;
  border:1px solid #fff;
  width: auto;
  padding: 5px 5px;
  position: absolute;
  top: 100px;
}
.regular .btn:hover{background: #fff;}
.contentsub ul.regular {padding: 0 5px;}
.regular .btn.slick-prev{
  left: -50px;
}
.regular .btn.slick-next{
  right: -50px;
}
.slidecote{margin-top: 50px;}
.regular .btn.slick-disabled{
      display: block;
    opacity: 0.4;
    cursor: not-allowed;
    background: none !important;
}
.countshow{
  margin: 10px 0 0 17px;
}
.countshow img{vertical-align: text-top; margin-right: 5px;}
.logogfote {margin-bottom: 45px;}
.borrderfd{/*border-right: 1px solid #e5e5e5;*/padding: 0px 0;}
.bannerooms p{font-size: 30px; font-weight: normal; line-height: 30px;}
.langugage {
  position: absolute;
  right: 22%;
  top: 46px;
  width: 110px;
}
.dropdownlangr ul{margin: 0; padding: 0;}
.dropdownlangr li{
  list-style: none;
  float: left;
  padding: 0 5px;
}
.dropdownlangr{
    float: left;
    margin-top: 4px;
    margin-left: 5px;
}
.dropdownlangr li a{
  color: #fff;
  font-weight: normal;
}
.faqcls{float: right;margin-top: 3px;}
.langugage .dropdown {float: left;}

.langugage button{
  border:none;
  font-size: 12px;
      margin-top: 6px;
}

.smaller .langugage img{border:none;}

.listflag {
    padding: 5px 15px;
}
.listflag a{font-size: 14px; font-weight: normal; display: block;}
.dropflag img{margin-right: 5px;    margin-top: -2px;}
a.dropflag{color: #fff;    white-space: nowrap; font-weight: normal;}
.imggray{display: none;}
.smaller .imggray{display: inline;}
.smaller .imgwhite{display: none;}
.langugage button i.fa{
  font-size: 16px;
  margin-left: 5px;
  vertical-align: text-top;
}
.sc{display: none;}
.smaller .sc{display: block;margin-top: 7px;}
.smaller .st{display: none;}
.smaller .langugage{color:#818181; border-left: 1px solid #818181;  }
.langugage button span{display: none;}
.langugage button img{
  width: 35px;
}
.smaller a.dropflag {
    color: #8b8b8b;
}
.langugage .dropdown-menu {
    padding: 0;
    left: -15px;
    border: 1px solid #ececec;
        min-width: 100px;
}
.langugage .dropdown-menu img {
    width: 25px;
    vertical-align: middle;
    border: 1px solid #ececec;
    margin-top: -3px;
    margin-right: 5px;
}
.navbar-collapse  .dropdown-menu li > a{margin-bottom: 0;    padding: 3px 10px;}
.dropdown-menu:after, .dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.dropdown-menu:before {
  border-color: rgba(236, 236, 236, 0);
  border-bottom-color: #ececec;
  border-width: 7px;
  margin-left: -7px;
}
p.oneline {
    margin-top: 20px;
}
.smaller .langugage{top: 24px;}
.languagego 
.galery.textbanner{top: 45%;}
.ficontact {
    width: 250px;
    display: inline-block;
    border: 1px solid #000;
    color: #333;
    padding: 6px 0;
    margin-top: 15px;
    letter-spacing: 4px;
    max-width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.ficontact:hover{
  background: #00ac9a;
    border-color: #00ac9a;
    color: #fff;
}

.bannerooms img.pc{min-height: 450px; width: 100%;}
.bannerooms .textbanner {top: 40%;}
.current-menu-item a{position: relative;}
.slick-initialized p.slick-slide{}
#mainCarousel .wrpnext .carousel-control{
  border:1px solid #fff;
  background: none;
}
#mainCarousel .wrpnext .carousel-control.right{right: 30px;}
#mainCarousel .wrpnext .carousel-control.left{left: 30px;}
#slki1,#slki2{display: none;}
#galerryshowall li{display: none; cursor: pointer;}
#galerryshowall li:first-child{display: block;}
#galerryshowall li img{display: none;}
#galerryshowall li .demo-gallery-poster img{display: inline;}
#slide32 .carousel-inner{max-height: 567px; overflow: hidden; text-align: center;}
#showroomga{display: none;}
.countshow{cursor: pointer;}
img.ldo{display: none;}
.makoto.bannerabout{
  background-image: url(../img/about_banner.jpg?v1=125);
  height: 500px;
  background-size: cover;
}
.makoto.bannerabout .offremkt{
  background: none;
  padding: 100px 40px 85px;
}
.makoto.bannerabout h3{font-weight: bold;}
.makoto.bannerabout.wrappershow{
  max-width: 1170px;
}
.makoto.bannerabout p{font-size: 18px;    line-height: 30px;}
.aboutct{
  background: #fff;
}
.texth{
  position: relative;
  padding-left: 105px;
}
.aboutct{font-weight: normal; padding-top: 80px;}
.texth .left {
  width: 85px;
  height: 78px;
  background: #f5ebbd;
  font-size: 70px;
  line-height: 75px;
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: normal;
  text-align: center;
}

#aboutct3{padding-top: 40px;}
#aboutct3 img,#aboutct4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bannerabout {
    background: url(../img/about/banner.jpg?v1=125) no-repeat;
    height: 500px;
    background-position: center bottom;
    text-align: center;
    background-size: cover;
}
.bannerabout h1{
  font-size: 55px;
  color: #fff;
  position: absolute;
  top: 230px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
#aboutct h2{
  font-size: 25px;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
}
.aboutct.padded-content-sm{padding-bottom: 0;}
.h2re{margin-bottom: 30px;}
.aboutct .container,#aboutsi2 .container{
  max-width: 1170px;
  width: 100%;
  line-height: 33px;
  font-weight: normal;
  font-size: 15px;
}
#aboutct h2.titelgd {
    text-align: center;
    font-weight: normal;
    font-style: italic;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
}
.ourfd {
    margin: 40px 0;
    padding: 0;
    background: #efefec;
    display: inline-block;
    width: 100%;
}
.ourfd li{
  list-style: none;
  width: 50%;
  float: left;
  background: #efefec;
  text-align: center;
}
.ourfd li h2 {
    margin-top: 11%;
    margin-bottom: 25px;
}
#aboutct.aboutct {padding-bottom: 50px;}
.aboutct .container p{margin-bottom: 20px; font-size: 15px;}
#aboutsi2 .col50p {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 90px;
  background: rgba(255, 255, 255, 0.89);
  padding: 70px;
}
#aboutsi2 .col50p .texth{padding-left: 0; word-break: break-all;}
#aboutsi2{
 position: relative;
}
#aboutsi2 img.pc{
  height: 585px;
  object-fit:cover;
}
.mrthat{margin-bottom: 30px;}
.colabk {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.img_for_text h4 {
    font-size: 40px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-style: italic;
    line-height: 60px;
    margin-bottom: 20px;
}
.img_for{
  margin: 50px 0;
}
.img_for_text{
  text-align: center;
}
.img_for_text h3{font-size: 45px;}
.img_for_text h4{
  font-size: 40px;
}
.img_for_text  p{text-align: center;}
.col50p .texth .left{
  position: initial;
  margin-right: 20px;
  float: left;
  margin-top: 10px;
}
.col50p p{margin-bottom: 0;}
.clstexc {
    position: absolute;
    left: 0;
    width: 100%;
    top: 20%;
    color: #fff;
    text-align: center;
}
.clstexc h4{margin-bottom: 50px;}
.clstexc h4,.clstexc h5{
  color: #fff;
  font-size: 25px;
  letter-spacing: 0px;
  text-transform: none;
}
.clstexc h5{
  font-style: italic;
  margin-top: 30px;

}
#aboutct3 h3{
  font-size: 40px; padding: 0px 0 10px;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0px;
}
.coldr:before{
 -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.coldr:hover:before{
  
  background: rgba(0,0,0,0.3);
}

.coldr {
  float: left;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 4px solid #fff;
  position: relative;
}
.clsgare{
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.coldr.colr-4{
  width: 40%;
}
.coldr.colr-2{width: 20%;}
.vid{
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  left: 0;
}
.showabout{
  position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    top: 0;
    left: 0;
}
.showabout img{width: 100%;}
.showabout li{width: 100%;}
.aboutct.lookig {
    background: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
}
.aboutct.lookig .shirabout {
  max-width: 100%;
  margin: 0 auto;
  border-left:2px solid #fff;
  border-right:2px solid #fff;
  border-bottom: 4px solid #fff;
    display: inline-block;
}
.aboutct.lookig .shirabout .col-xa-4{
  float: left;
  border-left:2px solid #fff;
  border-right:2px solid #fff;
  border-top:4px solid #fff;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: 33.333333%;
}
.aboutct.lookig .shirabout .col-xa-4 p{margin: 0;}
.aboutct.lookig .shirabout .col-xa-4 .tourline {
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    text-indent: -99999px;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.aboutct.lookig .shirabout .col-xa-4  a{
  font-size: 15px;
  color: #fff;
}
.aboutct.lookig .shirabout .col-xa-4:before{
-webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
    position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.aboutct.lookig .shirabout .col-xa-4:hover:before{

  background: rgba(0,0,0,0.3);
}
.lookig .text-center h4{font-size: 16px; margin-bottom: 80px; color: #333333}
.textover {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    padding: 0 20px;
    z-index: 40;
}
.textover h4{font-size: 15px;}
.shoelsi #mainCarousel .captionphoto {
    font-size: 14px;
    line-height: 20px;
    top: 94%;
    left: 12px;
}
/* Page tour
********************************************************/
.pagetour{
  width: 100%;
  height: 100vh;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    right: 20px;
    left: initial;
}
#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
    width: auto;
}
#fp-nav ul li, .fp-slidesNav ul li {
    margin: 8px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: none;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #dfbd26;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li.active a span, .fp-slidesNav ul li.active a span, 
#fp-nav ul li.active:hover a span, .fp-slidesNav ul li.active:hover a span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav .nav > li.active > a {
    border-bottom: 0px solid #ffffff;
}
.mainer{

}
.bannertoura,.bannertst{height: 50%;}
.bannertoura img.img-cover,.bannertst img.img-cover{
  min-height: 100% !important;
      max-height: inherit;
}
.bannertst { position: relative;}
.starticon {
    width: 165px;
    height: 165px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    background: #f6dc67;
    position: absolute;
    top: 30%;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    left: 375px;
    z-index: 2;
        color: #333;
}
.starticon a{color: #333333;}
.starticon span{display: inline-block; width: 100%;    color: #333;}
.starticon img{margin-top: 30px;}
.linestart {
  width: 2px;
  height: 50%;
  position: absolute;
  left: 458px;
  background: #f6dc67;
  top: 50%;
  z-index: 1;
}
.mainone .img-cover{min-height: 100%;}
.pagetour{
  position: relative;
}
.titleshog {
    position: absolute;
    left:458px;
    top: 0;
    height: 100%;
    width: 1110px;
    color: #fff;
    max-width: 64%;
}
.lineo1{
  width: 2px;
  background: rgba(245, 235, 189, 0.5);
  height: 42%;
  position: absolute;
  left:0%;
  top: 0;
}
.lineo2{
  width: 2px;
  background: rgba(245, 235, 189, 0.5);
  height: 42%;
  position: absolute;
  left:0%;
  bottom: 0;
}
.textnum {
    position: absolute;
    top: 44%;
    left: -40px;
}
.textnum.numbersecon a.linkoi{left: 100px;}
.textnum a.linkoi {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-bottom: 2px solid #f6dc67;
    position: absolute;
    width: auto;
    top: 40px;
    white-space: nowrap;
    left: 85px;
}
.descki.overd2{padding-left: 80px;}
.descki.overd4{padding-left: 95px;}
.descki.overd5{padding-left: 80px;}
.textnum a.linkoi:hover{color: #f6dc67;}
span.numbertt {
    font-size: 60px;
    font-weight: normal;
    color: #f6dc67;
    display: block;
    width: 80px;
    text-align: center;
}
.pagetour{
  border-top: 4px solid #fff;
}
.descki {
    position: absolute;
    top: 46%;
    left: 527px;
    padding-left: 50px;
    line-height: 25px;
    font-weight: normal;
    max-width: 475px;
}
.descki img{
  position: absolute;
  left: 0;
  top: 0;
}
.listimgtour{
  position: absolute;
  left: 50px;
  bottom: 20%;
}
.listimgtour ul{margin: 0; padding: 0;}
.listimgtour li{
  list-style: none;
  float: left;
  margin-right: 4px;
  position: relative;
  max-width: 150px;
}
.listimgtour li:last-child{padding-right: 0;}
.listimgtour li img{border:1px solid rgba(245, 235, 189, 0.5); }
.listimgtour li:hover:before{
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  top:0;
  background: rgba(0,0,0,0.4);
  position: absolute;
  z-index: 3;
}
.listimgtour li:last-child a:before{
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  top:0;
  background: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 3;
  border:1px solid rgba(245, 235, 189, 0.5);
  max-width: 150px;
}
.listimgtour li:last-child a i{color: #fff;}
.listimgtour li:last-child a{
  color: #fff;
  line-height: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  font-weight: normal;
}
.listimgtour li:last-child a span{position: relative; z-index: 999;}
.descki.tu1{
  padding-left: 100px;
}
.descki.tu3{
  padding-left: 85px;
}
.bottome .container{
  max-width: 100%;
  width: 100%;
}
.bottome h5{
  font-size: 16px;
  text-transform: uppercase;
  padding: 100px 0;
  color: #333;
  margin: 0;
}
.bottome{
  color: #fff;
  text-align: center;
  padding: 0 2px;
  background: #fff;
}
.bottome.restar h5{
  padding-top: 30px;
}
.bottome .tourline {
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15%;
    text-align: center;
}
.bottome .container .col-md-2{
  width: 20%;
    -webkit-transition: all, 0.5s, linear;
  -o-transition: all, 0.5s, linear;
  transition: all, 0.5s, linear;
}
.bottome .container .col-md-2 a{
  display: block;
  color: #fff;
}
.textover.clspark {
    top: 35%;
}
.bottome .container .col-md-2 a.tourlinea{
  position: relative;
  z-index: 10;
}
.bottome  .col-md-2:hover{
     -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.bottome  .tourlinea:before{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.bottome .container .col-md-2 a.tourlinea:hover:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.bottome .container .col-md-3 img.pc {
    object-fit: cover;
    object-position: center 0px;
    height: 220px;
    width: 100%;
}
.bottome .container .col-md-3.fiximgjs img.pc {
      object-position: center 0px;
}
.bottome .container .col-md-3 {
      margin-bottom: 4px;
    height: 200px;
    overflow: hidden;
}
.bottome .container .col-md-3 a{
  display: block;
  color: #fff;
}
.textover.clspark {
    top: 35%;
}
.bottome .container .col-md-3 a.tourlinea{
  position: relative;
  z-index: 10;
}
.bottome  .col-md-3:hover{
     -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.bottome  .tourlinea:before{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.bottome .container .col-md-3 a.tourlinea:hover:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}


.bottome  .col-md-6:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.bannertoura h1 span{text-transform: none;}
.bannertst h2 {
    font-size: 30px;
    text-transform: none;
    margin-top: 10%;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 0 20px;
    color: #333;
}
.tourc .descki  p{
  margin: 0;
  padding-top: 15px;
}
.tourc .descki{padding-left: 105px;}
.fixve{
    position: absolute;
    z-index: 999;
    right: 3px;
    height: 100%;
    width: 150px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    padding: 36px 0;
}
.fixve:hover{ background: rgba(0, 0, 0, 0.6);}
.fixve a{color: #fff;    font-weight: normal;}
li.Default,li.Chinese{display: none;}
.img-cover.contedtd{
      object-fit: initial;
      min-height: 324px;
}
.foukua .col-md-6{
  margin-bottom: 4px;
  max-height: 470px;
}
/* End Page tour
********************************************************/
.bookingcom span{
      font-size: 30px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}
.bookingcom img{
  padding-bottom: 6px;
  -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
/* Circle */
.hover15 a {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 20px 0;
    margin-left: 30px;
}
.hover15 a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.5);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover15 a:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.bookingcom:hover img{
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* tripad */
.tripad{
  position: relative;
  background: url(../img/tripad.jpg?v1=125) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.tripad #CDSWIDSSP .widSSPData .widSSPH11{display: none !important}
.tripad .TA_selfserveprop{
  position: absolute;
  left: 0;
  top: 34%;
  text-align: center;
  width: 100%;
}
.tablesho .col-lg-6{
  height: auto;
}
#CDSWIDSSP .widSSPData{
  background: none !important;
}
#CDSWIDSSP {
    width: 100% !important;
    color: #fff !important;
    font-family: "PT Sans", Helvetica, Arial, sans-serif !important;
}
#CDSWIDSSP .widSSPData .widSSPSummary a{color: #fff !important;}
#CDSWIDSSP .widSSPData .widSSPH18,#CDSWIDSSP .widSSPData .widSSPH11{color:#fff !important}
.tripad #CDSWIDSSP{text-align: center;}
#CDSWIDSSP .widSSPData .widSSPBranding dt{width: 100% !important}
#CDSWIDSSP .widSSPData .widSSPBranding dt.widSSPTagline{display: none;}
#CDSWIDSSP .widSSPData .widSSPBranding{border:none !important;}
#CDSWIDSSP .widSSPData .widSSPBranding dt img {
    display: none;
}
.ui_bubble_rating:after{
  position: inherit !important;
  color: #1acbb8 !important;
}
.tripadct {
    padding: 20px 50px 0;
}
#CDSWIDSSP .widSSPData .widSSPBranding dt a {
    display: block;
    width: 262px;
    height: 70px;
    background: url(../img/triplogo.png?v=124) no-repeat;
    background-color: rgba(0, 172, 154, 0.8);
    background-position: center;
}
#CDSWIDSSP .widSSPData .widSSPH18 {
    font-family:"PT Sans", Helvetica, Arial, sans-serif !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    letter-spacing: 4px !important;
        margin-bottom: 10px;
}
.tripad .ui_bubble_rating.bubble_5:after,.tripad .ui_bubble_rating.bubble_50:after {
    content: "\e00b \e00b \e00b \e00b \e00b" !important;
    top: 20px !important;
}
#CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall .ui_bubble_rating{margin-bottom: 20px;}
.ui_bubble_rating:after{
  right: 0;
  margin: 0 auto;
}
#CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall{position: relative;}
#CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall .ui_bubble_rating{   
 position: initial !important;    margin-bottom: 15px;
 font-size: 21px !important;
    color: #1acbb8 !important;
    display: block;
}
.tripadct #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall {
    margin-bottom: 0;
}
.tripadct #CDSWIDSSP .widSSPData .widSSPH11,.tripadct #CDSWIDSSP .widSSPData .widSSPAll{display: none;}
#CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div{
  font-size: 14px !important;
      padding-bottom: 20px;
    display: inline-block;
    clear: both;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 35px;
}
.ui_bubble_rating:after{width: 150px;}
#CDSWIDSSP .widSSPData .widSSPSummary a{text-decoration: none;}
#CDSWIDSSP .widSSPData .widSSPBranding dt{height: 80px !important;}
.ui_bubble_rating:before{display: none !important;}
.tripad .ui_bubble_rating.bubble_5:after,.tripad .ui_bubble_rating.bubble_50:after{
  font-size: 20px;
}
.tripad .ui_bubble_rating.bubble_5:after, .ui_bubble_rating.bubble_50:after {
    content: "\e00b\e00b\e00b\e00b\e00b";
}
.tripad #CDSWIDSSP .widSSPData .widSSPAll .widSSPReadReview,.tripad  #CDSWIDSSP .widSSPData .widSSPLegal{display: none;}
.tripreview .widSSPBranding{display: none !important;}
.tripreview {padding: 5px 60px 0;height: 495px;}
.tripadbg{
  background: url(../img/bg_trip.jpg?v1=125) no-repeat;
  background-size: cover;
}
#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span{
  font-size: 16px !important;
  color: #fff !important;
      font-family: "PT Sans", Helvetica, Arial, sans-serif !important;
}
#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li{margin-bottom: 7px !important}
.tripreview  #CDSWIDSSP .widSSPData .widSSPH18{display: none;}
.tripreview  #CDSWIDSSP .widSSPData .widSSPReviews .widSSPH11{
    font-family: "PT Sans", Helvetica, Arial, sans-serif !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    letter-spacing: 4px !important;
    font-weight: normal;
    padding-bottom: 15px;
    font-weight: bold;
}
#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPReviews .widSSPH11 {
    padding-top: 0 !important;
    padding-bottom: 20px  !important;
}
.tripreview  #CDSWIDSSP .widSSPReadReview a{
  color: #1acbb8 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  height: 24px;
  background: url(../img/trip.png?v=124) no-repeat;
  padding-left: 50px;
  display: block;
      padding-top: 5px;
}
#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li a{color:#1acbb8 !important }
#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span{font-family: "PT Sans", Helvetica, Arial, sans-serif !important;}
#CDSWIDSSP .widSSPData .widSSPLegal{display: none;}
.tripreview #CDSWIDSSP .widSSPData{
    margin-bottom: 5px;
    padding: 0 0 2px !important;
}
#CDSWIDWRL .widWRLRating{margin: 10px 0 !important ;}
#CDSWIDWRL{
  max-width: 100% !important;
  width: 100% !important;
  background: none !important;
}
#CDSWIDWRL .widWRLBranding{display: none;}
#CDSWIDWRL .widWRLData.border {
    border: none !important;
    background: none !important;
    color: #fff;
    font-family: "PT Sans", Helvetica, Arial, sans-serif !important;
    padding: 0 !important;
}
#CDSWIDWRL a {
    border: none;
    font-weight: bold;
    color: #fff !important;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-decoration: none !important;
    outline: none;
    font-size: 18px;
    font-family: "PT Sans", Helvetica, Arial, sans-serif !important;
}
.ui_bubble_rating:after{left: 1px !important}
#CDSWIDWRL .widWRLReview textarea {
  font-family: "PT Sans", Helvetica, Arial, sans-serif !important;
    color:rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #a3a4a5 !important;
    padding: 3px;
    width: 100%;
    height: 80px !important;;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 80px !important;
    max-height: 80px !important;
    overflow: auto;
    word-wrap: break-word;
    float: none;
    margin: 0;
    background: #636466 !important;
    padding: 5px 10px !important;
    font-size: 16px !important;
}
#CDSWIDWRL .widWRLButton input {
    margin: 17px 0 0;
    border: none !important;
    font-family: "PT Sans", Helvetica, Arial, sans-serif !important;
    color: #000 !important;
    white-space: nowrap;
    cursor: pointer;
    float: none;
    width: auto;
    height: auto !important;
    background: none !important;
    font-size: 16px !important;
    padding: 7px 40px !important;
    background: #fff !important;
    background-image: url(../img/tribtn.png?v=124) !important;
    background-repeat: no-repeat !important;
    background-position: 25px 13px !important;
    font-weight: normal !important;
}
#CDSWIDWRL .widWRLButton input:hover{opacity: 0.7;}
.imagins{
   height: 100%;
    background-size: cover;
    background-position: center top;
    width: 100%;
}
.feedw{
  width: 16.666666667%;
  float: left;
  padding: 2px;
  position: relative;
  height: 270px;
  overflow: hidden;
}
.imagins img {
    max-width: 110%;
}
.buttonlink {
    width: 100%;
    margin: 40px auto 50px;
    text-align: center;
}
.buttonlink a {
    display: inline-block;
    padding: 7px 20px;
    font-size: 16px;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.buttonlink  a:hover{
  background: #000;
  color: #fff;
}
.feedw .blur {
    background-color: rgba(0,0,0,0.65);
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
}
.feedtitle{
    padding: 35px 0;
    display: inline-block;
    width: 100%;
}
.feedtitle ul li {
    list-style: none;
    float: left;
    padding: 0 20px;
    font-size: 60px;
    color: #a2a097;
    font-family: "Nathaniel", Times, serif;
    font-weight: normal;
}
.feedtitle ul li:last-child{padding-top: 4px;}
.feedtitle ul li:first-child{border-right: 1px solid #8a8a8a;opacity: 0.7;}
.feedtitle .feect {
    width: 550px;
    margin: 0 auto;
    text-align: center;
}
#instafeed{
  padding: 3px 2px;
  width: 100%;
  display: inline-block;
}
.captions{
  overflow: hidden;
      cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    top: 2px;
    left: 2px;
    width:  calc(100% - 4px);
    height:  calc(100% - 4px);
}
.feedw:hover .captions {
    opacity: 1;
    color: #fff;
}
.ulcm li i{margin-right: 5px;}
.ulcm {
    width: auto;
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 15px;
    padding: 0;
}
.ulcm li {
    float: left;
    text-align: left;
    list-style: none;
    font-size: 16px;
    width: auto;
    margin-right: 10px;
}
.feedw .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0%;
    font-size: 14px;
    line-height: 22px;
    display: table;
}
.feedw .caption-text a{color: #fff}
.feedw .caption-text a:hover{opacity: 0.8}
.feedw .caption-text .cto{
    max-height: 179px;
    overflow: hidden;
    padding: 0px 20px 0;
    position: relative;
    font-weight: normal;
}
.ins {
    position: absolute;
    right: 10px;
    bottom: 13px;
    font-size: 21px;
}
.feedw .caption-text .gocap{
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.feedw .caption-text .gocap.gop{vertical-align: top; padding-top: 30px;}
.feedw .caption-text .gocap.gop .gto{position: relative;}
.feedw .caption-text .gocap.gop .gto:after {
        content: "...";
    position: absolute;
    left: 10px;
    bottom: -11px;
    text-align: center;
    width: 90%;
    font-size: 20px;
}
/* tripad */
/* End Subpage */
/* Update logo on topage */
.logopay ul li {
    list-style: none;
    float: left;
    padding: 32px 20px;
}
#logopay{background: #fff;}
.logopay .rowlogo{margin: 0 -20px;}
.logopay ul{margin: 0; padding: 0;}
.logopay .container{
  max-width: 1200px;
  width: 1200px;
}
/* End update logo on topage */
/* Update page restaurant */
.contentres{padding-top: 75px;}
.banenrestaurant{
  height: 380px;
    background: url(../img/restaurant/banner.jpg?v1=125) no-repeat;
    background-size: cover;
    background-position: center top;
}
.banenrestaurant.bannerattaction{
  background-image: url(../img/attractions/banner.jpg?v1=125);
}
.contentres{background: #fff; width: 100%; display: inline-block;}
.listshowres{
  width: 100%;
  float: left;
  border-bottom: 2px solid #e5e4e0;
  padding: 0 2px;
}
.listshowres ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.listshowres ul li.prli{
  list-style: none;
  float: left;
  padding: 0 30px;
  text-transform: uppercase; letter-spacing: 4px;
  color: #676767;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  margin-bottom: -12px;
  border-bottom: 4px solid transparent;
}
.listshowres ul li.prli.gomore .childres{
  -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
            opacity: 0;
            top: 10px;
                visibility: hidden;
}
.listshowres ul li.prli.gomore:hover .childres{
  top: 28px;
  opacity: 1;
    visibility: visible;
}
.listshowres.mb  ul{display: inline-block;}
.listshowres ul{display: none}
.listshowres ul.showilu{display: inline-block;}
.listshowres ul li.prli a{
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #676767;
  font-size: 16px;
  line-height: 20px;
}
.listshowres ul li.active {border-bottom: 4px solid #2a8894}
.listshowres ul li.prli a:hover{color: #000;}
.childres {
    position: absolute;
    right: 0px;
    top: 28px;
    border-bottom: 1px solid #e5e4e0;
    border-left: 1px solid #e5e4e0;
    border-right: 1px solid #e5e4e0;
    width: 460px;
    background: #fff;
    padding: 25px 35px ;
    z-index: 100;
}
.listshowres ul li.prli .childres a.active{color:#2a8894 }
.listshowres ul li.prli .childres a {
    padding-left: 20px;
    position: relative;
    background: url(../img/restaurant/icon.png?v=124) no-repeat;
    background-position: left center;
    width: 50%;
    float: left;
    padding: 10px 20px 10px 40px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: none;
    letter-spacing: 0px;
}
.category_list_product {
    margin-top: 0px;
    padding: 0 95px;
    display: inline-block;
    width: 100%;
}
.restaurant-detail-list{
  margin: 20px -7px 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.itemress{
  padding: 0 7px;
}
.restaurant-detail-list .slick-next,.restaurant-detail-list .slick-prev{
  position: absolute;
  top: 30%;
  background-color: rgba(0,0,0,0.5);
  width: 42px;
  height: 42px;
  border:none;
  text-indent: 9999px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 99;
}
.btn-unslick{display: none;}
.restaurant-detail-list .slick-prev{
  background-image: url(../img/restaurant/prev.png?v=124);
  left: 7px;
}
.restaurant-detail-list .slick-next{
  background-image: url(../img/restaurant/next.png?v=124);
  right:4px;
}
.restaurant-detail-list .slick-disabled{
     display: none !important;
}
.category_list_product h3{
  font-size: 25px;
  line-height: 25px;
  text-transform: none;letter-spacing: 0;
  font-weight: normal;
  color: #676767;
  margin: 30px 0 20px;
  font-weight: bold;
}
.category_list_product h3 a{ color: #676767;}
.category_list_product .itemress h5 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0;
    line-height: 20px;
    text-transform: none;
    color: #828081;
}
.category_list_product .itemress h5 a{color: #828081;}
.category_list_product .itemress h5 a:hover{color: #000}
.category_list_product .itemress p {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 20px;
    color: #828081;
}
.category_list_product .itemress{
  overflow: hidden;
  width: 20%; 
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.category_list_product .itemress img{
  max-width: 120%;
}
.bg-kui{
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center center;
}
.banenrescategory h1{
  letter-spacing: 4px;
  font-size: 40px;
  text-transform: uppercase;
}
.banenrescategory{height: 380px;}
.itemde{
  width: 33.3333%;
  padding: 2px 2px;
  float: left;
  text-align: center;
  line-height: 20px;
  margin-bottom: 60px;
}
.wrsp{
  background: #fff;
  padding: 0 2px;
}
.itemde .bg-kui{height: 400px;}
.itemde p{
  font-size: 15px;
  color: #828081;
  margin-bottom: 0;
  font-weight: normal;
}
.itemde h5 {
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 20px;
    margin-top: 20px;
    color: #626262;
}
.categories_detail{
      display: block;
    width: 100%;
    background: #fff;
    clear: unset;
    float: left;
    position: relative;
    z-index: 22;
    padding-top: 30px;
}
.itemde h5 a{color: #626262;}
.fuok{background: #fff;}
.fuok h2{
    margin: 0;
    font-size: 60px;
    color: #a2a097;
    font-family: "Nathaniel", Times, serif;
    font-weight: normal;
    text-transform: none;
    color: #e4e2da;
    padding: 35px 15px;
}
#catelist_detail{pa-bottom: 20px;}
.navigation.pagination{display: none;}
.menu-menu-top-left-container,.menu-menu-top-left-jp-container {
    float: left;
}
.menu-menu-top-right-container,.menu-menu-top-right-jp-container {
    float: left;
    margin-left: 180px;
}
/* END update page restaurant*/
/* Update footer */
.socialhome {
    background: #efefef;
    border-top: 4px solid #fff;
    text-align: center;
    padding: 40px 0 50px;
    display: inline-block;
    width: 100%;
}
.socialhome ul li{
  list-style: none;
  float: left;
  width: 16.666667%;
  text-align: center;
}
.socialhome ul li a{
  font-weight: normal;
}
.socialhome h3{
  font-size: 20px;
  margin-bottom: 50px;
}
.socialhome ul li span{
      display: block;
    color: #333;
    margin-top: 3px;
}
.socialhome ul li img {
    width: 51px;
    height: 51px;
}
.socialhome ul{
  max-width: 850px;
  padding: 0;
  margin: 0 auto;
}
.mraucener {
    width: 800px;
    margin: 0 auto;
    display: inline-block;
}
.mraucener div{
  float: left;
  width: 50%;
}
.mssge {
    width: 775px;
    padding: 20px 0;
    margin: 0 auto;
}
.mssge ul {
    max-width: 370px;
    margin: 0 auto;
    padding: 0;
}
 .mssge h3 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 30px;
    font-size: 20px;
}
.socialhome .socialeft ul li{text-align: center;}
.mssge .socialright ul li {
    width: 50%;
}
.mssge .socialright ul{max-width: 210px;}
.socialeft:before {
    width: 1px;
    height: 180px;
    position: absolute;
    top: -6%;
    right: -33px;
    background: #bfbfbf;
    content: "";
}
.modalwee .modal-dialog {
    width: 270px;
    margin: 10% auto 0;
}
.textdown p{
  text-align: center;
  font-weight: normal;
  padding: 0;
}
.textdown p.mb{display: none;}
.download {
    width: 167px;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
}
.download:hover {
    color: #fff;
    background: #000;
}
#infoContent.padded-content-sm{padding-bottom: 0; padding-top: 60px;}
#footerCredits small {
    padding: 35px 100px 0;
    border-top: 1px solid #e5e5e5;
    display: inline-block;
}
/* Make page Press media*/
.leftgimg{
  width: 50%;
  height: 400px;
  position: relative;
  float: left;
}
.leftgimg .bg-pree{
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.rightgimg {
    background: #fff;
    float: left;
    width: 50%;
    padding: 50px 45px 0;
    font-size: 15px;
    color: #828081;
    font-weight: normal;
    position: relative;
    height: 400px;
}
.rightgimg center{text-align: left;}
.line-sh {
    width: 30px;
    height: 4px;
    background: #d0cfcb;
    display: block;
    margin-top: 40px;
}
.rightgimg h3{padding-bottom: 35px;}
.wp-lisst {
    background: #fff;
    width: 100%;
    float: left;
}
.pressmedia .col-md-6{padding: 0;}
.subContent.foukua .row{margin-bottom: 0;}
.desg{
  font-family: メイリオ, Meiryo, YuGothic, 游ゴシック, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
      word-break: break-all;
}
.threelayout .rightgimg h3{min-height: 86px;}
.threelayout .rightgimg h3 img{max-height: 51px}
.threelayout .col-lg-6{
  width: 33.33333333%;
}
.threelayout .line-sh {
    width: 30px;
    height: 4px;
    background: #d0cfcb;
    display: inline-block;
    margin-top: 0px;
}
.threelayout .desg p{margin-bottom: 5px;}
.threelayout .btnm {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 135px;
}
.threelayout .col-lg-6 .leftgimg,.threelayout .col-lg-6 .rightgimg{
  width: 100%;
  text-align: center;
}
.threelayout .col-lg-6 .rightgimg{height: auto;     padding-bottom: 115px;}
.btnm{
  position: absolute;bottom: 40px;
  left: 45px;
}
.ct-press{background: #fff;}
.threelayout 
.adetail{
  border: 1px solid #d0cfcb;
  padding: 4px;
  display: inline-block;
}
.pressmedia .container-fluid{
      padding: 0 4px;
}
.adetail {
    border: 1px solid #d0cfcb;
    padding: 1px 0px;
    display: inline-block;
    margin-top: 40px;
    width: 134px;
    text-align: center;
}
.adetail:hover{
  border: 1px solid #000;
  color: #fff;
  background: #000;
}
.press-head{
  font-size: 30px;
  color: #333;
  padding: 35px 0;
}
.press-head h3{
  font-size: 30px;
  color: #333;
}
.premedia .bg-pree{
      height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.texf{
  padding: 100px 80px 0;
  max-width: 606px;
}
.texf h3{margin: 0;}
.premedia .col-md-6{
  border-bottom:4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 0px solid #fff;
  height: 470px;
  padding: 0;
}
.premedia{
  border-top:4px solid #fff;
  border-left: 0px solid #fff;
  border-right: 4px solid #fff;
}
.premedia .press-head{background: #fff;}
.premedia  .desg{margin-top: 40px;}
.ctnr{text-align: right;    float: right;}
.ctnr .btnmd{
  float: right;
  max-width: 135px;
}
.ctnr .line-sh{
  float: right;
  margin-top: 20px;
}
.premedia .container-fluid{padding-top: 0;}
.premedia .category_list_product {
    margin-top: 0px;
    padding: 0 0px;
    display: block;
    width: 100%;
    margin: 0 -2px;
}
.category_list_product .modal .carousel {
    height: auto;
}
.category_list_product .modal-content-ok i{
  right: 22px;
  top: 22px;
  cursor: pointer;
  color: #000;
    font-size: 29px;
    position: absolute;
    z-index: 20;
}
.category_list_product .modal-dialog{
  width: 100%;
  max-width: 580px;
}
.category_list_product .modal .carousel-inner {
    height: auto;
}
.premedia .contentres{background: none; padding: 0 !important; display: block;}
.banenresmedia {
    height: 380px;
    background: url(../img/pressmedia/banner.jpg?v1=125) no-repeat;
    background-size: cover;
    background-position: center top;
}
.midlediv{
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
    color: #fff;
    width: 100%;
    z-index: 10;
}
.ytem .midlediv{padding: 0 10%;}

/* End Make page Press media*/
/* Updte toppage*/
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.discpver{
  position: relative;
      margin-bottom: 4px;
}
.discpver img{width: 100%;}
.descdc{
  padding: 0 15%;
  text-align: center;
  font-weight: normal;
}
.descdc h3{font-size: 30px; margin-bottom: 20px; }
.descdc p{font-size: 16px; line-height: 30px;}
.descdc.midlediv {
    top: 54%;
    max-width: 700px;
    padding: 0 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.descdc a {
    color: #fff;
    padding: 3px 30px;
    font-size: 16px;
    border: 1px solid #fff;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.descdc a:hover{
  background: #fff;
  color: #333;
}
.multiitem {margin: 0 -2px;}
.multiitem .ytem {
  width: 33.333333333%;
  float: left;
  padding: 0 2px 4px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 20px;
  overflow: hidden;
}
.multiitem .ytem .ytemct:after{
  background: rgba(0,0,0,0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
   -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.multiitem .ytem .ytemct:hover:after{
  background: rgba(0,0,0,0.3);
}
.multiitem .ytem .ytemct img{
   -webkit-transition: 0.6s ease;
 transition: 0.6s ease;
}
.multiitem .ytem .ytemct:hover img{
 /* -webkit-transform: scale(1.2);
 transform: scale(1.2);*/
}
.hoverbg:after{
  background: rgba(0,0,0,0.0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
   -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.hoverbg:hover:after{
   background: rgba(0,0,0,0.3);
}
.multiitem .ytem .ytemct{
  position: relative;
  overflow: hidden;
  max-height: 279.06px;
}
/* End Updte toppage*/
/* Update payment */
.payment{
  background: #f2f1ed;
  padding: 25px 0;
}
.paywrap{
  max-width: 1200px;
  margin: 0 auto;
}
.paywrap ul {
    margin: 0 -13px;
    padding: 0;
}
.paywrap ul li {
    display: inline-block;
    text-align: center;
    padding: 0 13px;
}
@media (min-width: 992px) {

  #offers .slice{
    display: table-cell;
    float: none;
        background: #fff;
  }
  .goslide{display: table;}
  #slide32 .carousel-inner img{min-height: 567px ; max-height: 567px; text-align: center; width: auto; display: inline-block;}
  #slide32 .carousel-inner > .item{text-align: center;}
  .current-page-ancestor a:before ,.current-menu-item a:before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  }
  .smaller .current-page-ancestor a:before ,.smaller .current-menu-item a:before{
    background: #818181;
  }
  .navbar-collapse .navbar-nav li  a:before{
     content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 2px;
  }
  .navbar-collapse  li > a:hover:before{background: #fff;}
  .smaller .navbar-collapse  li > a:hover:before{
       background: #818181;
  }
  div#navbar {
    max-width: 1100px;
    margin: 20px auto 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20px;
    width: 1100px;
}
  
 .navbar-collapse .langugage   li > a{
    line-height: 20px;
    font-size: 14px;
    text-align: center;
  }

  div.background img {
    backface-visibility: hidden;
    max-width: none;
    opacity: 1;
    width: 100%;
    /*transform: translate3d(-30px, 0px, 0px) scale(1.12);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: calc(100% + 60px);
    height: 100%;*/
  }
div.background:hover img {
    /*opacity: 0.7;
    transform: translate3d(0px, 0px, 0px) scale(1);*/
}
  .carousel-inner{height: 100vh}
  .carousel{height: 100vh}
  #mainCarousel img.responsive{
      display: none;

  }
  #myModal .carousel {
    height: auto;
  }
    #myModal .carousel-inner{height: auto;}
  #myModal .carousel-indicators{bottom: -4%;}
  .shoelsi .row{display: table; width: 100%;}
  .shoelsi .row .col-md-9,.shoelsi .row .col-md-3{
    display: table-cell; float: none; vertical-align: top;
    height: 100%;
  }
  .shoelsi .maphotel {
    background: #fff;
    height: 100%;
    position: relative;
  }
  .listinfo1 {width: 75%}
  .smaller .langugage {
    top: 6px;
  }
  .smaller div#navbar{margin-top: 0;}
}
.onlylaptop{display: none;}
.bannershop{
  background: url(../img/shopping/banner.jpg?v1=125) no-repeat;
  background-size: cover;
  height: 380px;
}
.bannershop.hot-springs{
  background-image: url(../img/hot-spring/banner.jpg?v1=125);
}
.bannershop.banneroutdoor{
  background-image: url(../img/outdoor-activites/banner.jpg?v1=125);
      background-position: center center;
}
.bannershop.bannermuseums{
  background-image: url(../img/museums/banner.jpg?v1=125);
      background-position: center center;
}
.bannershop h1 {
    font-size: 40px;
    padding: 160px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
}
.fuku{
  font-family: "Nathaniel", Times, serif;
    text-align: center;
    color: #e4e2da;
    padding: 35px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background: #fff;
}
.fuku h2{
  text-transform: none;
  font-size: 68px;
  color: #e4e2da;
  font-weight: normal;
}
.itemshop{
  background: #fff;
}
.itemshop .zoomimg:after{display: none;}
.itemshop  .zoomimg a{position: relative; display: block;}
.itemshop  .zoomimg a:after{
   -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: none;
    content: "";
}
.itemshop  .zoomimg a:hover:after{
  background: rgba(0,0,0,0.3);
}
.zoomimg{position: relative;}
.zoomimg:after{
  -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: none;
    content: "";
}
.zoomimg{overflow: hidden;text-align: center}
.zoomimg:hover:after{
    background: rgba(0,0,0,0.3);
}
.ecteo {
    padding: 10px 0 55px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}
.ecteo p {
    text-transform: none;
    font-weight: normal;
    color: #828081;
    line-height: 20px;
    font-size: 15px;
        padding: 0 10px;
}
.ecteo a{font-size: 20px;}
.ecteo p .redstart {
    font-size: 15px;
    color: #2b8e9e;
    margin: 5px 0 10px;
    display: inline-block;
    width: 100%;
}
/* Update 20172012*/
.widgetbt .container-fluid{padding-top: 0;}
.booking_wr {
    
    padding: 60px 5% 65px 21%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}
.bookingbg{
  background: url(../img/booking_image.jpg?v1=125) no-repeat;
  background-size: cover;
  min-height: 750px;
}
.booking_wr ul {margin: 0; padding: 0;}
.booking_wr ul li{
  list-style: none;
  padding: 15px 0 25px;
}
.booking_wr ul li a.titleaf{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
   text-decoration: none;
}
.booking_wr ul li a{
  color: #1acbb8;
  text-decoration: underline;
}
.booking_wr ul li  p a:hover{color:#2affe8;}
.booking_wr ul li p{margin-bottom: 10px;}
.logobk{
  margin-bottom: 20px;
}
.numreview{
  text-transform: uppercase; letter-spacing: 4px;
  margin-top: 20px;
  padding-bottom: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 35px;
  display: inline-block;
}
.numreview .nbmo{
  display: inline-block;
  height: 48px;
  padding: 0 10px;
  background: #009fe2;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
      font-weight: bold;
    line-height: 47px;
        letter-spacing: 0px;
}
.usermore{
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.usermore img{vertical-align: unset; margin: 0 2px; width: 12px; height: 8px;}
.usermore span{font-size: 10px;}
.viewmrd a{color: #1acbb8; text-decoration: underline;}
.viewmrd a:hover{color: #2affe8}
.faq_bg{
  
  
  background-size: cover;
  background-position: center bottom;
  color: #fff;
 
  font-size: 16px;
  font-weight: normal;
}
.faq_bg.subfaq{
  background: url(../img/faq_bg.png?v=124) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 50px 15px;
}
.faq_bg  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.faq_bg .col-md-6{
      -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 4px;
    background: #fff;
}
.faq_bg .container{
  max-width: 100%;
  width: 100%;
      overflow: hidden;
}
.faqge{
  background: url(../img/faq_bg.jpg?v1=125) no-repeat;
  background-size: cover;
  background-position: center bottom;
   padding: 90px 0 240px;
       height: 100%;
}
.registerge{
  background: url(../img/register_bg.jpg?v1=125) no-repeat;
  background-size: cover;
  background-position: center bottom;
       height: 100%;
       padding: 90px 0 240px;
}
.faq_bg p{margin: 20px  0 40px; }
.faq_bg h2{
  color: #fff; font-size: 27px; font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
.faq_bg h2 span{color:#2affe8 }
.faq_bg a{
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
   font-weight: normal;
   min-width: 325px;
}
.faq_bg a.trip_ai:hover{opacity: 0.85}
.faq_bg.subfaq a{margin: 0 5px 10px;}
.faq_bg a:hover{
  background: #fff;
  color: #333;
}

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
.faq_list .accordion {
    overflow:hidden;
    width: 47%;
    padding-right: 10px;
       font-weight: normal;
       font-size: 16px;
}
.contentacc{
   height: 360px;
    background:rgba(0,0,0,0.7);
}
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:17px 10%;
    display:inline-block;
    transition:all linear 0.15s;
    color:#fff;
     font-weight: normal;
     position: relative;
         line-height: 25px;
}
.accordion-section-title:before{
  width: 80%;
  background:rgba(255,255,255,0.3);
  height: 1px;
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
}
 .accordion-section-content.open {
    display: block;
}
.cpncontent{height: 100%; overflow: auto;}
.accordion-section-title.active:before, .accordion-section-title:hover:before{
  display: none;
}
.accordion-section-title.active, .accordion-section-title:hover {
    background:rgba(255,255,255,0.8);
    /* Type */
    text-decoration:none;
    color: #333;
    position: relative;
}
.accordion-section-title.active:after,.accordion-section-title:hover:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0.7);
  border-width: 10px;
  margin-top: -10px;
}
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:60px 40px 60px 80px ;
    display:none;
     background:rgba(255,255,255,0.8);
    position: absolute;
    left: 53%;
    top: 0;
     height: 360px;
     line-height: 25px;
         width: 46.5%;
}
.accordion-section-content .cpncontent{padding-right: 40px;}
.accordion-section-content  a{color: #028297;}
.accordion-section-content  a:hover{color: #0695ad;}
#faq_fukuoka{
  background: url(../img/faq_fukoka.jpg?v1=125) no-repeat;
}
#faq_access{
  background: url(../img/faq_access.jpg?v1=125) no-repeat;
  background-size: cover;
}
.faq_list{
  padding: 120px 0 120px;
  background-size: cover;
}
.faq_list .container{max-width: 1400px}
.icon_faqd{
  color: #028297;
  vertical-align: unset;
  margin-right: 10px;
  font-size: 18px;
}
.accordion-section .accordion-section-title i.fa {
    display: none;
}
.titlefaq{
  width: 100%;
  margin-bottom: 80px;
}

.titlefaq h2{
  color: #fff;
  font-size: 25px;
  text-align: center;
      line-height: 20px;
}
.faq_list {
    padding: 110px 0 110px;
    margin-bottom: 4px;
        background-size: cover !important;
}

.subContent.foukua{padding-bottom: 4px;}
.subContent.acesss{padding-bottom: 0px;}
.cpncontent::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.cpncontent::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.cpncontent::-webkit-scrollbar-thumb
{
  background-color:rgba(0, 0, 0, 0.7);
}
.faq_room .contentacc{height: 430px;}
.faq_room .accordion-section-content{
  height: 430px;
}
.accordion-section:first-child .accordion-section-title:before{display: none;}
.bannersub br{display: none;}
.bannersub .textbanner br{display: block;}
.bannerwaiting{
  background-image: url(../img/waiting/banner.jpg?v1=125);
  height: 500px;
}
.selectdrop select{    font-family: "PT Sans", Helvetica, Arial, sans-serif;}
.descripwait{
  background: #fff;
  padding: 70px 0;
}
.contentsw{
  width: 1100px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  max-width: 90%;
}
.contentsw h2{color: #333;}
.formregister .container{width: 100%;}
.formregister .col-md-6{
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.formregister .col-md-6 .col-md-6{border: none;}
.coleftfd{background: #fff;    border: none;}
.coleftfd img{float: right;}
.formgli{
  padding: 50px 80px;;
  font-weight: normal;
  font-size: 16px;
}
#valid-msg{font-size: 12px;}
.formgli label{font-weight: normal;}
.formgli .form-control {
    background: none;
    border: 1px solid #a6a5a3;
    height: auto;
    min-height: 35px;
    padding: 0 10px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0;
    position: relative;
    z-index: 10;
}
.intl-tel-input{width: 100%;}
.intl-tel-input .flag-container {
    position: absolute;
    top: 17px;
    bottom: inherit;
    right: 0;
    padding: 1px;
}
.intl-tel-input .country-list{margin-top: 17px;}
.formgli .form-group{
   margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.formgli .form-group input::placeholder {
  color: rgba(51,51,51,0.6);
}
.selectdrop{position: relative;font: normal normal normal 14px/1 FontAwesome;}
.selectdrop select{position: relative; z-index: 6;}
.selectdrop:after {
    content: "\f0d7";
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 18px;
    z-index: 5;
}
.input-append{

}
.input-append i.fa{
  position: absolute;
  right: 10px;
  top: 7px;
}
.formgli .btn{
  border: 1px solid #595958;
  display: inline-block;
  width: 300px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 20px;
  font-weight: normal;
      font-size: 16px;
      color: #333333;
      background: none;
      margin-bottom: 50px;
}
.formgli .error {
    font-size: 12px;
    color: red;
    line-height: 16px !important;
    display: block;
}
.formregister.confirm .selectdrop:after{
  display: none;
}
.formgli .btn.corm {
    width: 150px;
    text-align: center;
    padding: 7px 20px;
    margin: 30px 5px;
}
.formgli .btn:hover{
  background: #595958;
  color: #fff;
}
.formgli hr {
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    margin: 30px 0 30px;
    border: none;
}
.formregister .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
  }
.formregister .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.formregister .container{overflow: hidden;}
.intl-tel-input .country-list{z-index: 99;}
.watingbg{
  background: url(../img/waiting/img1.jpg?v1=125) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.listcon{margin: 0; padding: 0;}
.listcon li {
    position: relative;
    padding-left: 35px;
    background: url(../img/waiting/icon-check.svg) no-repeat;
    background-size: 15px 11px;
    background-position: left 12px;
    list-style: none;
}
.aggr{}
.contacheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    font-weight: bold !important;
}

/* Hide the browser's default checkbox */
.contacheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #797876;
}

/* On mouse-over, add a grey background color */
.contacheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contacheck input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contacheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contacheck .checkmark:after {
    left: 6px;
    top: 0px;
    width: 7px;
    height: 13px;
    border: solid #00ac9a;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contentsw h1{
  font-size: 30px;
  margin-bottom: 40px;
}
.descripwait.goir{
  background: #f2f1ed;
}
.datepicker.dropdown-menu {
    width: 300px;
    border-radius: 0;
    padding: 0;
}
.datepicker-dropdown.datepicker-orient-top:after,
.datepicker-dropdown.datepicker-orient-top:before {
    top: -5px;
    bottom: inherit;
    border-top: none;
    border-bottom: 6px solid #fff;
    left: 10px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #F7F7F7;
    color: #999;
    cursor: default;
    border: 1px solid #fff;
}
.datepicker table tr td.active.active{
      background: #00ac9a;
      border: none;
}
.datepicker.dropdown-menu td{font-weight: normal;}
.datepicker-dropdown.datepicker-orient-bottom:before{
  top: inherit;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: 99.9%;
    left: 10px;
}
.datepicker.dropdown-menu th{
   padding: 4px 5px;
    background: #d5d5d5;
    border-radius: 0;
    border: 1px solid #fff;
}
 .datepicker.dropdown-menu td {
    padding: 4px 5px;
    background: #ECECEC;
    border-radius: 0;
    border: 1px solid #fff;
}
.datepicker table{width: 100%;}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #00ac9a;
    cursor: pointer;
    color: #fff;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover{
  background: #00ac9a;
}
/* page Lounge ============================================================*/

.content_lounge .texth .left{
  position: inherit;
  left: 0;
  top: 10px;
  margin-right: 20px;
  float: left;
}
.content_lounge .container p{font-size: 16px; line-height: 32px;}
.content_lounge  .ctlogi  .container p.text-center{margin-bottom: 10px; line-height: 27px}
.content_lounge .texth{
  padding-left: 0;
}
.bannerlounge {
    background: url(../img/lounge/banner.jpg?v1=125) no-repeat;
    height: 500px;
    background-position: center bottom;
    text-align: center;
    background-size: cover;
}
.bannerlounge h1{
  font-size: 55px;
  color: #fff;
  position: absolute;
  top: 230px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.aplace{
  background: url(../img/lounge/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 100px 0;
  color: #fff;
}
.aplace h2{
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}
.aplace h4{
  font-size: 40px;
  text-transform: none;
  margin-bottom: 40px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  font-style: italic;
}
.colunrestaurant .container{
  width: 100%;
}
.colunrestaurant .col-md-6{
  padding: 0;
  border-top: 4px solid #fff;
}
.colunrestaurant .col-md-6 img{ border-bottom: 4px solid #fff;}
.colunrestaurant .col-md-6:last-child img{ border-top: 4px solid #fff; border-bottom:none}
.colunrestaurant .col-md-6:last-child{

}
.colunrestaurant .col-md-6 img{
  height: 590px;
  width: 100%;
  object-fit:cover;
  object-position: center;
}
.colunrestaurant .col-md-6  p{margin: 0;}
.colunrestaurant .texth{
  padding: 0 20% 0 5%; 
  font-weight: normal;
}
.colunrestaurant .texth {
    padding: 60px 50px 60px;
    font-weight: normal;
}
.colunrestaurant .texth.leftth p{margin-top: 18px;}
.colunrestaurant .texth.leftth{margin-top: 10px;}
.loungecyr#aboutct3 .colr-2 img{}
.loungecyr#aboutct3 .colr-2{border-bottom: 1px solid #fff;;border-top: 2px solid #fff;}
.loungecyr#aboutct3 .colr-2.bords{border-bottom: 2px solid #fff; border-top:1px solid #fff;;}
.loungecyr#aboutct3 {padding-top: 0;}
.loungecyr#aboutct3 .colr-4{border-bottom: none;}
  .last2.coldr:before{
    background: rgba(0,0,0,0.4);
  }
  .bgroompremium {
  padding: 100px 0;
  text-align: left;
  color: #fff;
}
.contentsub .bgroompremium h5{color: #fff;}
.premiumdb.yourhome .bgroompremium h2 {
    text-shadow: none;
    font-size: 45px;
    line-height: 90px;
    color: #fff;
}
.premiumdb.yourhome.contentsub   img {height: 680px}
.premium_floor .tite-plan{margin-bottom: 25px;}
.premiumdb.yourhome h5 {
    margin: 30px 0 15px;
}

/* Mobi App ============================================================*/
.bannerlounge.mobiapp{
  background-image: url(../img/mobiapp/banner.jpg);
  position: relative;
}
.imgmobiapp {
    position: absolute;
    right: 24%;
    bottom: 15px;
}
.bannerlounge.mobiapp h1{font-size: 40px;}
.smartseam{
  text-align: center;color: #676767; padding: 80px 0; background: #fff;
  font-size: 20px;
}
.smartseam h2{
  font-size: 30px;
  color: #676767;
  margin-bottom: 20px;
}
.smartseam p{margin-bottom: 0;     font-weight: normal;}
.requestearly{
      font-size: 15px;
      font-weight: normal;
}
.requestearly h4{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 0;
}
.tableveti{
  height: 100%;
  display: table;
  width: 100%;
}
.tableveticell{
  display: table-cell;
  vertical-align: middle;
}
.requestearly .text-room-detail{
  padding: 0;
   display: flex;
    align-items: center; /* horizontal */
    justify-content: center; /* vertical */
}
.faq_bg.subfaq.otherunder a {
    margin: 30px 0.5% 10px;
    width: 24%;
    min-width: inherit;
    padding: 7px 0;
    float: left;
}
section#subContent.requestearly {
    padding: 0;
}
.sectionsee{
  padding: 50px 0;
}
.sectionsee h2{font-size: 26px;}
.seehowwork{
  background: #f5f0e9;
}
.seehowwork p{
  font-size: 20px;
    font-weight: normal;
}
.seehowwork h2 {
    color: #333;
    margin: 0 0 15px;
}
.seehowwork .seahowa a {
    display: inline-block;
    width: 315px;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 10px 10px;
    letter-spacing: 4px;
    border: 1px solid #000;
    font-weight: normal;
    margin-top: 30px;
}
.seehowwork .seahowa a:hover{
  background: #000;
  color: #fff;
}
.downloadse{
  background: #fff;
}
.downloadse.sectionsee {
    padding-bottom: 0;
    color: #676767;
    text-align: center;
    position: relative;
    margin-bottom: -13px;
    z-index: 99;
    /*display: none !important;*/
    width: 100%;

}
.downloadse h2{
  font-size: 30px;
  letter-spacing: 0;
  font-weight: normal;
  color: #676767;
}
.downloadse h2 {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: normal;
    color: #676767;
    text-transform: none;
    margin-bottom: 30px;
}
.leftdo {
    float: left;
    width: 56%;
}
.imgdownloadgo {
    width: 500px;
    margin: 0 auto;
}
.rightdo {
    float: left;
    width: 43%;
}
.rightdo h4 {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    margin: 55px 0 20px;
}
.rightdo a {
    margin-bottom: 10px;
    display: block;
}
.downloadsehp h5 {
    font-size: 16px;
    color: #676767;
    text-transform: none;
    margin-top: -15px;
    font-weight: normal;
}
.text-linegrlink a{
  font-size: 16px;
  font-weight: normal;
  color: #00ac9a;
}
.text-linegrlink {
    margin-bottom: 30px;
}
.downloadsehp.downloadse h2{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.signlepage.container{
  max-width: 1170px;
  margin-top: 50px;
}
.urlusericon {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding:0 25px;
        z-index: 99;
}
.urlusericon p {display: inline-block;}
.urlusericon a{
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.urlusericon a i {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 18px;
}
.bannerintesgram {
  background: url(../img/intagram/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 327px;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}
.bannerintesgram h1{margin-top: 8%;}
.texthstashshow {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 60px;
    color: #e4e2da;
    font-family: "Nathaniel", Times, serif;
    font-weight: normal;
    text-align: center;
    background: #fff;
    padding: 40px 0;
}
/* Covid ============================================================*/
.bannerlounge.mobiapp.covidbn{
  background-image: url(../img/covid/banner.jpg);
}
.container.covidcn {
    max-width: 1170px;
}
section.section.smartseam.covid {
    background: #efefef;
    color: #373737;
}
section.section.smartseam.covid p.p_dt{margin-bottom:30px }
.covidct {
    max-width: 750px;
    display: inline-block;
}
section.listcovid {
    background: #fff;
    width: 100%;
    overflow: hidden;
}
.listcovid h2{
  font-size: 30px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  margin: 125px  0 75px;
}
.listcovid h2 span{
  color: #000;
  display: inline-block;
  font-size: 72px;
  vertical-align: middle;
  border-bottom: 5px solid #000;
  padding-bottom: 5px;
  line-height: 72px;
  font-style: normal;
  margin-right: 40px;
}
.listcovid .col-xs-6{margin-bottom: 4px;}
.listcovid .imgdownloadgo{width: 80%;}
.listcovid .rightdo {
    float: left;
    width: 43%;
    text-align: right;
    padding-top: 15%;
}
section.notecovid {
    background: #000;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}
section.notecovid p,.noteup{
  font-size: 15px;
  color: #969696;
}
section.notecovid h3{
  letter-spacing: 0;
  font-size: 40px;
  text-transform:  none;
  margin-bottom: 50px;
  font-style: italic;
}
 a.notecovid {
  position: absolute;
  bottom: 48%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.carousel-inner a.notecovid img {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -4px;
}
.bannerfood.bannerlounge {
    background-image: url(../img/ubereat/banner.jpg);
}
.bannerfood.bannerlounge h1{letter-spacing: 4px;}
.foodcurry .container{max-width: 1170px;}
.foodcurry {
  background: #fff;
  padding: 60px 0 50px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
.foodcurry h2{
  font-size: 22px;
  margin-bottom: 30px;
  color: #333;
}
.foodcurrybg {
    background: url(../img/ubereat/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 80px 14% 60px;
    margin: 50px 0;
}
.foodcurrybg h3 {
    font-size: 25px;
    margin: 35px 0;
}
.foodcurrybg h3.h3efn{
      font-size: 20px;
    margin: 35px 0 0px;
    text-transform: none;
    font-weight: normal;
}
section.ubereatlist {
    text-align: center;
    padding: 50px 0 50px;
    font-weight: normal;
        font-size: 16px;
}
section.ubereatlist h2{
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
}
section.ubereatlist .col-md-12 p{margin-bottom: 50px;}
section.ubereatlist .col-md-4 p{
  margin: 30px  0 0;
  padding: 0 25px;
}
.orderubber {
    background: #fff;
    padding: 60px 0 40px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}
.orderubber strong{
  display: block;
}
.orderbtn {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    width: 305px;
    letter-spacing: 4px;
    background: #000;
    border: 1px solid #000;
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
}
.orderbtn:hover{
  background: none;
  color: #333;
}
.bannerjpfoo {
    text-align: center;
    margin-bottom: 60px;
    display: none;
}
.home .bannerjpfoo{display: block;}
.uberimg {
    position: absolute;
    top: 330px;
    text-align: center;
    width: 100%;
  }
  .uberimg img{max-width: 200px;}
/* responsive ============================================================*/
@media screen and (min-width: 992px){
  .galeryro .carousel-inner > .item > img.imgcover{
    width: 100%;
    -o-object-fit:cover;
    object-fit: cover;
    object-position:center;
  }
  .custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
  }
}
@media (max-width: 1700px) {
  .feedw .caption-text .gocap.gop{vertical-align: top; padding-top: 20px;}
  #ui-datepicker-div {
    width: 568px !important;
  }
  .tripreview{padding-top: 15px;}
  .threelayout .col-lg-6 .rightgimg {
      height: auto;
      padding-bottom: 95px;
  }
}
@media (max-width: 1550px) {
	.text-slider h1.fixht2{font-size:75px}
}
@media (max-width: 1500px) {
  .up_uber.grid .row .col-md-6:last-child .hovercontainer img.img-responsive{max-height: 207px;}
  .grid .row .hovercontainer img.img-responsive {
    width: 100%;
    max-height: 628px;
  }
  .bannerjpfoo{margin-bottom: 50px;}
  .foodcurry{padding: 50px 0 40px;}
  .foodcurry h2{font-size: 25px;    margin-bottom: 15px;}
  .foodcurrybg{
    padding: 50px 8% 40px;
    margin: 30px 0;
  }
  .foodcurrybg h3 {
    font-size: 25px;
    margin: 20px 0;
  }
  .orderubber {
    padding: 45px 0 25px;
  }
  section.ubereatlist .col-md-4 p {
    margin: 20px 0 0;
    padding: 0 15px;
  }
  section.ubereatlist h2 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #333;
  }
  section.ubereatlist {
    text-align: center;
    padding: 40px 0 50px;
  }
  section.ubereatlist .col-md-12 p {
    margin-bottom: 35px;
  }
  .orderbtn{margin-top: 10px;}
  .socialhome ul li span{font-size: 13px;}
  .seehowwork p {
    font-size: 16px;
    font-weight: normal;
  }
  a.notecovid{
    bottom: 48%;
    font-size: 16px;
  }
  .listcovid h2{
    font-size: 24px;
    margin: 85px 0 45px;
  }
  .listcovid h2 span {
    font-size: 60px;
    vertical-align: middle;
    line-height: 60px;
    margin-right: 25px;
  }
  .rightdo img{max-width: 280px;}
  section.notecovid h3{font-size: 32px;    margin-bottom: 35px;}
  section.section.smartseam.covid p.p_dt {
    margin-bottom: 10px;
  }
  section.notecovid{padding: 50px 0;}
  .slide04_en .text-slider h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 35px;
    line-height: 40px;
  }
  .slide04_en   p {
      font-size: 18px;
      line-height: 28px;
  }
  .urlusericon{bottom: -11px;}
  .imgslideapp {
    right: 6%;
    width: 215px;
    top: 16%;
  }
  .bannerlounge.mobiapp h1 {
      font-size: 35px;
  }
  .smartseam {
    padding: 50px 0;
    font-size: 16px;
  }
  .sectionsee {
    padding: 40px 0;
  }
  .smartseam h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .seehowwork h2 {
      margin: 0 0 5px;
      font-size: 22px;
  }
  .seehowwork .seahowa a {
    font-size: 15px;
    color: #000;
    padding: 8px 10px;
    margin-top: 15px;
  }
  .textearly {
      padding: 0 30px;
  }
  .textearly br{display: none;}
  .requestearly .cover,.requestearly .text-room-detail{min-height: 360px;}
  .requestearly .text-room-detail h4 {
    font-size: 22px;
    letter-spacing: 6px;
    margin-bottom: 20px;
}
  .premium_floor .tite-plan {
      margin-bottom: 35px;
  }
  .menu-menu-top-right-container {
      float: left;
      margin-left: 110px;
  }
  .bn_12{
    background-image: url(../img/toppage/banner/bn_12_lt.jpg) ;
  }
  .flowers {
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 435px;
  }
  .colunrestaurant .texth.leftth {
      margin-top: 45px;
  }

  .content_lounge .container p {
    font-size: 15px;
    line-height: 30px;
  }
  .colunrestaurant .col-md-6 img{height: 400px;}
  .colunrestaurant .texth.leftth p {
    margin-top: 0px;
  }
  .aplace h4 {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 30px;
      font-style: italic;
  }
  .colunrestaurant .texth {
    padding: 40px 30px;
    font-weight: normal;
  }
  .aplace{
    padding: 60px 0;
  }
  .aplace h2 {
      font-size: 25px;
      margin-bottom: 15px;
      line-height: 35px;
  }
  a.btdbooking{
    width: 260px;
    padding: 7px 20px;
    font-size: 20px;
  }
  .slslide8 .text-slider,.slide04_en .text-slider{top: 26%;}
  .text-slider{top: 26%;}
  .slslide8 .slcaption {
      height: 160px;
      padding: 20px 0 20px;
  }
  .socialhome ul,.slslide8 ul {
    max-width: 780px;
  }
  .socialhome ul li img {
    width: 45px;
    height: 45px;
  }
  .socialhome h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .slslide8 .slcaption h3 {
      margin-bottom: 15px;
  }
  .slslide8 ul li img{width: 45px; height: 45px;}
  .socialbanner img{max-height: 55px;}
  .socialhome{padding: 20px 0 30px;}
  .socialeft:before {
    height: 145px;
    top: -4%;
  }
  #mainCarousel .carousel-indicators {
      bottom: 150px;
      z-index: 999;
  }
.bottome .container .col-md-3 img.pc{    object-position: center -25px;}
  .abouttop p{font-size: 25px;}
  #aboutct h2.titelgd{
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 35px;
  }
  .img_for_text h4 {
      font-size: 30px;
      line-height: 40px;
  }
  .img_for_text h3{font-size: 35px;}
  .bannerabout h1{top: 245px;}
  .ourfd{    margin: 30px 0;}
  .formgli{    padding: 35px 30px;}  
  .faqge,.registerge{padding-bottom: 180px;}
  .galeryro .colmd-6 img{max-width: 120%;}
  .textover.clspark {
      
  }
  .titlefaq h2{font-size: 18px;}
  .faq_room  .accordion-section-content .cpncontent {
    padding-right: 0;
  }
  .faq_room .accordion-section-content {
    height: 485px;
  }
  .faq_room .contentacc {
      height: 485px;
  }
  .faq_list .accordion{font-size: 14px;}
  .faq_list{padding: 50px 0;}
  .titlefaq {
      width: 100%;
      margin-bottom: 50px;
  }
  .accordion-section-content{
    padding: 50px 50px;
  }
  .faq_bg{font-size: 14px;}
  .faq_bg h2{font-size: 25px;}
  .faq_bg p {
      margin: 10px 0 30px;
  }
  .booking_wr ul li a.titleaf{
    font-size: 16px;
  }
  .tripreview{padding: 5px 30px 40px 60px;}
  .reviewagooday{margin-top: -19px;}
  .bookingbg{
    background-image: url(../img/booking_image_laptop.jpg?v=124);
        background-position: center;
  }
  .tripadct {
      padding: 0px 50px 0;
  }
  .booking_wr {
      padding: 40px 30px 40px 65px;
      font-size: 14px;
  }
  .numreview{
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span{font-size: 14px !important}
  .ecteo a,.ecteo p {
      font-size: 14px;
  }
  .TA_selfserveprop{margin-top: 0px;}
  .booking_wr ul li {
      list-style: none;
      padding: 10px 0 20px;
  }
  #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div{padding-bottom: 20px;}
  .ecteo{padding-bottom: 40px;}
  .zoomimg{text-align: center;}
  .fuku h2{font-size: 58px;}
  .bannershop h1{padding-top: 180px;}
  .multiitem .ytem{padding-bottom: 3px;}
  .multiitem .ytem{font-size: 16px;}
  .descdc.midlediv {
      top: 47%;
  }
  .descdc{padding: 0 10%;}
  .descdc a{font-size: 14px;}
  .descdc h3{font-size: 24px;}
  .grid .row .hovercontainer {
      margin-bottom: 4px;
  }
  .tablesho{margin-top: 1px;}
  .threelayout .col-lg-6 .rightgimg {
      height: auto;
      padding-bottom: 85px;
  }
  .threelayout .desg p {
      margin-bottom: 3px;
  }
  .threelayout .btnm{bottom: 30px;}
  .childres{top: 41px;}
  .listshowres ul li.prli{padding: 8px 20px 8px;}
  .restaurant-detail-list .slick-next{right: 7px;}
  .category_list_product{padding: 0 50px;}
  .tripreview{padding-top: 0px;}
  .tablesho .col-lg-6{
    height: auto;
  }
  .tripreview{height: 560px;}
  .feedw .caption-text .cto{max-height: 110px;}
  .captions{height: calc(100% - 0px);}
  .feedw:nth-child(13),.feedw:nth-child(14){display: none;}
  .feedw {
      width: 16.66667%;
      height: 180px;
      overflow: hidden;
  }
  .tripad{height: 559px;}
  * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  input[type=text],textarea {   
    /* Remove First */
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-shadow: none !important;
      border-radius: 0;
  }
  .listimgtour{bottom: 15%; }
  .bannertst h2{margin-top: 13%;}
  .descki{left: 440px;}
  .tourc .descki{left: 510px;}
  .tourc #page1 .textnum a.linkoi{line-height: 22px;}
  .listimgtour li,.fixve{max-width: 140px;}

  .titleshog,.linestart{
    left: 250px;
  }
  .starticon{left: 165px;}
  .contedtd.img-cover{
        object-position: 64% 50%;
  }
  .textover h4{font-size: 14px;}
  .textover h4 br{display: none;}
  .accesstext {
    top: 30%;
  }
  .accesstext h5{font-size: 23px;}
  .textover{top:24%;}
  .aboutct.lookig{margin-bottom: 60px;}
  .lookig .text-center h4 {
    font-size: 16px;
    margin-bottom: 45px;
    color: #333333;
    margin-top: 0;
  }
  #aboutct3 h3{padding: 0 0 10px;}
  .aboutct{padding-top: 50px;}
  .text-slider h1{font-size: 81px;}
  .offers-intro .pre-content{padding: 30px 0;}
  .captionphoto{font-size: 14px;}
  .langugage{right: 40px;}
  div#navbar{ right: 0px;}
  .textbanner{top: 41%;}
  .text-room-detail p{font-size: 27px;}
  .langugage {right: -47px;}
  .smaller .langugage {
    top: 6px;
  }
  .dropdownlangr{margin-left: 0;}
  .navbar-nav{padding-left: 0px;}
  .navbar-nav{margin-left: 20px;}
  .offers-intro .pre-content .shwrp{margin-bottom: 0;}
  .offers-intro .pre-content h2{font-size: 25px;}
.offremkt {
    padding: 54px 90px 50px;
    color: #000;
    text-align: center;
    margin: 68px 0px 68px 15px;
    width: 50%;
}
  .makoto h2,.makoto h3{margin-bottom: 30px;}
  .makoto p{margin-bottom: 40px;}
  .seeour h3{margin-bottom: 34px;}
  .contentsub{padding: 35px 0; overflow: hidden;}
  .showhotel{margin-top: 24px;}
  .wrappershow {
    padding: 0 0;
  }
  .offers-intro {
    padding: 30px 0;
  }
  .prew-content h2 {
    font-size: 21px;
    margin-bottom: 0;
    letter-spacing: 3px;
  }
  .prew-content p{font-size: 14px;letter-spacing: 3px;}
  .listinfo1 h3{margin: 30px 0 20px;}
  .listsed h5{margin-bottom: 20px;}
  .showhotel{padding: 13% 0;}
  .imgsd1 {
    margin: 30px 0;
  }
  #offers .slice:hover .prew-content br{display: none;}
   .prew-content li span.sc1{display: none;}
   #offers .slice.slice-4:hover .prew-content {
    height: 115px;
  }
  #offers .slice.slice-4:hover ul{height: auto;}
  #offers .slice.slice-4:hover .prew-content{bottom: 35px;}
  .leftgimg{
    height: 320px;
  }
  .rightgimg{
    padding: 20px 30px 0;
     height: 300px;
  }
  .threelayout .rightgimg{height: 350px;}
  .rightgimg h3 {
    padding-bottom: 10px;
  }
  .btnm {
    position: absolute;
    bottom: 0px;
    left: 30px;
  }
  .adetail{margin-top: 15px;}
  .premedia .adetail{margin-top: 40px;}
  #aboutct.aboutct {
      padding-bottom: 40px;
  }
  .slcaption h2{font-size: 32px;}
  .slcaption h3,.slcaption p{font-size: 18px;}
  .premiumdb.yourhome.contentsub img {
      height: 530px;
  }
  .bgroompremium {
    padding: 50px 0;
  }
  .premiumdb.yourhome .bgroompremium h2 {
    font-size: 35px;
    line-height: 65px;
  }
}


@media (min-width: 1281px) and (max-width: 1500px) {
  .menu-menu-top-right-container {
      float: left;
      margin-left: 185px;
  }
}
@media (min-width: 992px) and (max-width: 1500px){
  .slslide8 .text-slider,.slide04_en .text-slider{top: 26%;}
  .bannerabout{
    background-image: url(../img/about/banner_LT.jpg?v1=125);
    background-position: right top;
  }
  .abouttop p {
    font-size: 25px;
    line-height: 40px;
  }
  .formregister .formgli .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 0;
    width: 66.666666%;
  }
  .col-xs-2.phone1{
    width: 25%;
  }
  .col-xs-4.phone2 {
    width: 41.66666667%;
    margin-right: 0;
    padding-right: 0;
  }


}
@media (min-width: 1500px) and (max-width: 1600px) {  
  .navbar-nav{margin-left:52px;}
  .langugage {
      right: -53px;
  }
  .menu-menu-1-container{
    position: absolute;
    left: 0;
  }
  .menu-menu-top-right-container, .menu-menu-top-right-jp-container {
    float: left;
    margin-left: 150px;
  }
  .langugage{right: -85px;}
  #mainCarousel .carousel-indicators {
      bottom: 180px;
  }
}
@media (max-width: 1250px) {
  .aplace img{width: 80%}
  .offremkt{margin-left: 30px;}
  .colabk{padding: 0 20px;}
  #aboutct.aboutct,#aboutct34{padding-left:15px;padding-right:15px;}
  .img_for_text h4{font-size: 25px;}
  .paywrap ul li {
      display: inline-block;
      text-align: center;
      padding: 0 3px;
  }
  .paywrap{max-width: 1024px;}
  .paywrap ul {
    margin: 0 4px;
    padding: 0;
  }
  .hovercontainer.fixabout{margin-bottom: 3px;}
  .btnm {
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
  .rightgimg{
    padding: 20px 20px 0;
     height: 270px;
  }
  .logopay .container {
      max-width: 100%;
      width: 925px;
  }
  .logopay .rowlogo {
    margin: 0 -10px;
  }
  .logopay ul li {
    list-style: none;
    float: left;
    padding: 25px 9px;
  }
  .descki{left: 400px;}
  .titleshog{max-width: 80%;}
  .starticon {
    left: 97px;
  }
  .titleshog,.linestart{
    left: 180px;
  }
  .offers-intro .pre-content p br{display: none;}
  .prew-content p {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0px;
  }
  .wrappershow{padding: 0 10px;}
  .listimgtour{bottom: 15%;}
  .leftgimg,.rightgimg {
      height: 320px;
  }
}
@media  (min-width: 992px) and (max-width: 1440px) and (min-height: 600px) and (max-height: 800px)  {
  .jumbotron{min-height: 100vh}
  #mainOverlay{padding: 25px 0;}
}

@media (max-width: 1280px) {
  .flowers{width: 390px;}
  .langugage {
    right: -55px;
  }
  .tablesho .col-lg-6 {
      height: auto;
  }
  .tripreview {
    height: auto;
  }
  .navbar-collapse .navbar-nav li > a {
    font-size: 16px;
    margin: 0 8px;
  }
  .navbar-nav {
    margin-left: 83px;
  }
 #ui-datepicker-div {
    width: 569px !important;
  }
  div#navbar {
    right: 13px;
    left: 0;
  }
  .langugage {
    width: 104px;
    padding-left: 6px;
  }
  .aboutct.lookig .shirabout .col-xa-4 img{
        object-fit: cover;
  }
  .aboutct.lookig .shirabout .col-xa-4 h4{
    font-size: 14px; line-height: 20px;
  }
  .textover {
      top: 36%;
      padding: 0 20px;
  }
  .aboutct.lookig .shirabout .col-xa-4 .tourline{bottom: 10px;}

}
@media (max-width: 1279px) {
  .imgmobiapp{right: 13%;}
  .menu-menu-top-right-container{margin-left: 90px;}
  .flowers{width: 325px;}
  .bn_12{background-position: center;}
  .faq_bg.subfaq.otherunder a{width: 48%;    margin: 10px 0.5% 10px;}
  .imgslideapp {
    right: 4%;
    width: 195px;
    top: 16%;
  }
  .slide04_en .text-slider h2{font-size: 25px;}
  .slide04_en .text-slider{padding: 0 20px;}
}
@media (max-width: 1024px) {
  .navbar-nav {
      margin-left: 98px;
  }
  .langugage {
      right: 38px;
  }
  .smaller .navbar-nav {
    margin-left: 90px;
  }
  .container.covidcn {
    max-width: 768px;
  }
  .listcovid h2 {
    font-size: 18px;
    margin: 85px 0 45px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .imgslideapp {
    right: 4%;
    width: 144px;
    top: 37%;
  }
  .slslide8 ul li{white-space: nowrap;}
  .imgmobiapp {
    right: 5%;
    bottom: 12%;
  }
  .colunrestaurant .col-md-6 {
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .smaller .navbar-nav {
    margin-left: 0;
  }
  .colunrestaurant .container {
    width: 100%;
    padding: 0;
  }
  #footerCredits small{margin-top: 30px;}
  .socialeft:before{display: none;}
  .socialright{
    width: 100%;
    display: inline-block;
    margin-top: 40px;
  }
  .listshowres ul li.prli{padding: 0 8px;}
  .listshowres ul li.prli a{font-size: 14px;}
  .container-fix{
    max-width: 700px;
  }
  #ui-datepicker-div {
    width: 530px  !important;
  }
  .starticon {
    left: 35px !important;
  }
  .descdc h3{margin-bottom: 5px;}
  .descdc p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {

  .feedw {
      width: 33.33333%;
      height: 218px;
      overflow: hidden;
  }
  .feedw:nth-child(14){display: none;}
  .feedw .caption-text .cto{
    max-height: 157px;
    height: auto;
  }
  .navbar-collapse .navbar-nav li > a {
    font-size: 14px;
    margin: 0 5px;
  }
  .langugage {
    width: 107px;
    padding-left: 12px;
  }
  #mainOverlay{
    background: url(../img/bookbg-ipad.jpg?v1=125) no-repeat;
    padding: 40px 0;
  }
  .tableshoe .trshoe{padding: 0 16px;}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #offers .slice .background img{height: 100%}
  .offers-intro {
    padding-left: 0%;
  }
  .offers-intro .pre-content h2{font-size: 18px;}

}
@media screen and (min-width: 992px) and (max-width: 1380px){
  .allpcmb{display: none;}
  .onlylaptop{display: block;}
  .rightgimg h3 img{}
}
@media (max-width: 991px){
  a.notecovid {
    bottom: 52%;
    font-size: 16px;
  }
  div#navbar{padding-top: 0 !important}
  .smaller .navbar-nav {
      margin-left: 0;
  }
  .mraucener{width: 100%;}
  .slslide8 ul{max-width: 100%;}
  .ourfd li h2 {
    margin-top: 5%;
    margin-bottom: 2px;
  }
   .ourfd li{padding: 0 0px;}
    .formgli label {
    font-weight: normal;
    width: 100%;
    margin-top: 10px;
  }
  .formregister .col-md-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
  }
  .coleftfd{min-height: 730px;}
  .faq_bg .container{padding: 0}
  .faq_bg .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 4px;
    background: #fff;
  }
  .faq_bg p br{display: none;}
  .paywrap ul li{margin: 10px 0;}
   .paywrap ul li.logobrand_l{
    width: 24.5%;
   }
   .paywrap ul li.logobrand{
    width: 16%;
   }
  .accordion-section-content,.contentacc{
        height: 420px;
  }
  .threelayout .col-lg-6 {
    width: 100%;
  }
  .langugage{width: 125px}
  .smaller .langugage {
    bottom: 8px;
    right: 30px;
    /* left: -53px; */
    position: absolute;
    border: none;
    top: initial;
    width: 125px;
  }
  .navbar .navbar-collapse li a {
    color: #818181;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 37px;
  }
  .ct-press{border: none}
  .premedia .bg-pree{
    height: 300px;
  }
  .premedia .col-md-6{height: auto;}
  .ctnr .btnmd {
    float: none;
    max-width: 100%;
  }
   .premedia  .texf {
      padding: 30px 20px 30px;
      width: 100%;
      text-align: center;
      float: left;
  }
  .premedia .texf {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
   .premedia{
    background: #fff;
   }
    .premedia h3{margin: 0;}
  .line-sh{display: none;}
  .premedia .col-md-6.pc{display: none;}
  .premedia .col-md-6.mb{display: block;}
  .leftgimg, .rightgimg{width: 100%;}
  .logopay ul li {
    list-style: none;
    float: left;
    padding: 15px 10px;
    text-align: center;
    width: 16.66666666%;
  }
  .logopay ul li:nth-child(1),.logopay ul li:nth-child(2),.logopay ul li:nth-child(3){width: 33.3333%;}
  .logopay ul {
    padding: 15px 0 5px;
    display: inline-block;
    width: 100%;
  }
  .feedw{width: 33.333333%;}
  .feedw .caption-text .cto {
    max-height: 136px;
    height: auto;
  }
  .tripreview {
    height: 600px;
  }
  .tripad {
      height: 600px;
  }
  .tablesho .col-lg-6 {
      height: auto;
  }
  .fixve {
      width: 105px;
      padding: 20px 0;
  }
  .navbar-nav{margin-left: -4px;}
  .bottome .col-md-6{
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 4px;
  }
  .bottome .textover{top: 26%;}
  .bottome h5{padding: 50px 0;}
  .bottome.restar h5{padding: 0px 0 50px;}
  .lineo1{
    height: 30%;
  }
  .listimgtour li{max-width: 105px;}
  .lineo2{height: 55%;}
  .titleshog, .linestart {
    left: 115px;
  }
  .starticon {
    left: 32px;
  }
  .descki{left: 50px;}
  .tourc .descki {
      left: 50px;
  }
  .bottome .container .col-md-2 {
    width: 33.3333333%;
    float: left;
    margin-bottom: 4px;
  }
  .bottome .container {
    max-width: 100%;
    width: 100%;
    padding: 0 2px;
  }
  .textnum{    top: 31%;}
  .dropdownlangr{margin-top: 0;}
  
  .textover{top: 5%;    padding: 0 5px;}
  .shoelsi #mainCarousel .captionphoto{top:92%;}
  .smaller .sc{margin: 2px 0;}
  #aboutsi2 .col50p {
    width: 100%;
    position: initial;
    right: 0;
    bottom: 70px;
    background: rgba(255, 255, 255, 0.89);
    padding: 20px;
  }
  .texth {
    position: relative;
    padding-left: 105px;
  }
  #aboutct3 h3{font-size: 26px;}
  .clstexc {
    position: absolute;
    left: 12.5%;
    width: 75%;
    top: 11%;
    color: #fff;
    text-align: center;
  }
  #aboutct3{padding-top: 20px;}
  .makoto.bannerabout{
        background-position: -670px top;
  }
  .ipadop{display: block;}
  .langugage .dropdown{float: none;}
   .smaller .langugage {
      /* bottom: -18px; */
      position: absolute;
      border: none;
      top: 106%;
      width: 100%;
      margin: 0 auto;
      right: 0;
      text-align: center;
      border-top: 1px solid #ccc;
      padding-top: 10px;
  }
  .langugage .dropdown-menu {
    padding: 10px 0;
    left: -10%;
    border: 1px solid #ececec;
    width: 120%;
    text-align: center;
    margin: 0 auto;
    top: 162%;
    right: 0;
  }
   .listflag a {
        font-size: 14px;
        float: left;
        width: 50%;
        text-align: left;
        padding: 0 35px;
    }
  .langugage button {
    margin-top: 4px;
    padding: 1px 29px 0;
  }
  .faqcls {
    padding: 1px 8px 0;
    margin-right: 0 !important;
    margin-top: 7px;
  }
  div#navbar{left: 0; text-align: center;}
  .languagemb ul{
    margin: 0;
    padding: 0;
  }
  #navbar{position: relative;}

  .languagemb li{
    list-style: none;
    float: left;
    width: 40px;
    margin: 0 5px 20px;
  }
 .langugage {
    top: -33px;
    right: initial;
    position: initial;
    margin: -5px auto 0;
    left: 0;
    z-index: 9999;
    width: 100px;
}
  .navbar.smaller .navbar-collapse{    overflow: inherit;}
  #siteFooter {
    padding-bottom: 20px !important;
  }
  .padded-content-sm{padding-bottom: 0;}
  .borrderfd{border:none;}
  .slidecote {
    margin-top: 30px;
  }
  .bgmobimenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    transition:all 0.5s;
    z-index: 999;
  }
  .bgmobimenu.mb.bgshowtop{display: block;}
  .bgmobimenu.mb{display: none;}
  .menu-mainmenu-container{padding-bottom: 0px;}
  .regular .btn{z-index: 99;background: #fff;}
  .regular .btn.slick-prev{left: 15px;}
  .regular .btn.slick-next{right: 13px;}
  .galeryro .carousel-inner > .item > img {
    height: 360px;
    width: auto;
    display: inline-block;
  }
  .galeryro .colmd-6{    height: 121.2px;}
  .banenrgallery{height: 250px;}
  .banenrga.dsubroom {
    top: 40% !important;
  }
  .gallery-rooms{padding-top: 30px;}
  .banenrgallery .dsubroom {
    top: 34% !important;
  }
  .navbar.smaller .navbar-collapse li a {
    color: #818181;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 37px;
  }
  .navbar.smaller {
      background: #fff;
      padding: 10px 0 0px;
      border-bottom: 1px solid #ece9e9;
      height: auto;
  }
  .offremkt{width: 70%;}
  .makoto{
    background-position: -500px center;
  }
  .offremkt{    padding: 70px 50px 55px;}
  .makoto h2, .makoto h3 {
    margin-bottom: 20px;
  }
  .navbar .booking {
    display: none;
  }
  .navbar.smaller .booking {
    display: block;
    position: fixed;
    left: 15px;
    bottom: 12px;
    font-size: 14px;
    color: #818181;
    padding: 7px 17px;
    border: none;
    letter-spacing: 2px;
    background-color: #000;
    border-radius: 100px;
    height: 40px;
}
  .tableshoe,.tableshoe .trshoe{display: block;width: 100%;}
  .tableshoe .trshoe{border:none; }
  .tableshoe{border: none;}
  .mailnif .col-md-3,.mailnif .col-md-4,.mailnif .col-md-5{
    width: 33.33333%;
    float: left;
  }
  .listsed .col-md-3{
    width: 25%;
    float: left;
  }
  .seeour h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 10px;
    letter-spacing: 2px;
}
  .mailnif .booking{padding: 10px 31px;}
  .maphotel .booking{
    width: 100%;
    margin-top: 25px;
  }
  .prew-content .topshow{
    width: 100%;
  }
  #offers .slice ul{min-height: initial !important; opacity: 1}
  .prew-content ul{height: auto;}
  .navbar-brand > img.logo-smaller{margin-left: 50px;}
  .navbar.smaller .navbar-brand > img.logo-smaller {
    width: 70px;
    display: block;
  }
  .dropdown-backdrop{display: none;}
  .text-slider{top: 38%;}
  .text-slider h1{font-size: 60px;}
  .navbar-nav{margin-top: 0px; margin-bottom: 0px;    }
   .menu-menu-top-left-container,.menu-menu-top-left-jp-container {
      width: 100%;
      margin-top: 20px;
    }
    .menu-menu-top-right-container,.menu-menu-top-right-jp-container {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 50px;
        border-bottom: 1px solid #ccc;
    }
  #mainCarousel .slide1, #mainCarousel .slide2, #mainCarousel .slide3{
    display: none;
  }
  .booking .form-group input, .booking .form-group select{background: #fff;}
  .wrappershow{border:none;}
  #offers .slice-3{margin-left: 0;}
  .wrappershow {
    padding: 0 0px;
  }
  .showlogo{display: none;}
  .offers-intro {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  #offers .slice {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
     border: 4px solid #fff !important;
     border-bottom: none !important;
    float: left;
    background: none;
  }
  #offers .slice img{width: 100%;}
  #offers .slice .prew-content ul li img{width: auto;}
  #offers .slice .background{
    width: 100%;
  }
  #offers .slice-3,#offers .slice-4{border: none; border-top: 4px solid #fff;}
  #offers .slice-4{border-bottom: none !important}
  .offers-intro .pre-content{
    padding: 0px 20px 0;
    background: none
  }
   #offers .slice .prew-content{display: none;}
  .prevcontentmobi{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    background: #e6e6e6;
    line-height: 20px;
    padding: 20px 15px;
  }
  #offers .slice .background{border-bottom: 4px solid #fff;}
  #offers .slice .background:before{display: none;}
   .prevcontentmobi h4{font-size: 16px; text-transform: uppercase;}
   .prevcontentmobi p{font-size: 16px; margin-bottom: 10px;}
   .prevcontentmobi a{
      width: 150px;
      margin: 17px auto 0;
      display: block;
      border: 1px solid #cccccc;
      text-align: center;
      font-weight: 500;
      font-size: 14px;
      padding: 3px 20px;
      line-height: 23px;
   }
   .prevcontentmobi p.roomds{font-size: 14px; color: #656565;}
  .offers-intro .pre-content p{padding: 0px 0px 0;margin-bottom: 30px; margin-top: 10px;}
  #offers .slice .background{
        position: initial;
  }
  .offers-intro {
    padding: 36px 0;
  }
  .offers-intro .pre-content h4{margin-bottom: 15px;}
  .prew-content{width: 100%; bottom: 0;}
  #offers .slice .background{height: 368px; position: relative;}
  .booking  label{color: #000;}
  .carousel-inner,.carousel{height: auto}
  .prew-content ul li{padding-right: 10px;}
  .seeour ul{width: 260px;}
  .seeour ul li.sj2, .seeour ul li.sj4 {
      width: 34%;
  }
  .gallery-rooms .col-mdc-4 img {
      height: 145px;
      width: auto;
  }
  .wrpnext .carousel-control{display: block;}
  #aboutsi2 .col50p{padding: 20px;}
  .starticon {
    left: -45px;
  }
  .aplace h2{font-size: 19px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  .socialhome ul li span {
      white-space: nowrap;
      font-size: 12px;
  }
  .langugage .dropdown-menu {
      padding: 10px 105px 10px 200px;
      left: -33px;
      border: 1px solid #ececec;
      width: calc(100% + 70px);
      text-align: center;
      margin: 0 auto;
      top: 160%;
  }
  .bannersub{min-height: 300px;}
  .bannersub.bannersuite img{    min-height: 300px;}
  .textbanner {
      top: 30%;
  }
  .showhotel img{max-height: 100%;}
  .showhotel {
          padding: 5% 0;
    height: 360px;
    overflow: hidden;
  }
  #slide32 img{max-height: 360px;}
  .premium_floor .showhotel img{max-height: 250px;}
}
@media (max-width: 767px) {
  .home .bannerjpfoo img.mb{display: inline-block;}
  .hovercontainer img.img-responsive.mb{display: block;}
  .foodcurrybg h3 {
    font-size: 28px;
    margin: 20px 0;
  }
  section.ubereatlist {
    text-align: center;
    padding: 40px 0 0px;
  }
  .bannerlounge.bannerfood h1 {
    font-size: 40px;
    padding: 0 20px;
    top: 165px;
    letter-spacing: 4px;
  }
  section.ubereatlist .col-md-4 p {
    margin: 20px 0 50px;
    padding: 0 15px;
  }
  .orderbtn {
    margin-top: 10px;
    width: 260px;
  }
  section.ubereatlist h2{font-size: 28px;}
  .foodcurrybg {
    padding: 50px 20px 40px;
    margin: 55px 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    background-image: url(../img/ubereat/bg1_mb.jpg);
  }
  .foodcurry{text-align: left;}
  .foodcurry h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .uberimg {
    position: absolute;
    top: 240px;
    text-align: center;
    width: 100%;
  }
  .uberimg img{width: 155px;}
  .bannerfood.bannerlounge {
    background-image: url(../img/ubereat/banner_mb.jpg);
  }
	.text-slider h1.fixht2 {
		    top: -35px;
		font-size: 38px;
	}
  a.notecovid {
      bottom: 42%;
      font-size: 14px;
  }
  .slide042020{
    background-image: url(../img/banner/banner_072019_MB.jpg);
        display: block;
    height: 500px;
    background-position: center center;
  }
  .slide04_en .text-slider{top: 34%;  padding: 0 11px;}
  .slide04_en p {
    font-size: 15px;
    line-height: 20px;
  }
  .slide04_en .text-slider h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .slide04_en .text-slider h2 br{display: none;}
  .urlusericon {
    position: inherit;
    text-align: left;
    padding: 0;
  }
  .feedw .caption-text a {
    color: #333;
  }
  .urlusericon a{color: #b1b1b1; text-shadow:none;    font-weight: bold;}
  .downloadsehp h5{margin-bottom: 0;}
  .text-linegrlink {
    margin-bottom: 20px;
  }
  #mainCarousel .slideapp{background-image:url(../img/banner/banner_app_mb.jpg?908978);background-position: center bottom; }
  .sliderappmb .text-slider {
      top:18%;
  }
  .imgslideapp {
    right: 0;
    width: 80px;
    top: 36%;
    left: 0;
    margin: 0 auto;
  }
  .textearly {
    padding: 0 15px;
    color: #676767;
  }
  .faq_bg.subfaq.otherunder{padding: 50px 0}
  .faq_bg.subfaq.otherunder a {
    width: 96%;
    margin: 25px auto 0px;
    display: block;
    float: none;
    font-size: 15px;
    padding: 12px 0;
  }
  .faq_bg.otherunder .container {
    padding: 0 15px;
  }
  .sectionsee {
    display: inline-block;
        font-weight: normal;
        width: 100%;
  }
  .faq_bg.otherunder  h2{    padding: 0 70px 15px;}
  .smartseam{font-size: 15px;}
 .smartseam .container {
    padding-left: 2px;
    padding-right: 2px;
  }
  .seehowwork .seahowa a{font-weight: bold;}
  .bannerlounge.mobiapp h1 {
    font-size: 35px;
    top: 26%;
    width: 100%;
    right: 0;
    margin: 0 auto;
    left: 0;
  }
  .downloadse h2{font-size: 20px;}
  .downloadse h4 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: 0;
  }
  .leftdo img.mb{width: 165px; display: inline-block;}
  .rightdo img{width: 135px;}
  .rightdo{margin-top: 35px;}
  .leftdo{text-align: center;}
  .imgdownloadgo {
    width: 100%;
    margin: 0 auto;
  }
  .seehowwork h2 {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .imgmobiapp {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 120px;
    bottom: 20px;
  }
  .seehowwork {
    background: #efefef;
    color: #676767;
  }
  .smartseam h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .bannerlounge.mobiapp{height: 450px;}
  .requestearly .text-room-detail h4{font-size: 20px;}
 .requestearly .cover, .requestearly .text-room-detail {
    min-height: inherit;
    object-fit: inherit;
  }
  .bn_12 {
      background-image: url(../img/toppage/banner/bn_12_mb.jpg);
  }
  .flowers {
    bottom: 116px;
    width: 175px;
  }
  .requestearly .text-room-detail {
    padding: 40px 0;
  }
  .bannershop.banneroutdoor{background-image: url(../img/outdoor-activites/banner_mb.jpg);}
  .aboutct.lookig .shirabout .col-xa-4 {
    overflow: hidden;
    height: auto !important;
}
  .loungect  p.text-center{text-align: left;}
  .colunrestaurant .col-md-6 img {
    border-bottom: none;
  }
  .loungecyr#aboutct3 .colr-2 img{height: 100px; object-fit:cover;}
  .aplace{
    background-image: url(../img/lounge/bg1_mb.jpg?v=123);
        background-position: center bottom;
    padding-bottom: 25px;
  }
  .aboutct.loungect .container p{margin-bottom: 15px;}
  .aplace h4 {
      font-size: 20px;
      line-height: 33px;
      margin-bottom: 170px;
  }
  .aplace h2 {
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
  .bannerlounge h1 {
    font-size: 35px;
    padding: 0 20px;
    top: 25%;
  }
  .aplace img {
    width: 100%;
  }
  .colunrestaurant .container {
    width: 100%;
    padding: 0;
        overflow: hidden;
            border: 4px solid #fff;
  }
  .colunrestaurant .col-md-6 {
          border: none;
  }
  .colunrestaurant .col-md-6:last-child {
    border-top: 3px solid #fff;
  }
  .colunrestaurant .texth.leftth {
    margin-top: 0;
        background: #e6e6e6;
  }
  .bannerlounge{height: 350px;}
  .content_lounge .texth .left{top:0;}
  .colunrestaurant .col-md-6 img {
    height: auto;
  }
  .loungecyr#aboutct3 .colr-4{
    border: none;
    border-bottom: 4px solid #fff;
  }
  #mainCarousel .carousel-indicators {
      bottom: 100px;
      z-index: 999;
  }
  .bookinggo.mb {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.7);
    padding: 10px 20px 15px;
    text-transform: uppercase;
  }
  a.btdbookinggo {
    display: block;
    padding: 8px 50px;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 4px;
    font-size: 20px;
  }
  a.btdbooking_mb.mb {
    display: block;
    text-align: center;
    border: 1px solid #000000;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
    margin: 90px 15px;
    color: #000;
  }
  .textdown p.mb{display: block;}
  .textdown p.pc{display: none;}
  .mraucener div {
      float: left;
      width: 100%;
  }
  .socialhome ul li span {
      display: inline-block;
  }
  .logogfote {
    margin-bottom: 0;
  }
  .socialsec ul li{text-align: left;}
  #infoContent.padded-content-sm {
    padding-bottom: 0;
    padding-top: 45px;
  }
  footer#siteFooter {
      padding-bottom: 30px !important;
  }
  #footerCredits small{margin-top: 30px;padding: 30px 10px 0}
  .mssge {
    width: 100%;
    overflow: hidden;
  }
  .socialhome {
    padding: 30px 0 50px;
    display: inline-block;
    width: 100%;
  }
  .socialeft:before{display: none;}
  .socialright{
    width: 100%;
    display: inline-block;
    margin-top: 40px;
  }
  .slcaption h3, .slcaption p {
      font-size: 16px;
      line-height: 20px;
  }
  .slcaption{padding: 20px 37px 45px;    height: 165px;}
  .slcaption p{
        max-width: 247px;
    margin: 0 auto; 
  }
  .slcaption h2 {
      font-size: 25px;
      line-height: 25px;
  }
  .item:first-child .text-slider {
      /*top: 20%;*/
  }
  .bottome .container .col-md-3{height: auto;}
   .bottome .container .col-md-3 .ctmd4:after{display: block;}
  .discpver{margin-bottom: 0;}
  #aboutct.aboutct {
    padding-bottom: 25px;
  }
  #aboutct3w4{
    background: url(../img/about/bg-mb_ui.jpg?v1=125) no-repeat;
    color: #fff;
    padding: 50px 20px;
  }
  .img_for_text h4 {
    font-size: 28px;
    margin-top: 0;
  }
  #aboutct3w4 h3 {
    font-size: 35px;
    text-align: center;
    font-family: "Nathaniel", Times, serif;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .img_for {
      margin: 20px 0 50px;
  }
  #aboutct3w4 .texth .left{background: rgba(246, 224, 101, 0.4);}
  img.imgsui.mb {
      height: 800px;
  }
  .colabk {
    padding: 0;
  }
  #aboutct.aboutct, #aboutct34{
        padding-left: 0px;
    padding-right: 0px;
  }
  #aboutct h2.titelgd{
    font-size: 28px;
  }
  #aboutct h2.titelgd br{display: none;}
  .ourfd li h2 {
    margin-top: 8%;
    margin-bottom: 20px;
  }
  .ourfd li:first-child{margin-bottom: 20px;}
  .ourfd li {
      padding: 0 0px;
      width: 100%;
  }
  #aboutct3 h3 {
    font-size: 26px;
    padding: 0 10px 10px;
  }
  .ourfd li p{padding: 0 20px;}
  .bannerabout h1{
    font-size: 35px;
    padding: 0 80px;
        top:25%;
  }
  .bannerabout{
    background-image: url(../img/about/banner_MB.jpg?v1=125);
    height: 350px;
  }
  .contentsw br{display: none;}
  .contentsw h1 {
      margin-bottom: 20px;
      line-height: 40px;
  }
  .formgli {
    padding: 15px 5px;
  }
  .descripwait {
    background: #fff;
    padding: 25px 0 20px;
  }
  .col-xs-2.phone1{
    width: 35%;
  }
  .col-xs-4.phone2{
    width: 65%;
  }
  .bannersub.bannerwaiting {
    display: block;
    background-image: url(../img/waiting/banner_mb.jpg?v1=125);
    height: 420px;
    background-size: cover;
  }
  .formregister{background: #fff;}
  .coleftfd{display: none;}
  .faqge, .registerge {
      padding: 90px 20px 180px;
  }
  .faq_bg{
    background: none;
    padding: 0;
  }
  .slidecote .row .col-xs-3 .demo-gallery-poster span{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 20px;
  }
  .slidecote .row .col-xs-3 .demo-gallery-poster{padding: 5% 0; font-size: 14px;}
  .payment{background: #f2f1ed;}
  .paywrap ul li.logobrand {
      width: 32.4%;
  }
  .logobrand_l img {
      width: 142px;
  }
  .paywrap ul li.logobrand_l {
      width: 49%;
  }
  .galeryro .colmd-6 img {
    max-width: 100%;
  }
  .bottome .container .col-md-2{
    width: 100%;
    padding: 0 10px;
  }
  .bottome .container .col-md-2 a {
    display: block;
    color: #fff;
    margin: 0 auto;
  }
  .bottome .textover {
    top: 45%;
  }
  .mainone {overflow: hidden;}
  .faq_list .accordion{width: 100%}
  .cpncontent{overflow: inherit;}
  .faq_list .accordion{font-size: 16px; padding-top: 50px;}
  .faq_bg a{width: 85%;line-height: 20px;padding: 7px 20px;}
  .faq_bg.subfaq a {
      margin: 15px 5px 0px;
  }
  .accordion-section .accordion-section-title i.fa {
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    color: #2b8e9e;
    z-index: 1;
  }
  .accordion-section-title{
    color: #2b8e9e;
    padding: 5px 20px 5px 20px;
    background: url(../img/icon_rowfaq.png?v=124) no-repeat;
    background-position: left 12px;
  }
  .accordion-section-title.active:after, 
  .accordion-section-title:hover:after{display: none;}
    .accordion-section-title:before{display: block !important;}
  .accordion-section-content, .contentacc{
    height: auto;
    background: none;
  }
  .accordion-section .accordion-section-title:before {
    position: absolute;
    left: -1px;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: "";
    z-index: 9;
}
  .accordion-section .accordion-section-title.active i.fa:before {
      content: "\f068";
  }
  .accordion-section-content {
      padding: 15px 0 0;
  }
  .accordion-section-content {
      position: inherit;
      left: 33.33333%;
      top: 0;
          padding-left: 20px;
  }
  .accordion-section {
      padding:0 0px 0 0;
      margin-bottom: 10px;
  }
  .accordion-section-title.active {
    background: url(../img/icon_rowfaq.png?v=124) no-repeat;
    background-position: left 12px;
    text-decoration: none;
    color: #333 !important;
    position: relative;
    font-weight: bold !important;
  }
   .accordion-section-title:hover{
     background: url(../img/icon_rowfaq.png?v=124) no-repeat;
    background-position: left 12px;
    text-decoration: none;
    color: #2b8e9e;
    position: relative;
    font-weight: normal;
  }
  .accordion,.accordion-section-content{
    width: 100%;
  }
  span.subg {
    display: block;
    margin-top: 15px;
  }
  .bookingbg{
    background: #e6e6e6;
  }
  .numreview .nbmo{margin-right: 0;}
  .numreview {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: bold;
    padding-right: 0;
  }
  .tripadbg{
    background-image:none;
    background-position: center bottom; 
  }
  #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div{border: none;}
  .tripadct {
      padding: 10px 40px 25px;
      text-align: center;
      background: url(../img/tripad_mb.png?v=124) no-repeat;
      background-position: center bottom;
      background-color: #e6e6e6;
  }
  #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li{
    text-align: left;
    font-size: 16px;
  }
  #CDSWIDSSP .widSSPData dl{text-align: center;}
  .usermore{color: rgba(51,51,51,0.5);}
  .logobk img.mb{display: inline-block;}
  .headtopboo{
    background: url(../img/booking_image_mb.png?v=124) no-repeat ;
    background-position: center bottom;
    text-align: center;
    background-size: cover;
    padding: 35px 0;
    color: #fff;
  }
  #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
      font-size: 16px !important;
  }
  .bkcontent{
    padding: 20px 20px  0;
  }
  .booking_wr ul li a.titleaf{color: #333;font-size: 20px;}
  .booking_wr {
      padding: 0px 0px 40px 0px;
      font-size: 16px;
      color: #333;
  }
  .bannershop {
      /*background-image: url(../img/shopping/mb_banner.jpg?v1=125);*/
      height: 230px;
  }
  .bannershop.hot-springs {
    background-image: url(../img/hot-spring/mb_banner.jpg?v1=125);
  }
  .bannershop h1 {
      padding-top: 125px;
      font-size: 25px;
      padding-bottom: 0;
  }
   .bannershop.hot-springs h1{padding-top: 120px;}
  .fuku h2 {
      font-size: 45px;
  }
  .ecteo a {
      font-size: 16px;
  }
  .descdc p{line-height: 25px;}
  .descdc h3 {
      margin-bottom: 10px;
  }
  .multiitem .ytem {
      width: 100%;
      margin-bottom: 1px;
  }
  .multiitem {
      margin: 4px -2px 0;
  }
  .multiitem .ytem:last-child{margin-bottom: 0;}
  .descdc a{margin-top: 5px;}
  .aboutct.lookig .shirabout{border: none;}
  .feedtitle {
    padding: 20px 0 10px;
    background: none;
    margin-bottom: -11px;
  }
  .ct-press .col-xs-12:last-child .wp-lisst{
    margin-bottom: 0;
    border-bottom: none;
  }
  .premedia .adetail{margin-top: 10px;}
  .wp-lisst {
    background: #fff;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 33px;
    padding-bottom: 30px;
  }
  .descdc.midlediv {
      top:60%;
  }
  .premedia .desg {
    margin-top: 25px;
  }
  .banenresmedia{
    background-image: url(../img/pressmedia/banner_mb.jpg?v1=125) ;
    display: block !important;
  }
  .press-head{padding: 20px 0;    background: #fff;}
  .premedia .bg-pree{
    height: 175px;
    background-size: 100%;
  }
 .moremob {
    border: none;
    background: none;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 2px;
  }
  #myModal .modal-header{
    display: inline-block;
    width: 100%;
  }
  #myModal .modal-header button.close {
    float: left;
    opacity: 1;
    margin-left: 5px;
  }
  #myModal .modal-dialog {
    width: 100%;
    top: 0;
    padding: 10px 5px;
    min-height: 100%;
    background: #fff;
    margin-bottom: 0;
  }
  .itempp{
    float: left;
    width: 50%;
    padding: 5px;
  }
  .categorys_log .itempp.active{opacity: 1}
  .itempp a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 70px 0;
    font-size: 18px;
  }
  .itemctpp {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banenrescategory.bannersub{display: block;background-position: center center;}
  .itemde .bg-kui {
      height: 260px;
  }
  .fuok h2{font-size: 40px;}
  .itemde{width: 50%;}
  .contentres {
    padding-top: 30px;
}
  .bannersub.banenrestaurant{
    display: block;
    background-image: url(../img/restaurant/bannermb.jpg?v1=125);
    height: 225px;
  }
  .bannersub.banenrestaurant.bannerattaction {
    background-image: url(../img/attractions/banner.jpg?v1=125);
  }
  .category_list_product .itemress {
    overflow: hidden;
    width: 45%;
    float: none;
    display: inline-block;
    padding: 0 2.5px;
    vertical-align: top;
    white-space: normal;
     max-width: 260px;
  }
  .listshowres ul li.prli{padding: 0 15px;    font-size: 13px;    letter-spacing: 2px;}
  .listshowres ul li.prli a{font-size: 13px; letter-spacing: 2px;}
  .fixoneitem .itemress{
    width: 100%;
    max-width: 100%;
  }
    .bannersub.banenrestaurant .dsubroom h1 {
     font-size: 22px;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .bannersub.banenrestaurant .dsubroom {
      top:49% !important;
  }
  .listshowres ul li.prli {
    padding: 0 10px;
    min-width: 13%;
  }
  .listshowres ul li.prli {letter-spacing: 0px;}
  .listshowres ul{width: 100%;}
  .category_list_product {
    padding: 0 15px;
  }
  .category_list_product h3 {
    font-size: 25px;}
  .restaurant-detail-list {
      margin: 20px 0px 0;
      white-space: nowrap;
      width: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      border-bottom: 1px solid #bfbdbd;
      padding-bottom: 30px;
  }
  .bg-kui{height: 150px;}
  #logopay {
    background: none;
  }
  .pcgo{display: none;}

  .bannertst h2 br{display: none}
  .bannertst h2 {
    font-size: 25px;
    text-transform: none;
    letter-spacing: 0px;
    padding: 220px 10px 50px;
    line-height: 32px;
    font-weight: normal;
    color: #333;
  }
  .tourc .titleshog, .tourc .linestart {
    left: 35px;
  }
  .titleshog, .linestart {
    left: 25px;
  }
  .listimgtour li:last-child a{line-height: 48px;}
  .descki {
    left: 20px;
  }
  .tourc .descki {    left: 20px;}
  .listimgtour li {
    max-width: 98px;
  }
  .listimgtour{left: 20px;}
  .starticon{top: 250px;}
 .starticon span {
    width: 10px;
    color: #333;
    word-break: break-all;
    line-height: 25px;
    font-size: 25px;
    text-align: left;
    margin-top: 20px;
    display: block;
    padding-left: 42px;
    font-weight: bold;
  }
  .lineo1 {
    height: 20%;
  }
  .textnum {
    top: 18%;
  }
  .lineo2 {
    height: 65%;
  }
  .starticon img {
    margin-top: 30px;
    position: absolute;
    right: 22px;
    top: 27px;
  }
  .titleshog {
    max-width: 88%;
  }
  .textnum a.linkoi{
    left: 80px;
    letter-spacing: 2px;
  }
  .mainer {
    height: auto;
  }
  .starticon {
    left: -45px;
    text-align: left;
    padding-left: 20px;
  }
  .bannertst h1 {
    position: absolute;
    top: 105px;
    text-align: center;
    color: #676767;
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 4px;
  }
  .bannertst{overflow: hidden;}
  .mainer .bannersub{display: block;}
  .shoelsi #mainCarousel .captionphoto {
      top: 90%;
  }
  .icons-sofa {
    vertical-align: sub;
    margin-top: 3px;
    float: left;
    height: 17px;
  }
  .icons-bed{
    height: 15px;
    float: left;
    margin-top: 2px;
  }
  .banneraccess{display: block !important;}
  .banneraccess img{height: 100vh;}
  .textover h4{font-size: 15px;}
  .coldr.colr-4 {
    width: 100% !important ;
  }
  #aboutct23 img{min-height: 210px;}
  .clstexc h4 {
    margin-bottom: 35px;
  }
  .clstexc h5{margin-bottom: 45px;}
  .clstexc h4, .clstexc h5 {
      color: #fff;
      font-size: 26px;
      letter-spacing: 0px;
      text-transform: none;
      line-height: 31px;
      padding: 0 10px;
  }
  .aboutct .container p {
    margin-bottom: 25px;
    font-size: 15px;
  }
  .coldr{
    width: 50% !important ;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
  }
  #aboutct23{padding-top: 0;border-top: 4px solid #fff;}
  .coldr.colr-2{display: table;}
  .clstexc {
    position: absolute;
    left: 0;
    width: 100%;
    top: 30px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    line-height: 25px;
  }
  .clstexc h5 {
    font-style: italic;
    margin-top: -15px;
  }
  #aboutct23 .container{
    padding: 0;
  }
  .aboutct {
    padding-top: 35px;    overflow: hidden;
  }
  #aboutsi2 {
    position: relative;
    padding-top: 0px;
    background: #fff;
  }
  .colabk {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    background: none;
    padding-top: 20px;
  }
 .texth .left {
    position: initial;
    margin-right: 20px;
    float: left;
    margin-top: 10px;
    font-size: 60px;
  }
  .texth {
    position: relative;
    padding-left: 0;
  }
  .makoto.bannerabout .offremkt{
    padding: 35px 10px 30px;
    background: #fff;
  }
  .makoto.bannerabout{height: auto}
  .offers-intro .pre-content a.btnroom{
    bottom: 15px;
  }
  .text-slider {
      top: 35%;
  }

  .slide2{background-image:url(../img/header_img_2_MB.jpg?v1=125); }
  .slide4{background-image:url(../img/header_img_4_MB.jpg?v1=125); }
  .slide6{background-image:url(../img/header_img_6_mb.jpg?v1=125); }
  .slide8{background-image:url(../img/toppage/banner_slider1_mb.jpg?v1=125); }
  .slide9{background-image:url(../img/toppage/banner_slider9_mb.jpg?v1=125); }
  .slide10{background-image:url(../img/toppage/august_bn_mb.jpg?v1=125); }
  .slide7{background-image:url(../img/header_img_7_mb.jpg?v1=125); }
  .slide072020{background-image: url(../img/banner/banner_072020_mb.jpg);}
  .smaller .bookingtop{
    position: absolute;
    top: 13px;
  }
  .bookingtop{
    position: absolute;
    top: 35px;
  }
  .smaller .bookingtop {top: 14px;}
  .booksr{display: none;}
  .bookingtop img{width: 26px;}
  .bookingtop img.bookop{
    width: 26px;
  }
  .smaller .booksr{display: block;}
  .smaller .bookingtop img.bookop{display: none;}
  .logogfote img{width: 185px;}
  #slide32 .carousel-inner img {
      min-height: 281px;
      max-width: initial;
      width: auto;
      height: 350px;
      display: inline-block;
  }
  .banenrgallery .dsubroom {
    top: 43% !important;
  }
  .formaccess.mb h1 {
   position: initial;
    top: 10%;
    color: #2b8e9e;
    font-size: 60px;
    letter-spacing: 12px;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 0;
  }
  .formaccess.mb p {
      padding: 20px 15px 40px;
  }
  .formaccess.mb p br{display: none;}
  .formaccess.mb {
    padding: 0;
    margin: -1px;
    position: relative;
  }
  .htgaccess {
    padding-top: 30px;
  }
#accessbottom.accesstext {
    padding: 70px 0 70px;
    background: url(../img/MB_Access3.jpg?v1=125) no-repeat !important;
    background-size: cover;
    background-position: center center !important;
    color: #fff !important;
}
  .accesstext.acceshow h5, .accesstext.acceshow p {
    color: #fff !important;
  }
  .ficontact {
    width: 250px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 0;
    margin-top: 15px;
    letter-spacing: 4px;
    max-width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
  }
  .formaccess h1 {
    font-family: "Nathaniel", Times, serif;
    font-size: 52px;
    font-weight: normal;
    color: #2b8e9e;
    margin-bottom: 0px;
    letter-spacing: 8px;
  }
  .htgaccess{padding-bottom: 20px;}
  .htgaccess h3 {
    line-height: 40px;
    margin-bottom: 20px;
  }
  #socialMedia {
    margin-top: 30px;
  }
  .listsed .col-md-3 {
    width: 50%;
    float: left;
  }
  .formaccess {
    padding: 30px 30px;
  }
  .galery .textbanner h1{margin-top: 10px}
  .yourhome.contentsub.suitebgdiv {
    padding-top: 0 !important;
    border-top: none !important;
    position: relative;
    padding-bottom: 0 !important;
    background: url(../img/MB_room_suite_db.jpg?v1=125) no-repeat;
    background-size: cover;
    padding: 10px 0 30px !important;
  }
  .yourhome.contentsub.standarsdiv {
    padding-top: 0 !important;
    border-top: none !important;
    position: relative;
    padding-bottom: 0 !important;
    background: url(../img/MB_room_standard2.jpg?v1=125) no-repeat;
    background-size: cover;
    padding: 10px 0 30px !important;
  }
  .yourhome.contentsub.japneseddiv {
    padding-top: 0 !important;
    border-top: none !important;
    position: relative;
    padding-bottom: 0 !important;
    background: url(../img/MB_room_japanese2.jpg?v1=125) no-repeat;
    background-size: cover;
    padding: 10px 0 30px !important;
  }
  .yourhome.contentsub.standarsdiv h2{font-size:33px; color: #fff; }
  .showdiv  .romSuiteOrs {
    position: initial;
    top: 0;
    text-align: center;
    width: 100%;
  }
  .yourhome.contentsub .shie{color: #fff;}
  .pc{display: none !important;}
  .pdtext{
    background: #fff;
    font-size: 20px;
    color: #676767;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 94px 15px;
    font-weight: normal;
  }
  .bannerooms .textbanner h1 {
    font-size: 35px;
    line-height: 85px;
  }
  .bannerooms p{display: none;}
  .righall .captionphoto img {
    vertical-align: bottom;
    float: left;
    margin-top: -7px;
  }
  .righall .captionphoto {
    left: 0;
    text-align: left;
    line-height: 18px;
    top: 82%;
  }
  .galeryro .carousel-inner > .item > img{height: 270px;}
  .galeryro .colmd-6 {
      height: 180px;
      width: 100%;
  }
  .galeryro.gallery-rooms {
    padding-top: 15px;
    overflow: hidden;
  }
  .galeryro.gallery-rooms .container{padding: 0 2px;}
  .banenrgallery.bannersub{
    display: block;
  }
  .galeryro .col-6p {
    width: 100%;
    float: left;
  }
  .galeryro .col-6p.righall{width: 100%;}
  body{font-size: 15px;}
  .makoto,.wrappershow{background: #efefef;}
  .bg_offer{
    /*background-image: url(../img/update/offers-intro_MB.jpg?v1=125);*/
  }
  .makoto{border-bottom: 4px solid #fff;border-top: 4px solid #fff; position: relative;}
  .makoto h2{font-size: 60px;}
  .makoto h3{font-size: 26px;}
  .makoto p{font-size: 15px;}
  .makoto.bannerabout p{font-size: 15px;}
  .offers-intro .pre-content .shwrp{margin-bottom: 35px ;}
  .offers-intro .pre-content .shwrp .bg-rj1,.offers-intro .pre-content .shwrp .bg-rj2{background: #a4a4a4;}
  .offremkt {
    margin: 0 5% 30px 5%;
    width: 90%;
    padding: 55px 10px 50px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
  }
  #aboutsi2 .col50p{
    position: absolute;
    bottom: 40px;
  }
  .text_is {
      padding: 40px 20px;
      font-size: 20px;
  }
  .abouttop .learmd{
    margin: 65px 0;
  }
  .abouttop{
    background: #fff;
    text-align: center;
  }
  #aboutsi2 .col50p {
    padding: 20px 18px;
  }
  .aboutct .container, #aboutsi2 .container{line-height: 25px;}
  .hovercontainer h3{font-size: 16px;}
  .modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
  }
  .makoto .wrappershow {
    top: 43%;
    z-index: 9;
    width: 100%;
    position: absolute;
  }
  .modal-box header,
  .modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
  }

  .modal-box header h3,
  .modal-box header h4,
  .modal-box .modal-header h3,
  .modal-box .modal-header h4 { margin: 0; }
.ui-datepicker-prev,.ui-datepicker-next{display: none;}
  .modal-box .modal-body { padding:0; }

  .modal-box footer,
  .modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
  }
  .js-modal-close{
    position: absolute;
    right: 17px;
    top: 7px;
  }
  .modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
  }

  a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
  }

  a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
  }
  .text-slider h1{font-size: 38px;}
  .dg-OverlayPanel-title {
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 16px 0;
  }
  .dg-Calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
    position: relative;
  }
  .ppheader{color: #fff; font-weight: normal;}
  
  .ui-datepicker-multi .ui-datepicker-group {
    float: left;
    width: 100%;
  }
  .ui-widget.ui-widget-content {
    border: none;
    border-radius: 0;
  }
  .ui-widget.ui-widget-content{width: 100% !important}
  #ui-datepicker-div {
      width: 49% !important;
  }
  #ui-datepicker-div.calen2{
    left:50.3% !important;
  }
  #dg-calendar-lock-scroll{
    background: #fff;
    height: 300px;
    overflow: auto;
  }
  .ui-datepicker-prev,.ui-datepicker-next{display: none;}
.ui-datepicker tbody .selected .ui-state-active,
.ui-datepicker tbody .selected .ui-widget-content .ui-state-active{
      background-color: rgba(43, 142, 158, 0.29);
}
.ui-datepicker tbody .selected.selected-start .ui-state-active,
.ui-datepicker tbody .selected.selected-start .ui-widget-content .ui-state-active{
      background-color: rgba(43, 142, 158, 1);
}
.ui-datepicker tbody .selected.selected-end .ui-state-active,
.ui-datepicker tbody .selected.selected-end .ui-widget-content .ui-state-active{
      background-color: rgba(43, 142, 158, 1);
}

  .col-md-33.col1, .col-md-33.col2 {
      width: 50%;
  }
  .col-md-33.col3, .col-md-33.col4{
      width: 50%;
  }
   .col-md-33.col5 {
      width: 100%;
  }
  .container-fix{
    max-width: 100%;
    padding-left: 0;
  }
  .col-md-33{width: 50%;}
  .col-md-33.col3,.col-md-33.col4,.col-md-33.col5{
    width: 33.333333%;
  }
	#lawContent .container h1 {
		margin: 20px 10px;
		font-size: 20px;
		font-weight: bold;
	}
    #lawContent .container p {
		font-size: 14px;
	}
	#lawContent .container .row {
		margin: 0px 0px;
	}
	#lawContent .container .col-sm-3 {
		padding: 5px;
	}
	#lawContent .container .col-sm-9 {
		padding: 5px;
	}
  .#lawContent .container .row {
    display: block;
   
  }
  #lawContent .container .row div {
    display: block;
  }
  .ui-datepicker td {
      padding: 1px;
  }
  .col-md-33{padding: 3px;}
  .bb_resbox .bbres_fieldset{
    width: 50%;
  }
  .bb_resbox input[type="text"] {
      width: 100% !important;
  }
  .bb_resbox .bbres_fieldset.bbres_fieldset5, .bb_resbox .bbres_fieldset.bbres_fieldset6 {
      width: 50%;
  }
  .bb_resbox .bbres_fieldset.bbres_fieldset10{
    width: 100%;
    max-width: 400px;
  }
  .offers-intro .pre-content p {
      padding: 20px 0px 0;
      margin-bottom: 17px;
  }
  .offers-intro .pre-content p.sty1{padding-top: 0}
  #offers .slice{width: 100%;}
  #offers .slice-3{margin: 0;}
  #mainOverlay{
    background: #fff;
    padding-bottom: 0;
    border:none;
  }
  #mainOverlay .container-fix{
    background: url(../img/bookbg-mobi.jpg?v1=125) no-repeat;
    background-position: left top;
    background-size: cover;
        padding: 30px 15px;
  }
  .dg-OverlayPanel-title {
      text-align: center;
      display: block;
      font-size: 20px;
      padding: 16px 0;
  }
  .dg-Calendar-inputTitle {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .dg-Calendar-dateBlock {
    float: left;
    clear: both;
  }
  .dg-Calendar-date {
    font-size: 45px;
    line-height: 45px;
    float: left;
    margin-right: 11px;
  }
  .dg-Calendar-dayMonth {
    float: left;
  }
  .dg-Calendar-day, .dg-Calendar-month {
    font-size: 16px;
    line-height: 12px;
    margin-top: 6px;
    float: left;
  }
  .dg-Calendar-day {
    clear: both;
  }
  .dg-Calendar-toBox {
    text-align: center;
    margin: 47px 5% 0;
    padding-right: 7px;
  }
  .dg-Calendar--lineInOverlay {
    border-top: 1px solid rgba(255,255,255,.5);
    width: 90%;
    left: 5%;
  }
  .dg-Calendar-line {
    position: absolute;
    top: 33px;
    height: 1px;
    display: block;
  }
  .dg-Calendar-inputBox {
    width: auto;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 110px;
  }
  .ppfoter{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e2e2e2;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .ppfoter .btn {
    padding: 5px 0px;
    max-width: 254px;
    width: 90%;
    background: #2b8e9e;
    font-size: 15px;
    color: #fff;
    margin: 10px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
  }
  .carousel-inner{height: 100vh}
  .carousel{height: 100vh}
  #mainCarousel .slide1, #mainCarousel .slide2, #mainCarousel .slide3{
    display: block;
    height: 100vh;
  }
    #mainCarousel img.responsive{
        display: none;
    }
    .godeds{
      width: 225px;
      margin: 0 auto;
      color: #bfbdbd;
      border: 1px solid #bfbdbd;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 15px;
      padding: 10px 0px;
      display: block;
      margin-bottom: 40px;
    }
    .booking label {
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: normal;
        text-align: left;
        font-weight: bold;
    }
    .booking .btn-success {
      width: 175px;
      margin: 11px auto 0;
      display: table;
      padding: 3px 0;
  }
  .offers-intro {
      padding:650 50px;
      background: url(../img/bg-story.jpg?v1=125) no-repeat;
      background-size: cover;
  }
  .offers-intro .pre-content .shwrp{border-width: 1px;}
  .offers-intro .pre-content p br {
      display: none;
  }
  .offers-intro .pre-content a.btnroom{position:initial; }
  .offers-intro .pre-content h2 {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 4px;
  }
  .hover15 a{margin-left: 0; border: none;}
  #mainOverlayhoo{background: #fff;}
  .offers-intro .pre-content h4{margin-top: 5px; font-size: 20px;}
  .booking .form-group input, .booking .form-group select {
      font-weight: normal;
      color: #454545;
      font-weight: normal;
      letter-spacing: 2px;
      font-size: 15px;
  }
  .count-input input{height: 42px;}
  .bannersub{display: none;}
  .contentsub.shoelsi{padding-top: 0;}
  .contentsub .container{padding: 0 0px;}
  .listinfo1.mpbd{display: block; }
  .listinfo1.mpbd .col-md-12{padding: 0 15px;}
  .listinfo1{display: none;}
  .contentsub .container .row{margin: 0}
  .maphotel{display: none;}
  .mailnif.contentsub{background: #fff;}
  .contentsub .col-md-9, .contentsub .col-md-3,.contentsub .col-md-5, .contentsub .col-md-12,.contentsub .col-md-4{padding: 0 15px;}
  .mailnif.contentsub .text-center{text-align: left;}
  .mailnif.contentsub img{float: left;    margin-right: 20px;margin-bottom: 25px;}
  .mailnif.contentsub a{
    width: 100%;
    color: #676767;
    border-color: #bfbdbd;
    max-width: 400px;
    margin: 0 auto;
    font-size: 14px;
  }
  .mailnif.contentsub{    padding: 30px 0px;}
  .contentsub.shoelsi .col-md-9{padding: 0;}
  .mailnif .col-md-3, .mailnif .col-md-4, .mailnif .col-md-5 {
        width: 52%;
        float: none;
        /* display: inline-block; */
        margin: 0 auto;
        clear: both;
    }
    .contentsub{color: #333;}
    .floor{position: relative; border:4px solid #fff;}
    .listsed{
       border-left:4px solid #fff;
        border-right:4px solid #fff;
    }
    .yourhome  h2{font-size: 35px; text-transform: none; text-align: center; }
    .yourhome.suitedb  h2{font-size: 24px; text-transform: none; text-align: center; }
    .yourhome  h2 span{text-transform: uppercase;display: inline-block; width: 100%; color: #fff;}
    .carousel-inner > .item  .mbb{display: block;}
    .mb{display: block;}
    .floor h3{margin-bottom: 40px; }
    .borderminus{
      width: 25px;
      height: 25px;
      border:1px solid  #d2d2d5;
      border-radius: 50px 50px 50px 50px;
      -moz-border-radius: 50px 50px 50px 50px;
      -webkit-border-radius: 50px 50px 50px 50px;
      display: block;
      position: absolute;
      right: 15px;
      top: 0px;
      font-size: 14px;
      text-align: center;
      color: #676767;
          line-height: 26px;
    }
    .showdiv{display: block;}
    .showdiv.showsection{display: none;}
    .contentsub.listsed{padding: 20px 0 ;}
    .listsed.nopadding{padding: 20px 0 !important;}
    .listsed.nopadding h5{margin-bottom: 0;}
      .yourhome.nopadding,.floor.nopadding{padding: 0 !important}
    .floor.nopadding h3 {
        margin: 20px 0;
    }
    .floor.nopadding{margin: 0;}
    .showdivio .fa-minus:before{    content: "\f067";}
    .contentsub .fa-minus{margin-left: 0px;}
    .listsed h5 {
      margin: 20px 0;
    }
    .booking .form-group span.fa{top: 37px;}
    .textgsm{padding: 0 15px;}
    .contentsub.shoelsi{border-top: none;}
    .btn-booking h3{font-size: 40px !important;}
  .gallery-rooms .col-mdc-4 {width: 25%;}
  .banenrga.dsubroom {
    top: 40% !important;
  }
  .banenrga{
    background-image: url(../img/gallerybanner_mb.jpg?v1=125);
    display: block !important;
    height: 250px;
  }
  .banenrga .dsubroom h1 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .banenrga .dsubroom h1 span {
    font-size: 35px;
    display: block;
    margin-top: 10px;
  }
  .banenrga  .dsubroom {
    top: 43% !important;
  }
  .gallery-rooms{padding-top: 30px;}
  .gallery-rooms .tab-content {
    margin-top: 30px;
  }
  .bannerooms{display: block !important; max-height: 100vh; overflow: hidden;}
  .bannerooms .textbanner {
    top: 35%;
  }

  .suitebgdiv .bgroomsuite{background: none}
  .fixftextd{display: inline;}
  .linktext{    position: initial;}
  .descki{top: 40%;width: 100%;}
  .listimgtour {
    bottom: 20%;
  }
  .bottome .container{padding: 0;}
  .tablesho .col-lg-6{
    height: auto;
  }
  .tripad{height:340px; }
  .tripad {
    background: url(../img/tripad_mb.png?v=124) no-repeat;
    background-color: #e6e6e6;
    background-size: cover;
    background-position: center center;
    margin: 0 !important;
  }
  .tripreview{
    background: #e6e6e6;
  }
  .tripad .TA_selfserveprop{top: 20%;}
  #CDSWIDSSP .widSSPData .widSSPBranding dt a {
    display: block;
    width: 200px;
    height: 46px;
    background: url(../img/triplogo.png?v=124) no-repeat;
    margin: 0 auto;
    background-color: rgba(0, 172, 154, 0.8);
    background-position: center;
    background-size: 80%;
  }
  #CDSWIDWRL a{color: #333 !important}
  #CDSWIDSSP .widSSPData .widSSPBranding dt {
    height: 60px !important;
  }
  .tripreview  #CDSWIDSSP .widSSPData .widSSPReviews .widSSPH11{
    color: #333 !important;
  }
  #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span{
    color: #333 !important
  }
  .tripreview{padding:20px 20px 30px;height: auto;}
  .tripreview #CDSWIDWRL .widWRLButton input{
    background-color: initial !important;
    border:1px solid #a8a8a8 !important;
    color: #333 !important;
  }
  .tripreview #CDSWIDWRL .widWRLReview textarea{
    background: #fff !important;
    color: #333 !important;
    border:1px solid #a8a8a8 !important;
    font-size: 15px !important;
  }
  .tripreview #CDSWIDSSP .widSSPData{border-bottom: 1px solid #c2c2c2 !important;}
  .buttonlink {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 30px 25px;
    background: none;
    display: inline-block;
    float: left;
    margin-top: 0;
  }
  .logogfote,.addressFtr {
      float: left;
      width: 100%;
  }
  #infoContent .padded-content-sm{
    float: left;
    width: 100%;
  }
   .feedw {
      width: 50%;
      text-align: center;
  }
   .feedw:nth-child(8),.feedw:nth-child(9),.feedw:nth-child(10), .feedw:nth-child(11),.feedw:nth-child(12){display: none;}
   .captions {
    opacity: 1;
    position: relative;
  }
  .feedw .caption-text .gocap{display: block;}
  .feedw .blur{display: none;}
  .feedw .caption-text {
    position: inherit;
    padding: 10px 0 0;
    text-align: left;
    color: #323232;
  }
  .ulcm li{color: #b1b1b1;font-weight: normal;}
  .ins {
    position: initial;
    float: right;
    bottom: 13px;
    font-size: 25px;
    font-weight: normal;
  }
  .feedw .caption-text .cto{padding: 0 10px}
  #instafeed{padding-top: 0;background: #fff;}
   .feedw {
      width: 50%;
      text-align: center;
      height: auto;
      padding: 10px 2px;
      max-height: inherit;
  }
  .feedtitle {
    padding: 35px 0;
    display: grid;
    width: 100%;
    background: #fff;
  }
  .ulcm {
    position: initial;
    width: 50%;
    display: inline-block;
    padding-left: 0px;
    margin-top: 5px;
  }
  .feedw .caption-text .gocap.gop{padding-top: 0;}
  .feedw .caption-text .gocap.gop .gto:after{display: none}
  .feedw .caption-text .cto {
    padding: 0 10px;
    max-height: initial;
    font-weight: normal;
  }
  .itemde{margin-bottom: 30px;}
  .imagins{height: 270px; overflow: hidden; }
  .ins {
    position: initial;
    float: right;
    bottom: 13px;
    font-size: 25px;
    padding-top: 4px;
    color: #b1b1b1;
  }
  .padded-content-sm{
    background: #fff;
    display: block;
    clear: both;
  }
  .threelayout .line-sh{display: none;}
  .threelayout .col-lg-6 .rightgimg {
    height: auto;
    padding-bottom: 50px;
  }
  .threelayout .rightgimg h3 {
    min-height: inherit;
  }
  .threelayout .desg p {
    margin-bottom: 10px;
  }
  .threelayout .btnm {
    bottom: -5px;
  }
  .threelayout .col-lg-6 .rightgimg {
    height: auto;
    padding-bottom: 45px;
  }
  .ctmd4:after{display: none;}
  .ctmd4 img.img-cover {
      min-height: inherit !important;
  }
  .aboutct.lookig .shirabout .col-xa-4{width: 50%;}
  .faq_bg{
    width: 100%;
    float: left;
  }
  .registerge {background-image: url(../img/register_bg_mb.jpg?v1=125);}
  .faqge {background-image: url(../img/faq_bg_mb.jpg?v1=125);}
  .faq_bg h2 {
    font-size: 25px;
    padding: 0 70px;
    line-height: 30px;
  }
  .faq_bg p{line-height: 25px;margin: 20px 0 20px;}
  .faq_bg{font-size: 18px;}
  .titlefaq h2{font-size: 15px; line-height: 30px;}
  .titlefaq {
    background: url(../img/faq_fukoka_mb.jpg?v1=125) no-repeat;
    background-size: cover;
    padding: 70px 40px;
    margin-bottom: 0px;
  }
  .cpncontent{word-break: break-all;}
  #faq_access  .titlefa{
    background-image: url(../img/faq_access_mb.jpg?v1=125);
  }
  #faq_access.faq_list{margin-top: 0;}
  #faq_fukuoka .faq_list{margin-top: -20px;}
  .faq_list{
    padding: 0 4px 4px;
    
    background: #fff !important;
        margin-bottom: 0;
  }
  .faq_list .container{
    background-color: #e5e4e0;
    padding-bottom: 40px;
  }
  .faq_room .accordion-section-content,.faq_room .contentacc {
      height: auto;
  }
  #faq_fukuoka{
    margin-top: -20px;
  }
  .accordion-section-content .cpncontent {
      padding-right: 0;
  }
  .sty1 br{display: none}
  .socialsec ul li{
    list-style: none;
    width: 50%;
    float: left;
    padding: 15px 10px;
    position: relative;
    padding-left: 50px !important;
  }
  .socialsec ul li a{font-size: 13px; color: #333; font-weight: normal;}
  .socialsec{
    width: 100%;
    display: inline-block;
    padding: 25px 0;
  }
  .socialsec h3{text-align: center; font-size: 20px;
        margin: 20px 0 30px;;}
  .socialsec ul li img{margin-right: 10px; width: 34px; height: 34px;position: absolute;
    left: 8px;}
  .socialsec ul {padding: 0 0 0 10px;}

}
@media (min-width: 480px) and (max-width: 767px) {
  .pagetour {
    width: 100%;
    height: 200vh;
        overflow: hidden;
  }
  .aboutct.lookig .shirabout .col-xa-4 {
    width: 50%;
    height: 112px !important;
    overflow: hidden;
  }
}
@media (max-width: 479px) and (min-width: 390px) {
  .clstexc{top: 50px;}
  .socialsec h3{margin: 5px 0 15px;}
}
@media (max-width: 390px){
  .socialsec ul li{
    padding: 7px 10px;
  }
  .socialsec{padding: 15px 0;}
}
@media (max-width: 479px) {
  .aboutct.lookig .shirabout .col-xa-4{width: 100%;}
  .threelayout .rightgimg {
    padding: 25px 20px 0;
  }
  .wp-lisst{padding-bottom: 10px;}
  .line-sh{display: none;}
  .btnm {
      position: inherit;
      bottom: 0;
      left: 0;
      width: 100%;
  }
  .leftgimg .bg-pree{
    background-repeat: no-repeat;
    background-position: center center;
  }
  .leftgimg {
      height: 170px;
  }
  .adetail {
    margin-top: 5px;
  }
  .rightgimg{
    height: auto;
    margin-bottom: 25px;
    text-align: center;
  }
   .itemde{width: 100%;}
  .feedw .caption-text .cto{
        max-height: 121px !important;
  }
   .feedtitle {
      padding: 20px 0 10px;
      background: none;
      margin-bottom: -11px;
  }
  .feedtitle .feect{width: 322px;}
  .feedtitle .feect ul{padding: 0;}
  .buttonlink a{font-size: 15px;}
  .ui_bubble_rating:after {
    left: 2px !important;
    top: 2px !important;
    height: 20px !important;
  }
  .feedtitle ul li{padding: 0 10px; font-size: 38px; color: #b5b4b2; opacity: 0.5 !important;} 
  .imagins{height: 270px; overflow: hidden; }
  .captions {
    opacity: 1;
    position: relative;
  }
  .feedw .caption-text .gocap{display: block;}
  .feedw .blur{display: none;}
  .feedw .caption-text .cto {
    padding: 0 0px;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    max-height: initial;
  }
  .ins {
    position: initial;
    float: right;
    bottom: 13px;
    font-size: 25px;
    padding-top: 4px;
    color: #b1b1b1;
  }
  .feedw .caption-text .cto{padding: 0 0px}
  #instafeed{padding-top: 20px;    background: none; display: block; margin-top: 0;}
   .feedw {
      width: 100%;
      text-align: center;
      height: auto;
      padding: 10px 20px;
  }
  .ulcm {
    position: initial;
    width: 50%;
    display: inline-block;
    padding-left: 0px;
        padding-top: 5px;
  }
   .feedw:first-child{padding-top: 0;}
  .feedw:nth-child(6){display: none;}
  .fixve {
    width: 99px;
    padding: 20px 0;
  }
  .fixve a{font-size: 14px;}
  .bottome .tourline{bottom: 10%;}
  .bottome .textover h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .bottome .textover {
    top:41%;
  }
  .banneraccess img{height: 350px;}
  .aboutct.lookig .shirabout .col-xa-4{
    width: 100%;
    border: 0;
  }
  #aboutct4:last-child img{border-bottom: 4px solid #fff;}
  #aboutct4 img {
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .captionphoto{font-size: 13px;    padding-right: 2px;}
  .regular .btn {
    top: 31px;
    line-height: 17px;
  }
  .slidecote .row .col-xs-3 {
    padding: 4px 4px;
  }
  .contentsub ul.regular {
    padding: 0 15px;
}
  .contentsub .container.slidecote .row{margin: 0 -4px;}
  .regular .btn img{width: 20px;}
  .regular .btn.slick-prev {
    left: 18px;
  }
  .regular .btn.slick-next {
    right: 18px;
  }
  .tabmenu ul{
    width: 100%;
    overflow: auto;
    white-space: nowrap;
  }
  .tabmenu ul li a{padding: 8px 10px;}
  .gallery-rooms .col-mdc-4 img {
    height: 110px;
    width: auto;
  }
  .gallery-rooms .col-mdc-4 {width: 33.333%;}
  .nameassig,.yourhome.contentsub .shie{margin-top: 0 !important;}
  .bgroomsuite{padding: 0 !important;}
  .yourhome  h2{margin-bottom: 5px;}
  .bgroomsuite h5{margin-top: 5px !important;}
  .listinfo1 h3{margin: 100px 0 25px;}
  .listinfo1 .price{margin-bottom:80px; position: initial;}
  .contentsub.shoelsi {
    padding-bottom: 0px;
  }
  .listsed h5{text-align: left;}
  .yourhome h5 {
    color: #333;
    text-transform: none;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .mailnif .col-md-3, .mailnif .col-md-4, .mailnif .col-md-5 {
    width: 100%;
    float: left;
  }
  .yourhome.contentsub{text-align: left;}
  .yourhome.contentsub .shie{font-size: 16px;}
  .tableshoe .trshoe{padding: 0;}
  .listsed.amenitiesa .col-md-3 {
    width: 50%;
    float: left;
  }
  .listsed .col-md-3 {
    width: 100%;
    float: left;
  }
  .mbb{display: block;}
  .pc{display: none !important;}
  .prew-content ul{width: 95%;}
  #mainOverlay h1.h4 br{display: block;}
  #mainCarousel .slide0{background-image:url(../img/header_img_0_MB.jpg?v1=125);background-position: center 55px; }
  #mainCarousel .slide11{background-image:url(../img/toppage/banner_T9_mb.jpg?v1=125);background-position: center 55px; }
  #mainCarousel .slide13{background-image:url(../img/toppage/bn_T11_mb.jpg);background-position: center 0; }
  #mainCarousel .slide12{background-image:url(../img/toppage/banner_slider12_mb.jpg?v1=125);background-position: center 55px; }
  #mainCarousel .slide5{background-image:url(../img/header_img_5_MB.jpg?v1=125);background-position: center 55px; }
  #mainCarousel .slide1{background-image:url(../img/header_img_1mobi.jpg?v1=125);background-position: center 55px; }
    #mainCarousel .slide201901{background-image:url(../img/toppage/banner/banner-012019-mb.jpg?v1=125);background-position: center 0px; }
    #mainCarousel .slide201903{background-image:url(../img/banner/banner_032020_mb.jpg?12d3ee54);background-position: center bottom; }
    #mainCarousel .slide201907{background-image:url(../img/banner/banner_072019_MB.jpg?12d3ee54);background-position: center bottom; }

  #mainOverlay{background-size: 100% auto;}
  #offers .slice-3{border-left: 4px solid #fff;}
  #offers .slice .background:before{height: 100%;}
  #offers .slice .background {
      height:auto;
  }
  #ui-datepicker-div {left: 4px !important}
  .container-fix{padding: 30px 15px 35px}
  #ui-datepicker-div {
    width: 96.637% !important;
    left: 0 !important;
    margin: 0 auto !important;
    right: 0;
  }
  .col-md-33.col3, .col-md-33.col4 {
      width: 50%;
  }
  .col-md-33.col1, .col-md-33.col2 {
    width: 100%;
  }
   .col-md-33.col5{width: 100%;}
   .col-md-33.col5 label{display: none;}
   #ui-datepicker-div.calen2{
    left: 3px !important;
  }
  #ui-datepicker-div.calen2:after,  #ui-datepicker-div.calen2:before{
    left: 90%;
  }
  .carousel-inner{height: auto}
  .carousel{height: auto}
  #mainCarousel .slide1,#mainCarousel .slide0, #mainCarousel .slide2,
  #mainCarousel .slide3, #mainCarousel .slide4, #mainCarousel .slide5,
  #mainCarousel .slide6,  #mainCarousel .slide7, #mainCarousel .slide8,#mainCarousel .slide9,
  #mainCarousel .slide10,#mainCarousel .slide11,#mainCarousel .slide12,.slide13,.bn_12,.slide201907,.slide201903,.slideapp{
    display: block;
    height: 500px;
    background-position: center center;
  }
  .slide072020{height: 230px;background-position: center center;}
  .bookingcom{padding-bottom: 0px;}
  #mainOverlay{padding-top: 40px; padding-bottom: 0;}
  #mainOverlay h1.h4{margin-bottom: 20px;}
  .booking .form-group input, .booking .form-group select {
    font-weight: normal;
    color: #454545;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 15px;
  }

  .bookingcom span{display: block;    font-size: 20px;     line-height: 25px;}
  .booking .rs-datepicker{padding: 7px 12px 4px;}
  .booking .form-group {
      margin-bottom: 20px;
  }
  .count-input input{height: 43px;}
  .aboutct.lookig .shirabout .col-xa-4{
    overflow: hidden;
  }
  .aboutct.lookig .shirabout .col-xa-4:last-child{
    border-bottom: 4px solid #fff;
  }
  .aboutct.lookig {
    margin-bottom: 30px;
  }
  .aboutct.lookig .shirabout .col-xa-4 h4 {
      font-size: 14px;
      line-height: 20px;
  }
  .textover {
    top: 31%;
    padding: 0 20px;
  }
  .aboutct.lookig .shirabout .col-xa-4 .tourline {
    bottom: 3px;
  }
  .descki img{max-width: 17%;}
  .descki img {
    position: initial;
    left: 0;
    top: 0;
    max-width: 17%;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .descki{
    padding-left: 0 !important;
        padding-right: 15px;
  }
  .linestart{top: 70%;}
  #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li{padding-bottom: 8px;}
  div#navbar{padding-top: 0 !important;}
  .yourhome.contentsub.premiumdb{
    padding-top: 0 !important;
    border-top: none !important;
    position: relative;
    padding-bottom: 0 !important;
    background: url(../img/rooms/bg-primum-room_mb.jpg?v1=12ss5) no-repeat;
    background-size: cover;
    padding: 10px 0 30px !important;
  }
  .premiumdb .romSuiteOrs {
    position: initial;
    top: 0;
    text-align: center;
    width: 100%;
  }
  .premiumdb.yourhome .bgroompremium h2 {
    font-size: 30px;
    line-height: 50px; 
  }
  .bgroompremium {
    padding: 10px 0;
  }
  .container.covidcn {
    max-width: 768px;
    padding: 0 4px;
  }
  .bannerlounge.mobiapp.covidbn {
    background-image: url(../img/covid/banner_mb.jpg);
  }
  .bannerlounge.mobiapp.covidbn h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
    top: 36%;
  }
  .listcovid h2 span {
    font-size: 36px;
    vertical-align: middle;
    line-height: 36px;
    margin-right: 25px;
    border-width: 3px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .listcovid h2 {
    font-size: 24px;
    margin: 50px 0 35px 15px;
    position: relative;
    padding-left: 65px;
    padding-top: 10px;
    line-height: 30px;
  }
  .listcovid .imgdownloadgo .leftdo{
    width: 100%;
  }
  .listcovid .imgdownloadgo  .leftdo img.mb{width: 227px;}
  .listcovid .rightdo{width: 100%;    text-align: center;padding: 0;margin-bottom: 40px;}
  .listcovid .rightdo img {
    width: 158px;
  }
  .covidct{padding: 0 25px;}
  .carousel-inner a.notecovid img{width: 15px;}
}
@media (min-width: 390px) and  (max-width: 420px){
  a.btdbooking_mb.mb{    margin: 40px 15px 0;}
  a.notecovid {
    bottom: 46%;
    font-size: 14px;
  }
}
@media (max-width: 360px){
  .socialsec ul {
      padding: 0 0 0 0px;
      margin: 0;
  }
  .socialsec ul li{padding: 10px 5px; white-space: nowrap;}
  .faq_bg h2{padding: 0 60px;}
  .fuku h2 {
      font-size: 40px;
  }
  .itemshop {
      padding: 0 6px;
  }
  .ecteo {
      padding-bottom: 35px;
      text-align: left;
  }
  .feedtitle ul li{font-size: 22px;}
  .fixve {
    width: 82px;
    padding: 13px 0;
}
  .tourc .textnum a.linkoi {
      font-size: 14px;
      letter-spacing: 0px;
  }
  .listimgtour li {
    max-width: 81px;
  }
  .listimgtour li:last-child a {
    line-height: 42px;
    font-size: 14px;
  }
  .descki {
    top: 30%;
    line-height: 20px;
    width: 98%;
    left: 20px !important;
  }
  .textnum a.linkoi{font-size: 14px;}
  .clstexc{top: 20px;}
  .clstexc h4 {
      margin-bottom: 20px;
  }
  .clstexc h5 {
      margin-bottom: 20px;
  }
  .aboutct .container p{margin-bottom: 30px;}
  #aboutsi2 img{min-height: 800px;}
  .acceshow{top: 3% !important}
  .offremkt{padding: 35px 10px 30px;}
  .listinfo1 ul li i {
    display: table-cell;
    padding-right: 8px;
    float: left;
    margin-top: 7px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .listinfo1 ul li {
    list-style: none;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
  }
  .lineo1 {
    height: 10%;
  }
  .textnum {
    top: 8%;
  }
  .lineo2 {
    height: 72%;
  }
  .starticon {
    top: 205px;
  }
  .bannerjpfoo img{display: inline-block;}
  .bannerjpfoo{margin-bottom: 40px;}
}
@media (min-width: 768px){
.grid .row .hovercontainer img.img-responsive{
	height:628px;
}
.up_uber.grid .row .col-md-6:last-child .hovercontainer img.img-responsive{
	height:312px;
max-height:inherit;
}

}
