/*
| -------------------------------------------
| @FONT FACE
| -------------------------------------------
*/
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);
/*
@font-face {
    font-family: 'couturebold';
    src: url('../fonts/couture-bld-webfont.eot');
    src: url('../fonts/couture-bld-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/couture-bld-webfont.woff2') format('woff2'),
         url('../fonts/couture-bld-webfont.woff') format('woff'),
         url('../fonts/couture-bld-webfont.ttf') format('truetype'),
         url('../fonts/couture-bld-webfont.svg#couturebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'couturebold_italic';
    src: url('../fonts/couture-bldit-webfont.eot');
    src: url('../fonts/couture-bldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/couture-bldit-webfont.woff2') format('woff2'),
         url('../fonts/couture-bldit-webfont.woff') format('woff'),
         url('../fonts/couture-bldit-webfont.ttf') format('truetype'),
         url('../fonts/couture-bldit-webfont.svg#couturebold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
| -------------------------------------------
| GLOBAL REPLACEMENT
| -------------------------------------------
*/
body {
  background-color: #ffffff;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  line-height: 1.5em;
}
a {
  color:#497155;
}
a:hover,
a:focus {
  outline:none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.row {
  padding-left: 0px;
  padding-right: 0px;
}
.btn {
  border:0px;
}
.btn-default {
  background: #636463;
}
.btn-default:hover,
.btn-default:focus {
  background: #555555;
}
.form-control {
  border-radius: 0px;
  border: 0px;
  background: none;
  box-shadow: none;
  font-size: 16px;
  border-bottom: 2px solid #ffffff;
  min-height: 45px;
  color:#ffffff;
}
.form-control[disabled], .form-control[readonly] {
  background-color:transparent !important;
}
.form-control:hover,
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control input:hover,
.form-control input:focus {
  border-bottom: 2px solid #b5a268;
}
.navbar-brand {
  padding: 5px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none !important;
}
.dropdown-menu {
  border-radius:0px;
  box-shadow: none;
  background: none;
  z-index: 9999;
}
.dropdown-menu li {
  padding: 5px 30px !important;
}
.dropdown-menu li a {
  padding-left: 0px;
}
.alert {
  border-radius:0px;
  border:0px;
  margin: 0px;
  z-index: 9999;
}
.modal .close {
  position: absolute;
  top:40px;
  right:40px;
  color: #ffffff;
  opacity:1;
  z-index: 200;
}
.modal .close img {
  width: 30px;
  height:30px;
}
.modal-open .modal {
  background:rgba(0,0,0,0.7);
}
.modal .reservation {
  background: none;
}
.modal .modal-dialog {
  width: 100%;
}
.modal .modal-header {
  border: 0px;
}
.modal .modal-content {
  background: none;
  border:0px;
  box-shadow:none;
}
.modal .modal-body {
  margin-top: 10%;
}
.modal-hotel .modal-body {
  margin-top:5%;
  color:#ffffff;
}
/*
| -------------------------------------------
| HELPERS
| -------------------------------------------
*/
.wrapper {
  max-width: 1600px;
  margin: auto;
  background-color: #ffffff;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.relative {
  position: relative;
}
.form-group.form-icon {
  position: relative;
}
.form-icon i.icon {
  position: absolute;
  right:0px;
  top:5px;
}
i.icon {
  display: block;
  width: 28px;
  height:28px;
}
i.icon.icon-location {
  background:url(../img/location-white.svg) no-repeat center;
}
i.icon.icon-calendar {
  background:url(../img/calendar-white.svg) no-repeat center;
}
i.icon.icon-food {
  background:url(../img/restaurant.png) no-repeat center;
}
i.icon.icon-ring {
  background:url(../img/fashion.png) no-repeat center;
}
i.icon.icon-group {
  background:url(../img/group.png) no-repeat center;
}
i.icon.icon-playground {
  background:url(../img/fun.png) no-repeat center;
}
i.icon.icon-shop {
  background:url(../img/shop.png) no-repeat center;
}
.nicescroll-rails {
  background: rgba(0, 0, 0, 0.3);
}
.nicescroll-rails div {
  border:0px !important;
  width:7px !important;
  border-radius: 0px !important;
}
#ascrail2000, #ascrail2000-hr, .textAd {
  display: none;
}
/*
| -------------------------------------------
| CUSTOM
| -------------------------------------------
*/
/* -- Intro -- */
.th-intro {
  /* background:url('../img/background-intro.jpg') no-repeat fixed bottom center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.th-intro .menu.white .pre-headline {
    display: block;
    background-color:#3f6c90;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 6px;
    font-size: 12px;
    color:#fff !important;
}
.th-intro .menu.white .pre-headline:hover,
.th-intro .menu.white .pre-headline:focus {
  background-color:#225a74;
}
.th-intro .menu.white .pre-headline span {
  border: 1px solid #ffffff;
  display: block;
  padding: 0px 10px;
}
.th-intro .menu {
  position: fixed;
  top:0px;
  left:0px;
  right:0px;
  max-width: 100%;
  margin: auto;
  z-index: 200;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(15, 15, 15, 0.29);
}
.th-intro .menu.white {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(255,255,255,0.8);
  border-bottom: 1px solid #dddddd;
}
.th-intro .menu.white .form-group {
  margin-bottom: 0px;
}
.th-intro .menu.white .navbar {
  margin-bottom: 3px;
}
.th-intro .menu.white .logo2 {
  max-width: 90px;
}
.th-intro .menu.white .icon-bar {
  background: #666666;
}
.th-intro .menu.white a {
  color:#666666;
}
.th-intro .menu.white a:hover,
.th-intro .menu.white a:focus {
  color:#666666;
}
.th-intro .menu.white .whats-on {
  border: 2px solid #9C8831;
  padding: 5px 10px;
}

.th-intro .menu.white .dropdown-menu {
  background: #ffffff;
  z-index: 9999;
  text-align: left !important;
}
.th-intro .menu.white .dropdown-menu li {
  text-align: left !important;
}
.th-intro .menu.white .dropdown-menu li:hover,
.th-intro .menu.white .dropdown-menu li:focus,
.th-intro .menu.white .dropdown-menu a:hover,
.th-intro .menu.white .dropdown-menu a:focus {
  text-decoration: none !important;
}
.th-intro .menu.white .language {
  color:#333333;
}
.th-intro a {
  color:#fff;
}
.th-intro a:hover,
.th-intro a:focus {
  color:#6f962c;
  text-decoration: none;
}
.th-intro .dropdown-menu {
  border: 0;
}
.th-intro .dropdown-menu li {
  text-align: left !important;
}
.th-intro .dropdown-menu a {
  color:#fff;
}
.th-intro .dropdown-menu li:hover,
.th-intro .dropdown-menu li:focus,
.th-intro .dropdown-menu a:hover,
.th-intro .dropdown-menu a:focus {
  color:#fff;
  text-decoration: none !important;
  opacity: 0.8;
}
.th-intro .logo {
  padding-top: 20px;
  margin: 20px auto 0 auto;
  margin: auto;
  text-align: center;
  max-width: 150px;
}

.th-intro .social {
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 16px;
}
.th-intro .language {
  padding-top: 20px;
  color:#ffffff;
}
.th-intro .language li {
  padding-left: 0;
  letter-spacing: 1px;
}
.th-intro .navbar {
  text-align: center;
}
.th-intro .navbar li {
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
}
.th-intro .navbar li a {
  padding-bottom: 5px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.th-intro .navbar li a:hover,
.th-intro .navbar li a:focus {
  background:none;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
.th-intro .nav {
    margin: auto;
    width: 100%;
}
.th-intro .navbar .navbar-nav>li {
    display: inline-flex;
    float:none;
}
.th-intro .navbar .icon-bar {
  background: #ffffff;
}
.th-intro .whats-on-mobile {
  display: none;
  background:#63496f;
  color: #fff !important;
  padding:5px;
}
.th-intro .whats-on-mobile a {
  color: #fff !important;
}
/* .th-intro .whats-on {
  position: absolute;
  right:15px;
  top:-116px;
  vertical-align: middle;
  display: block;
  width: 268px;
  height:86px;
  text-align: center;
  padding-top: 50px;
  font-weight: normal;
  background:url('../img/whatson.png') no-repeat;
  z-index: 300;
} */
.th-intro .whats-on {
	position: absolute;
	right: 15px;
	top: -380px;
	vertical-align: middle;
	display: block;
	width: 268px;
	height: 350px;
	text-align: center;
	padding-top: 0;
	font-weight: normal;
	/* background: url('../img/whatson.png') no-repeat; */
	z-index: 300;
}

.th-intro .whats-on-mobile a:hover,
.th-intro .whats-on-mobile a:focus {
  text-decoration: none;
}
.reservation {
  position: absolute;
  bottom:-140px;
  background: #262626;
  color:#ffffff;
  width: 100%;
  padding: 30px 0;
  letter-spacing: 1px;
}
.reservation .closing {
  background:url(../img/close.svg) no-repeat center;
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right:10px;
  top:10px;
  cursor: pointer;
}
.reservation .closing-mobile {
  background:url(../img/close.svg) no-repeat center;
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right:10px;
  top:10px;
  cursor: pointer;
}
.reservation h3 {
  margin-top: 0px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size:16px;
  color:#b5a268;
}
.reservation .btn-info {
  border-radius: 0px;
  background-color:#3f6c90;
  padding: 5px;
}
.reservation .btn-info:hover,
.reservation .btn-info:focus {
  background-color:#225a74;
}
.reservation .btn-info span {
  border: 1px solid #ffffff;
  display: block;
  padding: 5px;
}
.reservation .description {
  padding-top: 20px;
  font-size: 13px;
}
.reservation .bootstrap-select .btn {
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  background: none;
  box-shadow: none;
  font-size: 16px;
  border-bottom: 2px solid #ffffff;
  min-height: 45px;
  color:#ffffff;
  font-weight: 300;
}
.reservation .bootstrap-select .btn:hover,
.reservation .bootstrap-select .btn:focus,
.reservation .bootstrap-select .btn:active {
  outline:none;
  box-shadow: none;
}
.reservation .bootstrap-select .dropdown-menu {
  border-radius:0px;
  background: #262626;
  color:#ffffff;
  font-size: 16px;
}
.reservation .bootstrap-select .dropdown-menu.open {
    border: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
.reservation .bootstrap-select ul li a {
  color:#ffffff;
  font-weight: 300;
}
.reservation .bootstrap-select ul li:hover,
.reservation .bootstrap-select ul li:focus,
.reservation .bootstrap-select ul li.selected,
.reservation .bootstrap-select ul li a:hover,
.reservation .bootstrap-select ul li a:focus {
  background: #b5a268;
}
.reservation .checkbox {
  padding-top: 15px;
  min-height: 35px;
}
.reservation .checkbox label {
  padding-left: 20px;
  font-weight: 300;
}
.reservation .checkbox-primary input[type="checkbox"]:checked + label::before,
.reservation .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #b5a268;
    border-color: #b5a268;
}
.reservation .checkbox label::before {
  background-color: transparent;
  width: 22px;
  height: 22px;
}
.reservation .checkbox label::after {
  top: 0px;
  left: 3px;
}
.proposal {
  color:#ffffff;
}
.proposal .btn {
  border-radius: 0px;
  background-color:#b5a268;
}
.ui-datepicker {
  font-family: 'Lora', serif;
  font-size: 15px;
  border:0;
  border-radius: 0px;
    z-index: 9999 !important;
}
.ui-datepicker table {
  font-size: 14px;
}
.ui-datepicker,
.ui-datepicker a {
  font-size: 15px !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
    padding: 3px !important;
    text-align: center !important;
}
.ui-datepicker select {
  color:#666666;
  font-family: 'Lora', serif;
}
.ui-datepicker .ui-widget-header {
  border:0px;
  background:#b5a268 !important;
}
.ui-datepicker .ui-state-hover {
  background: none;
  border:0px;
  padding: 0px;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #b5a268;
  border-color: #b5a268;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  color:#b5a268;
  border-color: #b5a268;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  border:0px;
}
/* -- Home -- */
#reservation-modal {
  z-index: 9999;
}
.th-home {
  padding-top:0px;
  background-color: #ffffff;
  min-height: 1300px;
  color:#666666;
}
.th-home .pre-headline {
    background-color:#3f6c90;
    text-transform: uppercase;
    position: fixed;
    top:25px;
    left:25px;
    z-index: 10;
    border-radius: 0px;
    padding: 6px;
}
.th-home .pre-headline:hover,
.th-home .pre-headline:focus {
  background-color:#225a74;
}
.th-home .pre-headline span {
  border: 1px solid #ffffff;
  display: block;
  padding: 5px 18px;
}
.th-home .whats-on {
  border: 2px solid #9C8831;
  padding: 5px 10px;
}

.th-home .dropdown-menu {
  background: #ffffff;
  z-index: 9999;
  text-align: left !important;
}
.th-home .dropdown-menu li {
  text-align: left !important;
}
.th-home .dropdown-menu li:hover,
.th-home .dropdown-menu li:focus,
.th-home .dropdown-menu a:hover,
.th-home .dropdown-menu a:focus {
  text-decoration: none !important;
}
.th-home .logo {
  margin: 20px auto 0 auto;
}
.th-home .logo img {
  margin: auto;
  text-align: center;
  margin-top:0px;
  max-width: 150px;
}
.th-home .language {
  position: absolute;
  top:20px;
  right:20px;
  margin-right:50px;
  z-index: 10;
}
.th-home .language li {
  padding-left: 0;
  letter-spacing: 1px;
}
.th-home .navbar {
  text-align: center;
  margin-bottom: 0px;
}
.th-home .navbar li {
  text-align: center;
  padding: 0 10px;
}
.th-home .navbar li a {
  padding-bottom: 5px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.th-home .navbar li a:hover,
.th-home .navbar li a:focus {
  background:none;
  text-decoration: none;
  opacity: 0.7;
}
.th-home .nav {
    margin: auto;
    width: 100%;
}
.th-home .navbar .navbar-nav>li {
    display: inline-flex;
    float:none;
}
.th-home .navbar .icon-bar {
  background: #808080;
}
.th-home .hotel {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.th-home .hotel .background {
  width:: 100%;
}
.th-home .hotel2 {
  position: relative;
}
.th-home .hotel2 .wrapper {
  position: absolute;
  top:-118px;
  background: none;
}
.th-home .hotel2 img {
  margin-bottom: 40px;
}
.th-home .hotel2 .headline {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #497155;
  color:#ffffff;
  padding: 30px;
  text-align: left;
  width: 75%;
}
.th-home .hotel2 .content {
  background: #ffffff;
  border: 0px;
  box-shadow: none;
  border-radius:0px;
  margin-bottom: 0px;
  line-height: 2em;
}
.th-home .hotel2 .column {
  margin: 0px;
  padding: 0px;
}
.th-home .hotel2 .btn {
  position: absolute;
  font-style: italic;
  top:-15px;
  right:0px;
  border-radius:0px;
  color:#ffffff;
  display: inline-block;
  width: auto;
  letter-spacing: 2px;
}
.th-home .hotel2 .diamond {
  background:url(../img/diamond.png) no-repeat center center;
  display: block;
  width: 300px;
  height: 300px;
  position: relative;
  left: -150px;
  top: -70px;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:#ffffff;
  padding-top: 138px;
}
.th-home .hotel2 a:hover,
.th-home .hotel2 a:focus {
  text-decoration: none !important;
}
.th-home .hotel2 a .diamond:hover,
.th-home .hotel2 a .diamond:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}
/* -- Services -- */
.th-services {
  background-color: #ffffff;
  padding-top:0px;
}
.th-services .navbar {
  position: relative;
  top:40px;
  text-align: center;
  margin-bottom: 0px;
  z-index: 10;
}
.th-services .navbar li {
  text-align: center;
  padding: 0 50px;
  letter-spacing:0px;
}
.th-services .navbar li a {
  font-weight: 600;
  padding-bottom: 5px;
  color:#000000;
  text-transform: uppercase;
}
.th-services .navbar li a:hover,
.th-services .navbar li a:focus {
  text-decoration: none;
}
.th-services .navbar li span {
  margin-top: 20px;
  display: block;
  width: 100px;
  height:100px;
  text-align: center;
  padding-top: 35px;
}
.th-services .navbar li .line {
  background: #b5a268;
  width: 70%;
  height: 3px;
  margin: 10px auto;
}
.th-services .navbar li.active span {
  background-color:#554841;
}
.th-services .navbar .icon-bar {
  background: #808080;
}
.th-services i.icon {
  text-align: center;
  width: auto;
}
.th-services .tab-content {
  z-index:-1;
}
.th-services .tab-content .tab-pane {
  overflow: hidden;
  position: relative;
}
.th-services .tab-content .tab-pane .background {
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.th-services .tab-content .tab-pane .container {
  margin-top: 80px;
}
.th-services .tab-content .tab-pane .btn {
  font-style: italic;
  border-radius:0px;
  color:#ffffff;
  width: auto;
  letter-spacing: 2px;
}
.th-services .tab-content .tab-pane .headline {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:#ffffff;
  padding: 20px;
}
.th-services .tab-content .tab-pane .content {
  background: #ffffff;
  border: 0px;
  box-shadow: none;
  border-radius:0px;
  margin-bottom: 0px;
  line-height: 2em;
  min-height: 400px;
}
.th-services .tab-content #gastronomy .headline {
  background: #497155;
}
.th-services .tab-content #gastronomy .btn {
  float: right;
}
.th-services .tab-content #wedding .headline {
  background: #9d527e;
}
.th-services .tab-content #wedding .btn {
  float: right;
}
.th-services .tab-content #meeting .headline {
  background: #252525;
}
.th-services .tab-content #playground .headline {
  background: #63496f;
}
.th-services .tab-content #playground .column {
  padding:0px;
}
.th-services .tab-content #shop .headline {
  background: #6c5b25;
}
.th-services .tab-content #shop .container {
  margin-top: 80px;
}
.th-services .tab-content #shop .column {
  padding:0px;
}
.th-services .tab-content #shop .content {
  min-height: auto;
}
/* -- subpage --*/
.th-home.subpage {
  min-height: auto;
}
.th-heading {
  border-top: 2px solid #a6a0a0;
  padding: 20px 0;
}
.th-heading h3 {
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.th-heading a {
  color:#808080;
  letter-spacing: 2px;
}
.th-subpage {
  padding-left: 0px;
  padding-right: 0px;
}
.th-subpage .headline {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 18px;
  line-height:1.5em;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:#ffffff;
  padding: 30px;
}
.th-subpage .content {
  padding: 20px 0;
  font-weight: 400;
  line-height: 2em;
}
/* -- hotel page --*/
.th-subpage.hotel .content.one,
.th-subpage.hotel .content.one2 {
  padding: 0px;
}
.th-subpage.hotel .content.one2 .column {
  padding: 0px;
}
.th-subpage.hotel .headline.one2 {
  padding: 30px 30px;
  background: #554841;
  position:absolute;
  min-width: 300px;
  top: -70px;
  right:0;
  z-index: 1;
}
.th-subpage.hotel .headline.one3 {
  padding: 60px 30px;
  background: #554841;
  min-width: 300px;
  z-index: 1;
}
.th-subpage.hotel .content.two {
  padding: 0px;
}
.th-subpage.hotel .content.two .column {
  padding: 0px;
  height: 1030px;
  overflow: hidden;
}
.th-subpage.hotel .content.two .description {
  padding: 20px;
}
.th-subpage.hotel .content.two .background {
  position: absolute;
  bottom: 0px;
}
.th-subpage.hotel .content.three {
  padding:20px 0 0 20px;
}
.th-subpage.hotel .headline.three {
  padding: 30px 30px;
  background: #554841;
  position:absolute;
  min-width: 300px;
  top:0px;
  left:0px;
  z-index: 1;
}
.th-subpage.hotel .content.four {
  padding:20px 0 0 20px;
}
.th-subpage.hotel .content.four .column {
  padding: 0px;
}
.th-subpage.hotel .content.four .description {
  padding: 20px 40px;
}
.th-subpage.hotel .headline.four {
  padding: 30px 30px;
  background: #554841;
  position:absolute;
  min-width: 300px;
  top:0px;
  left:0px;
  z-index: 1;
}
.th-subpage.hotel .headline.four2 {
  padding: 30px 30px;
  background: #554841;
  min-width: 300px;
  z-index: 1;
}
.th-subpage.hotel .content.five {
  padding:20px 20px 0 0;
}
.th-subpage.hotel .headline.five {
  padding: 30px 30px;
  background: #554841;
  position:absolute;
  min-width: 300px;
  top:0px;
  right:0px;
  z-index: 1;
}
.th-subpage.hotel .content.five .subimage {
  margin: 0px;
}
.th-subpage.hotel .content.five .column {
  padding: 0px;
}

.th-subpage.hotel .content.six {
  padding:20px 0 0 20px;
}
.th-subpage.hotel .headline.six {
  padding: 30px 30px;
  background: #554841;
  position:absolute;
  min-width: 300px;
  top:0px;
  left:0px;
  z-index: 1;
}
.th-subpage.hotel .content.six .subimage {
  margin: 0px;
}
.th-subpage.hotel .content.six .column {
  padding: 0px;
}
/* -- wedding page --*/
.th-subpage.wedding .content.one {
  padding-top: 0px;
}
.th-subpage.wedding .headline.one {
  background: #9d527e;
  padding: 30px;
  position: relative;
  top:-80px;
}
.th-subpage.wedding .content.one .description {
  padding: 20px 20px 0px 20px;
}
.th-subpage.wedding .content.two .column {
  padding-left: 0px;
}
.th-subpage.wedding .headline.two {
  background: #b5a268;
  padding: 20px 40px;
  margin-bottom: 20px;
  max-width: 300px;
  position: relative;
  left:-100px;
}
.th-subpage.wedding .content.three {
  padding-bottom: 0px;
}
.th-subpage.wedding .content.three .description {
  padding: 20px 40px;
}
.th-subpage.wedding .headline.three {
  background: #6c5b25;
  padding: 20px 40px;
  max-width: 300px;
  position: absolute;
  bottom:0;
  left:0;
}
.th-subpage.wedding .content.four {
  padding-top: 0px;
  padding-bottom: 0px;
}
.th-subpage.wedding .content.four .column {
  padding: 0px;
}
.th-subpage.wedding .content.four .description {
  padding: 20px 40px;
}
.th-subpage.wedding .headline.four {
  background: #63496f;
  padding: 20px 40px;
  width: 100%;
}
.th-subpage.wedding .content.five {
  padding-top: 0px;
  padding-bottom: 0px;
}
.th-subpage.wedding .content.five .column {
  padding: 0px;
}
.th-subpage.wedding .content.five .description {
  padding: 20px 40px;
}
.th-subpage.wedding .headline.five {
  background: #497155;
  padding: 20px 40px;
  width: 100%;
}
/* -- meeting page --*/
.th-subpage.meeting .content.one {
  padding-top: 0px;
}
.th-subpage.meeting .content.one .row {
  margin-top: 20px;
}
.th-subpage.meeting .headline.one {
  background: #231f20;
  padding:20px;
}
.th-subpage.meeting .content.one .description {
  padding-right: 0px;
}
.th-subpage.meeting .content.two {
  padding-top: 0px;
  padding-bottom: 0px;
}
.th-subpage.meeting .content.two .column {
  padding: 0px;
}
.th-subpage.meeting .content.two .description {
  padding: 20px 40px;
}
.th-subpage.meeting .headline.two {
  background: #252525;
  padding: 30px;
  width: 100%;
}
.th-subpage.meeting .content.three .column {
  padding: 0px;
}
.th-subpage.meeting .headline.three {
  background: #252525;
  padding: 30px 40px;
  width: 100%;
  bottom:0px;
}
.th-subpage.meeting .content.three .description {
  padding: 20px 40px;
  display: block;
}
.th-subpage.meeting .headline.four {
  background: #252525;
  padding: 30px;
  width: 100%;
  bottom:0px;
}
.th-subpage.meeting .content.four .description {
  padding: 20px 40px;
}
.th-subpage.meeting .content.four .column {
  padding-left: 0px;
  padding-right: 0px;
}
.th-subpage.meeting .content.five {
  padding-top: 0px;
  padding-bottom: 0px;
}
.th-subpage.meeting .content.five .column {
  padding: 0px;
}
.th-subpage.meeting .content.five .padder {
  padding: 0px 20px;
}
.th-subpage.meeting .content.five .description {
  padding: 20px 20px;
}
.th-subpage.meeting .headline.five {
  background: #7d1731;
  padding: 30px;
  width: 100%;
}
.th-subpage.meeting .content.six .column {
  padding: 0px;
  position: relative;
}
.th-subpage.meeting .content.six .description {
  position: absolute;
  top: 50px;
  right: -65px;
  max-width: 350px;
}
.th-subpage.meeting .content.six .description2 {
  padding: 20px;
  background:#ffffff;
  border-radius: 0px;
  border:0px;
  box-shadow: none;
}
.th-subpage.meeting .headline.six {
  background: #7d1731;
  padding: 30px;
  width: 100%;
}

.th-subpage.meeting .content.seven .column {
  padding: 0px;
  position: relative;
}
.th-subpage.meeting .content.seven .description {
  padding:0px 40px 0px 20px;
}
.th-subpage.meeting .headline.seven {
  background: #497155;
  padding: 30px;
  margin-bottom: 20px;
  width: 100%;
}
/* -- gastronomy page --*/
.th-subpage.gastronomy .content.one {
  padding-top: 0px;
}
.th-subpage.gastronomy .headline.one {
  background: #b5a268;
  color:#497155;
  padding:20px;
  position:absolute;
  top:70px;
  left:70px;
  min-width: 350px;
}
.th-subpage.gastronomy .content.one .container {
  padding: 20px 0;
}
.th-subpage.gastronomy .content.two {

}
.th-subpage.gastronomy .headline.two {
  background: #63496f;
  padding: 30px 40px;
  width: 100%;
}
.th-subpage.gastronomy .content.two .column {
  padding: 0px;
}
.th-subpage.gastronomy .content.two .description {
  padding: 20px;
}
.th-subpage.gastronomy .headline.two2 {
  background: #497155;
  padding: 30px;
  position:absolute;
  bottom:0px;
  right:70px;
  min-width: 350px;
}
.th-subpage.gastronomy .content.three .container {
  padding: 0px 0 20px 0;
}
.th-subpage.gastronomy .content.three .background {
  position: relative;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-bottom: 0px;
}
.th-subpage.gastronomy .content.three {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.th-subpage.gastronomy .headline.three {
  background: #554841;
  padding: 30px;
}
.th-subpage.gastronomy .content.three .description {
  position: absolute;
  z-index: 1;
  top:60px;
  left:70px;
}
.th-subpage.gastronomy .content.three .description .well {
    background: #ffffff;
    border: 0px;
    box-shadow: none;
    border-radius:0px;
    margin-bottom: 0px;
    line-height: 2em;
    min-height: 400px;
}
.th-subpage.gastronomy .headline.four {
  margin-top:0px;
  background: #554841;
  padding: 30px;
  position: relative;
  top:0px;
}
.th-subpage.gastronomy .content.four .description {
  padding:20px 20px;
}
/* -- experience page --*/

.th-subpage.experience .btn {
    font-style: italic;
    border-radius:0px;
    color:#ffffff;
    width: auto;
    letter-spacing: 2px;
}
.th-subpage.experience .headline.one {
  padding: 30px 30px;
  background: #7d1731;
  position:absolute;
  min-width: 300px;
  bottom:0;
  right: 150px;
}
.th-subpage.experience .content.two {
  padding-top: 0px;
  padding-bottom: 0px;
}
.th-subpage.experience .content.two .column {
  padding: 0px;
}
.th-subpage.experience .headline.two {
  background: #63496f;
}
.th-subpage.experience .content.two .description {
  padding: 20px;
}
.th-subpage.experience .content.three {
  padding: 0px;
}
.th-subpage.experience .content.three .padder {
  padding: 0 20px 20px 20px;
}
.th-subpage.experience .content.three .padder img {
  margin-bottom: 20px;
}
.th-subpage.experience .headline.three {
  background: #3f6c90;
  padding: 20px 30px;
  margin-bottom:0px;
}
.th-subpage.experience .content.three .description {
  padding:20px;
}
.th-subpage.experience .content.four {
  padding-left: 0px;
  padding-right: 0px;
}
.th-subpage.experience .content.four .description {
  padding:20px;
}
.th-subpage.experience .headline.four {
  background: #497155;
  margin-bottom:0px;
}
.th-subpage.experience .content.four .padder {
  padding: 0 20px 20px 20px;
}
.th-subpage.experience .content.four .padder img {
  margin-bottom: 20px;
}
.th-subpage.experience .content.four .description .well {
  border: 0px;
  background: #ffffff;
  box-shadow: none;
  border:radius:0px;
}
.th-subpage.experience .headline.five {
  background: #554841;
  padding: 20px 40px;
  position:absolute;
  top:70px;
  left:70px;
  min-width: 350px;
}
.th-subpage.experience .content.six .column {
  padding-left: 0px;
  padding-right: 0px;
}
.th-subpage.experience .content.six .container {
  padding-top: 20px;
}
.th-subpage.experience .content.six .description {
  padding: 20px 40px;
}
.th-subpage.experience .headline.six {
  background: #7d1731;
  margin-bottom: 20px;
  padding: 20px 35%;
}
.th-subpage.experience .headline.seven {
  background: #b5a268;
  padding: 20px 40px;
}
.th-subpage.experience .content.seven {
  padding-bottom: 20px;
}
.th-subpage.experience .content.seven .description {
  padding:20px 40px;
}
.th-subpage.experience .content.seven .column {
  padding-left: 0px;
  padding-right: 0px;
}
.th-subpage.experience .content.eight {
  padding-top: 0px;
}
.th-subpage.experience .headline.eight {
  background: #b5a268;
  margin-bottom: 20px;
  padding: 30px 30px;
}
.th-subpage.experience .content.eight .column {
  padding-left: 0px;
  padding-right: 0px;
}
.th-subpage.experience .content.eight .description {
  padding:20px 40px;
}

/*
| -------------------------------------------
| WHAT'S ON
| -------------------------------------------
*/
.th-whatson .column {
  padding: 0px !important;
}
.th-whatson .intro {
  height: 260px;
}
.th-whatson .description {
  padding:20px 0 10px 0;
}
.th-whatson .headline {
  padding: 120px 30px 60px 30px;
  text-align: left;
  background: #63496f;
  min-height: 260px;
  z-index: 1;
}
.th-whatson .headline h3 {
  margin-top: 100px;
  padding-left: 60px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 25px;
  line-height:1.5em;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:#ffffff;
}
.th-whatson .lists {
  margin-bottom: 20px;
}
.th-whatson .lists ul li {
  padding-left: 20px;
  list-style: none;
}
.th-whatson .lists img {
  margin-bottom: 10px;
}
.th-whatson .lists h3 {
  margin-top: 0px;
  font-family: 'Cinzel', serif;
  padding-bottom: 10px;
  border-bottom:1px solid #dddddd;
  font-weight: 700;
}
/*
| -------------------------------------------
| NEWS
| -------------------------------------------
*/
.th-news .overflow {
  overflow: hidden;
  max-height: 180px;
}
.th-news h3 {
  margin-top: 10px;
  font-size: 18px;
}
.th-news small {
  color:#3f6c90;
  display: block;
  margin-bottom: 10px;
}
.th-news .btn {
  background-color: #3f6c90;
  color:#ffffff;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 6px;
}
.th-footer {
  padding: 20px 0;
  background: #262626;
  color:#ffffff;
  text-align: center;
  font-size: 14px;
}
/*
| -------------------------------------------
| MEDIA QUERIES
| -------------------------------------------
*/
/* Extra Small */
@media(max-width:767px){
  .btn {
    white-space: normal;
  }
  .th-intro .menu {
    position: relative;
  }
  .modal .close {
    position: relative;
    z-index: 9999;
    top: 10px;
    right: 15px;
  }
  .th-intro {
    overflow: none;
    background: none !important;
	background-color:#282828 !important;
    position: relative;
  }
  .th-intro .iphone-background {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width:100%;
  }
  .th-intro .social {
    /* float: none !important; */
    position: relative;
    left:0px;
    right:0px;
    text-align: center;
    z-index: 10;
    font-size: 18px;
  }
  .th-intro .social li {
    padding: 0 10px;
  }
  .th-intro .language {
    float: none !important;
    position: relative;
    left:0px;
    right:0px;
    text-align: center;
    z-index: 10;
  }
  .th-intro .logo {
    /* margin: 40px auto 0 auto; */
  }
  .th-intro .navbar-toggle {
    margin-right: 0px;
    padding: 0px;
  }
  .th-intro .language li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .th-intro .whats-on-mobile {
    display: inline-block;
  }
  .reservation h3 {
    display: inline-block;
  }
  .btn-reservation-mobile  {
    position: absolute;
    bottom: 0px;
    border-radius: 0px;
    z-index: 10;
  }
  .th-home {
    min-height: 1000px;
  }
  .th-home .pre-headline {
    position: relative;
    display: block;
    margin: 20px auto 0px auto;
    text-align: center;
    z-index: 10;
  }
  .th-home .language {
    position: relative;
    left:0px;
    right:0px;
    text-align: center;
  }
  .th-home .logo {
    margin: 70px auto 0 auto;
  }
  .th-home .navbar-toggle {
    margin-right: 0px;
    padding: 0px;
  }
  .th-home .pre-headline {
    position: relative;
    top:0px;
    left:0px;
    right:0px;
  }
  .th-home .language li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .th-home .hotel {
    max-height: auto;
  }
  .th-home .hotel .background {
    position: relative;
    min-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .th-home .hotel2 .btn {
    position: relative;
    top:0px;
  }
  .th-home .hotel2 .wrapper {
    position: relative;
    top:0px;
  }
  .th-home .hotel2 .headline {
    width: 100%;
  }
  .th-home .hotel2 .btn {
    width: 100%;
  }
  .th-home .hotel2 img {
    margin-bottom:0px;
  }
  .th-services .navbar {
    top: 0px;
    margin-bottom: 20px;
  }
  .th-services .navbar li {
    display: block;
    margin-bottom: 20px;
  }
  .th-services .navbar li .line {
    display: none;
  }
  .th-services .navbar li span {
    display: none;
  }
  .th-services .tab-content .tab-pane .container {
    margin-top: 200px;
  }
  .th-services .navbar li.active a {
    color: #C69C6D;
  }
  .th-services .tab-content .tab-pane .container,
  .th-services .tab-content #shop .container {
    margin-top: 0px;
  }
  .th-services .tab-content .tab-pane .background {
    position: relative;
    min-width: 100%;
  }
  .th-services .tab-content .tab-pane .btn {
    width: 100%;
  }
  .th-subpage .headline {
    margin: 0px;
  }
  .th-subpage .column {
    padding: 10px;
  }
  .th-subpage .content .description {
    /* padding: 10px 30px !important; */
    position: relative !important;
    top:0px !important;
    right:0px !important;
    left:0px !important;
    bottom:0px !important;
  }
  .th-subpage.hotel .content.two .background {
    position: relative;
  }
  .th-subpage.hotel .content.two .column {
    height: auto;
  }
  .th-subpage.hotel .content.three,
  .th-subpage.hotel .content.four,
  .th-subpage.hotel .content.five,
  .th-subpage.hotel .content.six {
    padding: 0px;
  }
  .th-subpage.hotel .headline.three,
  .th-subpage.hotel .headline.four,
  .th-subpage.hotel .headline.five,
  .th-subpage.hotel .headline.six {
    position: relative;
  }
  .th-subpage.hotel .headline.one2 {
    position: relative;
    top:0px;
  }
  .th-subpage.gastronomy .headline.one {
    position: relative;
  }
  .th-subpage.gastronomy .headline.two2 {
    position: relative;
    left: 0px;
    right: 0px;
  }
  .th-subpage.gastronomy .content.three {
    padding: 20px 0;
  }
  .th-subpage.gastronomy .content.three .description {
    padding: 20px 0px !important;
  }
  .th-subpage.gastronomy .content.three .background {
    min-width: auto;
  }
  .th-subpage.gastronomy .content.three .description .well {
    min-height: auto;
  }
  .th-subpage.wedding .headline.one {
    top:0px;
  }
  .th-subpage.wedding .headline.two {
    left: 0px;
  }
  .th-subpage.wedding .headline.three {
    position: relative;
  }
  .th-subpage.experience .headline.one {
    position: relative;
    right: 0px;
  }
  .th-subpage.experience .headline.five {
      position: relative;
      top: 0px;
      left: 0px;
  }
  .th-subpage.hotel .content.one2 {
    padding: inherit;
  }
  .th-subpage.hotel .content.one2 .column {
    padding: 0 !important;
  }
  .th-whatson .intro {
    height: auto;
  }
  .th-whatson .headline {
    padding: 20px !important;
    min-height: auto;
  }
  .th-whatson .headline h3 {
    margin-top: 0px;
  }
  #reservation-modal {
    z-index: 9999;
  }
  .modal .reservation {
    position: relative;
    bottom: auto;
  }
  .modal .modal-body {
    margin-top: 0%;
  }
  .th-home .navbar .navbar-nav > li,
  .th-intro .navbar .navbar-nav > li {
    display: block;
  }
  .th-home .dropdown-menu li ,
  .th-intro .dropdown-menu li {
    text-align: center !important;
    position: relative;
    left: 0px;
  }
  .th-intro .navbar-nav .open .dropdown-menu > li > a {
    margin-bottom: 20px;
  }
}

/* Small */
@media(min-width:768px) and (max-width:991px){}
@media(min-width:768px){
	.th-intro .language {
		margin-right: 50px;
	}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
	.th-whatson .photo img {
	  min-height: 260px;
	}
}

/* Large */
@media(min-width:1200px){
	.th-whatson .photo img {
	  min-height: 260px;
	}
}

/* iPad mini in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  {
  .th-home {
    min-height: 1554px;
  }
  .th-services .navbar li {
    padding: 0 10px;
  }
}
/* iPad mini in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
  .th-home {
    min-height: 1445px;
  }
  .th-services .navbar li {
    padding: 0 10px;
  }
}
