#index {
  margin: 0; }

body:not(#index) {
  margin: 44px 0 0 0; }

p {
  max-width: 520px; }

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

@media screen and (max-width: 767px) {
  .navbar-logo {
    display: none; }

  .mobile-menu {
    position: fixed;
    left: -100vw;
    top: 0;
    width: 0;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

  .mobile-menu-show {
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
    width: 100%; } }
@media screen and (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .row .col {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .row .md-6 {
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

  nav, .mobile-menu-bg, .navbar-main, .navbar-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .mobile-menu, .mobile-menu-bg {
    width: 95%; }

  .navbar-right-section {
    margin-left: auto; } }
.landing-page {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.3) 100%), url(../img/out2.html);
  background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.3) 100%), url(../img/out2.html);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.3)), to(red)), url(../img/out2.html);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 100%, red 100%), url(../img/out2.html);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 100%, red 100%), url(../img/out2.html);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 100%, red 100%), url(../img/out2.html);
  background-size: cover;
  background-position: top; }

#index-flexible {
  background-image: url(../img/empty.html); }

#index-accessible {
  background-image: url(../img/trams01.html); }

#index-comfortable {
  background-image: url(../img/room1.html); }

#index-sightseeing {
  background-image: url(../img/adam01.html); }

#gallery-img01 {
  background-image: url(../img/room9.html); }

#gallery-img02 {
  background-image: url(../img/room10.html); }

#gallery-img03 {
  background-image: url(../img/room8.html); }

#gallery-img04 {
  background-image: url(../img/room13.html); }

#gallery-img05 {
  background-image: url(../img/room11.html); }

#gallery-img06 {
  background-image: url(../img/room12.html); }

#gallery-img1 {
  background-image: url(../img/room1.html); }

#gallery-img2 {
  background-image: url(../img/room2.html); }

#gallery-img3 {
  background-image: url(../img/room3.html); }

#gallery-img4 {
  background-image: url(../img/room6.html); }

#gallery-img5 {
  background-image: url(../img/room5.html); }

#gallery-img6 {
  background-image: url(../img/room7.html); }

#gallery-img7 {
  background-image: url(../img/out1.html); }

#gallery-img8 {
  background-image: url(../img/out2.html); }

#gallery-img9 {
  background-image: url(../img/out4.html); }

#gallery-img10 {
  background-image: url(../img/bad3.html); }

#gallery-img11 {
  background-image: url(../img/bad1.html); }

#gallery-img12 {
  background-image: url(../img/bad2.html); }

#gallery-img13 {
  background-image: url(../img/kitchen1.html); }

#gallery-img14 {
  background-image: url(../img/hall2.html); }

#gallery-img15 {
  background-image: url(../img/hall3.html); }

@media screen and (min-width: 992px) {
  #info-apartments, #info-service, #info-reservation, #info-location, #contact-address {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 2px solid #555;
    margin-bottom: 4px; }
    #info-apartments .content, #info-service .content, #info-reservation .content, #info-location .content, #contact-address .content {
      background-color: transparent;
      border: none; }
      #info-apartments .content h4, #info-service .content h4, #info-reservation .content h4, #info-location .content h4, #contact-address .content h4 {
        color: #fff;
        text-shadow: 1px 1px 1px #000; }
      #info-apartments  .content p, #info-service .content p, #info-reservation .content p, #info-location .content p, #contact-address .content p {
        color: beige;
        text-shadow: 1px 1px 1px #000;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px;
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px);
        border-radius: 5px; }

  #info-apartments {
    background-image: url(../img/room6.html);
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
    #info-apartments > .content {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }

  #info-service {
    background-image: url(../img/reception01.html); }

  #info-reservation {
    background-image: url(../img/travel1.html); }

  #info-location {
    background-image: url(../img/out5.html);
    background-position: bottom; }

  #info-facilities {
    background-image: url(../img/marble.html);
    border-bottom: 2px solid #555;
    margin-bottom: 4px; }
    #info-facilities .content {
      background-color: transparent;
      border: none; }

  #contact-address {
    background-image: url(../img/out4.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; }
    #contact-address address {
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 10px;
      border-radius: 5px; }
    #contact-address address, #contact-address a {
      color: beige; }

  #col-faq {
    background-image: url(../img/marble.html);
    background-size: cover; }
    #col-faq .content {
      background-color: transparent; } }
/*body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  color: goldenrod;
  background-color: #000; }*/
body {
 	     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
 	     text-align: center;
 	     color: #111;
     background-color: #000;
}

h1, h2 {
  font-size: 2.5em;
  margin-bottom: 20px; }

h4 {
  font-size: 1.3em;
  margin-bottom: 20px; }

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

.navbar-logo {
  width: 160px; }

.navbar-main {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.navbar-right-section {
  background-color: darkgoldenrod;
  background-image: -webkit-linear-gradient(270deg, #e7c160 0%, goldenrod 35.23%, #e5bd57 66.32%, goldenrod 100%); }
  .navbar-right-section a {
    color: #fff;
    text-shadow: 1px 1px 2px #000; }

.mobile-menu-logo-container, .mobile-toggler {
  display: none; }

.mobile-menu-logo {
  padding-top: 35%;
  background-image: url(../img/gm-logo.html);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%; }

nav {
  background-color: #171717;
  background-image: -webkit-linear-gradient(100deg, #212121 0%, #161616 25%, #2c2c2c 50%, #161616 75%, #373737 100%); }

nav, .navbar-link, h2 {
  color: #fefefe;
  text-shadow: 1px 1px 2px #000; }

.navbar-link {
  text-align: left;
  padding: 15px;
  display: block;
  text-decoration: none;
  text-transform: uppercase; }
  .navbar-link:hover, .navbar-link.active {
    color: #fff; }

button {
  padding: 0; }
  button a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase; }

.landing-page {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px; }
  .landing-page h1, .landing-page p {
    color: #fff;
    text-shadow: 2px 2px 1px #000;
    margin-left: 15px;
    margin-right: 15px; }
  .landing-page p {
    font-size: 1.4em; }

.content {
  padding-bottom: 25px;
 
  background-color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .content .content-img {
    padding-top: 56.25%;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
	border-color: #171717;
	    border-style: solid;
  border-width: 2px;
    /*width: 100%;
    display: flex*/
   }
  .content .content-text {
    padding: 0 15px; }
  .content .content-bottom {
    margin-top: auto; }
  .content ul {
    list-style: none;
    padding: 0; }

#index .content-text {
  margin-left: auto;
  margin-right: auto; }

footer {
  background-color: #000;
  color: #555; }

.read-more {
  background-color: #878787;
  background-image: -webkit-linear-gradient(270deg, #999999 0%, #6c6c6c 32.64%, #909090 65.8%, #555555 100%); }
  .read-more a {
    color: #fff;
    text-shadow: 1px 1px 2px #000; }

.book-now {
  background-color: #DAA520;
  background-image: -webkit-linear-gradient(270deg, #e7c160 0%, goldenrod 35.23%, #e5bd57 66.32%, goldenrod 100%);
  border-color: gold; }
  .book-now a {
    color: #fff;
    text-shadow: 1px 1px 2px #000; }

.footer-img {
  margin: auto;
  width: 260px;
  height: 210px;
  background-image: url(../img/gm-logo.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

footer p {
  margin: auto;
  padding: 15px; }

address a {
  color: #000; }
  address a:hover {
    text-decoration: underline;
    color: blue; }

.faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 750px;
  border-bottom: 1px solid #999; }
  .faq-container .faq-question {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: black;
    padding-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #999; }
    .faq-container .faq-question::after {
      content: "\02795";
      float: right;
      margin-left: 5px; }
    .faq-container .faq-question.active::after {
      content: "\2796"; }
    .faq-container .faq-question.active + .faq-answer {
      display: block; }
  .faq-container .faq-answer {
    display: none;
    margin-left: 12px;
    max-width: 550px;
    margin-bottom: 15px; }

address, .faq-container {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .navbar-right-section {
    margin-right: -1px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    margin-top: 30px; }

  .mobile-menu-logo-container, .mobile-toggler {
    display: block; }

  .mobile-menu-logo-container {
    padding: 15px 20px; }

  .mobile-toggler {
    float: left;
    padding: 10px; }

  nav {
    height: 44px;
    background-image: url(../img/brand-goldsilver.html);
    background-position: 50% 6px;
    background-repeat: no-repeat;
    background-size: auto 32px; }

  .mobile-menu-bg {
    max-width: 280px;
    min-height: 100vh;
    border-right: 1px solid #555;
    background-color: #333;
    background-image: -webkit-linear-gradient(130deg, #212121 0%, #161616 25%, #2c2c2c 50%, #161616 75%, #373737 100%); }

  .mobile-menu {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4); } }
@media screen and (max-width: 767px) and (orientation: portrait) {
  .img-big, .img-small {
    height: auto;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    border-bottom: 1px solid #eee; } }
@media screen and (max-width: 767px) and (orientation: landscape) {
  .img-big, .img-small {
    height: 80vh;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    border-bottom: 1px solid #eee; } }
@media screen and (max-width: 991px) {
  .content {
    background-image: url(../img/marble.html);
    background-size: cover;
    background-repeat: no-repeat; } }
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none; }

  nav {
    -webkit-box-shadow: 0px 1px 1px 1px #111;
            box-shadow: 0px 1px 1px 1px #111; }
    nav .navbar-logo-container {
      margin: 0 15px; }
    nav .navbar-main {
      border-left: 1px solid #111;
      border-right: 1px solid #444; }
      nav .navbar-main li {
        border-right: 1px solid #111;
        border-left: 1px solid #444; }

  .facility-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px; }
    .facility-list li {
      margin-bottom: 10px;
      height: 40px;
      width: 25%;
      padding-left: 8%; }

  .content {
    border: 2px solid #555;
    margin-bottom: 4px; }
    .content.mr-2px {
      margin-right: 2px; }
    .content.ml-2px {
      margin-left: 2px; }

  .image-gallery {
    width: 100%;
    margin-top: 20px; }
    .image-gallery .gallery-section {
      position: relative;
      width: 100%;
      padding-top: 37.5%; }
      .image-gallery .gallery-section .gallery-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .image-gallery .gallery-section .img-big-group {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
      .image-gallery .gallery-section .img-small-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
	.image-gallery .gallery-section .img-big, .image-gallery .gallery-section .img-small {
	     height: 100%;
	     width: 100%;
	     background-size: cover;
	     background-position: center;
	     background-repeat: no-repeat;
	     border: 2px solid #171717;
	     -webkit-box-sizing: border-box;
	     box-sizing: border-box;
}

     /* .image-gallery .gallery-section .img-big, .image-gallery .gallery-section .img-small {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: 2px solid #eee;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .image-gallery .gallery-section .img-small {
        height: 50%;
        padding: initial; }*/
    .image-gallery .gallery-section:nth-child(even) .gallery-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
@media screen and (min-width: 992px) {
  nav {
    z-index: 9999; }

  #service p {
    margin-left: auto; }

  .container-move-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

  .divide-bottom:after {
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555; }

   #info .content {
    padding: 0 20px; } 

  .content p:last-child {
    margin-bottom: 40px; } }
@media screen and (min-width: 1200px) {
  body, button > a {
    font-size: 1.3em; }

   #info .content, #contact .content {
    padding: 0 5%; } 

  .facility-list li {
    width: 18%;
    padding-left: 2%; } }
@media screen and (min-width: 1500px) {
  #info .content, #contact .content {
    padding: 0 9%; } }
.policy-list dt {
font-weight:bold;
margin-bottom:5px;
}
.policy-list dd {
margin-bottom:10px;
}

li {
 display: block;
 transition-duration: 0.5s;
}

li:hover {
  cursor: pointer;
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul li {
  clear: both;
  width: 100%;
}
 
.dropdown {
  position: relative;
  display: inline-block;
  padding-right: 20px;
	margin-right: -20px;
}

.dropdown .dropdown-menu {
  z-index: 100;
  position: absolute;
  top: 100%;
  display: none;
  margin: 0;
  background-color: #333;

  /****************
   ** NEW STYLES **
   ****************/

  list-style: none; /** Remove list bullets */
  width: 100%; /** Set the width to 100% of it's parent */
  padding: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/** Button Styles **/
.dropdown a {
  border: none;
  margin: 0;
  padding: 0.4em 0.8em;
}

.smallerfont {
  font-size: 0.8em
}

@media screen and (max-width: 767px) {
    .dropdown {
      display: none; 
      visibility: hidden;
    }
  }
 
  @media screen and (min-width: 768px) {
    .roomsEnlisted {
      display: none; 
      visibility: hidden;
    }
  }
 
  [type="date"] {
    background:#fff url(../../cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
  }
  [type="date"]::-webkit-inner-spin-button {
    display: none;
  }
  [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
  }
  
  label {
    display: block;
    font-size: 0.80em
  }
  input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
  }

  form {
    margin-top: 10em;
  }

  #submit {
    text-decoration: none;
    text-transform: uppercase; 
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    background-color: goldenrod;
    color: #000; 
    border: none;
    margin-top: 0.3em;
    display: inline-block;
    font-size: 1.5em;
  }

  .error {
    color: red;
    margin-top: 0.4em;
    font-style: italic;
    font-size: 0.8em;
    text-align: center;
    display: block;
  }
   
  label.error {
    display: block;
  }

textarea {
    width: 80%;
    height: 200px;
    padding: 15px 22px;
    box-sizing: border-box;
    border: 4px solid #ccc;
    border-radius: 5px;
    resize: none;  
}
/*
.button_red
{
  background-color: red;
  box-shadow: 0 1px 0 darkred;
  color: white;
  padding: 3px;
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.button_red:hover {
  background-color: #ce0606;
  cursor: pointer;
}*/

.button_red {
      background-color: #b4b522;
      box-shadow: 0 1px 0 black;
      color: #111;
      font-weight: bold;
      padding: 3px;
      position: relative;
      margin-right: 10px;
      text-decoration: none;
      text-transform: uppercase;
}

.button_red:hover {
 	     background-color: #b1650c;
 	     cursor: pointer;
}


.button_red:active {
  box-shadow: none;
  top: 1px;
}

.multi_lang ul {
 list-style-type: none;
		display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.multi_lang div {
 	float: right;
	display: block;
	margin-left:100px;
}

.multi_lang li {
        border-right: 1px solid #111;
        border-left: 1px solid #444;
 float:left;
}
.multi_lang	a {
	display: block;
    color: #fff;
    font-size: 0.8em;
 }
}
