@charset "UTF-8";
/*------------------------------------------------------------------------
# Caruso Theme ==== VIVENDA
# HTML by CrazyRacer
# ------------------------------------------------------------------------

	1.	Base
		+ Body
		+ Outline
		+ Typography
		+ Input, Textarea, Select
		+ List-table
		+ Media
		+ Section
		+ Border
		+ Custom Container

	2.	Frame
		+ Background
		+ Display
		+ Float
		+ Overflow
		+ Position
		+ Font
		+ Padding
		+ Margin
		+ Z-index

	3.	Component
		+ Owlcarousel
		+ Fixed Top
		+ Pagination
		+ Modal
		+ Social
		+ Widget
		+ Comment
		+ Google Map
		+ Custom Magnific Popup (Gallery)
	 	+ Accordion
	 	+ Button
	 	+ Selectbox
	 	+ Date Range Picker
	 	+ Book check Form
	 	+ Effect
	 	+ validate

	4.	Layout
		+ Header
		+ Home-media
		+ Group Text
		+ Flipbook
		+ Guest-book
		+ News
		+ Categories
		+ Top-foot
		+ Footer
		+ Sub banner
		+ Book Contact
		+ Schedule
		+ Event
		+ Reserve
		- Room Detail
			+ Accommodation
			+ Room Infomation
			+ Slider Check		

	5.	Pages
		+ Room & Rates
			- Room Page
			- Room Simple
			- Room List
			- Room Grid
			- Room Modem
			- Room Thumbnail
		+ Blog
			- Blog
			- Blog Have Event
			- Blog Detail
			- Format
		+ Gallery
		+ Guestbook
		+ Coming Soon
		+ About
		+ Package
		+ Event
		+ Event Detail
		+ 404
		+ Spa
		+ Contact
		+ Activity
		+ Attraction
		+ Reservation
		+ Shortcode

	6. Themes
		+ Preload
		+ Responsive

*/
/* COLOR
*******/
/* FONT
*******/
.robo-font {
  font-family: "Muli", sans-serif !important; }

/* 1.	Base
-------------------------------*/
body {
  position: relative;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  color: #202020;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0; }

#page-wrap {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #page-wrap:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #page-wrap.active:before {
    opacity: 1;
    visibility: visible; }

.container {
  position: relative; }

/* Selection color */
::selection {
  background-color: #6F2331;
  color: #fff; }

::-moz-selection {
  background-color: #6F2331;
  color: #fff; }

a,
input,
textarea,
button,
select {
  outline: none; }

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none; }

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none !important;
  text-decoration: none; }

.sbig {
  font-family: "Raleway", serif;
  font-size: 50px;
  color: #1c1c1c;
  line-height: 1.3em;
  letter-spacing: 0; }
  .sbig a {
    color: inherit; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Raleway", serif !important;
  color: #1c1c1c;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 20px; }

.h1, h1 {
  font-size: 36px;
  line-height: 1.3em; }
  .h1 a, h1 a {
    color: inherit; }

.h2, h2 {
  font-size: 30px;
  line-height: 1.3em; }
  .h2 a, h2 a {
    color: inherit; }

.h3, h3 {
  font-size: 26px;
  line-height: 1.4em; }
  .h3 a, h3 a {
    color: inherit; }

.h4, h4 {
  font-size: 22px;
  line-height: 1.4em; }
  .h4 a, h4 a {
    color: inherit; }

.h5, h5 {
  font-size: 20px;
  line-height: 1.6em; }
  .h5 a, h5 a {
    color: inherit; }

.h6, h6 {
  font-size: 18px;
  line-height: 1.4em; }
  .h6 a, h6 a {
    color: inherit; }

h1.line:before {
  content: "";
  position: absolute;
  top: 30px;
  right: calc(100% + 15px);
  width: 10%;
  height: 1px;
  background-color: #1c1c1c; }

p {
  font-size: 14px;
  line-height: 1.7em; }

a {
  text-decoration: none;
  color: #212121;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    color: #6F2331; }

code, kbd, pre, samp {
  font-family: "Muli", sans-serif;
  font-size: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

code {
  background-color: #eee; }

abbr {
  background-color: #6F2331;
  color: #111;
  border-width: 2px; }

mark, .mark {
  color: #fff;
  background-color: #6F2331; }

dfn {
  border-bottom: 1px dashed; }

blockquote {
  padding: 30px 55px;
  text-align: center;
  background-color: #f9f9f9;
  margin-top: 30px;
  margin-bottom: 30px;
  border-left: 0px; }
  blockquote p {
    font-family: "Raleway", serif !important;
    color: #333;
    font-size: 22px;
    line-height: 1.8em !important;
    margin-bottom: 0;
    font-style: italic; }
  blockquote footer cite {
    font-family: "Muli", sans-serif !important;
    color: #898989;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none; }
  blockquote footer:before {
    content: '';
    display: none; }

pre {
  font-family: "Muli", sans-serif;
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4; }

span.dropcap {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 34px;
  margin: 6px 8px 0 0;
  color: #666; }

h2.section-title {
  font-family: "Raleway", serif !important;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  padding-left: 15px;
  padding-right: 15px; }
  h2.section-title.white, h2.section-title.widget.bordeaux {
    color: #fff; }

h3.section-desc {
  font-family: "Raleway", serif !important;
  font-size: 18px;
  margin-top: -30px;
  margin-bottom: 60px;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px; }

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

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

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

input, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

textarea {
  border: 0;
  background-color: #eee;
  resize: none;
  padding: 15px;
  height: 100px;
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle; }

input::-webkit-input-placeholder {
  color: #898989;
  font-weight: 400; }

input:-moz-placeholder {
  color: #898989;
  font-weight: 400; }

input::-moz-placeholder {
  color: #898989;
  font-weight: 400; }

input:-ms-input-placeholder {
  color: #898989;
  font-weight: 400; }

textarea::-webkit-input-placeholder {
  color: #898989;
  font-weight: 400; }

textarea:-moz-placeholder {
  color: #898989;
  font-weight: 400; }

textarea::-moz-placeholder {
  color: #898989;
  font-weight: 400; }

textarea:-ms-input-placeholder {
  color: #898989;
  font-weight: 400; }

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0; }

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield; }

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Raleway", serif !important; }
  ol li, ul li {
    font-size: 12px;
    line-height: 2.3em; }

.fastfacts-list ol li, .fastfacts-list ul li {
  font-family: "Muli", sans-serif !important;
  color: #202020;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  line-height: 22px; }
  .fastfacts-list ol li:before, .fastfacts-list ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    margin: auto;
    left: 0;
    top: 7px;
    background-color: #ffa200; }

table {
  margin: 1px;
  text-align: left; }

th {
  border-bottom: 1px solid #333;
  font-weight: 700; }

td {
  border-bottom: 1px solid #333; }

th, td {
  padding: 4px 10px 4px 0; }

caption {
  background: #fff;
  margin-bottom: 2em;
  text-align: left; }

thead {
  display: table-header-group; }

tr {
  page-break-inside: avoid; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0; }

iframe {
  border: 0;
  max-width: 100%;
  width: 100%; }

.section,
section {
  position: relative;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 55px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 9; }

.bd-t {
  border-top: 1px solid #e2e2e2; }

.bd-b {
  border-bottom: 1px solid #e2e2e2; }

.bd-l {
  border-left: 1px solid #e2e2e2; }

.bd-r {
  border-right: 1px solid #e2e2e2; }

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px; } }
/* 2.	Frame
-------------------------------*/
html .bg-parallax {
  background-attachment: fixed !important; }

html .bg-static {
  position: relative;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

html .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #6F2331; }

.bg-overlay-light:before {
  background-color: #fff; }

.bg-overlay-dark:before {
  background-color: #000; }

.bg-white {
  background-color: #fff; }

.bg-dark {
  background-color: #262626; }

.bg-darker {
  background-color: #1c1c1c; }

.bg-primary {
  background-color: #6F2331; }

.bg-transparent {
  background-color: transparent !important; }

[class*="bg-overlay-"] {
  position: relative; }
  [class*="bg-overlay-"]:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .6; }

/* Display */
.tb {
  display: table !important; }

.tb-row {
  display: table-row !important; }

.tb-cell-middle {
  display: table-cell !important;
  vertical-align: middle; }

.tb-cell-top {
  display: table-cell !important;
  vertical-align: top; }

.tb-cell-bottom {
  display: table-cell !important;
  vertical-align: bottom; }

.bl {
  display: block !important; }

.il {
  display: inline !important; }

.il-bl {
  display: inline-block !important; }

.dn {
  display: none !important; }

/* Float */
.fl {
  float: left !important; }

.fr {
  float: right !important; }

/* Overflow */
.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.overflow-scroll-x {
  overflow-x: scroll; }

.overflow-scroll-y {
  overflow-y: scroll; }

.overflow-auto {
  overflow: auto; }

.overflow-auto-x {
  overflow-x: auto; }

.overflow-auto-y {
  overflow-y: auto; }

/* Position */
.pos-a {
  position: absolute !important; }

.pos-r {
  position: relative !important; }

.pos-f {
  position: fixed !important; }

.pos-s {
  position: static !important; }

/* Font style */
.fsi {
  font-style: italic !important; }

.fsn {
  font-style: normal !important; }

/* Font weight */
.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 500 !important; }

.fw-bolder {
  font-weight: 700 !important; }

/* Padding top */
.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 10px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pt-6 {
  padding-top: 60px !important; }

.pt-7 {
  padding-top: 70px !important; }

.pt-8 {
  padding-top: 80px !important; }

.pt-10 {
  padding-top: 100px !important; }

.pt-20 {
  padding-top: 200px !important; }

/* Padding right */
.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 10px !important; }

.pr-2 {
  padding-right: 20px !important; }

/* Padding bottom */
.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pb-6 {
  padding-bottom: 60px !important; }

.pb-7 {
  padding-bottom: 70px !important; }

.pb-8 {
  padding-bottom: 80px !important; }

.pb-10 {
  padding-bottom: 100px !important; }

.pb-20 {
  padding-bottom: 200px !important; }

/* Padding left */
.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 10px !important; }

.pl-2 {
  padding-left: 20px !important; }

.pl15 {
  padding-left: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

/* Margin top */
.mt-0 {
  margin-top: 0 !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mt-4 {
  margin-top: 40px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mt-6 {
  margin-top: 60px !important; }

.mt-7 {
  margin-top: 70px !important; }

.mt-8 {
  margin-top: 80px !important; }

.mt-9 {
  margin-top: 90px !important; }

.mt-12 {
  margin-top: 120px !important; }

.mt-16 {
  margin-top: 160px !important; }

/* Margin right */
/* Margin bottom */
.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

/* Margin left */
.mtn-10 {
  margin-top: -100px !important; }

.mtn-11 {
  margin-top: -110px !important; }

.mtn-12 {
  margin-top: -120px !important; }

.z-100 {
  z-index: 100; }

/* 3.	Components
-------------------------------*/
.owl-theme .owl-controls {
  margin-top: 0; }
  .owl-theme .owl-controls .owl-pagination {
    padding-bottom: 10px; }
    .owl-theme .owl-controls .owl-pagination .owl-page span {
      width: 8px;
      height: 8px;
      border: 1px solid #6F2331;
      background-color: #6F2331;
      margin: 0 6px;
      opacity: 1; }
    .owl-theme .owl-controls .owl-pagination .owl-page.active span {
      background-color: #fff; }
  .owl-theme .owl-controls .owl-buttons div {
    background-color: #6F2331;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 34px;
    opacity: 1;
    font-size: 20px;
    margin-right: 2px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .owl-theme .owl-controls .owl-buttons div:hover, .owl-theme .owl-controls .owl-buttons div:active {
      background-color: #762531; }
  .owl-theme .owl-controls .owl-buttons .prev-arrow {
    background: url(../img/slider-arrow.png) no-repeat left center;
    width: 28px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .owl-theme .owl-controls .owl-buttons .prev-arrow:hover {
      left: 10px; }
  .owl-theme .owl-controls .owl-buttons .next-arrow {
    background: url(../img/slider-arrow.png) no-repeat right center;
    width: 28px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .owl-theme .owl-controls .owl-buttons .next-arrow:hover {
      right: 10px; }

.flipbook-slider .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  width: 585px;
  left: 50%; }
.flipbook-slider .owl-controls .owl-buttons {
  position: absolute;
  bottom: 40px;
  width: 50%;
  left: 50%; }
.flipbook-slider.reverse .owl-pagination,
.flipbook-slider.reverse .owl-buttons {
  right: 50%;
  margin-left: auto; }
@media screen and (max-width: 1199px) {
  .flipbook-slider .owl-controls .owl-pagination,
  .flipbook-slider .owl-controls .owl-buttons {
    width: 50%; }
  .flipbook-slider.reverse .owl-pagination,
  .flipbook-slider.reverse .owl-buttons {
    left: auto; } }
@media screen and (max-width: 991px) {
  .flipbook-slider .owl-controls .owl-pagination,
  .flipbook-slider .owl-controls .owl-buttons {
    left: auto; } }

.container-fluid .flipbook-slider .owl-controls .owl-buttons {
  bottom: 40px; }

.container .flipbook-slider .owl-controls .owl-pagination {
  width: 50%; }
.container .flipbook-slider .owl-controls .owl-buttons {
  width: 50%;
  bottom: 40px; }
.container .flipbook-slider.reverse .owl-pagination,
.container .flipbook-slider.reverse .owl-buttons {
  left: auto; }
@media screen and (max-width: 991px) {
  .container .flipbook-slider .owl-controls .owl-pagination,
  .container .flipbook-slider .owl-controls .owl-buttons {
    width: 100%; } }

.news-slider .owl-controls .owl-pagination, .news-slider-2 .owl-controls .owl-pagination, .roomrate-slider .owl-controls .owl-pagination,
.category-slider .owl-controls .owl-pagination, .accommodation-slider .owl-controls .owl-pagination {
  position: absolute;
  right: 0 !important;
  top: -39px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto; }
.news-slider .owl-controls .owl-buttons div, .news-slider-2 .owl-controls .owl-buttons div, .roomrate-slider .owl-controls .owl-buttons div,
.category-slider .owl-controls .owl-buttons div, .accommodation-slider .owl-controls .owl-buttons div {
  background-color: transparent;
  color: #bbb;
  position: absolute;
  top: -80px; }
  .news-slider .owl-controls .owl-buttons div:hover, .news-slider-2 .owl-controls .owl-buttons div:hover, .roomrate-slider .owl-controls .owl-buttons div:hover,
  .category-slider .owl-controls .owl-buttons div:hover, .accommodation-slider .owl-controls .owl-buttons div:hover {
    background-color: transparent;
    color: #000; }
  .news-slider .owl-controls .owl-buttons div.owl-prev, .news-slider-2 .owl-controls .owl-buttons div.owl-prev, .roomrate-slider .owl-controls .owl-buttons div.owl-prev,
  .category-slider .owl-controls .owl-buttons div.owl-prev, .accommodation-slider .owl-controls .owl-buttons div.owl-prev {
    right: 30px; }
  .news-slider .owl-controls .owl-buttons div.owl-next, .news-slider-2 .owl-controls .owl-buttons div.owl-next, .roomrate-slider .owl-controls .owl-buttons div.owl-next,
  .category-slider .owl-controls .owl-buttons div.owl-next, .accommodation-slider .owl-controls .owl-buttons div.owl-next {
    right: 0; }
@media screen and (min-width: 1100px) {
  .news-slider .owl-controls .owl-pagination, .news-slider-2 .owl-controls .owl-pagination, .roomrate-slider .owl-controls .owl-pagination,
  .category-slider .owl-controls .owl-pagination, .accommodation-slider .owl-controls .owl-pagination {
    /*display:none;*/ } }

.news-slider-2 .owl-controls .owl-pagination {
  top: -32px; }

.guestbook-slider .owl-controls .owl-pagination {
  top: -73px; }

.category-slider .owl-controls .owl-buttons div, .roomrate-slider .owl-controls .owl-buttons div {
  top: -50px; }

.slider-check .big-slider.owl-theme .owl-controls .owl-buttons {
  width: 100%;
  position: absolute;
  top: calc(50% - 20px);
  bottom: auto;
  left: auto;
  padding-bottom: 0; }
  .slider-check .big-slider.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    margin-right: 0; }
    .slider-check .big-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
      position: absolute;
      left: 0; }
    .slider-check .big-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
      position: absolute;
      right: 0; }
.slider-check .small-slider .owl-controls .owl-buttons {
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  height: 0;
  left: auto;
  top: 0;
  bottom: 0; }
  .slider-check .small-slider .owl-controls .owl-buttons div {
    color: #fff;
    background-color: #000;
    position: absolute;
    top: 0;
    width: 30px;
    height: 80px;
    opacity: 1;
    font-size: 20px;
    padding-top: 20px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .slider-check .small-slider .owl-controls .owl-buttons div:hover {
      background-color: #6F2331; }
  .slider-check .small-slider .owl-controls .owl-buttons .owl-prev {
    left: 0; }
  .slider-check .small-slider .owl-controls .owl-buttons .owl-next {
    right: 0; }

.post-slider {
  position: relative;
  margin-bottom: 30px; }
  .post-slider img {
    margin: 0 auto; }
  .post-slider .item {
    position: relative; }
    .post-slider .item .slider-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(28, 28, 28, 0.6);
      padding: 15px; }
      .post-slider .item .slider-caption span.caption {
        font-family: "Muli", sans-serif !important;
        color: #fff;
        margin: 0;
        font-weight: 300;
        font-size: 14px; }
  .post-slider .owl-controls .owl-buttons {
    width: 100%;
    position: absolute;
    top: calc(50% - 20px); }
    .post-slider .owl-controls .owl-buttons div {
      background-color: rgba(28, 28, 28, 0.8);
      margin-right: 0; }
      .post-slider .owl-controls .owl-buttons div.owl-prev {
        position: absolute;
        left: 0; }
      .post-slider .owl-controls .owl-buttons div.owl-next {
        position: absolute;
        right: 0; }
      .post-slider .owl-controls .owl-buttons div:hover {
        background-color: #6F2331; }

.guestbook-slider .owl-controls .owl-buttons {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .guestbook-slider .owl-controls .owl-buttons div {
    background-color: transparent;
    color: #bbb;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    .guestbook-slider .owl-controls .owl-buttons div:hover {
      background-color: transparent;
      color: #000; }
    .guestbook-slider .owl-controls .owl-buttons div.owl-prev {
      left: 30px; }
    .guestbook-slider .owl-controls .owl-buttons div.owl-next {
      right: 30px; }
    @media screen and (max-width: 767px) {
      .guestbook-slider .owl-controls .owl-buttons div {
        display: none; } }
.guestbook-slider:hover .owl-controls .owl-buttons {
  opacity: 1;
  visibility: visible; }

.fixedTop {
  position: fixed;
  width: 100px;
  right: 3%;
  bottom: 50px;
  font-family: "Raleway", serif;
  text-align: center;
  z-index: 999;
  display: none; }
  .fixedTop a {
    position: relative;
    color: #1c1c1c; }
    .fixedTop a span.icon-arrow {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      -webkit-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      transform: translateY(-40px);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .fixedTop a span.icon-arrow .inner {
        width: 25px;
        height: 1px;
        margin: 0 auto;
        right: 0;
        left: 0;
        top: 50%;
        position: absolute;
        background-color: #1c1c1c;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        .fixedTop a span.icon-arrow .inner:after {
          content: '';
          display: block;
          position: absolute;
          width: 6px;
          height: 6px;
          right: 0;
          top: 0;
          border-right: 1px solid #1c1c1c;
          border-top: 1px solid #1c1c1c;
          -webkit-transform-origin: 100% 50%;
          -moz-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
          -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
    .fixedTop a:hover span.icon-arrow {
      -webkit-transform: translateY(-50px);
      -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      -o-transform: translateY(-50px);
      transform: translateY(-50px); }
  .fixedTop.fixedTop-light a {
    color: #fff; }
    .fixedTop.fixedTop-light a span.icon-arrow .inner {
      background-color: #fff; }
      .fixedTop.fixedTop-light a span.icon-arrow .inner:after {
        border-right: 1px solid #fff;
        border-top: 1px solid #fff; }

nav.pager {
  position: relative;
  margin: 0; }
  nav.pager ul.pagination {
    position: relative;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    nav.pager ul.pagination li {
      display: inline-block;
      margin: 0 4px; }
      nav.pager ul.pagination li .page-numbers {
        color: #000;
        border: 0;
        padding: 10px 16px;
        font-size: 14px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
        nav.pager ul.pagination li .page-numbers.current, nav.pager ul.pagination li .page-numbers:hover {
          background-color: #6F2331;
          color: #fff; }
        nav.pager ul.pagination li .page-numbers span {
          float: none; }
      nav.pager ul.pagination li:first-child {
        margin-left: 0; }
      nav.pager ul.pagination li:last-child {
        margin-right: 0; }

.modal .modal-dialog {
  max-width: 570px;
  height: auto;
  margin: 100px auto; }
  .modal .modal-dialog .modal-content {
    color: #1c1c1c;
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 30px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }
    .modal .modal-dialog .modal-content .modal-header {
      position: relative;
      min-height: 100%;
      padding: 0;
      border-bottom: 0; }
      .modal .modal-dialog .modal-content .modal-header h3 {
        margin: 0;
        text-align: center;
        text-transform: capitalize;
        font-size: 25px;
        font-weight: 400; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 0; }
      .modal .modal-dialog .modal-content .modal-body p {
        margin: 0;
        padding: 10px 0;
        font-size: 14px;
        text-align: center;
        line-height: 25px; }
      .modal .modal-dialog .modal-content .modal-body ul {
        margin: 0; }
        .modal .modal-dialog .modal-content .modal-body ul li {
          padding: 5px 0; }
          .modal .modal-dialog .modal-content .modal-body ul li input {
            font-family: "Raleway", serif !important;
            background-color: #f9f9f9;
            color: #000;
            border: 0px;
            padding: 10px 15px;
            width: 100%;
            font-size: 14px; }
          .modal .modal-dialog .modal-content .modal-body ul li textarea {
            font-family: "Raleway", serif !important;
            width: 100%;
            min-height: 170px;
            padding: 10px 15px;
            font-size: 14px;
            background-color: #f9f9f9;
            color: #000;
            font-weight: 400; }
          .modal .modal-dialog .modal-content .modal-body ul li.name, .modal .modal-dialog .modal-content .modal-body ul li.email {
            width: 48%; }
      .modal .modal-dialog .modal-content .modal-body button {
        display: block;
        margin: 0 auto;
        font-size: 0.8em; }
      .modal .modal-dialog .modal-content .modal-body form input[type="submit"] {
        background-color: #6F2331;
        display: block;
        padding: 3% 10%;
        margin: 30px auto 0 auto;
        border: 0px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .modal .modal-dialog .modal-content .modal-body form input[type="submit"]:hover {
          background-color: #e8b647; }

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* zoom in */
  opacity: 0;
  visibility: hidden;
  z-index: 1050;
  overflow-x: hidden;
  overflow-y: auto; }
  .popup.pp-active {
    /* zoom in */
    opacity: 1;
    visibility: visible; }
    .popup.pp-active .popup-overlay {
      opacity: 1;
      visibility: visible; }
    .popup.pp-active .popup-dialog {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .popup .popup-overlay {
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1051;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .popup .popup-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/subscribe.jpg);
    background-repeat: no-repeat;
    z-index: 1052;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .popup .popup-dialog .popup-content h2 {
      font-style: italic;
      padding-bottom: 30px;
      margin-top: 0;
      margin-bottom: 0; }
    .popup .popup-dialog .popup-content p {
      color: #898989;
      margin-bottom: 40px; }
    .popup .popup-dialog .popup-content input[type="email"] {
      color: #898989;
      font-family: "Muli", sans-serif !important;
      border: 0px;
      padding: 15px;
      font-size: 12px;
      background-color: #f9f9f9;
      margin-bottom: 30px; }
    .popup .popup-dialog .popup-content button.btn {
      padding: 15px 55px; }

#subscribe-popup-1 .popup-dialog {
  width: 970px;
  height: 500px; }
  #subscribe-popup-1 .popup-dialog .popup-content {
    background-color: #fff;
    width: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    padding: 30px;
    text-align: center; }
    #subscribe-popup-1 .popup-dialog .popup-content h2 {
      padding-top: 50px; }
    #subscribe-popup-1 .popup-dialog .popup-content input[type="email"] {
      width: 100%; }
    #subscribe-popup-1 .popup-dialog .popup-content span.popup-close {
      position: absolute;
      right: 10px;
      top: 10px;
      display: block;
      cursor: pointer;
      color: #898989; }

#subscribe-popup-2 .popup-dialog {
  width: 770px;
  height: 500px; }
  #subscribe-popup-2 .popup-dialog:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: #333;
    opacity: 0.5; }
  #subscribe-popup-2 .popup-dialog .popup-content {
    position: absolute;
    z-index: 2001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
    #subscribe-popup-2 .popup-dialog .popup-content h2 {
      color: #fff;
      padding-top: 100px; }
    #subscribe-popup-2 .popup-dialog .popup-content p {
      color: #fff; }
    #subscribe-popup-2 .popup-dialog .popup-content input[type="email"] {
      width: 340px;
      display: block;
      margin: 0 auto 30px auto; }
    #subscribe-popup-2 .popup-dialog .popup-content span.popup-close {
      position: absolute;
      right: 10px;
      top: 10px;
      display: block;
      cursor: pointer;
      color: #fff; }

#subscribe-popup-3 .popup-dialog {
  width: 970px;
  height: 500px; }
  #subscribe-popup-3 .popup-dialog .popup-content {
    background-color: #fff;
    width: 400px;
    height: calc(100% - 60px);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 40px 30px;
    text-align: center; }
    #subscribe-popup-3 .popup-dialog .popup-content input[type="email"] {
      width: 100%;
      text-align: center; }
  #subscribe-popup-3 .popup-dialog span.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
    color: #fff; }

ul.social-list li, ul.social-list-header li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
  list-style: none;
  text-decoration: none;
  position: relative;
  width: 25px;
  height: 25px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  ul.social-list li a, ul.social-list-header li a {
    color: #fff;
    display: block;
    font-size: 21px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
    ul.social-list li a i.back, ul.social-list-header li a i.back {
      color: #FFA200; }
  ul.social-list li:hover a, ul.social-list-header li:hover a {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  ul.social-list li:first-child, ul.social-list-header li:first-child {
    margin-left: 0; }
  ul.social-list li:last-child, ul.social-list-header li:last-child {
    margin-right: 0; }

.widget-content-header {
  float: right;
  margin-right: 80px; }

ul.social-list-header li {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 2px;
  width: 19px;
  height: 21px; }
  ul.social-list-header li a {
    color: #aaaaaa;
    font-size: 15px; }
  ul.social-list-header li:hover a {
    -webkit-transform: translateY(-28px);
    -moz-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    -o-transform: translateY(-28px);
    transform: translateY(-28px); }

.widget {
  position: relative;
  width: 100%;
  margin-bottom: 50px; }
  .widget img {
    width: 100%; }
  .widget .widget-header {
    padding: 0;
    border-bottom: 0px;
    margin-bottom: 30px; }
    .widget .widget-header h2.widget-title {
      color: #333;
      font-size: 22px;
      position: relative;
      text-align: left;
      line-height: 1em;
      margin-top: 0; }
    .widget .widget-header p.caption {
      font-family: "Muli", sans-serif !important;
      color: #6d6d6d;
      font-weight: 700;
      font-size: 11px;
      margin-bottom: 0;
      line-height: 1em;
      display: block; }
  .widget .widget-content {
    position: relative;
    padding: 0; }
    .widget .widget-content .group {
      position: relative;
      margin-bottom: 20px; }
      .widget .widget-content .group h3 {
        font-family: "Muli", sans-serif !important;
        color: #000;
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase; }
        .widget .widget-content .group h3 i {
          margin-right: 10px; }
      .widget .widget-content .group h4 {
        font-family: "Muli", sans-serif !important;
        color: #6d6d6d;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 300;
        line-height: 1.8em; }
      .widget .widget-content .group a {
        color: #6F2331;
        font-size: 13px; }
        .widget .widget-content .group a i {
          margin-right: 10px; }
        .widget .widget-content .group a:hover {
          text-decoration: underline; }
      .widget .widget-content .group:last-child {
        margin-bottom: 0; }
  .widget h6 {
    font-family: "Muli", sans-serif !important;
    color: #6d6d6d;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 20px; }
  .widget.white, .widget.bordeaux {
    background-color: #fff; }
    .widget.white .widget-header, .widget.bordeaux .widget-header {
      padding: 20px 0;
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 0; }
      .widget.white .widget-header h2.widget-title, .widget.bordeaux .widget-header h2.widget-title {
        font-size: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0; }
      .widget.white .widget-header p.caption, .widget.bordeaux .widget-header p.caption {
        text-align: center;
        margin: 10px 0; }
    .widget.white .widget-content, .widget.bordeaux .widget-content {
      padding: 20px; }
    .widget.white .widget-footer, .widget.bordeaux .widget-footer {
      padding: 20px; }
  .widget.bordeaux {
    color: white;
    background-color: rgba(94, 27, 39, 0.72); }

.widget_reservation {
  position: relative;
  width: 100%;
  min-height: 480px; }
  .widget_reservation .widget-header p.price {
    color: #6F2331;
    font-family: "Raleway", serif !important;
    font-size: 26px;
    margin-bottom: 0;
    text-align: center; }
    .widget_reservation .widget-header p.price span {
      font-size: 14px; }
  .widget_reservation .widget-content {
    padding: 0; }
    .widget_reservation .widget-content ul.book-check {
      position: relative;
      /*1c1c1c*/ }
      .widget_reservation .widget-content ul.book-check h3 {
        font-family: "Muli", sans-serif !important;
        color: #f8f8f8;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 0; }
      .widget_reservation .widget-content ul.book-check li {
        position: relative;
        margin-bottom: 20px;
        line-height: 1em; }
        .widget_reservation .widget-content ul.book-check li.title {
          margin-bottom: 25px; }
        .widget_reservation .widget-content ul.book-check li label {
          font-family: "Muli", sans-serif !important;
          font-weight: 400;
          color: #f8f8f8;
          font-size: 12px;
          text-transform: uppercase;
          margin-bottom: 10px; }
        .widget_reservation .widget-content ul.book-check li button {
          width: 100%; }
        .widget_reservation .widget-content ul.book-check li .custom {
          position: relative;
          width: 100%; }
          .widget_reservation .widget-content ul.book-check li .custom input[type="text"] {
            width: 100%;
            height: 40px;
            border: 0;
            font-size: 14px;
            background-color: rgba(94, 27, 39, 0.72);
            padding: 0 20px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0; }
          .widget_reservation .widget-content ul.book-check li .custom span.fa {
            position: absolute;
            right: 10px;
            top: 0;
            line-height: 40px; }
          .widget_reservation .widget-content ul.book-check li .custom.input-group:after {
            display: none; }
          .widget_reservation .widget-content ul.book-check li .custom select.form-select + .select2 .select2-selection--single {
            background-color: #fff; }
        .widget_reservation .widget-content ul.book-check li ul.book__check {
          position: relative; }
          .widget_reservation .widget-content ul.book-check li ul.book__check li {
            font-family: "Muli", sans-serif !important;
            position: relative;
            width: 36%;
            float: left;
            padding: 5px;
            margin-bottom: 0; }
            .widget_reservation .widget-content ul.book-check li ul.book__check li.label {
              width: 28%;
              vertical-align: bottom;
              font-weight: 400;
              color: #f8f8f8;
              font-size: 12px;
              text-transform: uppercase;
              padding-top: 44px;
              padding-left: 0;
              text-align: left; }
            .widget_reservation .widget-content ul.book-check li ul.book__check li .custom {
              position: relative;
              margin-bottom: 0; }
          .widget_reservation .widget-content ul.book-check li ul.book__check:after {
            content: '';
            clear: both;
            display: table; }
        .widget_reservation .widget-content ul.book-check li:last-child {
          margin-bottom: 0; }
      .widget_reservation .widget-content ul.book-check li#room .custom {
        position: relative;
        margin-bottom: 20px; }
  .widget_reservation.white .widget-content, .widget_reservation.widget.bordeaux .widget-content {
    padding: 30px 20px; }
    .widget_reservation.white .widget-content ul.book-check li .custom input[type="text"], .widget_reservation.widget.bordeaux .widget-content ul.book-check li .custom input[type="text"] {
      background-color: #f9f9f9; }
    .widget_reservation.white .widget-content ul.book-check li .custom select.form-select + .select2 .select2-selection--single, .widget_reservation.widget.bordeaux .widget-content ul.book-check li .custom select.form-select + .select2 .select2-selection--single {
      background-color: #f9f9f9; }

.widget_subscribe.white .widget-header, .widget_subscribe.widget.bordeaux .widget-header {
  border-bottom: 0;
  margin-bottom: 0; }
  .widget_subscribe.white .widget-header h2.widget-title, .widget_subscribe.widget.bordeaux .widget-header h2.widget-title {
    font-size: 18px; }
.widget_subscribe.white .widget-content, .widget_subscribe.widget.bordeaux .widget-content {
  padding-top: 0; }
  .widget_subscribe.white .widget-content form .custom input[type="email"], .widget_subscribe.widget.bordeaux .widget-content form .custom input[type="email"] {
    background-color: #f9f9f9; }
.widget_subscribe .widget-content form .custom {
  width: 100%; }
  .widget_subscribe .widget-content form .custom input[type="email"], .widget_subscribe .widget-content form .custom input[type="text"] {
    font-family: "Raleway", serif !important;
    width: 100%;
    height: 40px;
    border: 0;
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-style: italic;
    color: #898989; }
  .widget_subscribe .widget-content form .custom .btn-subscribe, .widget_subscribe .widget-content form .custom .btn-subscribe-submit {
    background-color: #000;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 10px 0;
    border: 0;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .widget_subscribe .widget-content form .custom .btn-subscribe:hover, .widget_subscribe .widget-content form .custom .btn-subscribe-submit:hover {
      background-color: #6F2331; }
    .widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow, .widget_subscribe .widget-content form .custom .btn-subscribe-submit span.icon-arrow {
      background-color: #fff;
      width: 25px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 50%;
      right: 50%;
      bottom: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:before, .widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:after, .widget_subscribe .widget-content form .custom .btn-subscribe-submit span.icon-arrow:before, .widget_subscribe .widget-content form .custom .btn-subscribe-submit span.icon-arrow:after {
        background-color: #fff;
        content: '';
        position: absolute;
        width: 4px;
        height: 100%;
        right: 0;
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%; }
      .widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:before, .widget_subscribe .widget-content form .custom .btn-subscribe-submit span.icon-arrow:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:after, .widget_subscribe .widget-content form .custom .btn-subscribe-submit span.icon-arrow:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.widget_categories .widget-header {
  padding-top: 0; }
.widget_categories .widget-content ul li {
  font-family: "Muli", sans-serif !important;
  position: relative;
  min-height: 40px; }
  .widget_categories .widget-content ul li a {
    font-size: 14px;
    position: absolute;
    color: #1c1c1c;
    width: 100%;
    height: 40px;
    display: block;
    padding: 10px 0;
    z-index: 15; }
  .widget_categories .widget-content ul li:after {
    content: '\f105';
    font-family: 'Fontawesome';
    position: absolute;
    top: 8px;
    right: 0; }
  .widget_categories .widget-content ul li:first-child a {
    padding-top: 0; }
  .widget_categories .widget-content ul li:hover a {
    color: #6F2331; }
  .widget_categories .widget-content ul li:hover:after {
    color: #6F2331; }
  .widget_categories .widget-content ul li ul.children {
    position: relative;
    padding-top: 40px;
    padding-left: 10px; }
    .widget_categories .widget-content ul li ul.children li a {
      color: #1c1c1c;
      font-weight: 400; }
    .widget_categories .widget-content ul li ul.children li:hover a {
      color: #6F2331; }

.widget_recent_entries .widget-header {
  padding-top: 0; }
.widget_recent_entries .widget-content ul li {
  font-family: "Muli", sans-serif !important;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e6e6e6; }
  .widget_recent_entries .widget-content ul li:first-child {
    padding-top: 0; }
  .widget_recent_entries .widget-content ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .widget_recent_entries .widget-content ul li .post-thumbnail {
    width: 33%;
    float: left;
    margin-right: 8%; }
    .widget_recent_entries .widget-content ul li .post-thumbnail .inner {
      width: 100%;
      overflow: hidden; }
  .widget_recent_entries .widget-content ul li .post-body {
    width: 59%;
    float: left;
    padding-top: 10px; }
    .widget_recent_entries .widget-content ul li .post-body p {
      font-weight: 500;
      font-size: 12px;
      color: #333;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .widget_recent_entries .widget-content ul li .post-body span.date {
      font-weight: 400;
      font-size: 11px;
      color: #898989;
      font-family: "Muli", sans-serif !important; }
  .widget_recent_entries .widget-content ul li:after {
    content: '';
    clear: both;
    display: table; }
  .widget_recent_entries .widget-content ul li a.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15; }
  .widget_recent_entries .widget-content ul li:hover .post-body p {
    color: #6F2331; }

.widget_tag_cloud .widget-header {
  padding-top: 0; }
.widget_tag_cloud .tagcloud {
  position: relative; }
  .widget_tag_cloud .tagcloud a {
    background-color: #fff;
    color: #000;
    padding: 8px 20px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    float: left; }
    .widget_tag_cloud .tagcloud a:hover {
      background-color: #6F2331;
      color: #fff; }
  .widget_tag_cloud .tagcloud:after {
    content: '';
    clear: both;
    display: table; }
.widget_tag_cloud.white .widget-content a, .widget_tag_cloud.widget.bordeaux .widget-content a {
  background-color: #000;
  color: #fff; }
  .widget_tag_cloud.white .widget-content a:hover, .widget_tag_cloud.widget.bordeaux .widget-content a:hover {
    background-color: #6F2331; }

.widget_social .widget-header {
  padding-top: 0; }
.widget_social .widget-content ul.social-list li a {
  color: #000; }

.widget_partners .widget-content {
  margin-top: -15px;
  padding-bottom: 0;
  max-width: 345px; }
  .widget_partners .widget-content ul.partners-list li {
    display: inline-block; }
    .widget_partners .widget-content ul.partners-list li img {
      width: 70px;
      display: inline-block;
      margin-right: 30px; }
    .widget_partners .widget-content ul.partners-list li img.nyricon {
      margin-left: 10px;
      width: 90px; }
    .widget_partners .widget-content ul.partners-list li div.salis {
      max-width: 180px;
      background-color: white;
      color: #000;
      font-size: 9px;
      text-align: center;
      vertical-align: middle;
      line-height: 1;
      display: inline-block;
      padding: 4px 4px;
      margin-right: 20px; }
      .widget_partners .widget-content ul.partners-list li div.salis:after {
        content: '';
        clear: both; }
    .widget_partners .widget-content ul.partners-list li div.salistext {
      padding-top: 8px; }
    .widget_partners .widget-content ul.partners-list li img.hhowicon {
      width: 85px;
      margin-top: 10px; }
.widget_partners .widget-content.fixh90 {
  height: 86px;
  margin-top: inherit;
  padding-bottom: 0; }

.widget-footer img.weathericon {
  width: 30px;
  dispay: inline-block; }

.widget_flickr .widget-header {
  padding-top: 0; }
.widget_flickr .widget-content ul.thumbnails {
  margin-left: -7px;
  margin-right: -7px; }
  .widget_flickr .widget-content ul.thumbnails li {
    position: relative;
    width: 33.333333%;
    padding: 7px;
    float: left; }
    .widget_flickr .widget-content ul.thumbnails li a.thumbnail {
      position: relative;
      padding: 0;
      background-color: transparent;
      border: 0px;
      margin-bottom: 0; }
      .widget_flickr .widget-content ul.thumbnails li a.thumbnail:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .widget_flickr .widget-content ul.thumbnails li a.thumbnail:hover:after {
        background-color: rgba(0, 0, 0, 0.7); }
  .widget_flickr .widget-content ul.thumbnails:after {
    content: '';
    clear: both;
    display: table; }

.widget_contact .widget-content h5 {
  color: #6F2331;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1em; }
.widget_contact .widget-content .logo {
  margin-bottom: 30px; }
  .widget_contact .widget-content .logo a {
    display: block; }
    .widget_contact .widget-content .logo a img {
      width: auto; }
.widget_contact.center {
  text-align: center; }
  .widget_contact.center .widget-header h2.widget-title {
    text-align: center; }
  .widget_contact.center .widget-content .logo a img {
    margin: 0 auto; }
  @media screen and (max-width: 1199px) {
    .widget_contact.center {
      text-align: left; }
      .widget_contact.center .widget-header h2.widget-title {
        text-align: left; }
      .widget_contact.center .widget-content .logo a img {
        margin: 0; } }

.widget_pages .widget-content {
  min-height: 240px; }
  .widget_pages .widget-content ul {
    position: relative;
    text-transform: capitalize; }
    .widget_pages .widget-content ul li {
      line-height: 26px;
      font-size: 14px; }
      .widget_pages .widget-content ul li a {
        font-family: "Muli", sans-serif !important;
        color: #acacac; }
        .widget_pages .widget-content ul li a:hover {
          color: #6F2331; }
.widget_pages .widget-footer h2 {
  color: #6F2331;
  font-size: 22px;
  font-family: "Raleway", serif !important; }
  .widget_pages .widget-footer h2 span {
    font-size: 16px; }
.widget_pages .widget-footer h6 {
  margin-bottom: 0; }

.widget_twitter .widget-content ol.tweet li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px; }
  .widget_twitter .widget-content ol.tweet li h5 {
    font-family: "Muli", sans-serif !important;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #acacac;
    margin-bottom: 0; }
  .widget_twitter .widget-content ol.tweet li .sub-tweet a {
    color: #6F2331;
    font-size: 14px;
    display: block; }
  .widget_twitter .widget-content ol.tweet li:before {
    color: #898989;
    content: "\f099";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    font-size: 21px; }

.widget_infomation .widget-price {
  position: relative;
  padding: 25px 20px;
  margin-top: 30px;
  background-color: #6F2331; }
  .widget_infomation .widget-price h3 {
    font-family: "Muli", sans-serif !important;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase; }
    .widget_infomation .widget-price h3 span {
      font-family: "Raleway", serif !important;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 20px; }
.widget_infomation.white .widget-price, .widget_infomation.widget.bordeaux .widget-price {
  margin-top: 0; }

.widget_payment img {
  width: auto; }
.widget_payment ul.checkout-list li {
  display: inline-block;
  margin-right: 20px; }

.comments-area {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 50px 30px; }
  .comments-area h2.comments-title {
    font-style: italic;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0; }
  .comments-area ol.comment-list {
    font-family: "Muli", sans-serif !important;
    margin-top: 30px; }
    .comments-area ol.comment-list li.comment {
      position: relative;
      padding-bottom: 30px; }
      .comments-area ol.comment-list li.comment .comment-body .author-avatar {
        width: 72px;
        margin-right: 30px;
        float: left;
        position: relative; }
        .comments-area ol.comment-list li.comment .comment-body .author-avatar img {
          width: 72px;
          height: 72px; }
      .comments-area ol.comment-list li.comment .comment-body .main-comment {
        width: calc(100% - 102px);
        float: left;
        position: relative; }
        .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta {
          position: relative;
          margin-bottom: 20px;
          line-height: 1em; }
          .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-author {
            float: left; }
            .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-author b a {
              color: #6F2331;
              font-size: 14px;
              font-weight: 500; }
              .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-author b a:hover {
                text-decoration: underline; }
            .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-author span {
              color: #898989;
              font-size: 12px;
              margin-left: 10px; }
              @media screen and (max-width: 480px) {
                .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-author span {
                  display: block;
                  margin-left: 0;
                  margin-top: 10px; } }
          .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-metadata {
            float: right; }
            .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-metadata span {
              margin-left: 12px;
              text-align: right; }
              .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-metadata span a {
                font-size: 12px;
                color: #898989; }
                .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-metadata span a:hover {
                  color: #6F2331; }
          .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta:after {
            content: '';
            clear: both;
            display: table; }
        .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content {
          position: relative; }
          .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content .review {
            margin-bottom: 20px; }
            .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content .review p {
              font-weight: 700;
              font-size: 14px;
              line-height: 1em;
              margin-bottom: 0; }
          .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content .content p {
            font-weight: 300;
            font-size: 13px; }
          .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content .content a {
            color: #6F2331;
            font-weight: 500; }
            .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content .content a:hover {
              text-decoration: underline; }
      .comments-area ol.comment-list li.comment .comment-body:after {
        content: '';
        clear: both;
        display: table; }
      .comments-area ol.comment-list li.comment.even {
        background-color: #fff; }
      .comments-area ol.comment-list li.comment.odd {
        background-color: #f9f9f9; }
      .comments-area ol.comment-list li.comment ol.children {
        font-family: "Muli", sans-serif !important;
        margin-top: 15px; }
        .comments-area ol.comment-list li.comment ol.children li.comment {
          padding: 30px 40px 30px 100px; }
  .comments-area .comment-respond {
    position: relative;
    border-top: 1px solid #ebebeb; }
    .comments-area .comment-respond h3 {
      margin: 50px 0 30px 0;
      text-transform: capitalize;
      font-style: italic; }
    .comments-area .comment-respond ul {
      margin: 0; }
      .comments-area .comment-respond ul li {
        padding: 10px 0; }
        .comments-area .comment-respond ul li input {
          font-family: "Raleway", serif !important;
          background-color: #f9f9f9;
          color: #000;
          border: 0px;
          padding: 10px 15px;
          width: 100%;
          font-size: 14px; }
        .comments-area .comment-respond ul li textarea {
          font-family: "Raleway", serif !important;
          width: 100%;
          min-height: 170px;
          padding: 10px 15px;
          font-size: 14px;
          background-color: #f9f9f9;
          color: #000;
          font-weight: 400; }
        .comments-area .comment-respond ul li.name, .comments-area .comment-respond ul li.email {
          width: 48%; }
          @media screen and (max-width: 480px) {
            .comments-area .comment-respond ul li.name, .comments-area .comment-respond ul li.email {
              width: 100%; } }
        .comments-area .comment-respond ul li.clearfix {
          padding: 0; }
    .comments-area .comment-respond input[type="submit"] {
      background-color: #1c1c1c;
      display: block;
      padding: 15px 40px;
      margin-top: 30px;
      border: 0px;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      font-size: 12px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .comments-area .comment-respond input[type="submit"]:hover {
        background-color: #6F2331; }

.google-map, .google-map-detail {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden; }
  .google-map h2, .google-map-detail h2 {
    font-style: italic;
    text-align: center; }
  .google-map p, .google-map-detail p {
    text-align: center;
    margin-bottom: 0; }

#map {
  height: 100%; }

.google-map-detail {
  height: 385px;
  margin-bottom: 30px; }

.gmnoprint {
  display: none; }

.gm-style-iw {
  top: 25px !important;
  left: 25px !important; }

#map-infobox #bodyContent {
  position: relative;
  background-color: #6F2331;
  text-align: center;
  padding: 20px 16px; }
  #map-infobox #bodyContent h2 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    margin-top: 0; }
  #map-infobox #bodyContent p {
    color: #898989;
    font-size: 12px; }
  #map-infobox #bodyContent:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
    background-color: #6F2331;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.hidden {
  opacity: 0; }

/* CUSTOM MAGNIFIC POPUP
*******************/
.mfp-bottom-bar {
  margin-top: -80px;
  padding-left: 36px; }
  .mfp-bottom-bar .mfp-title {
    font-family: "Raleway", serif !important;
    padding-right: 55px;
    font-size: 20px;
    position: absolute;
    z-index: 1; }

.mfp-counter {
  font-family: "Raleway", serif !important;
  font-style: italic;
  right: 36px;
  font-size: 14px;
  z-index: 1; }

.mfp-figure:after {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  box-shadow: none;
  top: auto;
  height: 40%;
  z-index: 0; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  text-align: center;
  padding-right: 0;
  top: 40px;
  width: 44px;
  font-weight: 500;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .mfp-image-holder .mfp-close:hover,
  .mfp-iframe-holder .mfp-close:hover {
    cursor: pointer; }

/*
====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-ready button.mfp-arrow {
    opacity: 1; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }
  .mfp-zoom-in.mfp-removing button.mfp-arrow {
    opacity: 0; }

button.mfp-arrow {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: -56px center;
  margin-top: 0;
  width: 28px;
  height: 22px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  button.mfp-arrow:hover {
    background-position: 0 center; }
  button.mfp-arrow:active {
    margin-top: 0; }
  button.mfp-arrow.mfp-arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 20px; }
    @media screen and (max-width: 900px) {
      button.mfp-arrow.mfp-arrow-left {
        -webkit-transform: rotate(180deg) scale(0.75);
        -moz-transform: rotate(180deg) scale(0.75);
        -ms-transform: rotate(180deg) scale(0.75);
        -o-transform: rotate(180deg) scale(0.75);
        transform: rotate(180deg) scale(0.75);
        left: 40px; } }
  button.mfp-arrow.mfp-arrow-right {
    right: 20px; }
  button.mfp-arrow:before, button.mfp-arrow:after {
    margin-top: -11px;
    margin-left: 0;
    border: 0; }

.collapse p,
.collapsing p {
  padding: 20px; }

.acc {
  font-family: "Raleway", serif !important;
  font-size: 14px;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 10px; }
  .acc:active, .acc.active {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }

.acc-style-1 .acc {
  color: #fff;
  background-color: #1c1c1c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0; }
  .acc-style-1 .acc[aria-expanded="true"]:after {
    content: '\f068';
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff; }
  .acc-style-1 .acc[aria-expanded="false"]:after {
    content: '\f067';
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff; }
.acc-style-1.white p, .acc-style-1.widget.bordeaux p {
  color: #212121; }
.acc-style-1.white .acc, .acc-style-1.widget.bordeaux .acc {
  background-color: #fff;
  color: #1c1c1c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .acc-style-1.white .acc[aria-expanded="true"]:after, .acc-style-1.widget.bordeaux .acc[aria-expanded="true"]:after {
    content: '\f068';
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #1c1c1c; }
  .acc-style-1.white .acc[aria-expanded="false"]:after, .acc-style-1.widget.bordeaux .acc[aria-expanded="false"]:after {
    content: '\f067';
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #1c1c1c; }

.acc-style-2 .acc {
  color: #fff;
  background-color: #1c1c1c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0; }
  .acc-style-2 .acc[aria-expanded="true"]:after {
    content: '\f0d8';
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff; }
  .acc-style-2 .acc[aria-expanded="false"]:after {
    content: '\f0d7';
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff; }
.acc-style-2.white p, .acc-style-2.widget.bordeaux p {
  color: #212121; }
.acc-style-2.white button.acc, .acc-style-2.widget.bordeaux button.acc,
.acc-style-2.white a.acc,
.acc-style-2.widget.bordeaux a.acc {
  color: #1c1c1c;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .acc-style-2.white button.acc[aria-expanded="true"]:after, .acc-style-2.widget.bordeaux button.acc[aria-expanded="true"]:after,
  .acc-style-2.white a.acc[aria-expanded="true"]:after,
  .acc-style-2.widget.bordeaux a.acc[aria-expanded="true"]:after {
    content: '\f0d8';
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #1c1c1c; }
  .acc-style-2.white button.acc[aria-expanded="false"]:after, .acc-style-2.widget.bordeaux button.acc[aria-expanded="false"]:after,
  .acc-style-2.white a.acc[aria-expanded="false"]:after,
  .acc-style-2.widget.bordeaux a.acc[aria-expanded="false"]:after {
    content: '\f0d7';
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #1c1c1c; }

.btn {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 25px;
  border: 0;
  display: inline-block;
  font-family: "Muli", sans-serif !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .btn:hover, .btn:active {
    text-decoration: none !important;
    box-shadow: 0 0 0; }
  .btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .btn.btn-default {
    background-color: #1b1b1b; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default.active {
      background-color: #6F2331;
      color: #fff; }
  .btn.btn-style-1 {
    background-color: #ee4f4f; }
    .btn.btn-style-1:hover, .btn.btn-style-1:active, .btn.btn-style-1.active {
      background-color: #e04a4a; }
  .btn.btn-style-2 {
    background-color: #5cb85c; }
    .btn.btn-style-2:hover, .btn.btn-style-2:active, .btn.btn-style-2.active {
      background-color: #56ab56; }
  .btn.btn-style-3 {
    background-color: #5bc0de; }
    .btn.btn-style-3:hover, .btn.btn-style-3:active, .btn.btn-style-3.active {
      background-color: #55b4d0; }
  .btn.btn-style-4 {
    background-color: #f0ad4e; }
    .btn.btn-style-4:hover, .btn.btn-style-4:active, .btn.btn-style-4.active {
      background-color: #dd9f48; }
  .btn.btn-style-5 {
    background-color: #d9534f; }
    .btn.btn-style-5:hover, .btn.btn-style-5:active, .btn.btn-style-5.active {
      background-color: #c34b47; }
  .btn.btn-style-6 {
    background-color: #6F2331; }
    .btn.btn-style-6:hover, .btn.btn-style-6:active, .btn.btn-style-6.active {
      background-color: #000;
      color: #fff !important; }
  .btn.btn-style-7 {
    background-color: #fff;
    color: #1c1c1c !important;
    border: 1px solid #1c1c1c; }
    .btn.btn-style-7:hover, .btn.btn-style-7:active, .btn.btn-style-7.active {
      background-color: #000;
      color: #fff !important; }
  .btn.btn-classic {
    font-family: "Raleway", serif !important;
    color: #6F2331;
    text-transform: none;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #6F2331;
    padding: 10px 25px; }
    .btn.btn-classic:hover span {
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -o-transform: translateX(10px);
      transform: translateX(10px); }
    .btn.btn-classic.black {
      color: #1c1c1c;
      border-color: #1c1c1c; }
      .btn.btn-classic.black span.icon-btn-arrow .inner {
        background-color: #1c1c1c; }
        .btn.btn-classic.black span.icon-btn-arrow .inner:after {
          border-color: #1c1c1c #1c1c1c transparent transparent; }
    .btn.btn-classic.centered {
      display: table;
      margin: 0 auto; }

span.icon-btn-arrow {
  position: relative;
  margin-left: 15px;
  width: 25px;
  height: 10px;
  display: inline-block; }
  span.icon-btn-arrow .inner {
    width: 25px;
    height: 1px;
    background-color: #6F2331;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    span.icon-btn-arrow .inner:after {
      content: '';
      display: block;
      position: absolute;
      width: 4px;
      height: 4px;
      border-right: 1px solid;
      border-top: 1px solid;
      border-color: #6F2331 #6F2331 transparent transparent;
      top: 0;
      right: 0;
      -webkit-transform-origin: 100% 50%;
      -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      -o-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  span.icon-btn-arrow.white .inner, span.icon-btn-arrow.widget.bordeaux .inner {
    background-color: #fff; }
    span.icon-btn-arrow.white .inner:after, span.icon-btn-arrow.widget.bordeaux .inner:after {
      border-color: #fff #fff transparent transparent; }
  span.icon-btn-arrow.black .inner {
    background-color: #1c1c1c; }
    span.icon-btn-arrow.black .inner:after {
      border-color: #1c1c1c #1c1c1c transparent transparent; }

.select2-dropdown {
  border: 0;
  z-index: 1000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

span.select2-selection {
  outline: none; }
  span.select2-selection:hover, span.select2-selection:focus {
    outline: none;
    text-decoration: none; }

/* Select2 Jquery Compile for TOP HEADER */
select.top-select + .select2 {
  width: 100% !important; }
  select.top-select + .select2 .select2-selection--single {
    background-color: #1c1c1c;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    select.top-select + .select2 .select2-selection--single .select2-selection__rendered {
      color: #5d5d5d;
      font-size: 12px; }

/* Select2 Jquery Compile for BOOK NOW */
select.book-select + .select2 {
  width: 100% !important; }
  select.book-select + .select2 .select2-selection--single {
    background-color: #6d6d6d;
    border: 0;
    padding: 0 12px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    select.book-select + .select2 .select2-selection--single .select2-selection__rendered {
      font-family: "Raleway", serif !important;
      color: #fff;
      line-height: 40px;
      font-size: 14px; }
    select.book-select + .select2 .select2-selection--single .select2-selection__arrow {
      height: 40px;
      right: 5px; }
      select.book-select + .select2 .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent; }
  select.book-select + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent; }

select.book-select.white + .select2 .select2-selection--single, select.book-select.widget.bordeaux + .select2 .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d0d0d0; }
  select.book-select.white + .select2 .select2-selection--single .select2-selection__rendered, select.book-select.widget.bordeaux + .select2 .select2-selection--single .select2-selection__rendered {
    color: #202020;
    text-overflow: inherit; }
  select.book-select.white + .select2 .select2-selection--single .select2-selection__arrow b, select.book-select.widget.bordeaux + .select2 .select2-selection--single .select2-selection__arrow b {
    border-color: #202020 transparent transparent transparent; }
select.book-select.white + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b, select.book-select.widget.bordeaux + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #202020 transparent; }

/* Select2 Jquery Compile for WIDGET RESERVATION */
select.form-select + .select2 {
  width: 100% !important; }
  select.form-select + .select2 .select2-selection--single {
    background-color: #f9f9f9;
    border: 0;
    height: 40px;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    select.form-select + .select2 .select2-selection--single .select2-selection__rendered {
      font-family: "Raleway", serif !important;
      color: #000;
      line-height: 40px;
      padding-left: 0;
      padding-right: 0;
      font-size: 14px; }
    select.form-select + .select2 .select2-selection--single .select2-selection__arrow {
      height: 40px;
      right: 5px; }
      select.form-select + .select2 .select2-selection--single .select2-selection__arrow b {
        border-color: #000 transparent transparent transparent; }
  select.form-select + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent; }

/* Select2 Jquery Compile for ATTRACTION LOCAL SELECT */
select.local-select + .select2 {
  width: 100% !important; }
  select.local-select + .select2 .select2-selection--single {
    background-color: #fff;
    border: 0;
    height: 50px;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    select.local-select + .select2 .select2-selection--single .select2-selection__rendered {
      font-family: "Raleway", serif !important;
      font-size: 14px;
      color: #000;
      line-height: 50px;
      padding-left: 0;
      padding-right: 0; }
    select.local-select + .select2 .select2-selection--single .select2-selection__arrow {
      height: 50px;
      right: 5px; }
      select.local-select + .select2 .select2-selection--single .select2-selection__arrow b {
        border-color: #000 transparent transparent transparent; }
  select.local-select + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent; }

.datepicker-inline {
  position: relative;
  width: 100%;
  padding: 0 15px;
  font-family: "Raleway", serif !important; }
  .datepicker-inline .datepicker-group {
    width: 50%;
    float: left; }
    .datepicker-inline .datepicker-group.datepicker-group-first {
      padding-right: 15px; }
    .datepicker-inline .datepicker-group.datepicker-group-last {
      padding-left: 15px; }
    .datepicker-inline .datepicker-group:after {
      content: '';
      display: table;
      clear: both; }
    .datepicker-inline .datepicker-group .datepicker-header {
      color: #333333;
      font-size: 14px;
      font-weight: bold;
      margin: 0 3px;
      padding-bottom: 15px;
      padding-top: 15px;
      position: relative;
      text-align: center; }
      .datepicker-inline .datepicker-group .datepicker-header a.datepicker-prev,
      .datepicker-inline .datepicker-group .datepicker-header a.datepicker-next {
        width: 40px;
        height: 40px;
        color: #333;
        display: block;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        cursor: pointer;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .datepicker-inline .datepicker-group .datepicker-header a.datepicker-prev {
        left: 0; }
      .datepicker-inline .datepicker-group .datepicker-header a.datepicker-next {
        right: 0; }
      .datepicker-inline .datepicker-group .datepicker-header .datepicker-title span {
        font-size: 20px;
        font-weight: 300; }
    .datepicker-inline .datepicker-group table.datepicker-calendar {
      width: 100%;
      margin-bottom: 0;
      table-layout: fixed;
      empty-cells: hide; }
      .datepicker-inline .datepicker-group table.datepicker-calendar th {
        font-family: "Muli", sans-serif !important;
        padding: 20px 15px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase; }
      .datepicker-inline .datepicker-group table.datepicker-calendar td {
        padding: 0;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .datepicker-inline .datepicker-group table.datepicker-calendar td .state-default {
          padding: 20px; }
        .datepicker-inline .datepicker-group table.datepicker-calendar td .state-disable {
          background-color: #f7f7f7;
          color: #ccc;
          cursor: default; }
          .datepicker-inline .datepicker-group table.datepicker-calendar td .state-disable:hover {
            background-color: #f7f7f7;
            color: #ccc; }
        .datepicker-inline .datepicker-group table.datepicker-calendar td .state-highlight {
          background-color: #b98921;
          color: #fff; }
        .datepicker-inline .datepicker-group table.datepicker-calendar td span {
          color: #ccc; }
        .datepicker-inline .datepicker-group table.datepicker-calendar td a {
          display: block;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .datepicker-inline .datepicker-group table.datepicker-calendar td a:hover, .datepicker-inline .datepicker-group table.datepicker-calendar td a.state-hover {
            background-color: #d8a942;
            color: #fff; }
          .datepicker-inline .datepicker-group table.datepicker-calendar td a:active, .datepicker-inline .datepicker-group table.datepicker-calendar td a.state-active {
            background-color: #b98921;
            color: #fff; }
      .datepicker-inline .datepicker-group table.datepicker-calendar thead > tr > th {
        border-bottom: 0; }
      .datepicker-inline .datepicker-group table.datepicker-calendar thead > tr > th,
      .datepicker-inline .datepicker-group table.datepicker-calendar tbody > tr > th,
      .datepicker-inline .datepicker-group table.datepicker-calendar tfoot > tr > th,
      .datepicker-inline .datepicker-group table.datepicker-calendar thead > tr > td,
      .datepicker-inline .datepicker-group table.datepicker-calendar tbody > tr > td,
      .datepicker-inline .datepicker-group table.datepicker-calendar tfoot > tr > td {
        border-bottom: 0; }
  .datepicker-inline:after {
    content: '';
    display: table;
    clear: both; }

.book-now-wrap, .book-now-wrap-room {
  float: right;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .book-now-wrap .toggle-book, .book-now-wrap-room .toggle-book {
    background-color: #6F2331;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 71px; }
    .book-now-wrap .toggle-book:hover, .book-now-wrap-room .toggle-book:hover {
      background-color: #762531; }
    .book-now-wrap .toggle-book span.fa, .book-now-wrap-room .toggle-book span.fa {
      display: none; }
  .book-now-wrap .book-check-form, .book-now-wrap .book-check-form-room, .book-now-wrap-room .book-check-form, .book-now-wrap-room .book-check-form-room {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: auto;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
    padding: 40px 40px 20px 40px;
    z-index: 20;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .book-now-wrap .book-check-form h4, .book-now-wrap .book-check-form-room h4, .book-now-wrap-room .book-check-form h4, .book-now-wrap-room .book-check-form-room h4 {
      color: #fff;
      margin: 0;
      font-size: 26px; }
    .book-now-wrap .book-check-form .book-content, .book-now-wrap .book-check-form-room .book-content, .book-now-wrap-room .book-check-form .book-content, .book-now-wrap-room .book-check-form-room .book-content {
      padding: 0; }
      .book-now-wrap .book-check-form .book-content .group, .book-now-wrap .book-check-form-room .book-content .group, .book-now-wrap-room .book-check-form .book-content .group, .book-now-wrap-room .book-check-form-room .book-content .group {
        margin-top: 0;
        float: none; }
        .book-now-wrap .book-check-form .book-content .group h4, .book-now-wrap .book-check-form-room .book-content .group h4, .book-now-wrap-room .book-check-form .book-content .group h4, .book-now-wrap-room .book-check-form-room .book-content .group h4 {
          font-style: normal;
          line-height: 1.4em; }
      .book-now-wrap .book-check-form .book-content ul.book-list, .book-now-wrap .book-check-form-room .book-content ul.book-list, .book-now-wrap-room .book-check-form .book-content ul.book-list, .book-now-wrap-room .book-check-form-room .book-content ul.book-list {
        width: 100%;
        margin-top: 20px;
        float: none; }
        .book-now-wrap .book-check-form .book-content ul.book-list li, .book-now-wrap .book-check-form-room .book-content ul.book-list li, .book-now-wrap-room .book-check-form .book-content ul.book-list li, .book-now-wrap-room .book-check-form-room .book-content ul.book-list li {
          margin-bottom: 20px; }
          .book-now-wrap .book-check-form .book-content ul.book-list li .custom input, .book-now-wrap .book-check-form-room .book-content ul.book-list li .custom input, .book-now-wrap-room .book-check-form .book-content ul.book-list li .custom input, .book-now-wrap-room .book-check-form-room .book-content ul.book-list li .custom input {
            font-family: "Raleway", serif !important;
            width: 100%;
            height: 40px;
            font-size: 14px;
            padding: 0px 20px;
            border: 0px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            background-color: #6d6d6d; }
          .book-now-wrap .book-check-form .book-content ul.book-list li:last-child, .book-now-wrap .book-check-form-room .book-content ul.book-list li:last-child, .book-now-wrap-room .book-check-form .book-content ul.book-list li:last-child, .book-now-wrap-room .book-check-form-room .book-content ul.book-list li:last-child {
            padding-right: 0; }
          .book-now-wrap .book-check-form .book-content ul.book-list li.book-picker .custom, .book-now-wrap .book-check-form-room .book-content ul.book-list li.book-picker .custom, .book-now-wrap-room .book-check-form .book-content ul.book-list li.book-picker .custom, .book-now-wrap-room .book-check-form-room .book-content ul.book-list li.book-picker .custom {
            width: 230px; }
          .book-now-wrap .book-check-form .book-content ul.book-list li.book-select .custom, .book-now-wrap .book-check-form-room .book-content ul.book-list li.book-select .custom, .book-now-wrap-room .book-check-form .book-content ul.book-list li.book-select .custom, .book-now-wrap-room .book-check-form-room .book-content ul.book-list li.book-select .custom {
            width: 155px; }
    .book-now-wrap .book-check-form.book-toggle, .book-now-wrap .book-check-form-room.book-toggle, .book-now-wrap-room .book-check-form.book-toggle, .book-now-wrap-room .book-check-form-room.book-toggle {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .book-now-wrap .book-check-form-room, .book-now-wrap-room .book-check-form-room {
    background-color: #69353E; }

#check-available {
  width: 215px;
  background-color: #6F2331;
  color: #fff;
  font-family: "Muli", sans-serif !important;
  position: relative;
  display: block;
  padding: 0 30px;
  margin-top: 32px;
  text-transform: uppercase;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: padding 0.4s ease;
  -moz-transition: padding 0.4s ease;
  -ms-transition: padding 0.4s ease;
  -o-transition: padding 0.4s ease;
  transition: padding 0.4s ease; }
  #check-available span.icon-arrow {
    background-color: #fff;
    width: 25px;
    height: 1px;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #check-available span.icon-arrow:before, #check-available span.icon-arrow:after {
      background-color: #fff;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      width: 4px;
      -webkit-transform-origin: 100% 50%;
      -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      -o-transform-origin: 100% 50%;
      transform-origin: 100% 50%; }
    #check-available span.icon-arrow:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #check-available span.icon-arrow:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #check-available:hover {
    padding-left: 60px;
    padding-right: 0px; }
    #check-available:hover span.icon-arrow {
      right: 170px;
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); }

.book-check-form, .book-check-form-room {
  width: 100%;
  min-height: 120px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20; }
  .book-check-form .book-content, .book-check-form-room .book-content {
    position: relative;
    padding: 40px 0; }
    .book-check-form .book-content .group, .book-check-form-room .book-content .group {
      position: relative;
      float: left;
      margin-top: 10px; }
      .book-check-form .book-content .group h4, .book-check-form-room .book-content .group h4 {
        color: #fff;
        margin-top: 0;
        font-size: 26px;
        font-style: italic;
        line-height: 1em; }
      .book-check-form .book-content .group h6, .book-check-form-room .book-content .group h6 {
        font-family: "Muli", sans-serif !important;
        color: #6d6d6d;
        margin: 0;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1em; }
    .book-check-form .book-content ul.book-list, .book-check-form-room .book-content ul.book-list {
      width: 75%;
      float: left;
      position: relative; }
      .book-check-form .book-content ul.book-list li, .book-check-form-room .book-content ul.book-list li {
        position: relative;
        float: left;
        padding-right: 20px;
        display: inline-block;
        line-height: 1em; }
        .book-check-form .book-content ul.book-list li .custom input, .book-check-form-room .book-content ul.book-list li .custom input {
          font-family: "Raleway", serif !important;
          width: 100%;
          height: 40px;
          font-size: 14px;
          padding: 0 20px;
          border: 0px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          background-color: #6d6d6d; }
        .book-check-form .book-content ul.book-list li .custom span.custom-icon, .book-check-form-room .book-content ul.book-list li .custom span.custom-icon {
          color: #fff;
          background-color: #6d6d6d;
          border: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0; }
        .book-check-form .book-content ul.book-list li label, .book-check-form-room .book-content ul.book-list li label {
          font-family: "Muli", sans-serif !important;
          font-size: 12px;
          font-weight: 100;
          text-transform: uppercase; }
          .book-check-form .book-content ul.book-list li label.error, .book-check-form-room .book-content ul.book-list li label.error {
            color: #EFA70D;
            margin-top: 5px;
            font-size: 10px;
            position: absolute;
            width: 100%;
            left: 0;
            top: 100%; }
        .book-check-form .book-content ul.book-list li:last-child, .book-check-form-room .book-content ul.book-list li:last-child {
          padding-right: 0; }
        .book-check-form .book-content ul.book-list li.book-picker .custom, .book-check-form-room .book-content ul.book-list li.book-picker .custom {
          width: 160px; }
        .book-check-form .book-content ul.book-list li.book-select .custom, .book-check-form-room .book-content ul.book-list li.book-select .custom {
          position: relative;
          width: 80px;
          margin-bottom: 0; }
        .book-check-form .book-content ul.book-list li.list-field, .book-check-form-room .book-content ul.book-list li.list-field {
          width: 20%; }
          .book-check-form .book-content ul.book-list li.list-field .btn, .book-check-form-room .book-content ul.book-list li.list-field .btn {
            width: 100%;
            margin-top: 17px;
            padding: 11px 25px; }
        .book-check-form .book-content ul.book-list li #check-available, .book-check-form-room .book-content ul.book-list li #check-available {
          margin-top: 17px; }
    .book-check-form .book-content:after, .book-check-form-room .book-content:after {
      content: '';
      display: table;
      clear: both; }

.book-check-form-2 {
  width: 100%;
  color: #fff;
  bottom: auto;
  left: auto;
  top: 10%;
  background-color: transparent; }
  .book-check-form-2 .book-content {
    position: absolute;
    width: 270px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7); }
    .book-check-form-2 .book-content .group {
      text-align: center;
      width: 100%;
      margin-top: 0;
      margin-bottom: 30px; }
      .book-check-form-2 .book-content .group h4 {
        font-size: 20px; }
    .book-check-form-2 .book-content ul.book-list {
      width: 100%; }
      .book-check-form-2 .book-content ul.book-list li {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0; }
        .book-check-form-2 .book-content ul.book-list li.book-picker .custom {
          width: 100%; }
        .book-check-form-2 .book-content ul.book-list li.book-select .custom {
          width: 100%; }
        .book-check-form-2 .book-content ul.book-list li.list-field {
          width: 100%; }
        .book-check-form-2 .book-content ul.book-list li #check-available {
          width: 100%;
          margin-bottom: 0;
          margin-top: 0; }

.book-section {
  position: relative; }
  .book-section .book-check-form {
    position: relative;
    background-color: black; }
    .book-section .book-check-form .book-content .group {
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px; }
    .book-section .book-check-form .book-content ul.book-list {
      width: 100%; }

.book-so-form-type {
  line-height: inherit;
  font-size: 16px;
  font-style: italic; }

.book-so-form .book-so-wbsbox {
  width: auto;
  padding-top: 5px;
  border-radius: 0; }
  .book-so-form .book-so-wbsbox .select2 span {
    text-overflow: inherit !important; }
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-no-children {
    display: none; }
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-arrival {
    position: relative; }
    .book-so-form .book-so-wbsbox .book-so-bookline .book-so-arrival input {
      width: 100%; }
    .book-so-form .book-so-wbsbox .book-so-bookline .book-so-arrival span.calendar-icon {
      display: inline-block;
      position: absolute;
      right: 7px;
      top: 9px;
      color: #fff; }
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-noselect, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-arrival input {
    color: #fff;
    background-color: #6d6d6d;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0 0 0 8px;
    line-height: 40px; }
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-adults, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-children, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-arrival, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-staynights, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-btn {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    width: 23%; }
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-btn {
    background-color: #FFA200;
    line-height: 40px; }
    .book-so-form .book-so-wbsbox .book-so-bookline .book-so-btn a {
      display: inline-block;
      width: 100%;
      color: white;
      text-align: center;
      font-size: 13px;
      text-transform: uppercase; }
    .book-so-form .book-so-wbsbox .book-so-bookline .book-so-btn a:hover {
      background-color: #FFbb33; }
  .book-so-form .book-so-wbsbox .book-so-adults .select2-selection--single,
  .book-so-form .book-so-wbsbox .book-so-children .select2-selection--single,
  .book-so-form .book-so-wbsbox .book-so-staynights .select2-selection--single,
  .book-so-form .book-so-wbsbox .book-so-arrival .select2-selection--single {
    padding: 0; }

td.day.new {
  color: #808080 !important; }

td.day.disabled, td.day.new.disabled {
  text-decoration: line-through !important;
  color: #c0c0c0 !important; }

.ef-width {
  position: relative;
  overflow: hidden; }
  .ef-width img {
    width: 100%; }
  .ef-width a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.7);
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .ef-width a.overlay span {
      position: absolute;
      font-size: 30px;
      color: #fff;
      top: calc(50% - 15px);
      left: 0;
      right: 0;
      text-align: center;
      z-index: 21;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .ef-width:hover a.overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
    .ef-width:hover a.overlay span {
      opacity: 1;
      visibility: visible; }

.validate-anim div.error-anim {
  display: none;
  color: #cc823b;
  opacity: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 1.3em; }

form .response-content, .response-content p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.3em; }

/* 4.	Layout
-------------------------------*/
@media only screen and (max-width: 800px) {
  #homemedia .tp-banner a.largeredbtn {
    font-size: 9px !important;
    padding: 10px !important;
    line-height: 20px !important; } }
@media only screen and (max-width: 600px) {
  #homemedia .tp-banner .tp-caption.tp-small {
    font-size: 10px !important; } }
.header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .header .top-header {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #1c1c1c;
    color: #aaaaaa; }
    .header .top-header .ha-phone {
      float: left;
      font-family: "Raleway", serif;
      font-size: 13px;
      font-style: italic;
      line-height: 30px; }
      .header .top-header .ha-phone i {
        margin-right: 10px; }
    .header .top-header .ha-currency {
      float: right;
      height: 30px; }
      .header .top-header .ha-currency ul.nav {
        display: inline-block;
        margin: 0;
        margin-right: 4px;
        line-height: 29px; }
        .header .top-header .ha-currency ul.nav li {
          display: inline-block;
          line-height: inherit;
          margin-right: -4px; }
          .header .top-header .ha-currency ul.nav li a {
            color: #b8b8b8;
            padding: 0  11px; }
          .header .top-header .ha-currency ul.nav li a.selected {
            background-color: #333; }
          .header .top-header .ha-currency ul.nav li a:hover, .header .top-header .ha-currency ul.nav li a:focus {
            background-color: #333; }
  .header .main-header {
    box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.66);
    background-color: #fff;
    position: relative;
    width: 100%;
    min-height: 70px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .header .main-header .logo {
      position: relative;
      float: left;
      height: 71px;
      z-index: 999;
      width: 170px; }
      .header .main-header .logo .logoimg {
        float: left;
        margin-right: 8px;
        margin-left: -6px; }
      .header .main-header .logo .logoimg img {
        height: 56px;
        margin-top: 7px; }
      .header .main-header .logo .logotext {
        margin-top: 0px;
        padding-top: 10px;
        font-family: 'Raleway' !important;
        line-height: 0.9;
        text-transform: uppercase; }
        .header .main-header .logo .logotext span.bout {
          font-size: 12px;
          color: #A1824F;
          font-weight: normal;
          line-height: 1.2; }
        .header .main-header .logo .logotext span.mir, .header .main-header .logo .logotext span.viv {
          color: #703237;
          font-size: 21px;
          letter-spacing: 2px; }
        .header .main-header .logo .logotext span.mir {
          letter-spacing: 1px; }
      .header .main-header .logo.bordeaux {
        width: 186px;
        /*background-color: #703237;*/
        margin-left: -2px;
        padding-left: 2px;
        /*.logotext {
        	margin-left:-4px;
        	span.bout {font-size:12px;color:#C3A983;font-weight:normal;line-height:1.2}
        	span.mir, span.viv {color:#A1824F;font-size:21px;letter-spacing:2px}
        	span.mir {letter-spacing:1px}
        }*/ }
        .header .main-header .logo.bordeaux .logoimg {
          height: 71px;
          background-color: #6F2331;
          margin-right: 7px;
          margin-left: 0;
          padding-left: 3px;
          padding-right: 3px; }
          .header .main-header .logo.bordeaux .logoimg img {
            height: 64px;
            margin-top: 2px; }
    .header .main-header .navigation {
      position: relative; }
      .header .main-header .navigation:after {
        content: '';
        display: table;
        clear: both; }
      .header .main-header .navigation .widget-content-header.ha-social-mobile {
        display: none; }
      .header .main-header .navigation ul.nav {
        float: right;
        margin-right: 15px; }
        .header .main-header .navigation ul.nav li {
          position: relative;
          display: inline-block;
          margin: 0;
          border-bottom: 3px solid #fff;
          line-height: 67px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .header .main-header .navigation ul.nav li a {
            display: inline-block;
            font-family: "Muli", sans-serif;
            font-size: 12px;
            font-weight: 500;
            color: #6d6d6d;
            text-align: center;
            padding: 0 12px;
            top: 3px;
            line-height: 68px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .header .main-header .navigation ul.nav li a span {
              margin-left: 5px;
              font-weight: 500;
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg);
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            .header .main-header .navigation ul.nav li a:focus {
              background-color: transparent; }
          .header .main-header .navigation ul.nav li ul.sub-menu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: calc(100% + 3px);
            left: calc(50% - 115px);
            min-width: 230px;
            padding: 5px 25px;
            text-transform: none;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 21;
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .header .main-header .navigation ul.nav li ul.sub-menu li {
              display: block;
              border-bottom: 1px solid #373737;
              line-height: 1.4em; }
              .header .main-header .navigation ul.nav li ul.sub-menu li a {
                color: #fff;
                display: block;
                padding: 17px 0 13px;
                font-weight: 300;
                font-size: 14px;
                text-align: left;
                line-height: 1em; }
              .header .main-header .navigation ul.nav li ul.sub-menu li:last-child {
                border-bottom: 0px; }
              .header .main-header .navigation ul.nav li ul.sub-menu li:hover a {
                color: #DD8D4F; }
          .header .main-header .navigation ul.nav li:hover {
            border-bottom: 3px solid #6F2331; }
            .header .main-header .navigation ul.nav li:hover a {
              color: #6F2331; }
              .header .main-header .navigation ul.nav li:hover a:hover {
                background-color: transparent; }
              .header .main-header .navigation ul.nav li:hover a span {
                -webkit-transform: rotate(-180deg);
                -moz-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                -o-transform: rotate(-180deg);
                transform: rotate(-180deg); }
            .header .main-header .navigation ul.nav li:hover ul.sub-menu {
              opacity: 1;
              visibility: visible;
              -webkit-transform: translateY(0);
              -moz-transform: translateY(0);
              -ms-transform: translateY(0);
              -o-transform: translateY(0);
              transform: translateY(0); }
  .header.header-active .top-header {
    background-color: transparent;
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px); }
    .header.header-active .top-header .ha-currency, .header.header-active .top-header .ha-social {
      display: none; }
    .header.header-active .top-header .widget-content-header.ha-social-mobile {
      display: block; }
  .header.header-active .main-header {
    border-color: transparent;
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

/* Menu Mobile Button */
.mobile-nav-menu {
  position: absolute;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0; }
  .mobile-nav-menu span.icon {
    background-color: #000;
    position: absolute;
    display: block;
    font-size: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .mobile-nav-menu span.icon:before, .mobile-nav-menu span.icon:after {
      background-color: #000;
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 2px;
      left: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .mobile-nav-menu span.icon:before {
      top: -6px; }
    .mobile-nav-menu span.icon:after {
      bottom: -6px; }
  .mobile-nav-menu.mobile-active span.icon {
    background-color: transparent; }
    .mobile-nav-menu.mobile-active span.icon:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mobile-nav-menu.mobile-active span.icon:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.overflow-hidden {
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }

/* Menu mobile fixed */
.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  overflow: hidden;
  background-color: #212121;
  z-index: 100000;
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .menu-mobile:after {
    /*fixscroll overflow hidden android*/
    content: '';
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0; }
  .menu-mobile.fixSfr {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .menu-mobile.overflow-auto {
    overflow: auto; }
  .menu-mobile nav.navigation {
    margin: 0;
    padding: 30px 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
    .menu-mobile nav.navigation.text-right {
      text-align: left !important; }
    .menu-mobile nav.navigation .nav {
      margin: 0; }
      .menu-mobile nav.navigation .nav li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
        .menu-mobile nav.navigation .nav li:before {
          display: none; }
        .menu-mobile nav.navigation .nav li a {
          color: #fff;
          font-family: "Muli", sans-serif !important;
          display: block;
          font-size: 12px;
          background: none;
          padding: 12px 15px; }
          .menu-mobile nav.navigation .nav li a:hover {
            color: #DD8D4F; }
        .menu-mobile nav.navigation .nav li span {
          position: absolute;
          top: 0;
          right: 0;
          line-height: 50px;
          display: block;
          font-size: 20px;
          width: 50px;
          text-align: center;
          z-index: 9;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu li a {
          position: relative;
          font-size: 11px;
          text-indent: 10px;
          padding: 12px 20px; }
          .menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu li a:before {
            content: '\f105';
            position: absolute;
            font-family: "FontAwesome";
            color: #fff;
            left: 5px; }
      .menu-mobile nav.navigation .nav li.menu-item-has-children.active > a {
        color: #DD8D4F; }
        .menu-mobile nav.navigation .nav li.menu-item-has-children.active > a > span {
          -webkit-transform: rotateX(-180deg);
          -moz-transform: rotateX(-180deg);
          -ms-transform: rotateX(-180deg);
          -o-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }
      .menu-mobile nav.navigation .nav li.menu-item-has-children.active .sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: 100%;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1); }

.main-header-fixed {
  position: fixed !important;
  top: 0;
  /*border-bottom: 1px solid #eee;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.main-header-fixed--unpin {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.main-header-fixed--pin {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.sub-banner {
  padding-top: 12px;
  padding-bottom: 33px;
  background-repeat: no-repeat;
  background-position: center; }

.slotholder:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(51, 51, 51, 0.35); }

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0; }

.tp-banner {
  width: 100%;
  position: relative; }

.tp-caption.tp-large {
  color: #fff;
  font-family: "Raleway", serif !important;
  font-size: 5.3em;
  font-weight: 400;
  font-style: italic; }

.tp-caption.tp-middle {
  color: #fff;
  font-family: "Raleway", serif !important;
  font-size: 2.6em;
  font-weight: 400;
  font-style: italic; }

.tp-caption.tp-small {
  color: #fff;
  font-family: "Raleway", serif !important;
  font-size: 1.6em;
  font-weight: 400;
  font-style: italic; }

.tp-caption.tp-xs {
  color: #fff;
  font-family: "Raleway", serif !important;
  font-size: 1.3em;
  font-weight: 100;
  font-style: italic; }

.tp-caption {
  text-shadow: 0 0 10px #000; }
  .tp-caption a {
    background-color: #6F2331;
    color: #fff;
    font-family: "Muli", sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 40px; }
    .tp-caption a:hover {
      background-color: #762531;
      color: #fff; }
      .tp-caption a:hover span {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px); }
        .tp-caption a:hover span span.inner {
          background-color: #fff; }
          .tp-caption a:hover span span.inner:after {
            border-right: 1px solid #fff;
            border-top: 1px solid #fff; }

.tp-caption.tp-saleoff {
  color: #fff;
  font-family: "Muli", sans-serif !important;
  font-size: 5.2em;
  font-weight: 700;
  text-transform: uppercase; }

.tp-caption.tp-saleoff-small {
  color: #fff;
  font-family: "Muli", sans-serif !important;
  font-size: 2.9em;
  font-weight: 400;
  text-transform: uppercase; }

.tp-caption.border_box {
  width: 25%;
  height: 25%;
  border: 5px solid #fff; }

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

.tp-rightarrow.tparrows.default:after {
  content: "";
  width: 28px;
  height: 22px;
  background: url(../img/slider-arrow.png);
  background-position: 28px center;
  top: 50%;
  right: 10px; }
  @media screen and (max-width: 767px) {
    .tp-rightarrow.tparrows.default:after {
      display: none; } }

.tp-leftarrow.tparrows.default:after {
  content: "";
  width: 28px;
  height: 22px;
  background: url(../img/slider-arrow.png);
  background-position: 0 center;
  top: 50%;
  left: 10px; }
  @media screen and (max-width: 767px) {
    .tp-leftarrow.tparrows.default:after {
      display: none; } }

.tp-leftarrow.preview4:hover:after {
  left: -28px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.tparrows.preview4:after {
  left: auto; }
.tparrows.preview4:hover:after {
  right: -28px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.tp-arr-iwrapper {
  display: none; }

.half-block {
  position: relative;
  max-width: 585px;
  min-height: 460px;
  padding-top: 60px;
  padding-bottom: 60px; }
  .half-block.fr {
    padding-right: 80px; }
  .half-block.fl {
    padding-left: 80px; }

.flipbook-slider {
  background-color: #fff; }
  .flipbook-slider .item {
    position: relative;
    overflow: hidden;
    min-height: 500px; }
    .flipbook-slider .item .post-thumbnail {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      padding-top: 0;
      height: 100%;
      /* ─æß║┐n ─æoß║ín responsive m├á phß║ºn text ─æß║®y xuß╗æng dã░ß╗øi c├│ thß╗â cho display: block ß║únh l├¬n v├á cho .item-img ß║®n ─æi */ }
      .flipbook-slider .item .post-thumbnail img {
        width: 100%;
        display: none; }
      .flipbook-slider .item .post-thumbnail .item-img {
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: 50% 50%;
        background-size: cover; }
    .flipbook-slider .item .post-body {
      width: 50%;
      float: right;
      position: relative;
      text-align: center;
      padding: 50px 50px 110px 50px; }
      .flipbook-slider .item .post-body h2.post-title {
        font-family: "Raleway", serif !important;
        margin-top: 40px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto; }
      .flipbook-slider .item .post-body ul.cat-links li {
        display: none; }
        .flipbook-slider .item .post-body ul.cat-links li a {
          font-family: "Muli", sans-serif !important;
          color: #898989;
          font-size: 10px;
          font-weight: 500;
          letter-spacing: 3px;
          margin: 0; }
        .flipbook-slider .item .post-body ul.cat-links li:first-child {
          display: block; }
      .flipbook-slider .item .post-body .divider {
        background-color: #d7d7d7;
        content: "";
        width: 100px;
        height: 1px;
        margin: 10px auto; }
      .flipbook-slider .item .post-body .post-content {
        width: 80%;
        position: relative;
        margin: 0 auto 40px auto;
        min-height: 140px; }
        .flipbook-slider .item .post-body .post-content p {
          color: #505050;
          font-size: 14px;
          line-height: 2em; }
  .flipbook-slider.reverse .post-thumbnail {
    left: 50%; }
  .flipbook-slider.reverse .post-body {
    right: 50%; }
  @media screen and (max-width: 1199px) {
    .flipbook-slider .item .post-body {
      width: 50%; }
    .flipbook-slider.reverse .post-body {
      left: auto; } }
  @media screen and (max-width: 991px) {
    .flipbook-slider .item .post-body {
      left: auto; }
    .flipbook-slider.reverse .post-body {
      right: auto; } }

.container .flipbook-slider .item .post-body {
  width: 50%; }
@media screen and (max-width: 991px) {
  .container .flipbook-slider .item .post-body {
    width: 100%; } }

/* INDEX 2
************/
.roomrate-slider p {
  font-family: "Raleway", serif !important;
  font-style: italic; }
.roomrate-slider .item {
  position: relative;
  padding: 0 15px; }
  .roomrate-slider .item .post-thumbnail {
    position: relative; }
  .roomrate-slider .item .post-body {
    text-align: center; }
    .roomrate-slider .item .post-body h2 {
      font-family: "Raleway", serif !important;
      margin-top: 20px; }

.guestbook-slider {
  position: static; }
  .guestbook-slider .gb-inner {
    position: relative;
    text-align: center; }
    .guestbook-slider .gb-inner img {
      width: 90px;
      height: 90px;
      margin: 0 auto; }
    .guestbook-slider .gb-inner .gb--quote {
      display: none; }
    .guestbook-slider .gb-inner .gb--caption {
      position: relative;
      left: 0;
      right: 0;
      margin-top: 35px;
      color: #1c1c1c;
      text-shadow: 0 0 0 transparent;
      font-size: 15px;
      font-weight: 300; }
      .guestbook-slider .gb-inner .gb--caption p.signature {
        font-family: "Raleway", serif !important;
        font-weight: 700;
        margin-bottom: 0; }
      .guestbook-slider .gb-inner .gb--caption p.address {
        color: #898989;
        font-weight: 400;
        font-size: 13px; }
  .guestbook-slider.guestbook-slider-2 .gb-inner h3.gb--quote {
    display: block;
    font-style: italic;
    padding-top: 35px; }
    .guestbook-slider.guestbook-slider-2 .gb-inner h3.gb--quote:before {
      content: '';
      background-image: url(../img/quote.png);
      background-repeat: no-repeat;
      background-position: top center;
      width: 17px;
      height: 14px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .guestbook-slider.guestbook-slider-2 .gb-inner .gb--caption p:first-child {
    margin-bottom: 20px; }
  .guestbook-slider.guestbook-slider-2 .gb-inner img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px; }

.news-slider, .news-slider-2 {
  position: relative; }
  .news-slider .item, .news-slider-2 .item {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    padding: 0 15px; }
    .news-slider .item .wrapper, .news-slider-2 .item .wrapper {
      background-color: #fff;
      position: relative; }
      .news-slider .item .wrapper .post-thumbnail, .news-slider-2 .item .wrapper .post-thumbnail {
        position: absolute;
        width: 48%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden; }
        .news-slider .item .wrapper .post-thumbnail img, .news-slider-2 .item .wrapper .post-thumbnail img {
          width: 100%;
          display: none; }
        .news-slider .item .wrapper .post-thumbnail .item-img, .news-slider-2 .item .wrapper .post-thumbnail .item-img {
          position: absolute;
          width: 100%;
          height: 100%;
          background-position: 50% 50%;
          background-size: cover; }
      .news-slider .item .wrapper .post-body, .news-slider-2 .item .wrapper .post-body {
        position: relative;
        float: right;
        width: 52%;
        text-align: left;
        padding: 30px;
        min-height: 200px;
        text-shadow: 0 0 0 transparent; }
        .news-slider .item .wrapper .post-body h2, .news-slider-2 .item .wrapper .post-body h2 {
          font-family: "Raleway", serif !important;
          color: #333;
          margin-top: 0;
          font-size: 18px; }
          .news-slider .item .wrapper .post-body h2 a:hover, .news-slider-2 .item .wrapper .post-body h2 a:hover {
            color: #6F2331; }
        .news-slider .item .wrapper .post-body span.date, .news-slider-2 .item .wrapper .post-body span.date {
          color: #898989;
          font-size: 14px;
          font-weight: 400; }
        .news-slider .item .wrapper .post-body span.date-2, .news-slider-2 .item .wrapper .post-body span.date-2 {
          color: #898989;
          font-size: 12px;
          font-weight: 700; }

.news-slider-2 .item .wrapper .post-thumbnail {
  width: 100%;
  position: relative; }
  .news-slider-2 .item .wrapper .post-thumbnail img {
    display: block; }
.news-slider-2 .item .wrapper .post-body {
  width: 100%;
  padding: 35px 30px 40px;
  float: none;
  min-height: 220px; }
  .news-slider-2 .item .wrapper .post-body p {
    color: #333;
    font-size: 14px; }
  .news-slider-2 .item .wrapper .post-body a.btn {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 60px); }
  @media screen and (max-width: 767px) {
    .news-slider-2 .item .wrapper .post-body {
      min-height: auto; }
      .news-slider-2 .item .wrapper .post-body a.btn {
        position: relative;
        width: 100%;
        bottom: auto; } }
.news-slider-2.news-style-2 .item .wrapper {
  background-color: transparent; }
  .news-slider-2.news-style-2 .item .wrapper .post-body {
    min-height: auto; }
    .news-slider-2.news-style-2 .item .wrapper .post-body a.btn {
      position: relative;
      bottom: auto;
      width: 100%; }
.news-slider-2.spaday ul.cat-links, .news-slider-2.rest-menu ul.cat-links {
  text-align: center; }
  .news-slider-2.spaday ul.cat-links li, .news-slider-2.rest-menu ul.cat-links li {
    display: none;
    font-family: "Muli", sans-serif !important;
    color: #898989;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0; }
    .news-slider-2.spaday ul.cat-links li:first-child, .news-slider-2.rest-menu ul.cat-links li:first-child {
      display: block; }
.news-slider-2.spaday h2, .news-slider-2.rest-menu h2 {
  text-align: center; }
.news-slider-2.spaday .divider, .news-slider-2.rest-menu .divider {
  background-color: #d7d7d7;
  content: "";
  width: 100px;
  height: 1px;
  margin: 10px auto; }
.news-slider-2.spaday .post-body, .news-slider-2.rest-menu .post-body {
  min-height: 250px  !important; }

.cat-box, .cat-box-3 {
  position: relative;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .cat-box .post-thumbnail, .cat-box-3 .post-thumbnail {
    position: relative; }
  .cat-box .post-content, .cat-box-3 .post-content {
    background-color: #fff;
    padding: 40px 30px;
    min-height: 356px; }
    .cat-box .post-content h2, .cat-box-3 .post-content h2 {
      font-family: "Raleway", serif !important;
      margin-top: 0;
      margin-bottom: 20px;
      font-size: 26px; }
      .cat-box .post-content h2 a:hover, .cat-box-3 .post-content h2 a:hover {
        background-color: #fff; }
    .cat-box .post-content .description, .cat-box-3 .post-content .description {
      color: #898989;
      font-size: 14px;
      line-height: 1.8em;
      margin-bottom: 30px; }
    .cat-box .post-content a.btn, .cat-box-3 .post-content a.btn {
      width: calc(100% - 60px);
      color: #000 !important;
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      position: absolute;
      bottom: 40px; }
      .cat-box .post-content a.btn span.inner, .cat-box-3 .post-content a.btn span.inner {
        background-color: #000; }
        .cat-box .post-content a.btn span.inner:after, .cat-box-3 .post-content a.btn span.inner:after {
          border-right: 1px solid #000;
          border-top: 1px solid #000; }
    @media screen and (max-width: 767px) {
      .cat-box .post-content, .cat-box-3 .post-content {
        min-height: auto; }
        .cat-box .post-content a.btn, .cat-box-3 .post-content a.btn {
          position: relative;
          width: 100%;
          bottom: auto; } }

.cat-box-2 {
  background-color: #fff;
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .cat-box-2 h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px; }
  .cat-box-2 .post-thumbnail {
    position: relative;
    max-height: 150px;
    overflow: hidden; }
    .cat-box-2 .post-thumbnail img {
      width: 100%; }
  .cat-box-2 .post-content {
    color: #898989;
    padding: 30px;
    text-align: center;
    font-size: 14px; }
    .cat-box-2 .post-content p {
      margin-bottom: 0; }
  .cat-box-2 a.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .cat-box-2:hover {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }

.cat-box-3 {
  position: relative;
  overflow: hidden; }
  .cat-box-3 .post-thumbnail img {
    width: 100%; }
  .cat-box-3 .post-thumbnail a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    z-index: 22;
    display: none; }
    .cat-box-3 .post-thumbnail a.overlay span {
      display: none; }
  @media screen and (max-width: 767px) {
    .cat-box-3 .post-thumbnail a.overlay {
      display: block; } }
  .cat-box-3 .post-content {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.5);
    padding: 50px 40px;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .cat-box-3 .post-content h2 {
      color: #fff; }
      .cat-box-3 .post-content h2 a:hover {
        background-color: transparent; }
    .cat-box-3 .post-content .description {
      color: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .cat-box-3 .post-content a.btn {
      border-color: #fff;
      color: #fff !important;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .cat-box-3 .post-content a.btn span.inner {
        background-color: #fff; }
        .cat-box-3 .post-content a.btn span.inner:after {
          border-color: #fff; }
  .cat-box-3:hover .post-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .cat-box-3:hover .post-content .description {
      opacity: 1;
      visibility: visible; }
    .cat-box-3:hover .post-content a.btn {
      opacity: 1;
      visibility: visible; }

.article-image-overlay, .article-image-overlay-2 {
  position: relative;
  overflow: hidden; }
  .article-image-overlay .post-content, .article-image-overlay-2 .post-content {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.5);
    padding: 20px 30px; }
    .article-image-overlay .post-content .description p, .article-image-overlay-2 .post-content .description p {
      color: #fff;
      font-size: 15px;
      line-height: 1.8em;
      text-align: center; }
    .article-image-overlay .post-content a.btn, .article-image-overlay-2 .post-content a.btn {
      width: 100%;
      border-color: #fff;
      color: #fff !important; }
      .article-image-overlay .post-content a.btn span.inner, .article-image-overlay-2 .post-content a.btn span.inner {
        background-color: #fff; }
        .article-image-overlay .post-content a.btn span.inner:after, .article-image-overlay-2 .post-content a.btn span.inner:after {
          border-color: #fff; }

.article-image-overlay-2 {
  padding: 0; }
  .article-image-overlay-2 .post-content {
    min-height: 0px;
    width: 100%; }

.top-foot {
  color: #fff;
  position: relative; }
  .top-foot .widget {
    background-color: transparent; }
    .top-foot .widget:after {
      content: '';
      display: table;
      clear: both; }
    .top-foot .widget .widget-header {
      float: left;
      width: 40%;
      margin-bottom: 0;
      border-bottom: 0;
      padding: 0; }
      .top-foot .widget .widget-header h2.widget-title {
        color: #fff;
        font-style: italic;
        margin-bottom: 8px;
        text-align: left; }
    .top-foot .widget .widget-content {
      width: 60%;
      float: left;
      padding-top: 0; }
      .top-foot .widget .widget-content p {
        color: #fff !important; }
      .top-foot .widget .widget-content ul li a {
        color: #fff; }
      .top-foot .widget .widget-content ul li label {
        color: #fff; }
      .top-foot .widget .widget-content ul li.label {
        color: #fff !important; }
      .top-foot .widget .widget-content ul li input[type="text"] {
        color: #1c1c1c; }
      .top-foot .widget .widget-content ul li span.fa {
        color: #1c1c1c; }
      .top-foot .widget .widget-content ul li ul li a {
        color: #fff; }
      .top-foot .widget .widget-content ul li:hover a {
        color: #6F2331; }
      .top-foot .widget .widget-content ul li:hover ul li a {
        color: #fff; }
      .top-foot .widget .widget-content ul li:hover ul li:hover a {
        color: #6F2331; }
  .top-foot [class*="col-"] ul.social-list {
    float: right; }
  .top-foot .widget_subscribe .widget-content {
    max-width: 345px; }
    .top-foot .widget_subscribe .widget-content form .custom input[type="email"] {
      width: calc(100% - 60px);
      margin-bottom: 0; }
    .top-foot .widget_subscribe .widget-content form .custom .btn-subscribe {
      background-color: #6F2331;
      color: #fff;
      width: 60px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      border: 0; }
  .top-foot [class*="col-lg-1"] .widget .widget-header {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .top-foot [class*="col-lg-1"] .widget .widget-content {
    width: 100%;
    float: none; }
  .top-foot [class*="col-lg-1"] .widget ul.social-list {
    float: none; }
  .top-foot [class*="col-lg-2"] .widget .widget-header {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .top-foot [class*="col-lg-2"] .widget .widget-content {
    width: 100%;
    float: none; }
  .top-foot [class*="col-lg-2"] .widget ul.social-list {
    float: none; }
  .top-foot [class*="col-lg-3"] .widget .widget-header {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .top-foot [class*="col-lg-3"] .widget .widget-content {
    width: 100%;
    float: none; }
  .top-foot [class*="col-lg-3"] .widget ul.social-list {
    float: none; }
  .top-foot [class*="col-lg-4"] .widget .widget-header {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .top-foot [class*="col-lg-4"] .widget .widget-content {
    width: 100%;
    float: none; }
  .top-foot [class*="col-lg-4"] .widget ul.social-list {
    float: none; }

.footer {
  position: relative;
  width: 100%; }
  .footer .foot-feature {
    position: relative;
    border-bottom: 1px solid #333; }
    .footer .foot-feature .widget {
      position: relative;
      margin-bottom: 30px; }
      .footer .foot-feature .widget .widget-header h2.widget-title {
        color: #fff;
        font-size: 21px;
        margin-bottom: 0;
        margin-top: 0; }
      .footer .foot-feature .widget .widget-header p.caption {
        margin-top: 30px; }
      .footer .foot-feature .widget .widget-content {
        padding-bottom: 20px; }
        .footer .foot-feature .widget .widget-content h5 {
          color: #fff; }
        .footer .foot-feature .widget .widget-content ol li h5 {
          color: #acacac; }
        .footer .foot-feature .widget .widget-content p {
          color: #fff !important; }
        .footer .foot-feature .widget .widget-content ul li a {
          color: #acacac; }
        .footer .foot-feature .widget .widget-content ul li label {
          color: #acacac; }
        .footer .foot-feature .widget .widget-content ul li.label {
          color: #acacac !important; }
        .footer .foot-feature .widget .widget-content ul li input[type="text"] {
          color: #1c1c1c; }
        .footer .foot-feature .widget .widget-content ul li span.fa {
          color: #1c1c1c; }
        .footer .foot-feature .widget .widget-content ul li ul li a {
          color: #acacac; }
        .footer .foot-feature .widget .widget-content ul li:hover a {
          color: #DD8D4F; }
        .footer .foot-feature .widget .widget-content ul li:hover ul li a {
          color: #acacac; }
        .footer .foot-feature .widget .widget-content ul li:hover ul li:hover a {
          color: #6F2331; }
      .footer .foot-feature .widget .widget-footer h2 {
        color: #ebebeb; }
      .footer .foot-feature .widget.widget_subscribe .widget-content {
        max-width: 345px; }
        .footer .foot-feature .widget.widget_subscribe .widget-content form .custom input {
          font-size: 14px; }
        .footer .foot-feature .widget.widget_subscribe .widget-content form .custom input[type="email"] {
          width: calc(100% - 60px);
          margin-bottom: 0; }
        .footer .foot-feature .widget.widget_subscribe .widget-content form .custom input[type="text"].firstname, .footer .foot-feature .widget.widget_subscribe .widget-content form .custom input[type="text"].lastname {
          width: 100%;
          margin-bottom: 0;
          margin-top: 20px; }
        .footer .foot-feature .widget.widget_subscribe .widget-content form .custom .btn-subscribe, .footer .foot-feature .widget.widget_subscribe .widget-content form .custom .btn-subscribe-submit {
          background-color: #6F2331;
          color: #fff;
          width: 60px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          border: 0;
          max-height: 40px;
          cursor: pointer; }
          .footer .foot-feature .widget.widget_subscribe .widget-content form .custom .btn-subscribe:hover, .footer .foot-feature .widget.widget_subscribe .widget-content form .custom .btn-subscribe-submit:hover {
            background-color: #762531; }
        .footer .foot-feature .widget.widget_subscribe .widget-content form .custom .btn-subscribe-submit {
          position: inherit;
          width: 100%;
          height: 40px;
          font-size: 12px; }
        .footer .foot-feature .widget.widget_subscribe .widget-content .signup-form2 {
          display: none; }
  .footer label.error {
    color: #aaa; }
  .footer div.response-content {
    margin-top: 10px; }
  .footer .foot-credit h6 {
    font-family: "Muli", sans-serif !important;
    color: #6d6d6d;
    font-size: 13px;
    font-weight: 400;
    margin: 0; }
  .footer .foot-credit ul.checkout-list li {
    display: inline-block;
    margin-right: 10px; }

.footer a:hover {
  color: inherit; }

.acceptcookies {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 9999999;
  padding: 5px 12px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff; }
  .acceptcookies .acceptcookies-text {
    display: table;
    margin: 0 auto; }
    .acceptcookies .acceptcookies-text div {
      display: inline-block;
      float: left;
      padding: 7px 0;
      font-size: 13px;
      margin-right: 20px;
      font-style: italic; }
    .acceptcookies .acceptcookies-text a {
      display: inline-block;
      padding: 7px 12px;
      background-color: #ffa200;
      color: #fff; }
    .acceptcookies .acceptcookies-text a#cookies-knowmore {
      background-color: #6d6d6d; }
    .acceptcookies .acceptcookies-text a#cookies-knowmore:hover {
      background-color: #7d7d7d; }
    .acceptcookies .acceptcookies-text a#cookies-close {
      margin-right: 18px; }
    .acceptcookies .acceptcookies-text a#cookies-close:hover {
      background-color: #FFbb33; }

.bg-contentpage, .bg-contentpage-xs, .bg-contentpage-sm {
  /*background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/room.jpg);*/
  min-height: 160px;
  text-shadow: 0px 0px 8px black; }
  .bg-contentpage h3, .bg-contentpage-xs h3, .bg-contentpage-sm h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 10px; }
  .bg-contentpage ul.feature-list, .bg-contentpage-xs ul.feature-list, .bg-contentpage-sm ul.feature-list {
    position: relative;
    text-align: right; }
    .bg-contentpage ul.feature-list li, .bg-contentpage-xs ul.feature-list li, .bg-contentpage-sm ul.feature-list li {
      display: inline-block;
      margin-right: 60px;
      text-align: left; }
      .bg-contentpage ul.feature-list li h4, .bg-contentpage-xs ul.feature-list li h4, .bg-contentpage-sm ul.feature-list li h4 {
        color: #fff;
        margin-top: 0; }
      .bg-contentpage ul.feature-list li h6, .bg-contentpage-xs ul.feature-list li h6, .bg-contentpage-sm ul.feature-list li h6 {
        color: #fff;
        font-family: "Muli", sans-serif !important;
        font-size: 11px;
        margin-bottom: 0; }

.bg-contentpage-xs {
  min-height: 95px;
  margin-bottom: -20px; }
  .bg-contentpage-xs h3 {
    color: #fff;
    font-size: 27px;
    margin-top: 25px;
    margin-bottom: 0; }

.bg-contentpage-sm {
  min-height: 125px;
  margin-bottom: -10px; }
  .bg-contentpage-sm h3 {
    color: #fff;
    font-size: 27px;
    margin-top: 36px;
    margin-bottom: 0; }

.box-contact {
  padding: 50px;
  background-color: #f5f5f5; }
  .box-contact h3 {
    font-family: "Raleway", serif !important;
    font-style: italic;
    position: relative;
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 0; }
    .box-contact h3 ._hr {
      width: 25px;
      height: 1px;
      background-color: #000;
      position: absolute;
      right: 0;
      top: 15px; }
  .box-contact ul li {
    float: left;
    width: 50%; }
    .box-contact ul li:first-child {
      padding-right: 20px;
      border-right: 1px solid #000; }
    .box-contact ul li:last-child {
      padding-left: 20px; }
    .box-contact ul li h5 {
      font-size: 15px;
      font-style: italic; }
    .box-contact ul li h6 {
      font-family: "Muli", sans-serif !important;
      font-size: 11px;
      color: #bababa; }
  .box-contact ul:after {
    content: '';
    display: table;
    clear: both; }

.schedule .sch-header {
  text-align: center;
  margin-bottom: 60px; }
  .schedule .sch-header .switch-tab {
    position: relative; }
    .schedule .sch-header .switch-tab ul.list {
      position: relative; }
      .schedule .sch-header .switch-tab ul.list li {
        display: inline-block;
        text-align: center;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 0;
        margin-bottom: 0; }
        .schedule .sch-header .switch-tab ul.list li a {
          display: block;
          border-bottom: 2px solid transparent; }
          .schedule .sch-header .switch-tab ul.list li a h3 {
            margin-bottom: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .schedule .sch-header .switch-tab ul.list li a p.time {
            font-family: "Muli", sans-serif !important;
            text-transform: uppercase;
            font-size: 12px; }
          .schedule .sch-header .switch-tab ul.list li a:hover {
            color: #6F2331; }
            .schedule .sch-header .switch-tab ul.list li a:hover h3 {
              color: #6F2331; }
          .schedule .sch-header .switch-tab ul.list li a.active {
            border-bottom: 2px solid #6F2331;
            color: #6F2331; }
            .schedule .sch-header .switch-tab ul.list li a.active h3 {
              color: #6F2331; }
.schedule .sch-body {
  position: relative; }
  .schedule .sch-body .schedule-inner {
    width: 100%;
    overflow: hidden; }
    .schedule .sch-body .schedule-inner .post {
      margin-bottom: 40px; }
      .schedule .sch-body .schedule-inner .post .post-content p {
        color: #898989; }
      .schedule .sch-body .schedule-inner .post .post-content p.price {
        font-family: "Raleway", serif !important;
        font-size: 18px;
        font-style: italic;
        color: #6F2331; }
.schedule .sch-footer {
  position: relative;
  text-align: center; }

.accommodation-slider .item .post .post-body {
  background-color: #fff;
  text-align: center;
  min-height: 320px; }
  .accommodation-slider .item .post .post-body h2 {
    font-size: 28px; }
  .accommodation-slider .item .post .post-body .post-content p {
    color: #898989; }
  .accommodation-slider .item .post .post-body .post-footer p.price {
    font-family: "Raleway", serif !important;
    font-size: 28px;
    margin-bottom: 30px; }
    .accommodation-slider .item .post .post-body .post-footer p.price span.small {
      font-size: 14px; }

.room-infomation {
  position: relative; }
  .room-infomation .switch-list {
    position: relative;
    width: 20.086%;
    max-width: 235px;
    float: left; }
    .room-infomation .switch-list ul {
      margin-top: 12px;
      padding-right: 35px; }
      .room-infomation .switch-list ul li {
        position: relative; }
        .room-infomation .switch-list ul li a {
          display: block;
          padding: 26px 0 16px 0;
          border-bottom: 2px solid #e4e4e4;
          cursor: pointer; }
          .room-infomation .switch-list ul li a h3 {
            font-size: 16px;
            margin-top: 0;
            margin-bottom: 0;
            line-height: 1em; }
          .room-infomation .switch-list ul li a span.icon-arrow {
            background-color: transparent;
            width: 25px;
            height: 1px;
            position: absolute;
            right: 0;
            bottom: 25px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            .room-infomation .switch-list ul li a span.icon-arrow:before, .room-infomation .switch-list ul li a span.icon-arrow:after {
              background-color: transparent;
              content: '';
              position: absolute;
              width: 100%;
              height: 100%;
              right: 0;
              width: 4px;
              -webkit-transform-origin: 100% 50%;
              -moz-transform-origin: 100% 50%;
              -ms-transform-origin: 100% 50%;
              -o-transform-origin: 100% 50%;
              transform-origin: 100% 50%; }
            .room-infomation .switch-list ul li a span.icon-arrow:before {
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg); }
            .room-infomation .switch-list ul li a span.icon-arrow:after {
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
          .room-infomation .switch-list ul li a.active {
            border-bottom: 2px solid #6F2331; }
            .room-infomation .switch-list ul li a.active h3 {
              color: #6F2331; }
            .room-infomation .switch-list ul li a.active span.icon-arrow {
              background-color: #6F2331; }
              .room-infomation .switch-list ul li a.active span.icon-arrow:before, .room-infomation .switch-list ul li a.active span.icon-arrow:after {
                background-color: #6F2331; }
  .room-infomation .info-content {
    position: relative;
    width: 79.914%;
    float: left;
    padding-top: 30px;
    padding-left: 65px;
    border-left: 1px solid #e4e4e4; }
    .room-infomation .info-content .info-inner {
      position: relative; }
      .room-infomation .info-content .info-inner .info-header {
        position: relative;
        margin-bottom: 20px; }
        .room-infomation .info-content .info-inner .info-header h2 {
          margin-top: 0;
          font-size: 24px;
          line-height: 1em; }
        .room-infomation .info-content .info-inner .info-header p {
          font-size: 14px;
          font-weight: 300; }
      .room-infomation .info-content .info-inner .info-footer {
        position: relative;
        display: block; }
        .room-infomation .info-content .info-inner .info-footer .info-group {
          position: relative;
          width: 100%;
          float: left;
          margin-bottom: 30px;
          display: block; }
          .room-infomation .info-content .info-inner .info-footer .info-group h3 {
            font-family: "Muli", sans-serif !important;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 400;
            margin-top: 0;
            letter-spacing: 2px; }
          .room-infomation .info-content .info-inner .info-footer .info-group ul {
            position: relative; }
            .room-infomation .info-content .info-inner .info-footer .info-group ul li {
              font-family: "Muli", sans-serif !important;
              color: #202020;
              position: relative;
              font-size: 14px;
              padding-left: 20px;
              line-height: 22px; }
              .room-infomation .info-content .info-inner .info-footer .info-group ul li:before {
                content: '';
                display: block;
                position: absolute;
                width: 6px;
                height: 6px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                -ms-border-radius: 30px;
                -o-border-radius: 30px;
                border-radius: 30px;
                margin: auto;
                left: 0;
                top: 7px;
                background-color: #ffa200; }
        .room-infomation .info-content .info-inner .info-footer:after {
          content: '';
          clear: both;
          display: table; }
        .room-infomation .info-content .info-inner .info-footer .info-group.singlecol {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1;
          width: 100%; }
        .room-infomation .info-content .info-inner .info-footer .info-group.doublecol {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 30px;
          -moz-column-gap: 30px;
          column-gap: 30px;
          width: 80%; }
        .room-infomation .info-content .info-inner .info-footer ul.package-list {
          position: relative;
          width: 100%;
          float: none; }
          .room-infomation .info-content .info-inner .info-footer ul.package-list li {
            padding: 25px 0;
            border-top: 1px solid #eee; }
            .room-infomation .info-content .info-inner .info-footer ul.package-list li:before {
              display: none; }
            .room-infomation .info-content .info-inner .info-footer ul.package-list li:last-child {
              border-bottom: 1px solid #eee; }
            .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 {
              width: 70%;
              float: left;
              padding-right: 20px; }
              .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 input[type="checkbox"] {
                cursor: pointer;
                margin-right: 20px; }
              .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 p {
                font-family: "Muli", sans-serif !important;
                padding-left: 35px;
                font-size: 14px;
                font-weight: 300; }
              .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 label {
                font-family: "Raleway", serif !important;
                font-size: 16px;
                font-weight: 400;
                color: #333; }
            .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-2 {
              width: 10%;
              float: left;
              padding: 0 10px;
              margin-top: 20px; }
              .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-2 input[type="text"] {
                width: 100%;
                height: 35px;
                background-color: #f9f9f9;
                border: 0px;
                padding: 0 15px; }
            .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-3 {
              font-family: "Raleway", serif !important;
              width: 20%;
              float: left;
              font-size: 20px;
              color: #1c1c1c;
              text-align: center;
              margin-top: 25px;
              padding: 0 10px; }
              .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-3 span {
                font-size: 12px; }
            .room-infomation .info-content .info-inner .info-footer ul.package-list li:after {
              content: '';
              clear: both;
              display: table; }
        .room-infomation .info-content .info-inner .info-footer table {
          width: 100%; }
          .room-infomation .info-content .info-inner .info-footer table thead th {
            padding: 15px 20px;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-bottom: 1px solid #e4e4e4; }
          .room-infomation .info-content .info-inner .info-footer table tbody td {
            font-family: "Raleway", serif !important;
            padding: 15px 20px;
            vertical-align: top;
            border-bottom: 1px solid #e4e4e4;
            font-size: 14px; }
            .room-infomation .info-content .info-inner .info-footer table tbody td h4 {
              margin-top: 0; }
            .room-infomation .info-content .info-inner .info-footer table tbody td p {
              font-size: 14px;
              margin-bottom: 0;
              color: #898989;
              font-family: "Muli", sans-serif !important; }
  .room-infomation:after {
    content: '';
    clear: both;
    display: table; }

.slider-check .sidebar .widget_reservation .widget-header h2.widget-title {
  font-size: 16px; }
.slider-check .sidebar .widget_reservation .widget-header p.price {
  line-height: 1em; }
.slider-check .big-slider {
  position: relative;
  margin-bottom: 10px; }
  .slider-check .big-slider img {
    width: 100%;
    margin: 0 auto; }
  .slider-check .big-slider .item {
    position: relative; }
    .slider-check .big-slider .item .post-thumbnail {
      position: relative;
      max-height: 480px;
      overflow: hidden; }
    .slider-check .big-slider .item .post-body {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(28, 28, 28, 0.6);
      padding: 15px; }
      .slider-check .big-slider .item .post-body h5 {
        font-family: "Muli", sans-serif !important;
        color: #fff;
        margin: 0;
        font-weight: 300;
        font-size: 14px; }
.slider-check .small-slider .item {
  max-height: 80px;
  overflow: hidden;
  margin-right: 5px; }
  .slider-check .small-slider .item .post-thumbnail {
    cursor: pointer;
    display: inline-block;
    position: relative; }
    .slider-check .small-slider .item .post-thumbnail:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-shadow: inset 0 0 0 0 #6F2331;
      transition: box-shadow .1s ease; }
.slider-check .small-slider .synced .item .post-thumbnail:after {
  box-shadow: inset 0 0 0 5px #6F2331; }

/* 5.	Pages
-------------------------------*/
/* Room & Rates
*********/
.room-page, .accommodation-slider .item {
  position: relative; }
  .room-page .post, .accommodation-slider .item .post {
    max-width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden; }
    .room-page .post .post-body .post-footer, .accommodation-slider .item .post .post-body .post-footer {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      bottom: 30px; }
    .room-page .post:after, .accommodation-slider .item .post:after {
      content: "";
      clear: both;
      display: table; }

.room-modem .post .post-media {
  width: 58.33333333%;
  max-height: 430px;
  float: left;
  position: relative; }
.room-modem .post .post-body {
  background-color: #fff;
  width: 50%;
  max-height: 370px;
  position: absolute;
  z-index: 3;
  top: calc(50% - 185px);
  right: 0;
  bottom: 0;
  padding: 50px 70px;
  text-align: center;
  overflow: hidden; }
  .room-modem .post .post-body h2 {
    font-size: 32px;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
  .room-modem .post .post-body .post-content {
    position: relative;
    margin-bottom: 30px; }
    .room-modem .post .post-body .post-content p {
      color: #898989;
      margin-bottom: 0; }
  .room-modem .post .post-body .post-footer {
    position: relative;
    bottom: 0; }
    .room-modem .post .post-body .post-footer p.price {
      font-family: "Raleway", serif !important;
      font-size: 30px;
      color: #202020;
      margin-bottom: 40px;
      line-height: 1em; }
      .room-modem .post .post-body .post-footer p.price span.small {
        font-size: 0.5em; }
.room-modem [class*="col-"]:nth-child(odd) .post .post-media {
  left: 41.66666667%; }
.room-modem [class*="col-"]:nth-child(odd) .post .post-body {
  right: auto; }

.room-thumbnail .post .post-media {
  max-height: 350px; }
  .room-thumbnail .post .post-media img {
    width: 100%; }
  .room-thumbnail .post .post-media:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    z-index: 20;
    background-color: rgba(30, 22, 3, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 22, 3, 0)), to(rgba(30, 22, 3, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(30, 22, 3, 0), rgba(30, 22, 3, 0.9));
    background-image: -moz-linear-gradient(top, rgba(30, 22, 3, 0), rgba(30, 22, 3, 0.9));
    background-image: -ms-linear-gradient(top, rgba(30, 22, 3, 0), rgba(30, 22, 3, 0.9));
    background-image: -o-linear-gradient(top, rgba(30, 22, 3, 0), rgba(30, 22, 3, 0.9));
    background-image: linear-gradient(top, rgba(30, 22, 3, 0), rgba(30, 22, 3, 0.9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(30, 22, 3, 0)', endColorStr='rgba(30, 22, 3, 0.9)'); }
  .room-thumbnail .post .post-media a.overlay {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30; }
.room-thumbnail .post .post-body {
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .room-thumbnail .post .post-body h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px; }
  .room-thumbnail .post .post-body p.price {
    color: #6F2331;
    font-family: "Raleway", serif !important;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1em; }
    .room-thumbnail .post .post-body p.price span.small {
      color: #fff;
      font-size: 0.6em; }
  .room-thumbnail .post .post-body .post-content {
    color: #fff;
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .room-thumbnail .post .post-body .post-footer {
    position: relative;
    bottom: 0; }
    .room-thumbnail .post .post-body .post-footer a.btn {
      color: #fff !important;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
      .room-thumbnail .post .post-body .post-footer a.btn span.inner {
        background-color: #fff; }
        .room-thumbnail .post .post-body .post-footer a.btn span.inner:after {
          border-right: 1px solid #fff;
          border-top: 1px solid #fff; }
.room-thumbnail .post:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: calc(100% - 150px);
  background-color: rgba(28, 28, 28, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.room-thumbnail .post:hover .post-media a.overlay {
  opacity: 1;
  visibility: visible; }
.room-thumbnail .post:hover .post-body {
  bottom: calc(100% - 150px); }
  .room-thumbnail .post:hover .post-body .post-content {
    opacity: 1;
    visibility: visible; }
.room-thumbnail .post:hover:before {
  top: 0;
  background-color: rgba(28, 28, 28, 0.8); }

/* Blog
*********/
/* Single Page
*********/
.isotope-grid-wrapper {
  margin: 0; }

.isotope-grid {
  position: relative;
  width: 100%; }
  .isotope-grid .grid-item,
  .isotope-grid .grid-sizer {
    width: 25%; }

/* Style 1 */
.gallery-grid-item-style-1 .grid-item,
.gallery-grid-item-style-1 .grid-sizer {
  width: 33.3333%; }

/* Style 2 - 3 */
.gallery-grid-item-style-2 .grid-item .work-item .video-marker,
.gallery-grid-item-style-3 .grid-item .work-item .video-marker {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px; }

.grid-item.wide,
.grid-item.large {
  width: 50%; }

.grid-item {
  position: relative;
  float: left;
  overflow: hidden; }
  .grid-item > * {
    width: 100%;
    height: 100%;
    margin: 0; }
  .grid-item .work-item {
    position: relative;
    overflow: hidden; }
    .grid-item .work-item img {
      width: 100%;
      height: auto; }
    .grid-item .work-item .video-marker {
      position: absolute;
      z-index: 2;
      top: calc(50% - 25px);
      left: 0;
      right: 0;
      text-align: center;
      font-size: 35px;
      opacity: 1;
      visibility: visible;
      color: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .grid-item .work-item a.mfp-image {
      width: 100%;
      height: 100%;
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 26; }
    .grid-item .work-item a.mfp-iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 26; }
    .grid-item .work-item .title {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 25;
      text-align: center;
      background-color: rgba(28, 28, 28, 0.7);
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
      -moz-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
      -ms-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
      transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94); }
      .grid-item .work-item .title .inner {
        position: relative;
        top: 50%;
        left: 50%;
        padding: 0 15px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .grid-item .work-item .title .inner h2 {
          font-style: italic;
          color: #fff;
          margin-top: 0;
          margin-bottom: 35px; }
        .grid-item .work-item .title .inner span {
          color: #a88a8a;
          font-size: 20px; }
    .grid-item .work-item:hover .video-marker {
      opacity: 0;
      visibility: hidden; }
    .grid-item .work-item:hover .title {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.filters {
  font-family: "Raleway", serif !important;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  font-size: 0; }

.filters > li {
  display: inline-block; }

.filters > li > a {
  font-family: "Raleway", serif !important;
  color: #202020;
  margin: 0 20px;
  padding: 0 10px;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent; }

.filters > li > a:hover,
.filters > li > a.current {
  color: #6F2331; }

.filters > li > a.current {
  border-bottom: 2px solid #6F2331; }

/* GALLERY Effect Fade hover
**********/
.gallery-effect-fadehover .grid-item .work-item:after {
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='rgba(0, 0, 0, 0.8)',GradientType=0 );
  /* IE6-9 */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 1; }
.gallery-effect-fadehover .grid-item .work-item .video-marker {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 15px;
  height: 20px;
  font-size: 16px;
  margin-bottom: 4px; }
.gallery-effect-fadehover .grid-item .work-item .title {
  background-color: transparent;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  padding: 0; }
  .gallery-effect-fadehover .grid-item .work-item .title .inner {
    top: 100%; }
    .gallery-effect-fadehover .grid-item .work-item .title .inner h2 {
      margin-bottom: 0;
      bottom: 20px;
      position: absolute;
      left: 20px; }
    .gallery-effect-fadehover .grid-item .work-item .title .inner span {
      position: absolute;
      right: 20px;
      bottom: 20px;
      opacity: 0;
      visibility: visible;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
.gallery-effect-fadehover .grid-item .work-item:hover .title {
  background-color: rgba(28, 28, 28, 0.7); }
  .gallery-effect-fadehover .grid-item .work-item:hover .title span {
    opacity: 1;
    visibility: visible; }

/* GUESTBOOK
*********/
.guestbook .grid-item,
.guestbook .grid-sizer {
  width: 33.3333%; }

.guestbook {
  position: relative; }
  .guestbook .grid-item:not(:nth-child(2)) .work-item:before {
    content: '\f10d';
    font-family: "FontAwesome";
    font-size: 22px;
    color: #6F2331;
    position: absolute;
    top: 15px;
    left: calc(50% - 10px); }
  .guestbook .grid-item .work-item {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 50px; }
    .guestbook .grid-item .work-item h2 {
      color: #000;
      font-size: 26px;
      font-style: italic;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 30px; }
    .guestbook .grid-item .work-item p {
      color: #1c1c1c;
      font-weight: 300;
      font-size: 15px;
      margin-bottom: 0;
      line-height: 26px; }
    .guestbook .grid-item .work-item .write-link {
      width: 90%;
      margin: 40px auto 0 auto;
      position: relative; }
      .guestbook .grid-item .work-item .write-link a {
        background-color: #6F2331;
        display: block;
        padding: 15px 0;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 13px; }
    .guestbook .grid-item .work-item .info img {
      width: 60px;
      height: 60px;
      margin: 20px auto; }
    .guestbook .grid-item .work-item .info p.signature {
      font-family: "Raleway", serif !important;
      font-weight: 400;
      font-size: 17px; }
    .guestbook .grid-item .work-item .info p.address {
      color: #898989;
      font-weight: 400;
      font-size: 13px; }

.post {
  margin-bottom: 0; }
  .post .post-body {
    padding: 30px 0; }
    .post .post-body .entry-header ul.cat-links li {
      display: inline-block;
      margin-right: 10px; }
      .post .post-body .entry-header ul.cat-links li a {
        font-family: "Muli", sans-serif !important;
        font-size: 12px;
        font-weight: 500;
        color: #6F2331; }
        .post .post-body .entry-header ul.cat-links li a:hover {
          text-decoration: underline; }
      .post .post-body .entry-header ul.cat-links li:last-child {
        margin-right: 0; }
    .post .post-body .entry-header:after {
      content: '';
      clear: both;
      display: table; }
    .post .post-body .entry-header h2.entry-title {
      font-size: 26px;
      margin-bottom: 15px;
      margin-top: 0; }
    .post .post-body .entry-header span {
      position: relative;
      font-size: 12px;
      font-weight: 300;
      color: #898989;
      margin-right: 20px; }
      .post .post-body .entry-header span a {
        color: #898989; }
        .post .post-body .entry-header span a:hover {
          color: #6F2331; }
    .post .post-body .entry-content p {
      color: #898989; }
    .post .post-body .entry-content a {
      color: #0072bc; }
      .post .post-body .entry-content a:hover {
        text-decoration: underline; }
    .post .post-body .entry-content ul, .post .post-body .entry-content ol {
      margin-bottom: 30px;
      list-style-type: disc; }
      .post .post-body .entry-content ul li, .post .post-body .entry-content ol li {
        font-family: "Muli", sans-serif !important;
        font-size: 14px;
        font-weight: 300;
        position: relative;
        line-height: 30px;
        margin-left: 20px; }
    .post .post-body .entry-content ol {
      list-style-type: decimal; }
      .post .post-body .entry-content ol li:before {
        display: none; }
    .post .post-body .entry-footer ul.cat-links {
      float: right; }
      @media screen and (max-width: 480px) {
        .post .post-body .entry-footer ul.cat-links {
          float: none; } }
      .post .post-body .entry-footer ul.cat-links li {
        display: inline-block; }
        .post .post-body .entry-footer ul.cat-links li a {
          font-family: "Muli", sans-serif !important;
          font-size: 12px;
          font-weight: 500;
          color: #6F2331; }
          .post .post-body .entry-footer ul.cat-links li a:hover {
            text-decoration: underline; }
    .post .post-body .entry-footer:after {
      content: '';
      clear: both;
      display: table; }

ul.package-list {
  margin-top: 12px;
  margin-bottom: 30px; }
  ul.package-list li {
    position: relative; }
    ul.package-list li a {
      display: block;
      padding: 26px 0 16px 0;
      border-bottom: 2px solid #e4e4e4;
      cursor: pointer; }
      ul.package-list li a h3 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1em; }
      ul.package-list li a span.icon-arrow {
        background-color: transparent;
        width: 25px;
        height: 1px;
        position: absolute;
        right: 0;
        bottom: 25px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        ul.package-list li a span.icon-arrow:before, ul.package-list li a span.icon-arrow:after {
          background-color: transparent;
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          right: 0;
          width: 4px;
          -webkit-transform-origin: 100% 50%;
          -moz-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
          -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%; }
        ul.package-list li a span.icon-arrow:before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        ul.package-list li a span.icon-arrow:after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      ul.package-list li a.active {
        border-bottom: 2px solid #6F2331; }
        ul.package-list li a.active h3 {
          color: #6F2331; }
        ul.package-list li a.active span.icon-arrow {
          background-color: #6F2331; }
          ul.package-list li a.active span.icon-arrow:before, ul.package-list li a.active span.icon-arrow:after {
            background-color: #6F2331; }
    ul.package-list li:hover a {
      border-bottom: 2px solid #6F2331; }

.rate-table {
  width: 99%;
  color: #202020;
  border: 0 !important; }
  .rate-table th, .rate-table td {
    padding-left: 6px; }
  .rate-table td, .rate-table th {
    text-align: center; }
  .rate-table thead {
    background-color: #6d6d6d; }
  .rate-table th {
    font-weight: 400;
    font-size: 11px;
    color: #FFD87F; }
  .rate-table td {
    font-size: 12px;
    font-weight: 400; }
  .rate-table th {
    border-bottom: 0; }
  .rate-table td {
    border-bottom: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c; }
  .rate-table td:nth-child(1) {
    font-size: 11px;
    font-weight: 400; }
  .rate-table tbody tr:nth-child(2n) {
    background-color: #f8f8f8; }
  .rate-table th:nth-last-child(1), .rate-table td:nth-last-child(1) {
    border-right: 1px solid #9c9c9c; }
  .rate-table pre {
    display: table-cell;
    color: inherit;
    background-color: inherit;
    font: inherit;
    border: inherit;
    font-size: inherit;
    padding: 0; }
  .rate-table tbody tr {
    background-color: white; }

.table-responsive {
  border: 0 !important; }

.package-includes {
  background-color: white;
  padding: 10px 30px; }
  .package-includes p {
    line-height: inherit;
    font-size: 11px; }
  .package-includes li {
    font-size: 13px !important; }

.package-includes.landingpage {
  padding: 10px 10px 10px 17px; }
  .package-includes.landingpage li {
    font-size: 14px !important;
    font-style: italic !important; }

.termsconditions p {
  line-height: inherit;
  font-size: 13px; }

.quickinfo-wrap {
  position: relative;
  background-color: white; }
  .quickinfo-wrap.hidden-xs {
    width: 44%;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px; }

.info-block {
  position: relative;
  min-height: 500px; }
  .info-block .content {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 25%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .info-block .content h1, .info-block .content h2, .info-block .content h3, .info-block .content h4, .info-block .content h5, .info-block .content h6 {
      position: relative;
      margin-top: 0;
      color: #1c1c1c; }
    .info-block .content p {
      color: #505050; }

.fastfacts-list.spaday ol li, .fastfacts-list.spaday ul li {
  font-size: 12px;
  line-height: 18px;
  color: #666; }
  .fastfacts-list.spaday ol li:before, .fastfacts-list.spaday ul li:before {
    width: 5px;
    height: 5px;
    left: 0;
    top: 5px; }

.spa-package {
  position: relative; }
  .spa-package .section-content {
    position: relative; }
    .spa-package .section-content .post {
      position: relative;
      background-color: #fff;
      padding: 35px;
      margin-bottom: 30px; }
      .spa-package .section-content .post .post-header h6 {
        font-family: "Muli", sans-serif !important;
        font-weight: 700;
        color: #333;
        font-size: 11px;
        letter-spacing: 1px; }
      .spa-package .section-content .post .post-header p.price {
        color: #6F2331;
        font-family: "Raleway", serif !important;
        font-size: 25px;
        margin-bottom: 30px; }
      .spa-package .section-content .post .post-body ul.spa-list {
        position: relative; }
        .spa-package .section-content .post .post-body ul.spa-list li {
          font-family: "Muli", sans-serif !important;
          line-height: 30px;
          padding-left: 20px;
          color: #1c1c1c;
          font-size: 14px;
          font-weight: 300; }
          .spa-package .section-content .post .post-body ul.spa-list li:before {
            color: #898989;
            content: '\f111';
            font-family: 'FontAwesome';
            font-size: 4px;
            position: absolute;
            left: 0; }

.contact-page:before {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 100px);
  z-index: 0; }
.contact-page .sidebar {
  position: relative;
  float: left;
  width: calc(50% + 100px);
  margin-right: -100%; }
  .contact-page .sidebar .widget {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    .contact-page .sidebar .widget h2.widget-title {
      color: #333;
      font-size: 30px;
      position: relative;
      text-align: left;
      border-bottom: 0px;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0; }
    .contact-page .sidebar .widget .widget-content {
      position: relative;
      padding: 20px 30px 0 0; }
      .contact-page .sidebar .widget .widget-content p {
        font-size: 15px;
        color: #1c1c1c;
        font-weight: 300; }
      .contact-page .sidebar .widget .widget-content h3 {
        font-family: "Muli", sans-serif !important;
        font-size: 19px;
        margin-bottom: 0;
        font-weight: 500;
        color: #444;
        letter-spacing: 2px; }
      .contact-page .sidebar .widget .widget-content h5 {
        color: #6F2331;
        font-style: normal;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 5px; }
      .contact-page .sidebar .widget .widget-content h6 {
        font-family: "Muli", sans-serif !important;
        color: #898989;
        font-weight: 400;
        font-size: 11px;
        margin-top: 0;
        margin-bottom: 20px; }
        .contact-page .sidebar .widget .widget-content h6.normal {
          font-size: 13px;
          font-weight: 400; }
      .contact-page .sidebar .widget .widget-content .location {
        width: 100%;
        position: relative;
        display: block; }
        .contact-page .sidebar .widget .widget-content .location a.mark {
          background-color: #000;
          display: block;
          padding: 0;
          float: left;
          width: 10%;
          max-width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          font-size: 13px;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          -o-border-radius: 25px;
          border-radius: 25px; }
        .contact-page .sidebar .widget .widget-content .location:hover a.mark {
          background-color: #6F2331;
          color: #fff; }
        .contact-page .sidebar .widget .widget-content .location .info {
          width: 90%;
          float: left;
          padding-left: 30px; }
          .contact-page .sidebar .widget .widget-content .location .info p {
            font-weight: 700;
            font-size: 13px; }
          .contact-page .sidebar .widget .widget-content .location .info .column {
            width: 50%;
            float: left; }
        .contact-page .sidebar .widget .widget-content .location:after {
          content: '';
          clear: both;
          display: table; }
.contact-page .site-content {
  position: relative;
  width: calc(50% - 100px);
  margin-left: calc(50% + 100px);
  display: block;
  float: left;
  padding-top: 100px;
  padding-left: 30px; }
  .contact-page .site-content h2 {
    font-family: "Raleway", serif !important;
    color: #333;
    font-size: 30px;
    position: relative;
    text-align: left;
    border-bottom: 0px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px; }
  .contact-page .site-content form ul {
    margin: 0; }
    .contact-page .site-content form ul li {
      padding: 10px 0; }
      .contact-page .site-content form ul li input {
        font-family: "Raleway", serif !important;
        background-color: #fff;
        color: #000;
        border: 0px;
        padding: 10px 15px;
        width: 100%;
        font-size: 14px; }
      .contact-page .site-content form ul li textarea {
        font-family: "Raleway", serif !important;
        background-color: #fff;
        width: 100%;
        min-height: 170px;
        padding: 10px 15px;
        font-size: 14px;
        color: #000;
        font-weight: 400; }
  .contact-page .site-content form input[type="submit"] {
    background-color: #6F2331;
    display: block;
    padding: 10px 40px;
    margin-top: 20px;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px; }
    .contact-page .site-content form input[type="submit"]:hover {
      background-color: #77323F; }
  .contact-page .site-content form .response-content.contactenquiry {
    display: none;
    background-color: #286724;
    color: white;
    line-height: 20px;
    padding: 10px 20px 0 10px;
    margin-top: 16px; }

.bookingenquiry-page .site-content, .workwithus-page .site-content {
  position: relative; }
  .bookingenquiry-page .site-content h2, .workwithus-page .site-content h2 {
    font-family: "Raleway", serif !important;
    color: #333;
    font-size: 30px;
    position: relative;
    text-align: left;
    border-bottom: 0px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px; }
  .bookingenquiry-page .site-content form ul, .workwithus-page .site-content form ul {
    margin: 0; }
    .bookingenquiry-page .site-content form ul li, .workwithus-page .site-content form ul li {
      display: inline-block;
      float: left;
      padding: 10px 10px 10px 0;
      width: 50%; }
      .bookingenquiry-page .site-content form ul li input, .workwithus-page .site-content form ul li input {
        font-family: "Raleway", serif !important;
        background-color: #fff;
        color: #000;
        border: 1px solid #d0d0d0;
        padding: 7px 20px;
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        border-radius: 0 !important; }
      .bookingenquiry-page .site-content form ul li input[type="checkbox"], .workwithus-page .site-content form ul li input[type="checkbox"] {
        -ms-transform: scale(1.4);
        /* IE */
        -moz-transform: scale(1.4);
        /* FF */
        -webkit-transform: scale(1.4);
        /* Safari and Chrome */
        -o-transform: scale(1.4);
        /* Opera */
        width: auto;
        margin-right: 12px;
        margin-top: 0; }
      .bookingenquiry-page .site-content form ul li textarea, .workwithus-page .site-content form ul li textarea {
        font-family: "Raleway", serif !important;
        background-color: #fff;
        min-height: inherit;
        padding: 10px 15px;
        font-size: 14px;
        color: #000;
        font-weight: 400;
        width: 100%;
        border: 1px solid #d0d0d0; }
      .bookingenquiry-page .site-content form ul li label, .workwithus-page .site-content form ul li label {
        color: #666;
        text-transform: inherit;
        margin-bottom: 0;
        font-weight: 700;
        line-height: 13px; }
      .bookingenquiry-page .site-content form ul li label.checkbox, .workwithus-page .site-content form ul li label.checkbox {
        margin-left: 32px; }
    .bookingenquiry-page .site-content form ul li.message, .bookingenquiry-page .site-content form ul li.address, .bookingenquiry-page .site-content form ul li.newsletter, .bookingenquiry-page .site-content form ul li.rentalcar, .workwithus-page .site-content form ul li.message, .workwithus-page .site-content form ul li.address, .workwithus-page .site-content form ul li.newsletter, .workwithus-page .site-content form ul li.rentalcar {
      width: 100%; }
    .bookingenquiry-page .site-content form ul li.title, .workwithus-page .site-content form ul li.title {
      width: 20%; }
    .bookingenquiry-page .site-content form ul li.firstname, .workwithus-page .site-content form ul li.firstname {
      width: 30%; }
    .bookingenquiry-page .site-content form ul li.flexibility, .workwithus-page .site-content form ul li.flexibility {
      width: 26%; }
    .bookingenquiry-page .site-content form ul li.checkin, .bookingenquiry-page .site-content form ul li.checkout, .workwithus-page .site-content form ul li.checkin, .workwithus-page .site-content form ul li.checkout {
      width: 37%; }
    .bookingenquiry-page .site-content form ul li.roomtype, .workwithus-page .site-content form ul li.roomtype {
      width: 46%; }
    .bookingenquiry-page .site-content form ul li.adultsbe, .bookingenquiry-page .site-content form ul li.children_11, .bookingenquiry-page .site-content form ul li.children_16, .workwithus-page .site-content form ul li.adultsbe, .workwithus-page .site-content form ul li.children_11, .workwithus-page .site-content form ul li.children_16 {
      width: 18%; }
    .bookingenquiry-page .site-content form ul li.message, .workwithus-page .site-content form ul li.message {
      margin-top: 12px; }
    .bookingenquiry-page .site-content form ul .checkin-wrapper, .bookingenquiry-page .site-content form ul .checkout-wrapper, .workwithus-page .site-content form ul .checkin-wrapper, .workwithus-page .site-content form ul .checkout-wrapper {
      position: relative; }
      .bookingenquiry-page .site-content form ul .checkin-wrapper span.calendar-icon, .bookingenquiry-page .site-content form ul .checkout-wrapper span.calendar-icon, .workwithus-page .site-content form ul .checkin-wrapper span.calendar-icon, .workwithus-page .site-content form ul .checkout-wrapper span.calendar-icon {
        display: inline-block;
        position: absolute;
        right: 7px;
        top: 33px;
        color: #202020; }
  .bookingenquiry-page .site-content form input[type="submit"], .workwithus-page .site-content form input[type="submit"] {
    background-color: #6F2331;
    display: block;
    padding: 10px 40px;
    margin: 20px 0;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px; }
    .bookingenquiry-page .site-content form input[type="submit"]:hover, .workwithus-page .site-content form input[type="submit"]:hover {
      background-color: #762531; }
  .bookingenquiry-page .site-content form .response-content.bookingenquiry, .workwithus-page .site-content form .response-content.bookingenquiry {
    display: none;
    background-color: #286724;
    color: white;
    line-height: 20px;
    padding: 10px 20px;
    margin-top: -2px; }

.workwithus-page .description p {
  font-size: 13px; }
.workwithus-page .description li {
  font-size: 13px !important; }
.workwithus-page .site-content form ul li {
  padding-left: 10px; }
  .workwithus-page .site-content form ul li input, .workwithus-page .site-content form ul li textarea {
    background-color: #e8e8e8;
    border: 0; }
.workwithus-page .site-content form ul li.attach {
  width: 100%; }
.workwithus-page .site-content form input[type="submit"] {
  margin: 20px 10px; }
.workwithus-page .site-content form .response-content.bookingenquiry {
  margin: -2px 10px 0 10px; }

.workwithus-page .bootstrap-filestyle .btn {
  padding-top: 13px !important;
  padding-bottom: 14px !important;
  background-color: #6d6d6d;
  color: #fff; }
  .workwithus-page .bootstrap-filestyle .btn:hover {
    background-color: #7d7d7d;
    color: #fff; }
.workwithus-page input {
  min-height: 42px; }
.workwithus-page .buttonText {
  font-weight: normal; }

/* ACTIVITY
*********/
.activities .grid-item,
.activities .grid-sizer {
  width: 33.3333%; }

.activities .grid-item .work-item {
  position: relative;
  overflow: hidden; }
  .activities .grid-item .work-item .post-thumbnail {
    width: 100%;
    position: relative; }
    .activities .grid-item .work-item .post-thumbnail img {
      width: 100%; }
  .activities .grid-item .work-item .post-body {
    width: 100%;
    padding: 35px 30px 40px;
    min-height: 225px; }
    .activities .grid-item .work-item .post-body h2 {
      color: #333;
      margin-top: 0;
      margin-bottom: 20px; }
      .activities .grid-item .work-item .post-body h2 a:hover {
        color: #6F2331; }
    .activities .grid-item .work-item .post-body p {
      color: #898989; }
    .activities .grid-item .work-item .post-body a.btn {
      width: calc(100% - 60px);
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 40px; }
    .activities .grid-item .work-item .post-body .meta {
      position: relative; }
      .activities .grid-item .work-item .post-body .meta span.date {
        float: left;
        color: #898989; }
      .activities .grid-item .work-item .post-body .meta ul.cat-links {
        float: right; }
        .activities .grid-item .work-item .post-body .meta ul.cat-links li {
          display: none; }
          .activities .grid-item .work-item .post-body .meta ul.cat-links li a {
            font-family: "Muli", sans-serif !important;
            font-size: 12px;
            font-weight: 700;
            color: #6F2331; }
            .activities .grid-item .work-item .post-body .meta ul.cat-links li a:hover {
              text-decoration: underline; }
          .activities .grid-item .work-item .post-body .meta ul.cat-links li:first-child {
            display: block; }
      .activities .grid-item .work-item .post-body .meta:after {
        content: '';
        clear: both;
        display: table; }

.room-select {
  background-color: #fff;
  position: relative; }
  .room-select .apb-room-selected h2.apb-heading {
    color: #333;
    font-size: 22px;
    position: relative;
    text-align: center;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 0; }
  .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_current {
    overflow: hidden;
    padding: 30px 35px; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_current h6 {
      font-family: "Muli", sans-serif !important;
      color: #fff;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      position: relative; }
      .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_current h6:before {
        content: '\f105';
        font-family: 'FontAwesome';
        left: -14px;
        position: absolute;
        font-size: 16px;
        font-weight: 700; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_current span {
      font-size: 12px; }
  .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item {
    overflow: hidden;
    padding: 30px 20px; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item h6 {
      font-family: "Muli", sans-serif !important;
      color: #898989;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 15px;
      display: inline-block; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item span.apb-option {
      color: #898989;
      font-size: 12px;
      display: inline-block; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item.apb_disable {
      padding: 30px 40px; }
      .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item.apb_disable h6 {
        display: block;
        margin-right: 0;
        margin-bottom: 7px; }
      .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item.apb_disable span.apb-option {
        display: block; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_name, .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_total {
      overflow: hidden;
      margin-top: 20px; }
      .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_name h2, .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_total h2 {
        font-family: "Muli", sans-serif !important;
        color: #6F2331;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        float: left;
        margin: 0;
        line-height: 28px; }
      .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_name span.apb-amount, .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_total span.apb-amount {
        font-family: "Raleway", serif !important;
        float: right;
        font-size: 20px; }
      .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_name:after, .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_total:after {
        content: '';
        display: table;
        clear: both; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item a.apb-room-selected_change {
      font-family: "Raleway", serif !important;
      color: #898989;
      font-style: italic;
      font-size: 12px; }
      .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item a.apb-room-selected_change:hover {
        text-decoration: underline; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost {
      overflow: hidden;
      margin-top: 10px; }
      .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost h2 {
        font-family: "Muli", sans-serif !important;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        line-height: 28px;
        margin-bottom: 10px; }
      .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost ul li {
        font-family: "Muli", sans-serif !important;
        position: relative;
        display: block;
        margin-bottom: 20px;
        line-height: 35px; }
        .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost ul li h6 {
          color: #898989;
          float: left;
          font-size: 12px;
          font-weight: 400;
          margin-top: 0;
          margin-bottom: 0;
          text-transform: none;
          line-height: 100%; }
        .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost ul li span {
          float: right;
          font-size: 12px;
          font-weight: 700;
          line-height: 100%; }
        .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost ul li:after {
          content: '';
          display: table;
          clear: both; }
        .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost ul li:last-child {
          margin-bottom: 0; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_total h2 {
      color: #000; }
  .room-select .apb-room-selected .apb-room-selected_content .apb-room-total {
    overflow: hidden;
    padding: 20px; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-total h6 {
      font-family: "Muli", sans-serif !important;
      position: relative;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      float: left;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 28px; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-total span.apb-amount {
      font-family: "Raleway", serif !important;
      float: right;
      font-size: 20px;
      line-height: 28px; }
    .room-select .apb-room-selected .apb-room-selected_content .apb-room-total:after {
      content: '';
      display: table;
      clear: both; }

.room-dates {
  background-color: #fff;
  position: relative; }
  .room-dates .apb-room-date h2.apb-heading {
    color: #333;
    font-size: 22px;
    position: relative;
    text-align: center;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 0; }
  .room-dates .apb-room-date .apb-room-date_content {
    position: relative;
    padding: 30px 20px;
    overflow: hidden; }
    .room-dates .apb-room-date .apb-room-date_content ul li {
      font-family: "Muli", sans-serif !important;
      position: relative;
      display: block;
      margin-bottom: 20px;
      line-height: 35px; }
      .room-dates .apb-room-date .apb-room-date_content ul li h6 {
        font-family: "Muli", sans-serif !important;
        color: #898989;
        float: left;
        font-size: 12px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 100%; }
      .room-dates .apb-room-date .apb-room-date_content ul li span {
        float: right;
        font-size: 12px;
        font-weight: 700;
        line-height: 100%; }
      .room-dates .apb-room-date .apb-room-date_content ul li:after {
        content: '';
        display: table;
        clear: both; }
      .room-dates .apb-room-date .apb-room-date_content ul li:last-child {
        margin-bottom: 0; }

.abp-step {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px; }
  .abp-step ul {
    font-family: "Raleway", serif !important;
    color: #333;
    text-align: center; }
    .abp-step ul li {
      display: inline-block;
      font-size: 14px;
      position: relative;
      padding: 20px; }
      .abp-step ul li.active {
        color: #6F2331;
        border-bottom: 2px solid #6F2331; }

.apb-content {
  position: relative;
  margin-bottom: 30px; }
  .apb-content h2.apb-heading {
    color: #333;
    font-size: 20px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 0; }
  .apb-content .apb-calendar_wrap {
    position: relative;
    padding: 20px 20px 40px 20px; }
    .apb-content .apb-calendar_wrap .hasDatepicker:after {
      content: '';
      display: table;
      clear: both; }
  .apb-content .apb-room .apb-room_item {
    position: relative;
    margin-bottom: 30px; }
    .apb-content .apb-room .apb-room_item h2.apb-room_name {
      position: relative;
      font-size: 30px;
      color: #333;
      padding-left: 40px; }
      .apb-content .apb-room .apb-room_item h2.apb-room_name:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        width: 30px;
        height: 1px;
        background-color: #1c1c1c; }
    .apb-content .apb-room .apb-room_item .apb-room_img {
      width: 40%;
      float: left;
      position: relative;
      overflow: hidden;
      padding-right: 15px; }
      .apb-content .apb-room .apb-room_item .apb-room_img img {
        width: 100%; }
    .apb-content .apb-room .apb-room_item .apb-room_text {
      width: 60%;
      padding-left: 15px;
      float: left;
      margin-bottom: 30px; }
      .apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc {
        font-size: 14px;
        line-height: 30px;
        color: #1c1c1c;
        margin-bottom: 20px; }
        .apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc ul {
          list-style-type: disc;
          padding-left: 15px; }
        .apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc .see_more {
          font-size: 12px;
          font-style: italic; }
          .apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc .see_more a {
            text-decoration: underline;
            cursor: pointer; }
          .apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc .see_more div ul li {
            font-size: 14px;
            font-style: normal;
            text-decoration: none; }
      .apb-content .apb-room .apb-room_item .apb-room_text p.apb-room_price {
        font-family: "Raleway", serif !important;
        font-size: 30px;
        color: #202020;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle; }
        .apb-content .apb-room .apb-room_item .apb-room_text p.apb-room_price span.small {
          font-size: 14px; }
      .apb-content .apb-room .apb-room_item .apb-room_text a.apb-btn {
        background-color: #6F2331;
        color: #fff;
        display: inline-block;
        white-space: nowrap;
        text-transform: uppercase;
        padding: 15px 35px;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .apb-content .apb-room .apb-room_item .apb-room_text a.apb-btn:hover {
          background-color: #000; }
    .apb-content .apb-room .apb-room_item ul.package-list {
      background-color: #fff;
      position: relative;
      width: 100%;
      float: none; }
      .apb-content .apb-room .apb-room_item ul.package-list li {
        padding: 25px;
        border-top: 1px solid #eee; }
        .apb-content .apb-room .apb-room_item ul.package-list li:before {
          display: none; }
        .apb-content .apb-room .apb-room_item ul.package-list li:last-child {
          border-bottom: 1px solid #eee; }
        .apb-content .apb-room .apb-room_item ul.package-list li .column-1 {
          width: 70%;
          float: left;
          padding-right: 20px; }
          .apb-content .apb-room .apb-room_item ul.package-list li .column-1 input[type="checkbox"] {
            cursor: pointer;
            margin-right: 20px; }
          .apb-content .apb-room .apb-room_item ul.package-list li .column-1 p {
            padding-left: 35px;
            padding-top: 0;
            padding-bottom: 0;
            font-size: 14px;
            font-weight: 300;
            line-height: 25px; }
          .apb-content .apb-room .apb-room_item ul.package-list li .column-1 label {
            font-family: "Raleway", serif !important;
            font-size: 16px;
            font-weight: 400;
            color: #333; }
        .apb-content .apb-room .apb-room_item ul.package-list li .column-2 {
          width: 10%;
          float: left;
          padding: 0 10px;
          margin-top: 20px; }
          .apb-content .apb-room .apb-room_item ul.package-list li .column-2 input[type="text"] {
            width: 100%;
            height: 35px;
            background-color: #f9f9f9;
            color: #1c1c1c;
            border: 0px;
            padding: 0 15px; }
        .apb-content .apb-room .apb-room_item ul.package-list li .column-3 {
          font-family: "Raleway", serif !important;
          width: 20%;
          float: left;
          font-size: 20px;
          color: #1c1c1c;
          text-align: center;
          margin-top: 25px; }
          .apb-content .apb-room .apb-room_item ul.package-list li .column-3 span {
            font-size: 12px; }
        .apb-content .apb-room .apb-room_item ul.package-list li:after {
          content: '';
          clear: both;
          display: table; }
  .apb-content .apb-confirm {
    position: relative;
    background-color: #fff;
    padding: 50px 20px;
    margin-bottom: 30px; }
    .apb-content .apb-confirm h2 {
      font-size: 30px;
      margin-top: 0;
      margin-bottom: 10px;
      text-align: center; }
    .apb-content .apb-confirm h5 {
      font-family: "Muli", sans-serif !important;
      color: #898989;
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 40px;
      text-align: center;
      font-weight: 400; }
    .apb-content .apb-confirm a.apb-btn {
      background-color: #6F2331;
      color: #fff;
      display: block;
      width: 155px;
      margin: 0 auto;
      white-space: nowrap;
      text-transform: uppercase;
      padding: 15px 35px;
      font-size: 12px;
      font-weight: 700;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .apb-content .apb-confirm a.apb-btn:hover {
        background-color: #000; }
  .apb-content .apb-checkout {
    position: relative;
    max-width: 670px;
    margin: 0 auto; }
    .apb-content .apb-checkout .ch-container {
      position: relative;
      padding: 30px 70px; }
      .apb-content .apb-checkout .ch-container .check-info {
        color: #898989;
        position: relative;
        font-size: 12px; }
        .apb-content .apb-checkout .ch-container .check-info a {
          color: #1c1c1c;
          font-weight: 700; }
          .apb-content .apb-checkout .ch-container .check-info a:hover {
            color: #6F2331; }
      .apb-content .apb-checkout .ch-container .check-billing-fields {
        position: relative;
        width: 100%;
        overflow: hidden; }
        .apb-content .apb-checkout .ch-container .check-billing-fields h2 {
          font-size: 30px;
          margin-bottom: 30px; }
  .apb-content .apb-contact {
    position: relative;
    max-width: 670px;
    margin: 0 auto; }
    .apb-content .apb-contact .ct-container {
      position: relative;
      padding: 30px 70px; }
      .apb-content .apb-contact .ct-container .contact-fields {
        position: relative;
        width: 100%;
        overflow: hidden; }
        .apb-content .apb-contact .ct-container .contact-fields h2 {
          font-size: 30px;
          margin-bottom: 30px;
          margin-top: 0; }
  .apb-content .form-row {
    position: relative;
    margin-bottom: 25px;
    color: #333; }
    .apb-content .form-row p {
      color: #898989;
      line-height: 20px;
      font-size: 12px;
      padding-left: 25px;
      margin-top: 10px; }
    .apb-content .form-row img.img-credit {
      margin-top: 10px;
      padding-left: 25px; }
    .apb-content .form-row label {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400; }
      .apb-content .form-row label abbr {
        background-color: transparent;
        color: #f00;
        border-bottom: 0; }
    .apb-content .form-row input,
    .apb-content .form-row textarea {
      font-family: "Raleway", serif !important;
      position: relative;
      width: 100%;
      height: 40px;
      background-color: #f9f9f9;
      color: inherit;
      padding: 10px 20px;
      border: 0;
      font-size: 14px;
      margin-bottom: 10px; }
    .apb-content .form-row textarea.txt-area-text {
      height: auto;
      min-height: 120px;
      font-weight: 400;
      resize: vertical; }
    .apb-content .form-row .input-checkbox {
      display: inline;
      margin: 0 8px 0 0;
      text-align: center;
      vertical-align: middle;
      width: auto;
      height: auto; }
    .apb-content .form-row input[type="submit"] {
      background-color: #6F2331;
      color: #fff;
      font-family: "Muli", sans-serif !important;
      text-transform: uppercase;
      font-size: 14px;
      padding: 15px 0;
      height: auto;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .apb-content .form-row input[type="submit"]:hover, .apb-content .form-row input[type="submit"]:active {
        background-color: #000; }
    .apb-content .form-row label.checkbox {
      display: inline; }
    .apb-content .form-row.form-row-wide {
      position: relative;
      width: 100%; }
    .apb-content .form-row.form-row-first {
      position: relative;
      width: 47%;
      float: left; }
    .apb-content .form-row.form-row-last {
      position: relative;
      width: 47%;
      float: right; }
    .apb-content .form-row:last-child {
      margin-bottom: 0; }
    .apb-content .form-row.coupon {
      background-color: #000;
      color: #898989;
      padding: 15px 20px;
      font-size: 12px; }
      .apb-content .form-row.coupon a {
        color: #fff;
        font-weight: 700; }
        .apb-content .form-row.coupon a:hover {
          color: #fff;
          text-decoration: underline; }

.webcam-page .webcambig img {
  width: 100%; }
.webcam-page .webcamselect ul {
  margin: 0;
  overflow-x: hidden;
  background-color: white; }
  .webcam-page .webcamselect ul li {
    display: inline-block;
    float: left;
    padding: 10px 10px 10px 10px;
    width: 33.3333%;
    position: relative; }
    .webcam-page .webcamselect ul li img {
      width: 100%; }
    .webcam-page .webcamselect ul li a div {
      width: 100%;
      font-size: 13px;
      text-align: center;
      padding-top: 5px;
      font-weight: 300;
      line-height: 1.5em; }
    .webcam-page .webcamselect ul li.selected a div {
      font-weight: 700; }
.webcam-page .weatherlog p {
  font-size: 14px;
  line-height: 1.3em; }
.webcam-page .weatherlog .weatherlog-entry {
  background-color: #fff;
  padding: 20px 20px; }
  .webcam-page .weatherlog .weatherlog-entry p {
    font-size: 12px !important;
    line-height: 1.2em !important; }
.webcam-page .weatherlog .monthpicker {
  margin: 20px auto;
  display: table; }
  .webcam-page .weatherlog .monthpicker div.btn {
    margin-left: 10px;
    margin-top: 10px;
    padding: 8px 13px;
    background-color: #FFA200;
    color: #fff;
    cursor: pointer;
    font-size: 13px; }
    .webcam-page .weatherlog .monthpicker div.btn:hover {
      background-color: #FFbb33; }

/* 6.	Themes
-------------------------------*/
.preload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1; }

.loading {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.spinner {
  margin: auto;
  top: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -ms-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear; }

.dot1, .dot2, .dot3 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #6F2331;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  -moz-animation: bounce 2s infinite ease-in-out;
  -ms-animation: bounce 2s infinite ease-in-out;
  -o-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-ms-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@media screen and (max-width: 1366px) {
  .fixedTop {
    right: 0; } }
@media screen and (max-width: 1199px) {
  .header .container {
    width: 100%;
    padding: 0 15px; }

  .flipbook-slider .item .post-body h2.post-title {
    width: 100%; }
  .flipbook-slider .item .post-body .post-content {
    width: 100%; }

  .roomrate-slider .owl-controls .owl-buttons div.owl-prev {
    margin-left: 0; }
  .roomrate-slider .owl-controls .owl-buttons div.owl-next {
    margin-right: 0; }

  .top-foot .widget .widget-header {
    margin-bottom: 20px;
    float: none;
    width: 100%; }
  .top-foot .widget .widget-content {
    width: 100%; }

  /* ROOM SIMPLE
  **********/
  .room-simple .post .post-media, .accommodation-slider .item .post .post-media {
    max-height: 300px; }

  /* ROOM LIST
  **********/
  .room-list .post .post-media {
    width: 100%;
    left: 0; }
  .room-list .post .post-body {
    width: 100%;
    right: 0; }

  /* RESERVATION PAGE
  **********/
  .abp-step ul li {
    display: block; }

  .datepicker-inline .datepicker-group table.datepicker-calendar td .state-default {
    padding: 12px; }

  .format-slider .post-slider .item {
    height: 342px; }

  .top-foot [class*="col-"]:last-child .widget .widget-content ul.social-list {
    float: none; }

  .half-block.fr {
    padding-left: 15px; }
  .half-block.fl {
    padding-right: 15px; }

  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-adults, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-children, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-arrival, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-staynights, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-btn {
    width: 31%; } }
@media screen and (max-width: 1100px) {
  .mobile-nav-menu {
    display: block; }

  .book-now-wrap {
    float: right;
    margin-right: 35px; }

  .fixedTop a {
    color: transparent; }
    .fixedTop a span.icon-arrow {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .fixedTop a:hover span.icon-arrow {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px); }
  .fixedTop.fixedTop-light a {
    color: transparent; }

  .widget-content-header {
    margin-right: 110px; }

  .widget-content-header.ha-social-mobile {
    margin-right: 0;
    margin-top: 12px; } }
@media screen and (max-width: 991px) {
  h1.sbig {
    font-size: 30px; }
  h1.line:before {
    background-color: transparent; }

  .btn.btn-classic.centered {
    margin-right: 66%; }

  .half-block {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px; }
    .half-block.fr {
      padding-right: 15px; }
    .half-block.fl {
      padding-left: 15px; }

  .flipbook-slider .item .post-thumbnail {
    width: 100%;
    position: relative; }
    .flipbook-slider .item .post-thumbnail img {
      display: block; }
    .flipbook-slider .item .post-thumbnail .item-img {
      display: none; }
  .flipbook-slider .item .post-body {
    width: 100%;
    padding: 20px; }
  .flipbook-slider.reverse .post-thumbnail {
    left: auto; }
  .flipbook-slider.reverse .post-body {
    float: none; }
  .flipbook-slider .owl-controls .owl-pagination {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    background-color: #fff;
    bottom: auto !important; }
  .flipbook-slider .owl-controls .owl-buttons {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    background-color: #fff;
    padding-bottom: 20px;
    bottom: auto !important; }

  .bg-contentpage ul.feature-list, .bg-contentpage-xs ul.feature-list, .bg-contentpage-sm ul.feature-list {
    text-align: left; }

  .info-block {
    min-height: 100%;
    padding-left: 50px;
    padding-right: 50px; }
    .info-block .content {
      position: relative;
      padding: 0;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

  /* ROOM SIMPLE
  **********/
  .room-simple .post .post-media, .accommodation-slider .item .post .post-media {
    max-height: 100%; }

  /* ROOM MODEM
  **********/
  .room-modem .post .post-media {
    width: 100%; }
  .room-modem .post .post-body {
    width: 100%;
    max-height: 100%;
    position: relative;
    float: left;
    right: auto; }
  .room-modem [class*="col-"]:nth-child(odd) .post .post-media {
    left: 0; }

  /* ROOM THUMBNAIL
  **********/
  .room-thumbnail .post .post-media {
    max-height: 450px; }
    .room-thumbnail .post .post-media a.overlay {
      width: 100%;
      height: 100%; }

  /* CONTACT
  *********/
  .contact-page:before {
    width: 100%;
    background-color: transparent; }
  .contact-page .sidebar {
    width: 100%;
    margin-right: 0; }
    .contact-page .sidebar .widget {
      padding: 20px;
      background-color: #fff; }
  .contact-page .site-content {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0; }

  /* GALLERY
  *********/
  .gallery-grid-item-style-1 .grid-item,
  .gallery-grid-item-style-1 .grid-sizer {
    width: 50%; }

  .gallery-grid-item-style-2 .grid-item,
  .gallery-grid-item-style-2 .grid-sizer {
    width: 50%; }

  .gallery-grid-item-style-3 .grid-item,
  .gallery-grid-item-style-3 .grid-sizer {
    width: 50%; }

  .grid-item.wide,
  .grid-item.large {
    width: 100%; }

  /* GALLERY RESTAURANT
  *********/
  .galleries .grid-item,
  .galleries .grid-sizer {
    width: 50%; }

  /* GUESTBOOK
  *********/
  .guestbook .grid-item,
  .guestbook .grid-sizer {
    width: 50%; }

  /* ROOM DETAIL
  *********/
  .room-infomation .switch-list {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 30px; }
    .room-infomation .switch-list ul li {
      display: inline-block;
      margin-right: 30px; }
      .room-infomation .switch-list ul li a span.icon-arrow {
        display: none; }
  .room-infomation .info-content {
    width: 100% !important;
    padding-left: 0 !important;
    border-left: 0; }

  .book-now-wrap .book-check-form .book-content ul.book-list li,
  .book-section .book-check-form .book-content ul.book-list li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px; }
    .book-now-wrap .book-check-form .book-content ul.book-list li .custom,
    .book-section .book-check-form .book-content ul.book-list li .custom {
      width: 100%; }
    .book-now-wrap .book-check-form .book-content ul.book-list li:nth-child(2n+1),
    .book-section .book-check-form .book-content ul.book-list li:nth-child(2n+1) {
      padding-right: 10px; }
    .book-now-wrap .book-check-form .book-content ul.book-list li:nth-child(2n),
    .book-section .book-check-form .book-content ul.book-list li:nth-child(2n) {
      padding-left: 10px;
      padding-right: 0; }
    .book-now-wrap .book-check-form .book-content ul.book-list li #check-available,
    .book-section .book-check-form .book-content ul.book-list li #check-available {
      margin-bottom: 0;
      margin-top: 0; }

  .book-now-wrap .book-check-form .book-content ul.book-list li.book-picker .custom,
  .book-now-wrap .book-check-form .book-content ul.book-list li.book-select .custom {
    width: 100%; }

  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-adults, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-children, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-arrival, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-staynights, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-btn {
    width: 23%; } }
@media screen and (max-width: 767px) {
  #clock ul li {
    padding: 10px 30px; }

  h2.section-title {
    font-size: 30px; }

  .btn.btn-classic.centered {
    display: table;
    margin: 0 auto; }

  /* RESTAURANT
  *********/
  .reserve .reserve-form {
    margin: 0 auto;
    float: none; }
  .reserve .reserve-term {
    margin-top: 0;
    margin-bottom: 15px; }
    .reserve .reserve-term h2 {
      text-align: center; }
    .reserve .reserve-term .timetable {
      margin: 0 auto; }
      .reserve .reserve-term .timetable div.tCell:first-child {
        text-align: right; }
      .reserve .reserve-term .timetable div.tCell:last-child {
        padding-right: 0; }

  .filters {
    width: 230px;
    margin: 0 auto; }
    .filters > li {
      display: block;
      margin-bottom: 30px; }
      .filters > li > a {
        display: block; }

  /* ROOM DETAIL
  ***************/
  .room-infomation .switch-list ul li {
    width: 100%; }
  .room-infomation .info-content .info-inner .info-footer {
    /* AMENITIES
    *******/
    /*.info-group{
    	width: 100%;
    }*/
    /* PACKAGE
    *******/
    /* RATES
    *******/
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */ }
    .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 {
      width: 100%; }
    .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-2 {
      width: 20%; }
    .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-3 {
      width: 80%;
      text-align: left; }
    .room-infomation .info-content .info-inner .info-footer table, .room-infomation .info-content .info-inner .info-footer thead, .room-infomation .info-content .info-inner .info-footer tbody, .room-infomation .info-content .info-inner .info-footer th, .room-infomation .info-content .info-inner .info-footer td, .room-infomation .info-content .info-inner .info-footer tr {
      display: block; }
    .room-infomation .info-content .info-inner .info-footer thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .room-infomation .info-content .info-inner .info-footer tbody tr td {
      padding: 30px 20px 15px 20px; }
    .room-infomation .info-content .info-inner .info-footer tr {
      border: 1px solid #ccc; }
    .room-infomation .info-content .info-inner .info-footer td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    .room-infomation .info-content .info-inner .info-footer td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    .room-infomation .info-content .info-inner .info-footer td:nth-of-type(1):before {
      content: "RATE PERIOD"; }
    .room-infomation .info-content .info-inner .info-footer td:nth-of-type(2):before {
      content: "NIGHTLY"; }
    .room-infomation .info-content .info-inner .info-footer td:nth-of-type(3):before {
      content: "WEEKEND NIGHT"; }
    .room-infomation .info-content .info-inner .info-footer td:nth-of-type(4):before {
      content: "WEEKLY"; }
    .room-infomation .info-content .info-inner .info-footer td:nth-of-type(5):before {
      content: "MONTHLY"; }
    .room-infomation .info-content .info-inner .info-footer td:nth-of-type(6):before {
      content: "EVENT"; }

  blockquote {
    padding: 30px; }
    blockquote p {
      font-size: 16px; } }
@media screen and (max-width: 640px) {
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-adults, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-children, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-arrival, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-staynights, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-btn {
    width: 47%; }
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-adults .select2-selection--single,
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-children .select2-selection--single,
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-staynights .select2-selection--single,
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-arrival .select2-selection--single {
    padding: 0 0 0 20px; }
  .book-so-form .book-so-wbsbox .book-so-bookline .book-so-noselect, .book-so-form .book-so-wbsbox .book-so-bookline .book-so-arrival input {
    padding-left: 28px; }

  /* CONTACT PAGE
  **********/
  .contact-page .sidebar .widget .widget-content .location a.mark {
    width: 100%; }
  .contact-page .sidebar .widget .widget-content .location .info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px; }
    .contact-page .sidebar .widget .widget-content .location .info .column {
      width: 100%; }

  /* BOOKINGENQUIRY PAGE
  **********************/
  .bookingenquiry-page .site-content form ul li, .workwithus-page .site-content form ul li {
    padding: 10px 0;
    width: 84% !important;
    margin: 0 8%; }
  .bookingenquiry-page .site-content form input[type="submit"], .workwithus-page .site-content form input[type="submit"] {
    width: 84% !important;
    margin: 20px 8% 10px 8%; }

  /* RESERVATION PAGE
  ***************/
  .datepicker-inline .datepicker-group.datepicker-group-first, .datepicker-inline .datepicker-group.datepicker-group-last {
    width: 100%; }
  .datepicker-inline .datepicker-group table.datepicker-calendar td .state-default {
    padding: 30%; }

  /* ROOM LIST
  **********/
  .room-list .post .post-body .post-footer a.btn {
    position: relative;
    margin-top: 20px; }

  .widget-content-header {
    margin-right: 30px; } }
@media screen and (max-width: 550px) {
  .ha-phone {
    display: none; }

  .widget-content-header {
    float: left;
    margin-right: 15px; } }
@media screen and (max-width: 480px) {
  .footer .foot-credit [class*="col-"] {
    width: 100%;
    text-align: left !important;
    margin-bottom: 20px; }
    .footer .foot-credit [class*="col-"]:last-child {
      margin-bottom: 0; }

  .news-slider .item .wrapper .post-thumbnail, .news-slider-2 .item .wrapper .post-thumbnail {
    width: 100%;
    position: relative; }
    .news-slider .item .wrapper .post-thumbnail img, .news-slider-2 .item .wrapper .post-thumbnail img {
      display: block; }
    .news-slider .item .wrapper .post-thumbnail .item-img, .news-slider-2 .item .wrapper .post-thumbnail .item-img {
      display: none; }
  .news-slider .item .wrapper .post-body, .news-slider-2 .item .wrapper .post-body {
    width: 100%; }

  /* ROOM MODEM
  **********/
  .room-modem .post .post-body {
    padding: 20px 40px; }

  /* ROOM LIST
  **********/
  .room-list .post .post-body {
    padding: 20px 40px; }

  /* ROOM THUMBNAIL
  **********/
  .room-thumbnail .post .post-body .post-content,
  .room-thumbnail .post .post-body .post-footer {
    display: none; }

  /* RESTAURANT
  **********/
  .intro .post-body h1 {
    font-size: 40px; }

  .gallery-grid-item-style-1 .grid-item,
  .gallery-grid-item-style-1 .grid-sizer {
    width: 100%; }

  .gallery-grid-item-style-2 .grid-item,
  .gallery-grid-item-style-2 .grid-sizer {
    width: 100%; }

  .gallery-grid-item-style-3 .grid-item,
  .gallery-grid-item-style-3 .grid-sizer {
    width: 100%; }

  .grid-item.large .work-item .title {
    padding: 80px 10px; }
    .grid-item.large .work-item .title h2 {
      font-size: 18px; }
    .grid-item.large .work-item .title span {
      font-size: 20px; }

  /* GALLERY RESTAURANT
  *********/
  .galleries .grid-item,
  .galleries .grid-sizer {
    width: 100%; }

  /* ROOM DETAIL
  ***************/
  .room-infomation .info-content .info-inner .info-footer {
    /* AMENITIES
    *******/ }
    .room-infomation .info-content .info-inner .info-footer .info-group {
      width: 100% !important; }

  .book-now-wrap .book-check-form .book-content ul.book-list li,
  .book-section .book-check-form .book-content ul.book-list li {
    width: 100%; }
    .book-now-wrap .book-check-form .book-content ul.book-list li:nth-child(2n+1),
    .book-section .book-check-form .book-content ul.book-list li:nth-child(2n+1) {
      padding-right: 0; }
    .book-now-wrap .book-check-form .book-content ul.book-list li:nth-child(2n),
    .book-section .book-check-form .book-content ul.book-list li:nth-child(2n) {
      padding-left: 0; } }
@media screen and (max-width: 450px) {
  #toggle-book {
    padding: 0 10px; }
    #toggle-book span.txt-book {
      font-size: 13px; }
    #toggle-book span.txt-book.font12 {
      font-size: 12px; }

  .webcam-page .weatherlog .monthpicker {
    padding-right: 0 !important;
    margin: 20px 0;
    display: inherit; }
    .webcam-page .weatherlog .monthpicker div.btn {
      width: 60%;
      display: table;
      margin: 10px auto; } }
@media screen and (max-width: 320px) {
  /* ROOM DETAIL
  **********/
  .slider-check .big-slider .item .post-body {
    display: none; } }

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