/*------------------------------------------------------------------------
# Caruso Theme
# 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

	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
*******/
/* line 50, ../sass/utils/_extend.scss */
.robo-font {
  font-family: "Lato", sans-serif !important;
}

/* 1.	Base
-------------------------------*/
/* line 1, ../sass/base/_body.scss */
body {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #555;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

/* line 11, ../sass/base/_body.scss */
#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;
}
/* line 15, ../sass/base/_body.scss */
#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;
}
/* line 28, ../sass/base/_body.scss */
#page-wrap.active:before {
  opacity: 1;
  visibility: visible;
}

/* line 34, ../sass/base/_body.scss */
.container {
  position: relative;
}

/* Selection color */
/* line 39, ../sass/base/_body.scss */
::selection {
  background-color: #7b63ae;
  color: #fff;
}

/* line 43, ../sass/base/_body.scss */
::-moz-selection {
  background-color: #7b63ae;
  color: #fff;
}

/* line 5, ../sass/base/_outline.scss */
a,
input,
textarea,
button,
select {
  outline: none;
}

/* line 14, ../sass/base/_outline.scss */
a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none;
}

/* line 21, ../sass/base/_outline.scss */
a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none !important;
  text-decoration: none;
}

/* line 1, ../sass/base/_typography.scss */
.sbig {
  font-family: "Alegreya", serif;
  font-size: 50px;
  color: #1c1c1c;
  line-height: 1.3em;
  letter-spacing: 0;
}
/* line 7, ../sass/base/_typography.scss */
.sbig a {
  color: inherit;
}

/* line 11, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Alegreya", serif !important;
  color: #1c1c1c;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 19, ../sass/base/_typography.scss */
.h1, h1 {
  font-size: 36px;
  line-height: 1.3em;
}
/* line 22, ../sass/base/_typography.scss */
.h1 a, h1 a {
  color: inherit;
}

/* line 26, ../sass/base/_typography.scss */
.h2, h2 {
  font-size: 30px;
  line-height: 1.3em;
}
/* line 29, ../sass/base/_typography.scss */
.h2 a, h2 a {
  color: inherit;
}

/* line 33, ../sass/base/_typography.scss */
.h3, h3 {
  font-size: 26px;
  line-height: 1.4em;
}
/* line 36, ../sass/base/_typography.scss */
.h3 a, h3 a {
  color: inherit;
}

/* line 40, ../sass/base/_typography.scss */
.h4, h4 {
  font-size: 22px;
  line-height: 1.4em;
}
/* line 43, ../sass/base/_typography.scss */
.h4 a, h4 a {
  color: inherit;
}

/* line 47, ../sass/base/_typography.scss */
.h5, h5 {
  font-size: 20px;
  line-height: 1.6em;
}
/* line 50, ../sass/base/_typography.scss */
.h5 a, h5 a {
  color: inherit;
}

/* line 54, ../sass/base/_typography.scss */
.h6, h6 {
  font-size: 18px;
  line-height: 1.4em;
}
/* line 57, ../sass/base/_typography.scss */
.h6 a, h6 a {
  color: inherit;
}

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

/* line 73, ../sass/base/_typography.scss */
p {
  font-size: 14px;
  line-height: 1.7em;
}

/* line 75, ../sass/base/_typography.scss */
a {
  text-decoration: none;
  color: #7b63ae;
  -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;
}
/* line 79, ../sass/base/_typography.scss */
a:hover {
  color: #7b63ae;
}

/* line 84, ../sass/base/_typography.scss */
code, kbd, pre, samp {
  font-family: "Lato", sans-serif;
  font-size: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 89, ../sass/base/_typography.scss */
code {
  background-color: #eee;
}

/* line 93, ../sass/base/_typography.scss */
abbr {
  background-color: #7b63ae;
  color: #111;
  border-width: 2px;
}

/* line 98, ../sass/base/_typography.scss */
mark, .mark {
  color: #fff;
  background-color: #7b63ae;
}

/* line 103, ../sass/base/_typography.scss */
dfn {
  border-bottom: 1px dashed;
}

/* line 107, ../sass/base/_typography.scss */
blockquote {
  padding: 30px 55px;
  text-align: center;
  background-color: #f9f9f9;
  margin-top: 30px;
  margin-bottom: 30px;
  border-left: 0px;
}
/* line 114, ../sass/base/_typography.scss */
blockquote p {
  font-family: "Alegreya", serif !important;
  color: #333;
  font-size: 22px;
  line-height: 1.8em !important;
  margin-bottom: 0;
  font-style: italic;
}
/* line 123, ../sass/base/_typography.scss */
blockquote footer cite {
  font-family: "Lato", sans-serif !important;
  color: #898989;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
/* line 131, ../sass/base/_typography.scss */
blockquote footer:before {
  content: '';
  display: none;
}

/* line 138, ../sass/base/_typography.scss */
pre {
  font-family: "Lato", sans-serif;
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4;
}

/* line 145, ../sass/base/_typography.scss */
span.dropcap {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 34px;
  margin: 6px 8px 0 0;
  color: #666;
}

/* line 154, ../sass/base/_typography.scss */
h2.section-title {
  font-family: "Alegreya", serif !important;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 161, ../sass/base/_typography.scss */
h2.section-title.white {
  color: #fff;
}

/* line 165, ../sass/base/_typography.scss */
h3.section-desc {
  font-family: "Alegreya", serif !important;
  font-size: 18px;
  margin-top: -30px;
  margin-bottom: 60px;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 174, ../sass/base/_typography.scss */
.text-left {
  text-align: left !important;
}

/* line 177, ../sass/base/_typography.scss */
.text-right {
  text-align: right !important;
}

/* line 180, ../sass/base/_typography.scss */
.text-center {
  text-align: center !important;
}

/* line 1, ../sass/base/_input-textarea-select.scss */
input, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 4, ../sass/base/_input-textarea-select.scss */
textarea {
  border: 0;
  background-color: #eee;
  resize: none;
  padding: 15px;
  height: 100px;
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}

/* line 15, ../sass/base/_input-textarea-select.scss */
input::-webkit-input-placeholder {
  color: #898989;
  font-weight: 400;
}

/* line 19, ../sass/base/_input-textarea-select.scss */
input:-moz-placeholder {
  color: #898989;
  font-weight: 400;
}

/* line 23, ../sass/base/_input-textarea-select.scss */
input::-moz-placeholder {
  color: #898989;
  font-weight: 400;
}

/* line 27, ../sass/base/_input-textarea-select.scss */
input:-ms-input-placeholder {
  color: #898989;
  font-weight: 400;
}

/* line 31, ../sass/base/_input-textarea-select.scss */
textarea::-webkit-input-placeholder {
  color: #898989;
  font-weight: 400;
}

/* line 35, ../sass/base/_input-textarea-select.scss */
textarea:-moz-placeholder {
  color: #898989;
  font-weight: 400;
}

/* line 39, ../sass/base/_input-textarea-select.scss */
textarea::-moz-placeholder {
  color: #898989;
  font-weight: 400;
}

/* line 43, ../sass/base/_input-textarea-select.scss */
textarea:-ms-input-placeholder {
  color: #898989;
  font-weight: 400;
}

/* line 54, ../sass/base/_input-textarea-select.scss */
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;
}

/* line 58, ../sass/base/_input-textarea-select.scss */
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;
}

/* line 62, ../sass/base/_input-textarea-select.scss */
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}

/* line 1, ../sass/base/_list-table.scss */
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Alegreya", serif !important;
}
/* line 6, ../sass/base/_list-table.scss */
ol li, ul li {
  font-size: 14px;
  line-height: 2.3em;
}

/* line 12, ../sass/base/_list-table.scss */
table {
  margin: 1px;
  text-align: left;
}

/* line 13, ../sass/base/_list-table.scss */
th {
  border-bottom: 1px solid #333;
  font-weight: 700;
}

/* line 14, ../sass/base/_list-table.scss */
td {
  border-bottom: 1px solid #333;
}

/* line 15, ../sass/base/_list-table.scss */
th, td {
  padding: 4px 10px 4px 0;
}

/* line 16, ../sass/base/_list-table.scss */
caption {
  background: #fff;
  margin-bottom: 2em;
  text-align: left;
}

/* line 17, ../sass/base/_list-table.scss */
thead {
  display: table-header-group;
}

/* line 18, ../sass/base/_list-table.scss */
tr {
  page-break-inside: avoid;
}

/* line 1, ../sass/base/_media.scss */
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

/* line 9, ../sass/base/_media.scss */
iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
}

/* line 2, ../sass/base/_section.scss */
.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;
}

/* line 1, ../sass/base/_border.scss */
.bd-t {
  border-top: 1px solid #e2e2e2;
}

/* line 4, ../sass/base/_border.scss */
.bd-b {
  border-bottom: 1px solid #e2e2e2;
}

/* line 7, ../sass/base/_border.scss */
.bd-l {
  border-left: 1px solid #e2e2e2;
}

/* line 10, ../sass/base/_border.scss */
.bd-r {
  border-right: 1px solid #e2e2e2;
}

@media screen and (min-width: 1200px) {
  /* line 2, ../sass/base/_custom-container.scss */
  .container {
    width: 1200px;
  }
}
/* 2.	Frame
-------------------------------*/
/* line 1, ../sass/frames/_background.scss */
html .bg-parallax {
  background-attachment: fixed !important;
}

/* line 8, ../sass/frames/_background.scss */
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;
}

/* line 18, ../sass/frames/_background.scss */
html .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #7b63ae;
}

/* line 27, ../sass/frames/_background.scss */
.bg-overlay-light:before {
  background-color: #fff;
}

/* line 32, ../sass/frames/_background.scss */
.bg-overlay-dark:before {
  background-color: #000;
}

/* line 36, ../sass/frames/_background.scss */
.bg-white {
  background-color: #fff;
}

/* line 39, ../sass/frames/_background.scss */
.bg-dark {
  background-color: #262626;
}

/* line 42, ../sass/frames/_background.scss */
.bg-darker {
  background-color: #1c1c1c;
}

/* line 45, ../sass/frames/_background.scss */
.bg-primary {
  background-color: #7b63ae;
}

/* line 48, ../sass/frames/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 51, ../sass/frames/_background.scss */
[class*="bg-overlay-"] {
  position: relative;
}
/* line 53, ../sass/frames/_background.scss */
[class*="bg-overlay-"]:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .6;
}

/* Display */
/* line 2, ../sass/frames/_display.scss */
.tb {
  display: table !important;
}

/* line 5, ../sass/frames/_display.scss */
.tb-row {
  display: table-row !important;
}

/* line 8, ../sass/frames/_display.scss */
.tb-cell-middle {
  display: table-cell !important;
  vertical-align: middle;
}

/* line 12, ../sass/frames/_display.scss */
.tb-cell-top {
  display: table-cell !important;
  vertical-align: top;
}

/* line 16, ../sass/frames/_display.scss */
.tb-cell-bottom {
  display: table-cell !important;
  vertical-align: bottom;
}

/* line 20, ../sass/frames/_display.scss */
.bl {
  display: block !important;
}

/* line 23, ../sass/frames/_display.scss */
.il {
  display: inline !important;
}

/* line 26, ../sass/frames/_display.scss */
.il-bl {
  display: inline-block !important;
}

/* line 29, ../sass/frames/_display.scss */
.dn {
  display: none !important;
}

/* Float */
/* line 2, ../sass/frames/_float.scss */
.fl {
  float: left !important;
}

/* line 5, ../sass/frames/_float.scss */
.fr {
  float: right !important;
}

/* Overflow */
/* line 2, ../sass/frames/_overflow.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 5, ../sass/frames/_overflow.scss */
.overflow-visible {
  overflow: visible;
}

/* line 8, ../sass/frames/_overflow.scss */
.overflow-scroll {
  overflow: scroll;
}

/* line 11, ../sass/frames/_overflow.scss */
.overflow-scroll-x {
  overflow-x: scroll;
}

/* line 14, ../sass/frames/_overflow.scss */
.overflow-scroll-y {
  overflow-y: scroll;
}

/* line 17, ../sass/frames/_overflow.scss */
.overflow-auto {
  overflow: auto;
}

/* line 20, ../sass/frames/_overflow.scss */
.overflow-auto-x {
  overflow-x: auto;
}

/* line 23, ../sass/frames/_overflow.scss */
.overflow-auto-y {
  overflow-y: auto;
}

/* Position */
/* line 2, ../sass/frames/_position.scss */
.pos-a {
  position: absolute !important;
}

/* line 5, ../sass/frames/_position.scss */
.pos-r {
  position: relative !important;
}

/* line 8, ../sass/frames/_position.scss */
.pos-f {
  position: fixed !important;
}

/* line 11, ../sass/frames/_position.scss */
.pos-s {
  position: static !important;
}

/* Font style */
/* line 2, ../sass/frames/_font.scss */
.fsi {
  font-style: italic !important;
}

/* line 5, ../sass/frames/_font.scss */
.fsn {
  font-style: normal !important;
}

/* Font weight */
/* line 10, ../sass/frames/_font.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 13, ../sass/frames/_font.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 16, ../sass/frames/_font.scss */
.fw-bold {
  font-weight: 500 !important;
}

/* line 19, ../sass/frames/_font.scss */
.fw-bolder {
  font-weight: 700 !important;
}

/* Padding top */
/* line 8, ../sass/frames/_padding.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 11, ../sass/frames/_padding.scss */
.pt-2 {
  padding-top: 20px !important;
}

/* line 14, ../sass/frames/_padding.scss */
.pt-3 {
  padding-top: 30px !important;
}

/* line 17, ../sass/frames/_padding.scss */
.pt-4 {
  padding-top: 40px !important;
}

/* line 20, ../sass/frames/_padding.scss */
.pt-5 {
  padding-top: 50px !important;
}

/* line 23, ../sass/frames/_padding.scss */
.pt-6 {
  padding-top: 60px !important;
}

/* line 26, ../sass/frames/_padding.scss */
.pt-7 {
  padding-top: 70px !important;
}

/* line 29, ../sass/frames/_padding.scss */
.pt-8 {
  padding-top: 80px !important;
}

/* line 32, ../sass/frames/_padding.scss */
.pt-10 {
  padding-top: 100px !important;
}

/* line 35, ../sass/frames/_padding.scss */
.pt-20 {
  padding-top: 200px !important;
}

/* Padding right */
/* line 46, ../sass/frames/_padding.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* Padding bottom */
/* line 57, ../sass/frames/_padding.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 60, ../sass/frames/_padding.scss */
.pb-2 {
  padding-bottom: 20px !important;
}

/* line 63, ../sass/frames/_padding.scss */
.pb-3 {
  padding-bottom: 30px !important;
}

/* line 66, ../sass/frames/_padding.scss */
.pb-4 {
  padding-bottom: 40px !important;
}

/* line 69, ../sass/frames/_padding.scss */
.pb-5 {
  padding-bottom: 50px !important;
}

/* line 72, ../sass/frames/_padding.scss */
.pb-6 {
  padding-bottom: 60px !important;
}

/* line 75, ../sass/frames/_padding.scss */
.pb-7 {
  padding-bottom: 70px !important;
}

/* line 78, ../sass/frames/_padding.scss */
.pb-8 {
  padding-bottom: 80px !important;
}

/* line 81, ../sass/frames/_padding.scss */
.pb-10 {
  padding-bottom: 100px !important;
}

/* line 84, ../sass/frames/_padding.scss */
.pb-20 {
  padding-bottom: 200px !important;
}

/* Padding left */
/* line 94, ../sass/frames/_padding.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 98, ../sass/frames/_padding.scss */
.pl15 {
  padding-left: 15px !important;
}

/* line 101, ../sass/frames/_padding.scss */
.pr15 {
  padding-right: 15px !important;
}

/* Margin top */
/* line 8, ../sass/frames/_margin.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 11, ../sass/frames/_margin.scss */
.mt-2 {
  margin-top: 20px !important;
}

/* line 14, ../sass/frames/_margin.scss */
.mt-3 {
  margin-top: 30px !important;
}

/* line 17, ../sass/frames/_margin.scss */
.mt-4 {
  margin-top: 40px !important;
}

/* line 20, ../sass/frames/_margin.scss */
.mt-5 {
  margin-top: 50px !important;
}

/* line 23, ../sass/frames/_margin.scss */
.mt-6 {
  margin-top: 60px !important;
}

/* line 26, ../sass/frames/_margin.scss */
.mt-7 {
  margin-top: 70px !important;
}

/* line 29, ../sass/frames/_margin.scss */
.mt-8 {
  margin-top: 80px !important;
}

/* line 32, ../sass/frames/_margin.scss */
.mt-9 {
  margin-top: 90px !important;
}

/* line 35, ../sass/frames/_margin.scss */
.mt-12 {
  margin-top: 120px !important;
}

/* line 38, ../sass/frames/_margin.scss */
.mt-16 {
  margin-top: 160px !important;
}

/* Margin right */
/* Margin bottom */
/* line 55, ../sass/frames/_margin.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 58, ../sass/frames/_margin.scss */
.mb-1 {
  margin-bottom: 10px !important;
}

/* line 61, ../sass/frames/_margin.scss */
.mb-2 {
  margin-bottom: 20px !important;
}

/* line 64, ../sass/frames/_margin.scss */
.mb-3 {
  margin-bottom: 30px !important;
}

/* line 67, ../sass/frames/_margin.scss */
.mb-4 {
  margin-bottom: 40px !important;
}

/* line 70, ../sass/frames/_margin.scss */
.mb-5 {
  margin-bottom: 50px !important;
}

/* Margin left */
/* line 82, ../sass/frames/_margin.scss */
.mtn-10 {
  margin-top: -100px !important;
}

/* line 85, ../sass/frames/_margin.scss */
.mtn-11 {
  margin-top: -110px !important;
}

/* line 88, ../sass/frames/_margin.scss */
.mtn-12 {
  margin-top: -120px !important;
}

/* line 1, ../sass/frames/_z-index.scss */
.z-100 {
  z-index: 100;
}

/* 3.	Components
-------------------------------*/
/* line 2, ../sass/component/_owlcarousel.scss */
.owl-theme .owl-controls {
  margin-top: 0;
}
/* line 4, ../sass/component/_owlcarousel.scss */
.owl-theme .owl-controls .owl-pagination {
  padding-bottom: 10px;
}
/* line 7, ../sass/component/_owlcarousel.scss */
.owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 6px;
  height: 6px;
  border: 1px solid #7b63ae;
  background-color: #7b63ae;
  margin: 0 6px;
  opacity: 1;
}
/* line 15, ../sass/component/_owlcarousel.scss */
.owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background-color: #fff;
}
/* line 23, ../sass/component/_owlcarousel.scss */
.owl-theme .owl-controls .owl-buttons div {
  background-color: #7b63ae;
  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;
}
/* line 37, ../sass/component/_owlcarousel.scss */
.owl-theme .owl-controls .owl-buttons div:hover, .owl-theme .owl-controls .owl-buttons div:active {
  background-color: #212121;
}
/* line 42, ../sass/component/_owlcarousel.scss */
.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;
}
/* line 53, ../sass/component/_owlcarousel.scss */
.owl-theme .owl-controls .owl-buttons .prev-arrow:hover {
  left: 10px;
}
/* line 57, ../sass/component/_owlcarousel.scss */
.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;
}
/* line 68, ../sass/component/_owlcarousel.scss */
.owl-theme .owl-controls .owl-buttons .next-arrow:hover {
  right: 10px;
}

/* line 79, ../sass/component/_owlcarousel.scss */
.flipbook-slider .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  width: 585px;
  left: 50%;
}
/* line 87, ../sass/component/_owlcarousel.scss */
.flipbook-slider .owl-controls .owl-buttons {
  position: absolute;
  bottom: 70px;
  width: 585px;
  left: 50%;
}
/* line 98, ../sass/component/_owlcarousel.scss */
.flipbook-slider.reverse .owl-pagination,
.flipbook-slider.reverse .owl-buttons {
  left: calc(50% - 585px);
}
@media screen and (max-width: 1199px) {
  /* line 105, ../sass/component/_owlcarousel.scss */
  .flipbook-slider .owl-controls .owl-pagination,
  .flipbook-slider .owl-controls .owl-buttons {
    width: 50%;
  }
  /* line 111, ../sass/component/_owlcarousel.scss */
  .flipbook-slider.reverse .owl-pagination,
  .flipbook-slider.reverse .owl-buttons {
    left: auto;
  }
}
@media screen and (max-width: 991px) {
  /* line 119, ../sass/component/_owlcarousel.scss */
  .flipbook-slider .owl-controls .owl-pagination,
  .flipbook-slider .owl-controls .owl-buttons {
    left: auto;
  }
}

/* line 128, ../sass/component/_owlcarousel.scss */
.container-fluid .flipbook-slider .owl-controls .owl-buttons {
  bottom: 70px;
}

/* line 137, ../sass/component/_owlcarousel.scss */
.container .flipbook-slider .owl-controls .owl-pagination {
  width: 50%;
}
/* line 140, ../sass/component/_owlcarousel.scss */
.container .flipbook-slider .owl-controls .owl-buttons {
  width: 50%;
  bottom: 40px;
}
/* line 147, ../sass/component/_owlcarousel.scss */
.container .flipbook-slider.reverse .owl-pagination,
.container .flipbook-slider.reverse .owl-buttons {
  left: auto;
}
@media screen and (max-width: 991px) {
  /* line 154, ../sass/component/_owlcarousel.scss */
  .container .flipbook-slider .owl-controls .owl-pagination,
  .container .flipbook-slider .owl-controls .owl-buttons {
    width: 100%;
  }
}

/* line 165, ../sass/component/_owlcarousel.scss */
.roomrate-slider .owl-controls .owl-buttons {
  width: 100%;
  position: absolute;
  top: calc(50% - 40px);
  bottom: auto;
  left: auto;
}
/* line 171, ../sass/component/_owlcarousel.scss */
.roomrate-slider .owl-controls .owl-buttons div {
  background-color: #000;
  color: #fff;
}
/* line 175, ../sass/component/_owlcarousel.scss */
.roomrate-slider .owl-controls .owl-buttons div:hover, .roomrate-slider .owl-controls .owl-buttons div:active {
  background-color: #7b63ae;
}
/* line 178, ../sass/component/_owlcarousel.scss */
.roomrate-slider .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  margin-left: -50px;
}
/* line 183, ../sass/component/_owlcarousel.scss */
.roomrate-slider .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  margin-right: -50px;
}

/* line 196, ../sass/component/_owlcarousel.scss */
.news-slider .owl-controls .owl-pagination, .news-slider-2 .owl-controls .owl-pagination, .event-slider-2 .owl-controls .owl-pagination, .event-slider-3 .owl-controls .owl-pagination, .event-slider .owl-controls .owl-pagination {
  position: absolute;
  right: 0;
  top: -73px;
  padding: 0 15px;
}
/* line 203, ../sass/component/_owlcarousel.scss */
.news-slider .owl-controls .owl-buttons div, .news-slider-2 .owl-controls .owl-buttons div, .event-slider-2 .owl-controls .owl-buttons div, .event-slider-3 .owl-controls .owl-buttons div, .event-slider .owl-controls .owl-buttons div {
  background-color: transparent;
  color: #bbb;
  position: absolute;
  top: -80px;
}
/* line 208, ../sass/component/_owlcarousel.scss */
.news-slider .owl-controls .owl-buttons div:hover, .news-slider-2 .owl-controls .owl-buttons div:hover, .event-slider-2 .owl-controls .owl-buttons div:hover, .event-slider-3 .owl-controls .owl-buttons div:hover, .event-slider .owl-controls .owl-buttons div:hover {
  background-color: transparent;
  color: #000;
}
/* line 212, ../sass/component/_owlcarousel.scss */
.news-slider .owl-controls .owl-buttons div.owl-prev, .news-slider-2 .owl-controls .owl-buttons div.owl-prev, .event-slider-2 .owl-controls .owl-buttons div.owl-prev, .event-slider-3 .owl-controls .owl-buttons div.owl-prev, .event-slider .owl-controls .owl-buttons div.owl-prev {
  right: 30px;
}
/* line 215, ../sass/component/_owlcarousel.scss */
.news-slider .owl-controls .owl-buttons div.owl-next, .news-slider-2 .owl-controls .owl-buttons div.owl-next, .event-slider-2 .owl-controls .owl-buttons div.owl-next, .event-slider-3 .owl-controls .owl-buttons div.owl-next, .event-slider .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

/* line 226, ../sass/component/_owlcarousel.scss */
.accommodation-slider .owl-controls .owl-pagination {
  position: absolute;
  right: 0;
  top: -73px;
  padding: 0 15px;
}
/* line 233, ../sass/component/_owlcarousel.scss */
.accommodation-slider .owl-controls .owl-buttons div {
  background-color: transparent;
  color: #bbb;
  position: absolute;
  top: -80px;
}
/* line 238, ../sass/component/_owlcarousel.scss */
.accommodation-slider .owl-controls .owl-buttons div:hover {
  background-color: transparent;
  color: #000;
}
/* line 242, ../sass/component/_owlcarousel.scss */
.accommodation-slider .owl-controls .owl-buttons div.owl-prev {
  right: 30px;
}
/* line 245, ../sass/component/_owlcarousel.scss */
.accommodation-slider .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

/* line 258, ../sass/component/_owlcarousel.scss */
.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;
}
/* line 265, ../sass/component/_owlcarousel.scss */
.slider-check .big-slider.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
  margin-right: 0;
}
/* line 268, ../sass/component/_owlcarousel.scss */
.slider-check .big-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
}
/* line 272, ../sass/component/_owlcarousel.scss */
.slider-check .big-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: 0;
}
/* line 283, ../sass/component/_owlcarousel.scss */
.slider-check .small-slider .owl-controls .owl-buttons {
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  height: 0;
  left: auto;
  top: 0;
  bottom: 0;
}
/* line 291, ../sass/component/_owlcarousel.scss */
.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;
}
/* line 306, ../sass/component/_owlcarousel.scss */
.slider-check .small-slider .owl-controls .owl-buttons div:hover {
  background-color: #7b63ae;
}
/* line 310, ../sass/component/_owlcarousel.scss */
.slider-check .small-slider .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
/* line 313, ../sass/component/_owlcarousel.scss */
.slider-check .small-slider .owl-controls .owl-buttons .owl-next {
  right: 0;
}

/* line 322, ../sass/component/_owlcarousel.scss */
.post-slider {
  position: relative;
  margin-bottom: 30px;
}
/* line 325, ../sass/component/_owlcarousel.scss */
.post-slider img {
  margin: 0 auto;
}
/* line 328, ../sass/component/_owlcarousel.scss */
.post-slider .item {
  position: relative;
}
/* line 330, ../sass/component/_owlcarousel.scss */
.post-slider .item .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(28, 28, 28, 0.6);
  padding: 15px;
}
/* line 336, ../sass/component/_owlcarousel.scss */
.post-slider .item .slider-caption span.caption {
  font-family: "Lato", sans-serif !important;
  color: #fff;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
}
/* line 346, ../sass/component/_owlcarousel.scss */
.post-slider .owl-controls .owl-buttons {
  width: 100%;
  position: absolute;
  top: calc(50% - 20px);
}
/* line 350, ../sass/component/_owlcarousel.scss */
.post-slider .owl-controls .owl-buttons div {
  background-color: rgba(28, 28, 28, 0.8);
  margin-right: 0;
}
/* line 353, ../sass/component/_owlcarousel.scss */
.post-slider .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
}
/* line 357, ../sass/component/_owlcarousel.scss */
.post-slider .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: 0;
}
/* line 361, ../sass/component/_owlcarousel.scss */
.post-slider .owl-controls .owl-buttons div:hover {
  background-color: #7b63ae;
}

/* line 373, ../sass/component/_owlcarousel.scss */
.guestbook-slider .owl-controls .owl-buttons,
.category-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;
}
/* line 377, ../sass/component/_owlcarousel.scss */
.guestbook-slider .owl-controls .owl-buttons div,
.category-slider .owl-controls .owl-buttons div {
  background-color: transparent;
  color: #bbb;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 384, ../sass/component/_owlcarousel.scss */
.guestbook-slider .owl-controls .owl-buttons div:hover,
.category-slider .owl-controls .owl-buttons div:hover {
  background-color: transparent;
  color: #000;
}
/* line 388, ../sass/component/_owlcarousel.scss */
.guestbook-slider .owl-controls .owl-buttons div.owl-prev,
.category-slider .owl-controls .owl-buttons div.owl-prev {
  left: 30px;
}
/* line 391, ../sass/component/_owlcarousel.scss */
.guestbook-slider .owl-controls .owl-buttons div.owl-next,
.category-slider .owl-controls .owl-buttons div.owl-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  /* line 377, ../sass/component/_owlcarousel.scss */
  .guestbook-slider .owl-controls .owl-buttons div,
  .category-slider .owl-controls .owl-buttons div {
    display: none;
  }
}
/* line 402, ../sass/component/_owlcarousel.scss */
.guestbook-slider:hover .owl-controls .owl-buttons,
.category-slider:hover .owl-controls .owl-buttons {
  opacity: 1;
  visibility: visible;
}

/* line 414, ../sass/component/_owlcarousel.scss */
.category-slider .owl-controls .owl-buttons div.owl-prev {
  left: -30px;
}
/* line 417, ../sass/component/_owlcarousel.scss */
.category-slider .owl-controls .owl-buttons div.owl-next {
  right: -30px;
}

/* line 1, ../sass/component/_fixedTop.scss */
.fixedTop {
  position: fixed;
  width: 100px;
  right: 3%;
  bottom: 50px;
  font-family: "Alegreya", serif;
  text-align: center;
  z-index: 999;
  display: none;
}
/* line 10, ../sass/component/_fixedTop.scss */
.fixedTop a {
  position: relative;
  color: #1c1c1c;
}
/* line 13, ../sass/component/_fixedTop.scss */
.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;
}
/* line 20, ../sass/component/_fixedTop.scss */
.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);
}
/* line 30, ../sass/component/_fixedTop.scss */
.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);
}
/* line 46, ../sass/component/_fixedTop.scss */
.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);
}
/* line 52, ../sass/component/_fixedTop.scss */
.fixedTop.fixedTop-light a {
  color: #fff;
}
/* line 55, ../sass/component/_fixedTop.scss */
.fixedTop.fixedTop-light a span.icon-arrow .inner {
  background-color: #fff;
}
/* line 57, ../sass/component/_fixedTop.scss */
.fixedTop.fixedTop-light a span.icon-arrow .inner:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* line 1, ../sass/component/_pagination.scss */
nav.pager {
  position: relative;
  margin: 0;
}
/* line 5, ../sass/component/_pagination.scss */
nav.pager ul.pagination {
  position: relative;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 9, ../sass/component/_pagination.scss */
nav.pager ul.pagination li {
  display: inline-block;
  margin: 0 4px;
}
/* line 12, ../sass/component/_pagination.scss */
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;
}
/* line 19, ../sass/component/_pagination.scss */
nav.pager ul.pagination li .page-numbers.current, nav.pager ul.pagination li .page-numbers:hover {
  background-color: #7b63ae;
  color: #fff;
}
/* line 23, ../sass/component/_pagination.scss */
nav.pager ul.pagination li .page-numbers span {
  float: none;
}
/* line 27, ../sass/component/_pagination.scss */
nav.pager ul.pagination li:first-child {
  margin-left: 0;
}
/* line 30, ../sass/component/_pagination.scss */
nav.pager ul.pagination li:last-child {
  margin-right: 0;
}

/* line 2, ../sass/component/_modal.scss */
.modal .modal-dialog {
  max-width: 570px;
  height: auto;
  margin: 100px auto;
}
/* line 8, ../sass/component/_modal.scss */
.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;
}
/* line 17, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-header {
  position: relative;
  min-height: 100%;
  padding: 0;
  border-bottom: 0;
}
/* line 22, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-header h3 {
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 400;
}
/* line 30, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
/* line 32, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-body p {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
/* line 39, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-body ul {
  margin: 0;
}
/* line 41, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-body ul li {
  padding: 5px 0;
}
/* line 43, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-body ul li input {
  font-family: "Alegreya", serif !important;
  background-color: #f9f9f9;
  color: #000;
  border: 0px;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
}
/* line 52, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-body ul li textarea {
  font-family: "Alegreya", serif !important;
  width: 100%;
  min-height: 170px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #f9f9f9;
  color: #000;
  font-weight: 400;
}
/* line 63, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-body ul li.name, .modal .modal-dialog .modal-content .modal-body ul li.email {
  width: 48%;
}
/* line 68, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-body button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
/* line 74, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-body form input[type="submit"] {
  background-color: #7b63ae;
  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;
}
/* line 86, ../sass/component/_modal.scss */
.modal .modal-dialog .modal-content .modal-body form input[type="submit"]:hover {
  background-color: #e8b647;
}

/* line 96, ../sass/component/_modal.scss */
.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;
}
/* line 107, ../sass/component/_modal.scss */
.popup.pp-active {
  /* zoom in */
  opacity: 1;
  visibility: visible;
}
/* line 111, ../sass/component/_modal.scss */
.popup.pp-active .popup-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 115, ../sass/component/_modal.scss */
.popup.pp-active .popup-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 119, ../sass/component/_modal.scss */
.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;
}
/* line 130, ../sass/component/_modal.scss */
.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;
}
/* line 141, ../sass/component/_modal.scss */
.popup .popup-dialog .popup-content h2 {
  font-style: italic;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 147, ../sass/component/_modal.scss */
.popup .popup-dialog .popup-content p {
  color: #898989;
  margin-bottom: 40px;
}
/* line 151, ../sass/component/_modal.scss */
.popup .popup-dialog .popup-content input[type="email"] {
  color: #898989;
  font-family: "Lato", sans-serif !important;
  border: 0px;
  padding: 15px;
  font-size: 14px;
  background-color: #f9f9f9;
  margin-bottom: 30px;
}
/* line 160, ../sass/component/_modal.scss */
.popup .popup-dialog .popup-content button.btn {
  padding: 15px 55px;
}

/* line 168, ../sass/component/_modal.scss */
#subscribe-popup-1 .popup-dialog {
  width: 970px;
  height: 500px;
}
/* line 171, ../sass/component/_modal.scss */
#subscribe-popup-1 .popup-dialog .popup-content {
  background-color: #fff;
  width: 400px;
  height: 100%;
  position: absolute;
  right: 0;
  padding: 30px;
  text-align: center;
}
/* line 179, ../sass/component/_modal.scss */
#subscribe-popup-1 .popup-dialog .popup-content h2 {
  padding-top: 50px;
}
/* line 182, ../sass/component/_modal.scss */
#subscribe-popup-1 .popup-dialog .popup-content input[type="email"] {
  width: 100%;
}
/* line 185, ../sass/component/_modal.scss */
#subscribe-popup-1 .popup-dialog .popup-content span.popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  cursor: pointer;
  color: #898989;
}

/* line 198, ../sass/component/_modal.scss */
#subscribe-popup-2 .popup-dialog {
  width: 770px;
  height: 500px;
}
/* line 201, ../sass/component/_modal.scss */
#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;
}
/* line 211, ../sass/component/_modal.scss */
#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;
}
/* line 218, ../sass/component/_modal.scss */
#subscribe-popup-2 .popup-dialog .popup-content h2 {
  color: #fff;
  padding-top: 100px;
}
/* line 222, ../sass/component/_modal.scss */
#subscribe-popup-2 .popup-dialog .popup-content p {
  color: #fff;
}
/* line 225, ../sass/component/_modal.scss */
#subscribe-popup-2 .popup-dialog .popup-content input[type="email"] {
  width: 340px;
  display: block;
  margin: 0 auto 30px auto;
}
/* line 230, ../sass/component/_modal.scss */
#subscribe-popup-2 .popup-dialog .popup-content span.popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  cursor: pointer;
  color: #fff;
}

/* line 243, ../sass/component/_modal.scss */
#subscribe-popup-3 .popup-dialog {
  width: 970px;
  height: 500px;
}
/* line 246, ../sass/component/_modal.scss */
#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;
}
/* line 256, ../sass/component/_modal.scss */
#subscribe-popup-3 .popup-dialog .popup-content input[type="email"] {
  width: 100%;
  text-align: center;
}
/* line 261, ../sass/component/_modal.scss */
#subscribe-popup-3 .popup-dialog span.popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  cursor: pointer;
  color: #fff;
}

/* line 2, ../sass/component/_social.scss */
ul.social-list 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;
}
/* line 16, ../sass/component/_social.scss */
ul.social-list 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;
}
/* line 21, ../sass/component/_social.scss */
ul.social-list li a i.back {
  color: #7b63ae;
}
/* line 26, ../sass/component/_social.scss */
ul.social-list li:hover a {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
/* line 30, ../sass/component/_social.scss */
ul.social-list li:first-child {
  margin-left: 0;
}
/* line 33, ../sass/component/_social.scss */
ul.social-list li:last-child {
  margin-right: 0;
}

/* line 1, ../sass/component/_widget.scss */
.widget {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
/* line 5, ../sass/component/_widget.scss */
.widget img {
  width: 100%;
}
/* line 8, ../sass/component/_widget.scss */
.widget .widget-header {
  padding: 0;
  border-bottom: 0px;
  margin-bottom: 30px;
}
/* line 12, ../sass/component/_widget.scss */
.widget .widget-header h2.widget-title {
  color: #333;
  font-size: 22px;
  position: relative;
  text-align: left;
  line-height: 1em;
  margin-top: 0;
}
/* line 20, ../sass/component/_widget.scss */
.widget .widget-header p.caption {
  font-family: "Lato", sans-serif !important;
  color: #6d6d6d;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0;
  line-height: 1em;
  display: block;
}
/* line 30, ../sass/component/_widget.scss */
.widget .widget-content {
  position: relative;
  padding: 0;
}
/* line 33, ../sass/component/_widget.scss */
.widget .widget-content .group {
  position: relative;
  margin-bottom: 20px;
}
/* line 36, ../sass/component/_widget.scss */
.widget .widget-content .group h3 {
  font-family: "Lato", sans-serif !important;
  color: #000;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 43, ../sass/component/_widget.scss */
.widget .widget-content .group h3 i {
  margin-right: 10px;
}
/* line 47, ../sass/component/_widget.scss */
.widget .widget-content .group h4 {
  font-family: "Lato", sans-serif !important;
  color: #6d6d6d;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.8em;
}
/* line 56, ../sass/component/_widget.scss */
.widget .widget-content .group a {
  color: #7b63ae;
  font-size: 13px;
}
/* line 59, ../sass/component/_widget.scss */
.widget .widget-content .group a i {
  margin-right: 10px;
}
/* line 62, ../sass/component/_widget.scss */
.widget .widget-content .group a:hover {
  text-decoration: underline;
}
/* line 66, ../sass/component/_widget.scss */
.widget .widget-content .group:last-child {
  margin-bottom: 0;
}
/* line 71, ../sass/component/_widget.scss */
.widget h6 {
  font-family: "Lato", sans-serif !important;
  color: #6d6d6d;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 20px;
}
/* line 79, ../sass/component/_widget.scss */
.widget.white {
  background-color: #fff;
}
/* line 81, ../sass/component/_widget.scss */
.widget.white .widget-header {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
/* line 85, ../sass/component/_widget.scss */
.widget.white .widget-header h2.widget-title {
  font-size: 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 91, ../sass/component/_widget.scss */
.widget.white .widget-header p.caption {
  text-align: center;
  margin: 10px 0;
}
/* line 96, ../sass/component/_widget.scss */
.widget.white .widget-content {
  padding: 20px;
}
/* line 99, ../sass/component/_widget.scss */
.widget.white .widget-footer {
  padding: 20px;
}

/* line 105, ../sass/component/_widget.scss */
.widget_reservation {
  position: relative;
  width: 100%;
  min-height: 570px;
}
/* line 110, ../sass/component/_widget.scss */
.widget_reservation .widget-header p.price {
  color: #7b63ae;
  font-family: "Alegreya", serif !important;
  font-size: 26px;
  margin-bottom: 0;
  text-align: center;
}
/* line 116, ../sass/component/_widget.scss */
.widget_reservation .widget-header p.price span {
  font-size: 14px;
}
/* line 121, ../sass/component/_widget.scss */
.widget_reservation .widget-content {
  padding: 0;
}
/* line 123, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check {
  position: relative;
}
/* line 125, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check h3 {
  font-family: "Lato", sans-serif !important;
  color: #7b63ae;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
}
/* line 133, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li {
  position: relative;
  margin-bottom: 20px;
  line-height: 1em;
}
/* line 137, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li.title {
  margin-bottom: 25px;
}
/* line 140, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li label {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  color: #1c1c1c;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 148, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li button {
  width: 100%;
}
/* line 151, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li .custom {
  position: relative;
  width: 100%;
}
/* line 154, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li .custom input[type="text"] {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 14px;
  background-color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 163, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li .custom span.fa {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 40px;
}
/* line 170, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li .custom.input-group:after {
  display: none;
}
/* line 175, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li .custom select.form-select + .select2 .select2-selection--single {
  background-color: #fff;
}
/* line 180, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li ul.book__check {
  position: relative;
}
/* line 182, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li ul.book__check li {
  font-family: "Lato", sans-serif !important;
  position: relative;
  width: 36%;
  float: left;
  padding: 5px;
  margin-bottom: 0;
}
/* line 189, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li ul.book__check li.label {
  width: 28%;
  vertical-align: bottom;
  font-weight: 400;
  color: #1c1c1c;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 44px;
  padding-left: 0;
  text-align: left;
}
/* line 200, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li ul.book__check li .custom {
  position: relative;
  margin-bottom: 0;
}
/* line 205, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li ul.book__check:after {
  content: '';
  clear: both;
  display: table;
}
/* line 211, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li:last-child {
  margin-bottom: 0;
}
/* line 217, ../sass/component/_widget.scss */
.widget_reservation .widget-content ul.book-check li#room .custom {
  position: relative;
  margin-bottom: 20px;
}
/* line 225, ../sass/component/_widget.scss */
.widget_reservation.white .widget-content {
  padding: 30px 20px;
}
/* line 230, ../sass/component/_widget.scss */
.widget_reservation.white .widget-content ul.book-check li .custom input[type="text"] {
  background-color: #f9f9f9;
}
/* line 234, ../sass/component/_widget.scss */
.widget_reservation.white .widget-content ul.book-check li .custom select.form-select + .select2 .select2-selection--single {
  background-color: #f9f9f9;
}

/* line 247, ../sass/component/_widget.scss */
.widget_subscribe.white .widget-header {
  border-bottom: 0;
  margin-bottom: 0;
}
/* line 250, ../sass/component/_widget.scss */
.widget_subscribe.white .widget-header h2.widget-title {
  font-size: 18px;
}
/* line 254, ../sass/component/_widget.scss */
.widget_subscribe.white .widget-content {
  padding-top: 0;
}
/* line 258, ../sass/component/_widget.scss */
.widget_subscribe.white .widget-content form .custom input[type="email"] {
  background-color: #f9f9f9;
}
/* line 267, ../sass/component/_widget.scss */
.widget_subscribe .widget-content form .custom {
  width: 100%;
}
/* line 269, ../sass/component/_widget.scss */
.widget_subscribe .widget-content form .custom input[type="email"] {
  font-family: "Alegreya", serif !important;
  width: 100%;
  height: 40px;
  border: 0;
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
  color: #898989;
}
/* line 281, ../sass/component/_widget.scss */
.widget_subscribe .widget-content form .custom .btn-subscribe {
  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;
}
/* line 291, ../sass/component/_widget.scss */
.widget_subscribe .widget-content form .custom .btn-subscribe:hover {
  background-color: #7b63ae;
}
/* line 294, ../sass/component/_widget.scss */
.widget_subscribe .widget-content form .custom .btn-subscribe 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;
}
/* line 305, ../sass/component/_widget.scss */
.widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:before, .widget_subscribe .widget-content form .custom .btn-subscribe 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%;
}
/* line 314, ../sass/component/_widget.scss */
.widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 317, ../sass/component/_widget.scss */
.widget_subscribe .widget-content form .custom .btn-subscribe span.icon-arrow:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 328, ../sass/component/_widget.scss */
.widget_categories .widget-header {
  padding-top: 0;
}
/* line 333, ../sass/component/_widget.scss */
.widget_categories .widget-content ul li {
  font-family: "Lato", sans-serif !important;
  position: relative;
  min-height: 40px;
}
/* line 337, ../sass/component/_widget.scss */
.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;
}
/* line 347, ../sass/component/_widget.scss */
.widget_categories .widget-content ul li:after {
  content: '\f105';
  font-family: 'Fontawesome';
  position: absolute;
  top: 8px;
  right: 0;
}
/* line 355, ../sass/component/_widget.scss */
.widget_categories .widget-content ul li:first-child a {
  padding-top: 0;
}
/* line 360, ../sass/component/_widget.scss */
.widget_categories .widget-content ul li:hover a {
  color: #7b63ae;
}
/* line 363, ../sass/component/_widget.scss */
.widget_categories .widget-content ul li:hover:after {
  color: #7b63ae;
}
/* line 367, ../sass/component/_widget.scss */
.widget_categories .widget-content ul li ul.children {
  position: relative;
  padding-top: 40px;
  padding-left: 10px;
}
/* line 372, ../sass/component/_widget.scss */
.widget_categories .widget-content ul li ul.children li a {
  color: #1c1c1c;
  font-weight: 400;
}
/* line 377, ../sass/component/_widget.scss */
.widget_categories .widget-content ul li ul.children li:hover a {
  color: #7b63ae;
}

/* line 389, ../sass/component/_widget.scss */
.widget_recent_entries .widget-header {
  padding-top: 0;
}
/* line 394, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li {
  font-family: "Lato", sans-serif !important;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e6e6e6;
}
/* line 400, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li:first-child {
  padding-top: 0;
}
/* line 403, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 407, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li .post-thumbnail {
  width: 33%;
  float: left;
  margin-right: 8%;
}
/* line 411, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li .post-thumbnail .inner {
  width: 100%;
  overflow: hidden;
}
/* line 416, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li .post-body {
  width: 59%;
  float: left;
  padding-top: 10px;
}
/* line 420, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li .post-body p {
  font-weight: 500;
  font-size: 14px;
  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;
}
/* line 426, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li .post-body span.date {
  font-weight: 400;
  font-size: 11px;
  color: #898989;
  font-family: "Lato", sans-serif !important;
}
/* line 433, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li:after {
  content: '';
  clear: both;
  display: table;
}
/* line 438, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li a.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
/* line 448, ../sass/component/_widget.scss */
.widget_recent_entries .widget-content ul li:hover .post-body p {
  color: #7b63ae;
}

/* line 459, ../sass/component/_widget.scss */
.widget_tag_cloud .widget-header {
  padding-top: 0;
}
/* line 462, ../sass/component/_widget.scss */
.widget_tag_cloud .tagcloud {
  position: relative;
}
/* line 464, ../sass/component/_widget.scss */
.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: 14px;
  float: left;
}
/* line 474, ../sass/component/_widget.scss */
.widget_tag_cloud .tagcloud a:hover {
  background-color: #7b63ae;
  color: #fff;
}
/* line 479, ../sass/component/_widget.scss */
.widget_tag_cloud .tagcloud:after {
  content: '';
  clear: both;
  display: table;
}
/* line 487, ../sass/component/_widget.scss */
.widget_tag_cloud.white .widget-content a {
  background-color: #000;
  color: #fff;
}
/* line 490, ../sass/component/_widget.scss */
.widget_tag_cloud.white .widget-content a:hover {
  background-color: #7b63ae;
}

/* line 499, ../sass/component/_widget.scss */
.widget_social .widget-header {
  padding-top: 0;
}
/* line 505, ../sass/component/_widget.scss */
.widget_social .widget-content ul.social-list li a {
  color: #000;
}

/* line 514, ../sass/component/_widget.scss */
.widget_flickr .widget-header {
  padding-top: 0;
}
/* line 518, ../sass/component/_widget.scss */
.widget_flickr .widget-content ul.thumbnails {
  margin-left: -7px;
  margin-right: -7px;
}
/* line 521, ../sass/component/_widget.scss */
.widget_flickr .widget-content ul.thumbnails li {
  position: relative;
  width: 33.333333%;
  padding: 7px;
  float: left;
}
/* line 526, ../sass/component/_widget.scss */
.widget_flickr .widget-content ul.thumbnails li a.thumbnail {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0px;
  margin-bottom: 0;
}
/* line 532, ../sass/component/_widget.scss */
.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: rgba(0, 0, 0, 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;
}
/* line 543, ../sass/component/_widget.scss */
.widget_flickr .widget-content ul.thumbnails li a.thumbnail:hover:after {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 549, ../sass/component/_widget.scss */
.widget_flickr .widget-content ul.thumbnails:after {
  content: '';
  clear: both;
  display: table;
}

/* line 560, ../sass/component/_widget.scss */
.widget_contact .widget-content h5 {
  color: #7b63ae;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1em;
}
/* line 567, ../sass/component/_widget.scss */
.widget_contact .widget-content .logo {
  margin-bottom: 30px;
}
/* line 569, ../sass/component/_widget.scss */
.widget_contact .widget-content .logo a {
  display: block;
}
/* line 571, ../sass/component/_widget.scss */
.widget_contact .widget-content .logo a img {
  width: auto;
}
/* line 577, ../sass/component/_widget.scss */
.widget_contact.center {
  text-align: center;
}
/* line 580, ../sass/component/_widget.scss */
.widget_contact.center .widget-header h2.widget-title {
  text-align: center;
}
/* line 587, ../sass/component/_widget.scss */
.widget_contact.center .widget-content .logo a img {
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  /* line 577, ../sass/component/_widget.scss */
  .widget_contact.center {
    text-align: left;
  }
  /* line 596, ../sass/component/_widget.scss */
  .widget_contact.center .widget-header h2.widget-title {
    text-align: left;
  }
  /* line 603, ../sass/component/_widget.scss */
  .widget_contact.center .widget-content .logo a img {
    margin: 0;
  }
}

/* line 613, ../sass/component/_widget.scss */
.widget_pages .widget-content {
  min-height: 240px;
}
/* line 615, ../sass/component/_widget.scss */
.widget_pages .widget-content ul {
  position: relative;
  text-transform: capitalize;
}
/* line 618, ../sass/component/_widget.scss */
.widget_pages .widget-content ul li {
  line-height: 30px;
  font-size: 14px;
}
/* line 621, ../sass/component/_widget.scss */
.widget_pages .widget-content ul li a {
  font-family: "Lato", sans-serif !important;
  color: #acacac;
}
/* line 624, ../sass/component/_widget.scss */
.widget_pages .widget-content ul li a:hover {
  color: #7b63ae;
}
/* line 632, ../sass/component/_widget.scss */
.widget_pages .widget-footer h2 {
  color: #7b63ae;
  font-size: 22px;
  font-family: "Alegreya", serif !important;
}
/* line 636, ../sass/component/_widget.scss */
.widget_pages .widget-footer h2 span {
  font-size: 16px;
}
/* line 640, ../sass/component/_widget.scss */
.widget_pages .widget-footer h6 {
  margin-bottom: 0;
}

/* line 649, ../sass/component/_widget.scss */
.widget_twitter .widget-content ol.tweet li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
/* line 653, ../sass/component/_widget.scss */
.widget_twitter .widget-content ol.tweet li h5 {
  font-family: "Lato", sans-serif !important;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #acacac;
  margin-bottom: 0;
}
/* line 662, ../sass/component/_widget.scss */
.widget_twitter .widget-content ol.tweet li .sub-tweet a {
  color: #7b63ae;
  font-size: 14px;
  display: block;
}
/* line 668, ../sass/component/_widget.scss */
.widget_twitter .widget-content ol.tweet li:before {
  color: #898989;
  content: "\f099";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  font-size: 21px;
}

/* line 682, ../sass/component/_widget.scss */
.widget_infomation .widget-price {
  position: relative;
  padding: 25px 20px;
  margin-top: 30px;
  background-color: #7b63ae;
}
/* line 687, ../sass/component/_widget.scss */
.widget_infomation .widget-price h3 {
  font-family: "Lato", sans-serif !important;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 693, ../sass/component/_widget.scss */
.widget_infomation .widget-price h3 span {
  font-family: "Alegreya", serif !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}
/* line 702, ../sass/component/_widget.scss */
.widget_infomation.white .widget-price {
  margin-top: 0;
}

/* line 709, ../sass/component/_widget.scss */
.widget_payment img {
  width: auto;
}
/* line 713, ../sass/component/_widget.scss */
.widget_payment ul.checkout-list li {
  display: inline-block;
  margin-right: 20px;
}

/* line 1, ../sass/component/_comment.scss */
.comments-area {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 50px 30px;
}
/* line 6, ../sass/component/_comment.scss */
.comments-area h2.comments-title {
  font-style: italic;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 12, ../sass/component/_comment.scss */
.comments-area ol.comment-list {
  font-family: "Lato", sans-serif !important;
  margin-top: 30px;
}
/* line 15, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment {
  position: relative;
  padding-bottom: 30px;
}
/* line 19, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .author-avatar {
  width: 72px;
  margin-right: 30px;
  float: left;
  position: relative;
}
/* line 25, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .author-avatar img {
  width: 72px;
  height: 72px;
}
/* line 30, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment {
  width: calc(100% - 102px);
  float: left;
  position: relative;
}
/* line 34, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta {
  position: relative;
  margin-bottom: 20px;
  line-height: 1em;
}
/* line 38, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-author {
  float: left;
}
/* line 41, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-author b a {
  color: #7b63ae;
  font-size: 14px;
  font-weight: 500;
}
/* line 45, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-author b a:hover {
  text-decoration: underline;
}
/* line 50, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-author span {
  color: #898989;
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  /* line 50, ../sass/component/_comment.scss */
  .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-author span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
/* line 61, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-metadata {
  float: right;
}
/* line 63, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-metadata span {
  margin-left: 12px;
  text-align: right;
}
/* line 66, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-metadata span a {
  font-size: 14px;
  color: #898989;
}
/* line 69, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-metadata span a:hover {
  color: #7b63ae;
}
/* line 75, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta:after {
  content: '';
  clear: both;
  display: table;
}
/* line 81, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content {
  position: relative;
}
/* line 83, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content .review {
  margin-bottom: 20px;
}
/* line 85, ../sass/component/_comment.scss */
.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;
}
/* line 93, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content .content p {
  font-weight: 300;
  font-size: 13px;
}
/* line 97, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content .content a {
  color: #7b63ae;
  font-weight: 500;
}
/* line 100, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body .main-comment .comment-content .content a:hover {
  text-decoration: underline;
}
/* line 107, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment .comment-body:after {
  content: '';
  clear: both;
  display: table;
}
/* line 113, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment.even {
  background-color: #fff;
}
/* line 116, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment.odd {
  background-color: #f9f9f9;
}
/* line 119, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment ol.children {
  font-family: "Lato", sans-serif !important;
  margin-top: 15px;
}
/* line 122, ../sass/component/_comment.scss */
.comments-area ol.comment-list li.comment ol.children li.comment {
  padding: 30px 40px 30px 100px;
}
/* line 129, ../sass/component/_comment.scss */
.comments-area .comment-respond {
  position: relative;
  border-top: 1px solid #ebebeb;
}
/* line 132, ../sass/component/_comment.scss */
.comments-area .comment-respond h3 {
  margin: 50px 0 30px 0;
  text-transform: capitalize;
  font-style: italic;
}
/* line 137, ../sass/component/_comment.scss */
.comments-area .comment-respond ul {
  margin: 0;
}
/* line 139, ../sass/component/_comment.scss */
.comments-area .comment-respond ul li {
  padding: 10px 0;
}
/* line 141, ../sass/component/_comment.scss */
.comments-area .comment-respond ul li input {
  font-family: "Alegreya", serif !important;
  background-color: #f9f9f9;
  color: #000;
  border: 0px;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
}
/* line 150, ../sass/component/_comment.scss */
.comments-area .comment-respond ul li textarea {
  font-family: "Alegreya", serif !important;
  width: 100%;
  min-height: 170px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #f9f9f9;
  color: #000;
  font-weight: 400;
}
/* line 161, ../sass/component/_comment.scss */
.comments-area .comment-respond ul li.name, .comments-area .comment-respond ul li.email {
  width: 48%;
}
@media screen and (max-width: 480px) {
  /* line 161, ../sass/component/_comment.scss */
  .comments-area .comment-respond ul li.name, .comments-area .comment-respond ul li.email {
    width: 100%;
  }
}
/* line 167, ../sass/component/_comment.scss */
.comments-area .comment-respond ul li.clearfix {
  padding: 0;
}
/* line 172, ../sass/component/_comment.scss */
.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: 14px;
  -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;
}
/* line 183, ../sass/component/_comment.scss */
.comments-area .comment-respond input[type="submit"]:hover {
  background-color: #7b63ae;
}

/* line 1, ../sass/component/_googlemap.scss */
.google-map, .google-map-detail {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
/* line 6, ../sass/component/_googlemap.scss */
.google-map h2, .google-map-detail h2 {
  font-style: italic;
  text-align: center;
}
/* line 10, ../sass/component/_googlemap.scss */
.google-map p, .google-map-detail p {
  text-align: center;
  margin-bottom: 0;
}

/* line 15, ../sass/component/_googlemap.scss */
#map {
  height: 100%;
}

/* line 19, ../sass/component/_googlemap.scss */
.google-map-detail {
  height: 385px;
  margin-bottom: 30px;
}

/* line 25, ../sass/component/_googlemap.scss */
.gmnoprint {
  display: none;
}

/* line 30, ../sass/component/_googlemap.scss */
.gm-style-iw {
  top: 25px !important;
  left: 25px !important;
}

/* line 35, ../sass/component/_googlemap.scss */
#map-infobox #bodyContent {
  position: relative;
  background-color: #1c1c1c;
  text-align: center;
  padding: 30px 20px;
}
/* line 40, ../sass/component/_googlemap.scss */
#map-infobox #bodyContent h2 {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
}
/* line 46, ../sass/component/_googlemap.scss */
#map-infobox #bodyContent p {
  color: #898989;
  font-size: 14px;
}
/* line 50, ../sass/component/_googlemap.scss */
#map-infobox #bodyContent:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  background-color: #1c1c1c;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 64, ../sass/component/_googlemap.scss */
.hidden {
  opacity: 0;
}

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

/* line 14, ../sass/component/_customMagnificPopup.scss */
.mfp-counter {
  font-family: "Alegreya", serif !important;
  font-style: italic;
  right: 36px;
  font-size: 14px;
  z-index: 1;
}

/* line 22, ../sass/component/_customMagnificPopup.scss */
.mfp-figure:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 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;
}

/* line 39, ../sass/component/_customMagnificPopup.scss */
.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;
}
/* line 50, ../sass/component/_customMagnificPopup.scss */
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  cursor: pointer;
}

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

*/
/* line 60, ../sass/component/_customMagnificPopup.scss */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
/* line 63, ../sass/component/_customMagnificPopup.scss */
.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);
}
/* line 69, ../sass/component/_customMagnificPopup.scss */
.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;
}
/* line 76, ../sass/component/_customMagnificPopup.scss */
.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);
}
/* line 80, ../sass/component/_customMagnificPopup.scss */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* line 83, ../sass/component/_customMagnificPopup.scss */
.mfp-zoom-in.mfp-ready button.mfp-arrow {
  opacity: 1;
}
/* line 91, ../sass/component/_customMagnificPopup.scss */
.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;
}
/* line 95, ../sass/component/_customMagnificPopup.scss */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* line 99, ../sass/component/_customMagnificPopup.scss */
.mfp-zoom-in.mfp-removing button.mfp-arrow {
  opacity: 0;
}

/* line 107, ../sass/component/_customMagnificPopup.scss */
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;
}
/* line 116, ../sass/component/_customMagnificPopup.scss */
button.mfp-arrow:hover {
  background-position: 0 center;
}
/* line 119, ../sass/component/_customMagnificPopup.scss */
button.mfp-arrow:active {
  margin-top: 0;
}
/* line 122, ../sass/component/_customMagnificPopup.scss */
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) {
  /* line 122, ../sass/component/_customMagnificPopup.scss */
  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;
  }
}
/* line 130, ../sass/component/_customMagnificPopup.scss */
button.mfp-arrow.mfp-arrow-right {
  right: 20px;
}
/* line 134, ../sass/component/_customMagnificPopup.scss */
button.mfp-arrow:before, button.mfp-arrow:after {
  margin-top: -11px;
  margin-left: 0;
  border: 0;
}

/* line 3, ../sass/component/_accordion.scss */
.collapse p,
.collapsing p {
  padding: 20px;
}

/* line 7, ../sass/component/_accordion.scss */
.acc {
  font-family: "Alegreya", serif !important;
  font-size: 14px;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 10px;
}
/* line 17, ../sass/component/_accordion.scss */
.acc:active, .acc.active {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/* line 23, ../sass/component/_accordion.scss */
.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;
}
/* line 29, ../sass/component/_accordion.scss */
.acc-style-1 .acc[aria-expanded="true"]:after {
  content: '\f068';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}
/* line 39, ../sass/component/_accordion.scss */
.acc-style-1 .acc[aria-expanded="false"]:after {
  content: '\f067';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}
/* line 51, ../sass/component/_accordion.scss */
.acc-style-1.white p {
  color: #212121;
}
/* line 54, ../sass/component/_accordion.scss */
.acc-style-1.white .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;
}
/* line 59, ../sass/component/_accordion.scss */
.acc-style-1.white .acc[aria-expanded="true"]:after {
  content: '\f068';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #1c1c1c;
}
/* line 69, ../sass/component/_accordion.scss */
.acc-style-1.white .acc[aria-expanded="false"]:after {
  content: '\f067';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #1c1c1c;
}

/* line 83, ../sass/component/_accordion.scss */
.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;
}
/* line 89, ../sass/component/_accordion.scss */
.acc-style-2 .acc[aria-expanded="true"]:after {
  content: '\f0d8';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}
/* line 99, ../sass/component/_accordion.scss */
.acc-style-2 .acc[aria-expanded="false"]:after {
  content: '\f0d7';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}
/* line 111, ../sass/component/_accordion.scss */
.acc-style-2.white p {
  color: #212121;
}
/* line 115, ../sass/component/_accordion.scss */
.acc-style-2.white button.acc,
.acc-style-2.white 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;
}
/* line 120, ../sass/component/_accordion.scss */
.acc-style-2.white button.acc[aria-expanded="true"]:after,
.acc-style-2.white a.acc[aria-expanded="true"]:after {
  content: '\f0d8';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #1c1c1c;
}
/* line 130, ../sass/component/_accordion.scss */
.acc-style-2.white button.acc[aria-expanded="false"]:after,
.acc-style-2.white a.acc[aria-expanded="false"]:after {
  content: '\f0d7';
  font-family: "Fontawesome";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #1c1c1c;
}

/* line 1, ../sass/component/_button.scss */
.btn {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 25px;
  border: 0;
  display: inline-block;
  font-family: "Lato", 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;
}
/* line 14, ../sass/component/_button.scss */
.btn:hover, .btn:active {
  text-decoration: none !important;
  box-shadow: 0 0 0;
}
/* line 18, ../sass/component/_button.scss */
.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;
}
/* line 24, ../sass/component/_button.scss */
.btn.btn-default {
  background-color: #1b1b1b;
}
/* line 28, ../sass/component/_button.scss */
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default.active {
  background-color: #7b63ae;
  color: #fff;
}
/* line 33, ../sass/component/_button.scss */
.btn.btn-style-1 {
  background-color: #ee4f4f;
}
/* line 37, ../sass/component/_button.scss */
.btn.btn-style-1:hover, .btn.btn-style-1:active, .btn.btn-style-1.active {
  background-color: #e04a4a;
}
/* line 41, ../sass/component/_button.scss */
.btn.btn-style-2 {
  background-color: #5cb85c;
}
/* line 45, ../sass/component/_button.scss */
.btn.btn-style-2:hover, .btn.btn-style-2:active, .btn.btn-style-2.active {
  background-color: #56ab56;
}
/* line 49, ../sass/component/_button.scss */
.btn.btn-style-3 {
  background-color: #5bc0de;
}
/* line 53, ../sass/component/_button.scss */
.btn.btn-style-3:hover, .btn.btn-style-3:active, .btn.btn-style-3.active {
  background-color: #55b4d0;
}
/* line 57, ../sass/component/_button.scss */
.btn.btn-style-4 {
  background-color: #f0ad4e;
}
/* line 61, ../sass/component/_button.scss */
.btn.btn-style-4:hover, .btn.btn-style-4:active, .btn.btn-style-4.active {
  background-color: #dd9f48;
}
/* line 65, ../sass/component/_button.scss */
.btn.btn-style-5 {
  background-color: #d9534f;
}
/* line 69, ../sass/component/_button.scss */
.btn.btn-style-5:hover, .btn.btn-style-5:active, .btn.btn-style-5.active {
  background-color: #c34b47;
}
/* line 73, ../sass/component/_button.scss */
.btn.btn-style-6 {
  background-color: #7b63ae;
}
/* line 77, ../sass/component/_button.scss */
.btn.btn-style-6:hover, .btn.btn-style-6:active, .btn.btn-style-6.active {
  background-color: #000;
  color: #fff !important;
}
/* line 82, ../sass/component/_button.scss */
.btn.btn-style-7 {
  background-color: #fff;
  color: #1c1c1c !important;
  border: 1px solid #1c1c1c;
}
/* line 88, ../sass/component/_button.scss */
.btn.btn-style-7:hover, .btn.btn-style-7:active, .btn.btn-style-7.active {
  background-color: #000;
  color: #fff !important;
}
/* line 94, ../sass/component/_button.scss */
.btn.btn-classic {
  font-family: "Alegreya", serif !important;
  color: #7b63ae;
  text-transform: none;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #7b63ae;
  padding: 10px 25px;
}
/* line 107, ../sass/component/_button.scss */
.btn.btn-classic:hover span {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
/* line 111, ../sass/component/_button.scss */
.btn.btn-classic.black {
  color: #1c1c1c;
  border-color: #1c1c1c;
}
/* line 115, ../sass/component/_button.scss */
.btn.btn-classic.black span.icon-btn-arrow .inner {
  background-color: #1c1c1c;
}
/* line 117, ../sass/component/_button.scss */
.btn.btn-classic.black span.icon-btn-arrow .inner:after {
  border-color: #1c1c1c #1c1c1c transparent transparent;
}

/* line 125, ../sass/component/_button.scss */
span.icon-btn-arrow {
  position: relative;
  margin-left: 15px;
  width: 25px;
  height: 10px;
  display: inline-block;
}
/* line 131, ../sass/component/_button.scss */
span.icon-btn-arrow .inner {
  width: 25px;
  height: 1px;
  background-color: #7b63ae;
  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;
}
/* line 139, ../sass/component/_button.scss */
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: #7b63ae #7b63ae 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);
}
/* line 154, ../sass/component/_button.scss */
span.icon-btn-arrow.white .inner {
  background-color: #fff;
}
/* line 156, ../sass/component/_button.scss */
span.icon-btn-arrow.white .inner:after {
  border-color: #fff #fff transparent transparent;
}
/* line 162, ../sass/component/_button.scss */
span.icon-btn-arrow.black .inner {
  background-color: #1c1c1c;
}
/* line 164, ../sass/component/_button.scss */
span.icon-btn-arrow.black .inner:after {
  border-color: #1c1c1c #1c1c1c transparent transparent;
}

/* line 1, ../sass/component/_selectbox.scss */
.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;
}

/* line 6, ../sass/component/_selectbox.scss */
span.select2-selection {
  outline: none;
}
/* line 9, ../sass/component/_selectbox.scss */
span.select2-selection:hover, span.select2-selection:focus {
  outline: none;
  text-decoration: none;
}

/* Select2 Jquery Compile for TOP HEADER */
/* line 15, ../sass/component/_selectbox.scss */
select.top-select + .select2 {
  width: 100% !important;
}
/* line 17, ../sass/component/_selectbox.scss */
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;
}
/* line 21, ../sass/component/_selectbox.scss */
select.top-select + .select2 .select2-selection--single .select2-selection__rendered {
  color: #6d6d6d;
  font-size: 14px;
}

/* Select2 Jquery Compile for BOOK NOW */
/* line 29, ../sass/component/_selectbox.scss */
select.book-select + .select2 {
  width: 100% !important;
}
/* line 31, ../sass/component/_selectbox.scss */
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;
}
/* line 38, ../sass/component/_selectbox.scss */
select.book-select + .select2 .select2-selection--single .select2-selection__rendered {
  font-family: "Alegreya", serif !important;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
}
/* line 44, ../sass/component/_selectbox.scss */
select.book-select + .select2 .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 5px;
}
/* line 47, ../sass/component/_selectbox.scss */
select.book-select + .select2 .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
/* line 55, ../sass/component/_selectbox.scss */
select.book-select + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

/* Select2 Jquery Compile for WIDGET RESERVATION */
/* line 64, ../sass/component/_selectbox.scss */
select.form-select + .select2 {
  width: 100% !important;
}
/* line 66, ../sass/component/_selectbox.scss */
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;
}
/* line 73, ../sass/component/_selectbox.scss */
select.form-select + .select2 .select2-selection--single .select2-selection__rendered {
  font-family: "Alegreya", serif !important;
  color: #000;
  line-height: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
/* line 81, ../sass/component/_selectbox.scss */
select.form-select + .select2 .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 5px;
}
/* line 84, ../sass/component/_selectbox.scss */
select.form-select + .select2 .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
/* line 92, ../sass/component/_selectbox.scss */
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 */
/* line 101, ../sass/component/_selectbox.scss */
select.local-select + .select2 {
  width: 100% !important;
}
/* line 103, ../sass/component/_selectbox.scss */
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;
}
/* line 110, ../sass/component/_selectbox.scss */
select.local-select + .select2 .select2-selection--single .select2-selection__rendered {
  font-family: "Alegreya", serif !important;
  font-size: 14px;
  color: #000;
  line-height: 50px;
  padding-left: 0;
  padding-right: 0;
}
/* line 118, ../sass/component/_selectbox.scss */
select.local-select + .select2 .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 5px;
}
/* line 121, ../sass/component/_selectbox.scss */
select.local-select + .select2 .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
/* line 129, ../sass/component/_selectbox.scss */
select.local-select + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
}

/* line 1, ../sass/component/_daterangepicker.scss */
.datepicker-inline {
  position: relative;
  width: 100%;
  padding: 0 15px;
  font-family: "Alegreya", serif !important;
}
/* line 6, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group {
  width: 50%;
  float: left;
}
/* line 9, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group.datepicker-group-first {
  padding-right: 15px;
}
/* line 12, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group.datepicker-group-last {
  padding-left: 15px;
}
/* line 15, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group:after {
  content: '';
  display: table;
  clear: both;
}
/* line 20, ../sass/component/_daterangepicker.scss */
.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;
}
/* line 30, ../sass/component/_daterangepicker.scss */
.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%);
}
/* line 43, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group .datepicker-header a.datepicker-prev {
  left: 0;
}
/* line 46, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group .datepicker-header a.datepicker-next {
  right: 0;
}
/* line 50, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group .datepicker-header .datepicker-title span {
  font-size: 20px;
  font-weight: 300;
}
/* line 57, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group table.datepicker-calendar {
  width: 100%;
  margin-bottom: 0;
  table-layout: fixed;
  empty-cells: hide;
}
/* line 62, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group table.datepicker-calendar th {
  font-family: "Lato", sans-serif !important;
  padding: 20px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 70, ../sass/component/_daterangepicker.scss */
.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;
}
/* line 76, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group table.datepicker-calendar td .state-default {
  padding: 20px;
}
/* line 79, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group table.datepicker-calendar td .state-disable {
  background-color: #f7f7f7;
  color: #ccc;
  cursor: default;
}
/* line 83, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group table.datepicker-calendar td .state-disable:hover {
  background-color: #f7f7f7;
  color: #ccc;
}
/* line 88, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group table.datepicker-calendar td .state-highlight {
  background-color: #b98921;
  color: #fff;
}
/* line 92, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group table.datepicker-calendar td span {
  color: #ccc;
}
/* line 95, ../sass/component/_daterangepicker.scss */
.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;
}
/* line 99, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group table.datepicker-calendar td a:hover, .datepicker-inline .datepicker-group table.datepicker-calendar td a.state-hover {
  background-color: #ff00ff;
  color: #fff;
}
/* line 104, ../sass/component/_daterangepicker.scss */
.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;
}
/* line 111, ../sass/component/_daterangepicker.scss */
.datepicker-inline .datepicker-group table.datepicker-calendar thead > tr > th {
  border-bottom: 0;
}
/* line 120, ../sass/component/_daterangepicker.scss */
.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;
}
/* line 126, ../sass/component/_daterangepicker.scss */
.datepicker-inline:after {
  content: '';
  display: table;
  clear: both;
}

/* line 2, ../sass/component/_bookcheck.scss */
.book-now-wrap {
  float: right;
  opacity: 1;
  visibility: visible;
  display: none !important;
  -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;
}
/* line 8, ../sass/component/_bookcheck.scss */
.book-now-wrap .toggle-book {
  background-color: #7b63ae;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 0 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 70px;
}
/* line 17, ../sass/component/_bookcheck.scss */
.book-now-wrap .toggle-book span.fa {
  display: none;
}
/* line 21, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form {
  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;
}
/* line 35, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form h4 {
  color: #fff;
  margin: 0;
  font-size: 26px;
}
/* line 40, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form .book-content {
  padding: 0;
}
/* line 42, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form .book-content .group {
  margin-top: 0;
  float: none;
}
/* line 45, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form .book-content .group h4 {
  font-style: normal;
  line-height: 1.4em;
}
/* line 50, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form .book-content ul.book-list {
  width: 100%;
  margin-top: 20px;
  float: none;
}
/* line 54, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form .book-content ul.book-list li {
  margin-bottom: 20px;
}
/* line 57, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form .book-content ul.book-list li .custom input {
  font-family: "Alegreya", 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;
}
/* line 68, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form .book-content ul.book-list li:last-child {
  padding-right: 0;
}
/* line 72, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form .book-content ul.book-list li.book-picker .custom {
  width: 230px;
}
/* line 77, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form .book-content ul.book-list li.book-select .custom {
  width: 155px;
}
/* line 84, ../sass/component/_bookcheck.scss */
.book-now-wrap .book-check-form.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);
}

/* line 92, ../sass/component/_bookcheck.scss */
#check-available {
  width: 215px;
  background-color: #7b63ae;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  position: relative;
  display: block;
  padding: 0 30px;
  margin-top: 32px;
  text-transform: uppercase;
  font-size: 14px;
  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;
}
/* line 106, ../sass/component/_bookcheck.scss */
#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;
}
/* line 116, ../sass/component/_bookcheck.scss */
#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%;
}
/* line 126, ../sass/component/_bookcheck.scss */
#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);
}
/* line 129, ../sass/component/_bookcheck.scss */
#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);
}
/* line 133, ../sass/component/_bookcheck.scss */
#check-available:hover {
  padding-left: 60px;
  padding-right: 0px;
}
/* line 136, ../sass/component/_bookcheck.scss */
#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);
}

/* line 144, ../sass/component/_bookcheck.scss */
.book-check-form {
  width: 100%;
  min-height: 120px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20;
}
/* line 153, ../sass/component/_bookcheck.scss */
.book-check-form .book-content {
  position: relative;
  padding: 40px 0;
}
/* line 156, ../sass/component/_bookcheck.scss */
.book-check-form .book-content .group {
  position: relative;
  float: left;
  width: 25%;
  margin-top: 10px;
}
/* line 161, ../sass/component/_bookcheck.scss */
.book-check-form .book-content .group h4 {
  color: #fff;
  margin-top: 0;
  font-size: 26px;
  font-style: italic;
  line-height: 1em;
}
/* line 168, ../sass/component/_bookcheck.scss */
.book-check-form .book-content .group h6 {
  font-family: "Lato", sans-serif !important;
  color: #6d6d6d;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
}
/* line 178, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list {
  width: 75%;
  float: left;
  position: relative;
}
/* line 182, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list li {
  position: relative;
  float: left;
  padding-right: 20px;
  display: inline-block;
  line-height: 1em;
}
/* line 189, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list li .custom input {
  font-family: "Alegreya", 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;
}
/* line 199, ../sass/component/_bookcheck.scss */
.book-check-form .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;
}
/* line 206, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list li label {
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
}
/* line 211, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list li label.error {
  color: #7b63ae;
  margin-top: 5px;
  font-size: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}
/* line 221, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list li:last-child {
  padding-right: 0;
}
/* line 225, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list li.book-picker .custom {
  width: 160px;
}
/* line 230, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list li.book-select .custom {
  position: relative;
  width: 80px;
  margin-bottom: 0;
}
/* line 236, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list li.list-field {
  width: 20%;
}
/* line 238, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list li.list-field .btn {
  width: 100%;
  margin-top: 17px;
  padding: 11px 25px;
}
/* line 244, ../sass/component/_bookcheck.scss */
.book-check-form .book-content ul.book-list li #check-available {
  margin-top: 17px;
}
/* line 249, ../sass/component/_bookcheck.scss */
.book-check-form .book-content:after {
  content: '';
  display: table;
  clear: both;
}

/* line 257, ../sass/component/_bookcheck.scss */
.book-check-form-2 {
  width: 100%;
  color: #fff;
  bottom: auto;
  left: auto;
  top: 10%;
  background-color: rgba(0, 0, 0, 0);
}
/* line 264, ../sass/component/_bookcheck.scss */
.book-check-form-2 .book-content {
  position: absolute;
  width: 270px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 269, ../sass/component/_bookcheck.scss */
.book-check-form-2 .book-content .group {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 274, ../sass/component/_bookcheck.scss */
.book-check-form-2 .book-content .group h4 {
  font-size: 20px;
}
/* line 278, ../sass/component/_bookcheck.scss */
.book-check-form-2 .book-content ul.book-list {
  width: 100%;
}
/* line 280, ../sass/component/_bookcheck.scss */
.book-check-form-2 .book-content ul.book-list li {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
}
/* line 285, ../sass/component/_bookcheck.scss */
.book-check-form-2 .book-content ul.book-list li.book-picker .custom {
  width: 100%;
}
/* line 290, ../sass/component/_bookcheck.scss */
.book-check-form-2 .book-content ul.book-list li.book-select .custom {
  width: 100%;
}
/* line 294, ../sass/component/_bookcheck.scss */
.book-check-form-2 .book-content ul.book-list li.list-field {
  width: 100%;
}
/* line 297, ../sass/component/_bookcheck.scss */
.book-check-form-2 .book-content ul.book-list li #check-available {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 308, ../sass/component/_bookcheck.scss */
.book-section {
  position: relative;
}
/* line 310, ../sass/component/_bookcheck.scss */
.book-section .book-check-form {
  position: relative;
  background-color: black;
}
/* line 314, ../sass/component/_bookcheck.scss */
.book-section .book-check-form .book-content .group {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 319, ../sass/component/_bookcheck.scss */
.book-section .book-check-form .book-content ul.book-list {
  width: 100%;
}

/* line 1, ../sass/component/_effect.scss */
.ef-width {
  position: relative;
  overflow: hidden;
}
/* line 4, ../sass/component/_effect.scss */
.ef-width img {
  width: 100%;
}
/* line 7, ../sass/component/_effect.scss */
.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;
}
/* line 18, ../sass/component/_effect.scss */
.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;
}
/* line 32, ../sass/component/_effect.scss */
.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);
}
/* line 36, ../sass/component/_effect.scss */
.ef-width:hover a.overlay span {
  opacity: 1;
  visibility: visible;
}

/* 4.	Layout
-------------------------------*/
/* line 1, ../sass/layout/_header.scss */
.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;
}
/* line 9, ../sass/layout/_header.scss */
.header .top-header {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #1c1c1c;
  color: #6d6d6d;
  display: none;
}
/* line 17, ../sass/layout/_header.scss */
.header .top-header .ha-phone {
  float: left;
  font-family: "Alegreya", serif;
  font-size: 13px;
  font-style: italic;
  line-height: 30px;
}
/* line 23, ../sass/layout/_header.scss */
.header .top-header .ha-phone i {
  margin-right: 10px;
}
/* line 27, ../sass/layout/_header.scss */
.header .top-header .ha-currency {
  float: right;
  height: 30px;
}
/* line 30, ../sass/layout/_header.scss */
.header .top-header .ha-currency ul.nav {
  display: inline-block;
  margin: 0;
  line-height: 29px;
}
/* line 34, ../sass/layout/_header.scss */
.header .top-header .ha-currency ul.nav li {
  display: inline-block;
  position: relative;
}
/* line 37, ../sass/layout/_header.scss */
.header .top-header .ha-currency ul.nav li.top-nav-custom {
  font-family: "Lato", sans-serif !important;
  position: relative;
  margin-bottom: 0;
}
/* line 47, ../sass/layout/_header.scss */
.header .main-header {
  background-color: #fff;
  position: relative;
  width: 100%;
  -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;
}
/* line 53, ../sass/layout/_header.scss */
.header .main-header .logo {
  position: relative;
  float: left;
  height: 70px;
  z-index: 999;
}
/* line 58, ../sass/layout/_header.scss */
.header .main-header .logo a {
  display: block;
  padding-top: 15px;
}
/* line 63, ../sass/layout/_header.scss */
.header .main-header .navigation {
  position: relative;
}
/* line 65, ../sass/layout/_header.scss */
.header .main-header .navigation:after {
  content: '';
  display: table;
  clear: both;
}
/* line 70, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav {
  float: right;
  margin-right: 15px;
}
/* line 73, ../sass/layout/_header.scss */
.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;
}
/* line 80, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #6d6d6d;
  text-align: center;
  padding: 0 12px;
  top: 3px;
  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;
}
/* line 91, ../sass/layout/_header.scss */
.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;
}
/* line 97, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li a:focus {
  background-color: transparent;
}
/* line 101, ../sass/layout/_header.scss */
.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: 0 0 5px;
  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;
}
/* line 114, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li ul.sub-menu > li {
  display: block;
  border-bottom: 1px solid #373737;
  line-height: 1.4em;
  position: relative;
  padding: 0 25px;
}
/* line 120, ../sass/layout/_header.scss */
.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;
}
/* line 128, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li ul.sub-menu > li a span {
  position: absolute;
  right: 25px;
}
/* line 133, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li ul.sub-menu > li:last-child {
  border-bottom: 0px;
}
/* line 137, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li ul.sub-menu > li:hover a, .header .main-header .navigation ul.nav > li ul.sub-menu > li.active a {
  color: #7b63ae;
}
/* line 142, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li ul.sub-menu > li.menu-item-has-children ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 0;
}
/* line 148, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li ul.sub-menu > li.menu-item-has-children ul.sub-menu > li a {
  color: #fff;
}
/* line 152, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li ul.sub-menu > li.menu-item-has-children ul.sub-menu > li:hover > a {
  color: #7b63ae;
}
/* line 159, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
/* line 167, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li:hover, .header .main-header .navigation ul.nav > li.active {
  border-bottom: 3px solid #7b63ae;
}
/* line 169, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li:hover a, .header .main-header .navigation ul.nav > li.active a {
  color: #7b63ae;
}
/* line 171, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li:hover a:hover, .header .main-header .navigation ul.nav > li.active a:hover {
  background-color: transparent;
}
/* line 174, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li:hover a span, .header .main-header .navigation ul.nav > li.active a span {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 178, ../sass/layout/_header.scss */
.header .main-header .navigation ul.nav > li:hover ul.sub-menu, .header .main-header .navigation ul.nav > li.active 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);
}
/* line 189, ../sass/layout/_header.scss */
.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);
}
/* line 192, ../sass/layout/_header.scss */
.header.header-active .top-header .ha-currency {
  display: none;
}
/* line 196, ../sass/layout/_header.scss */
.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 */
/* line 210, ../sass/layout/_header.scss */
.mobile-nav-menu {
  position: absolute;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 217, ../sass/layout/_header.scss */
.mobile-nav-menu span.icon {
  background-color: #7b63ae;
  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;
}
/* line 227, ../sass/layout/_header.scss */
.mobile-nav-menu span.icon:before, .mobile-nav-menu span.icon:after {
  background-color: #7b63ae;
  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;
}
/* line 236, ../sass/layout/_header.scss */
.mobile-nav-menu span.icon:before {
  top: -6px;
}
/* line 239, ../sass/layout/_header.scss */
.mobile-nav-menu span.icon:after {
  bottom: -6px;
}
/* line 244, ../sass/layout/_header.scss */
.mobile-nav-menu.mobile-active span.icon {
  background-color: transparent;
}
/* line 246, ../sass/layout/_header.scss */
.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);
}
/* line 251, ../sass/layout/_header.scss */
.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);
}

/* line 259, ../sass/layout/_header.scss */
.overflow-hidden {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Menu mobile fixed */
/* line 265, ../sass/layout/_header.scss */
.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;
}
/* line 274, ../sass/layout/_header.scss */
.menu-mobile:after {
  /*fixscroll overflow hidden android*/
  content: '';
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
}
/* line 282, ../sass/layout/_header.scss */
.menu-mobile.fixSfr {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 285, ../sass/layout/_header.scss */
.menu-mobile.overflow-auto {
  overflow: auto;
}
/* line 288, ../sass/layout/_header.scss */
.menu-mobile nav.navigation {
  margin: 0;
  padding: 30px 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 294, ../sass/layout/_header.scss */
.menu-mobile nav.navigation.text-right {
  text-align: left !important;
}
/* line 297, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav {
  margin: 0;
}
/* line 299, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
/* line 303, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li:before {
  display: none;
}
/* line 306, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li a {
  color: #fff;
  font-family: "Lato", sans-serif !important;
  display: block;
  font-size: 14px;
  background: none;
  padding: 12px 15px;
}
/* line 313, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li a:hover {
  color: #7b63ae;
}
/* line 317, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li:last-child {
  border: 0;
}
/* line 320, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li span {
  color: #7b63ae;
  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;
}
/* line 334, ../sass/layout/_header.scss */
.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;
}
/* line 344, ../sass/layout/_header.scss */
.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;
}
/* line 349, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > li a:before {
  content: '\f111';
  position: absolute;
  font-family: "FontAwesome";
  color: #fff;
  left: 5px;
  font-size: 0.4em;
}
/* line 357, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > li a > span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 359, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > li a > span:before {
  padding-right: 10px;
}
/* line 365, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > li.menu-item-has-children > .sub-menu {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding-left: 10px;
}
/* line 372, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu > 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);
}
/* line 383, ../sass/layout/_header.scss */
.menu-mobile nav.navigation .nav li.menu-item-has-children.active > a {
  color: #7b63ae;
}
/* line 385, ../sass/layout/_header.scss */
.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);
}
/* line 389, ../sass/layout/_header.scss */
.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);
}

/* line 401, ../sass/layout/_header.scss */
.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;
}

/* line 407, ../sass/layout/_header.scss */
.main-header-fixed--unpin {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 410, ../sass/layout/_header.scss */
.main-header-fixed--pin {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 2, ../sass/layout/_homemedia.scss */
.slotholder:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(51, 51, 51, 0.5);
}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
/* line 18, ../sass/layout/_homemedia.scss */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

/* line 24, ../sass/layout/_homemedia.scss */
.tp-banner {
  width: 100%;
  position: relative;
}

/* line 29, ../sass/layout/_homemedia.scss */
.tp-caption.tp-large {
  color: #fff;
  font-family: "Alegreya", serif !important;
  font-size: 4.3em;
  font-weight: 400;
  font-style: italic;
}

/* line 36, ../sass/layout/_homemedia.scss */
.tp-caption.tp-middle {
  color: #fff;
  font-family: "Alegreya", serif !important;
  font-size: 2em;
  font-weight: 400;
  font-style: italic;
}

/* line 43, ../sass/layout/_homemedia.scss */
.tp-caption.tp-small {
  color: #fff;
  font-family: "Alegreya", serif !important;
  font-size: 1.6em;
  font-weight: 400;
  font-style: italic;
}

/* line 50, ../sass/layout/_homemedia.scss */
.tp-caption.tp-xs {
  color: #fff;
  font-family: "Alegreya", serif !important;
  font-size: 1.3em;
  font-weight: 100;
  font-style: italic;
}

/* line 58, ../sass/layout/_homemedia.scss */
.tp-caption a {
  background-color: #7b63ae;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 1.1em !important;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 40px;
}
/* line 66, ../sass/layout/_homemedia.scss */
.tp-caption a:hover {
  color: #7b63ae;
  background-color: #fff;
}
/* line 69, ../sass/layout/_homemedia.scss */
.tp-caption a:hover span {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
/* line 71, ../sass/layout/_homemedia.scss */
.tp-caption a:hover span span.inner {
  background-color: #7b63ae;
}
/* line 73, ../sass/layout/_homemedia.scss */
.tp-caption a:hover span span.inner:after {
  border-right: 1px solid #7b63ae;
  border-top: 1px solid #7b63ae;
}

/* line 83, ../sass/layout/_homemedia.scss */
.tp-caption.tp-saleoff {
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 4.3em;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 90, ../sass/layout/_homemedia.scss */
.tp-caption.tp-saleoff-small {
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 2.9em;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 97, ../sass/layout/_homemedia.scss */
.tp-caption.border_box {
  width: 25%;
  height: 25%;
  border: 5px solid #fff;
}

/* line 103, ../sass/layout/_homemedia.scss */
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

/* line 109, ../sass/layout/_homemedia.scss */
.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) {
  /* line 109, ../sass/layout/_homemedia.scss */
  .tp-rightarrow.tparrows.default:after {
    display: none;
  }
}

/* line 121, ../sass/layout/_homemedia.scss */
.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) {
  /* line 121, ../sass/layout/_homemedia.scss */
  .tp-leftarrow.tparrows.default:after {
    display: none;
  }
}

/* line 136, ../sass/layout/_homemedia.scss */
.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);
}

/* line 143, ../sass/layout/_homemedia.scss */
.tparrows.preview4:after {
  left: auto;
}
/* line 147, ../sass/layout/_homemedia.scss */
.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);
}

/* line 1, ../sass/layout/_grouptext.scss */
.half-block {
  position: relative;
  max-width: 585px;
  min-height: 460px;
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 7, ../sass/layout/_grouptext.scss */
.half-block.fr {
  padding-right: 80px;
}
/* line 10, ../sass/layout/_grouptext.scss */
.half-block.fl {
  padding-left: 80px;
}

/* line 1, ../sass/layout/_flipbook.scss */
.flipbook-slider {
  background-color: #fff;
}
/* line 3, ../sass/layout/_flipbook.scss */
.flipbook-slider .item {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
/* line 8, ../sass/layout/_flipbook.scss */
.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 */
}
/* line 14, ../sass/layout/_flipbook.scss */
.flipbook-slider .item .post-thumbnail img {
  width: 100%;
  display: none;
}
/* line 19, ../sass/layout/_flipbook.scss */
.flipbook-slider .item .post-thumbnail .item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 27, ../sass/layout/_flipbook.scss */
.flipbook-slider .item .post-body {
  width: 585px;
  left: 50%;
  position: relative;
  text-align: center;
  padding: 50px 50px 110px 50px;
}
/* line 36, ../sass/layout/_flipbook.scss */
.flipbook-slider .item .post-body h2.post-title {
  font-family: "Alegreya", serif !important;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
/* line 45, ../sass/layout/_flipbook.scss */
.flipbook-slider .item .post-body ul.cat-links li {
  display: none;
}
/* line 47, ../sass/layout/_flipbook.scss */
.flipbook-slider .item .post-body ul.cat-links li a {
  font-family: "Lato", sans-serif !important;
  color: #898989;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0;
}
/* line 55, ../sass/layout/_flipbook.scss */
.flipbook-slider .item .post-body ul.cat-links li:first-child {
  display: block;
}
/* line 60, ../sass/layout/_flipbook.scss */
.flipbook-slider .item .post-body .divider {
  background-color: #d7d7d7;
  content: "";
  width: 100px;
  height: 1px;
  margin: 10px auto;
}
/* line 67, ../sass/layout/_flipbook.scss */
.flipbook-slider .item .post-body .post-content {
  width: 80%;
  position: relative;
  margin: 0 auto 40px auto;
}
/* line 71, ../sass/layout/_flipbook.scss */
.flipbook-slider .item .post-body .post-content p {
  color: #898989;
  font-size: 14px;
  line-height: 2em;
}
/* line 80, ../sass/layout/_flipbook.scss */
.flipbook-slider.reverse .post-thumbnail {
  left: 50%;
}
/* line 83, ../sass/layout/_flipbook.scss */
.flipbook-slider.reverse .post-body {
  left: calc(50% - 585px);
}
@media screen and (max-width: 1199px) {
  /* line 89, ../sass/layout/_flipbook.scss */
  .flipbook-slider .item .post-body {
    width: 50%;
  }
  /* line 94, ../sass/layout/_flipbook.scss */
  .flipbook-slider.reverse .post-body {
    left: auto;
  }
}
@media screen and (max-width: 991px) {
  /* line 101, ../sass/layout/_flipbook.scss */
  .flipbook-slider .item .post-body {
    left: auto;
  }
}

/* line 110, ../sass/layout/_flipbook.scss */
.container .flipbook-slider .item .post-body {
  width: 50%;
}
/* line 116, ../sass/layout/_flipbook.scss */
.container .flipbook-slider.reverse .post-body {
  float: left;
  left: auto;
}
@media screen and (max-width: 991px) {
  /* line 123, ../sass/layout/_flipbook.scss */
  .container .flipbook-slider .item .post-body {
    width: 100%;
  }
}

/* INDEX 2
************/
/* line 134, ../sass/layout/_flipbook.scss */
.roomrate-slider p {
  font-family: "Alegreya", serif !important;
  font-style: italic;
}
/* line 138, ../sass/layout/_flipbook.scss */
.roomrate-slider .item {
  position: relative;
  padding: 0 15px;
}
/* line 141, ../sass/layout/_flipbook.scss */
.roomrate-slider .item .post-thumbnail {
  position: relative;
}
/* line 144, ../sass/layout/_flipbook.scss */
.roomrate-slider .item .post-body {
  text-align: center;
}
/* line 146, ../sass/layout/_flipbook.scss */
.roomrate-slider .item .post-body h2 {
  font-family: "Alegreya", serif !important;
  margin-top: 20px;
}

/* line 1, ../sass/layout/_guestbook.scss */
.guestbook-slider {
  position: static;
}
/* line 3, ../sass/layout/_guestbook.scss */
.guestbook-slider .gb-inner {
  position: relative;
  text-align: center;
}
/* line 6, ../sass/layout/_guestbook.scss */
.guestbook-slider .gb-inner img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
/* line 10, ../sass/layout/_guestbook.scss */
.guestbook-slider .gb-inner .gb--quote {
  display: none;
}
/* line 13, ../sass/layout/_guestbook.scss */
.guestbook-slider .gb-inner .gb--caption {
  position: relative;
  left: 0;
  right: 0;
  margin-top: 35px;
  color: #1c1c1c;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-size: 15px;
  font-weight: 300;
}
/* line 21, ../sass/layout/_guestbook.scss */
.guestbook-slider .gb-inner .gb--caption p.signature {
  font-family: "Alegreya", serif !important;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 26, ../sass/layout/_guestbook.scss */
.guestbook-slider .gb-inner .gb--caption p.address {
  color: #898989;
  font-weight: 400;
  font-size: 13px;
}
/* line 35, ../sass/layout/_guestbook.scss */
.guestbook-slider.guestbook-slider-2 .gb-inner h3.gb--quote {
  display: block;
  font-style: italic;
  padding-top: 35px;
}
/* line 39, ../sass/layout/_guestbook.scss */
.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;
}
/* line 54, ../sass/layout/_guestbook.scss */
.guestbook-slider.guestbook-slider-2 .gb-inner .gb--caption p:first-child {
  margin-bottom: 20px;
}
/* line 58, ../sass/layout/_guestbook.scss */
.guestbook-slider.guestbook-slider-2 .gb-inner img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

/* line 1, ../sass/layout/_news.scss */
.news-slider, .news-slider-2, .event-slider-2, .event-slider-3, .event-slider {
  position: relative;
}
/* line 3, ../sass/layout/_news.scss */
.news-slider .item, .news-slider-2 .item, .event-slider-2 .item, .event-slider-3 .item, .event-slider .item {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  padding: 0 15px;
}
/* line 8, ../sass/layout/_news.scss */
.news-slider .item .wrapper, .news-slider-2 .item .wrapper, .event-slider-2 .item .wrapper, .event-slider-3 .item .wrapper, .event-slider .item .wrapper {
  background-color: #fff;
  position: relative;
}
/* line 11, ../sass/layout/_news.scss */
.news-slider .item .wrapper .post-thumbnail, .news-slider-2 .item .wrapper .post-thumbnail, .event-slider-2 .item .wrapper .post-thumbnail, .event-slider-3 .item .wrapper .post-thumbnail, .event-slider .item .wrapper .post-thumbnail {
  position: absolute;
  width: 48%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
/* line 17, ../sass/layout/_news.scss */
.news-slider .item .wrapper .post-thumbnail img, .news-slider-2 .item .wrapper .post-thumbnail img, .event-slider-2 .item .wrapper .post-thumbnail img, .event-slider-3 .item .wrapper .post-thumbnail img, .event-slider .item .wrapper .post-thumbnail img {
  width: 100%;
  display: none;
}
/* line 21, ../sass/layout/_news.scss */
.news-slider .item .wrapper .post-thumbnail .item-img, .news-slider-2 .item .wrapper .post-thumbnail .item-img, .event-slider-2 .item .wrapper .post-thumbnail .item-img, .event-slider-3 .item .wrapper .post-thumbnail .item-img, .event-slider .item .wrapper .post-thumbnail .item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 30, ../sass/layout/_news.scss */
.news-slider .item .wrapper .post-body, .news-slider-2 .item .wrapper .post-body, .event-slider-2 .item .wrapper .post-body, .event-slider-3 .item .wrapper .post-body, .event-slider .item .wrapper .post-body {
  position: relative;
  float: right;
  width: 52%;
  text-align: left;
  padding: 30px;
  min-height: 200px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* line 38, ../sass/layout/_news.scss */
.news-slider .item .wrapper .post-body h2, .news-slider-2 .item .wrapper .post-body h2, .event-slider-2 .item .wrapper .post-body h2, .event-slider-3 .item .wrapper .post-body h2, .event-slider .item .wrapper .post-body h2 {
  font-family: "Alegreya", serif !important;
  color: #333;
  margin-top: 0;
  font-size: 18px;
}
/* line 44, ../sass/layout/_news.scss */
.news-slider .item .wrapper .post-body h2 a:hover, .news-slider-2 .item .wrapper .post-body h2 a:hover, .event-slider-2 .item .wrapper .post-body h2 a:hover, .event-slider-3 .item .wrapper .post-body h2 a:hover, .event-slider .item .wrapper .post-body h2 a:hover {
  color: #7b63ae;
}
/* line 49, ../sass/layout/_news.scss */
.news-slider .item .wrapper .post-body span.date, .news-slider-2 .item .wrapper .post-body span.date, .event-slider-2 .item .wrapper .post-body span.date, .event-slider-3 .item .wrapper .post-body span.date, .event-slider .item .wrapper .post-body span.date {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
}
/* line 54, ../sass/layout/_news.scss */
.news-slider .item .wrapper .post-body span.date-2, .news-slider-2 .item .wrapper .post-body span.date-2, .event-slider-2 .item .wrapper .post-body span.date-2, .event-slider-3 .item .wrapper .post-body span.date-2, .event-slider .item .wrapper .post-body span.date-2 {
  color: #898989;
  font-size: 14px;
  font-weight: 700;
}

/* line 68, ../sass/layout/_news.scss */
.news-slider-2 .item .wrapper .post-thumbnail, .event-slider-2 .item .wrapper .post-thumbnail, .event-slider-3 .item .wrapper .post-thumbnail {
  width: 100%;
  position: relative;
}
/* line 71, ../sass/layout/_news.scss */
.news-slider-2 .item .wrapper .post-thumbnail img, .event-slider-2 .item .wrapper .post-thumbnail img, .event-slider-3 .item .wrapper .post-thumbnail img {
  display: block;
}
/* line 75, ../sass/layout/_news.scss */
.news-slider-2 .item .wrapper .post-body, .event-slider-2 .item .wrapper .post-body, .event-slider-3 .item .wrapper .post-body {
  width: 100%;
  padding: 35px 30px 40px;
  float: none;
  min-height: 220px;
}
/* line 80, ../sass/layout/_news.scss */
.news-slider-2 .item .wrapper .post-body p, .event-slider-2 .item .wrapper .post-body p, .event-slider-3 .item .wrapper .post-body p {
  color: #333;
  font-size: 14px;
}
/* line 84, ../sass/layout/_news.scss */
.news-slider-2 .item .wrapper .post-body a.btn, .event-slider-2 .item .wrapper .post-body a.btn, .event-slider-3 .item .wrapper .post-body a.btn {
  position: absolute;
  bottom: 40px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  /* line 75, ../sass/layout/_news.scss */
  .news-slider-2 .item .wrapper .post-body, .event-slider-2 .item .wrapper .post-body, .event-slider-3 .item .wrapper .post-body {
    min-height: auto;
  }
  /* line 91, ../sass/layout/_news.scss */
  .news-slider-2 .item .wrapper .post-body a.btn, .event-slider-2 .item .wrapper .post-body a.btn, .event-slider-3 .item .wrapper .post-body a.btn {
    position: relative;
    width: 100%;
    bottom: auto;
  }
}
/* line 102, ../sass/layout/_news.scss */
.news-slider-2.news-style-2 .item .wrapper, .news-style-2.event-slider-2 .item .wrapper, .news-style-2.event-slider-3 .item .wrapper {
  background-color: transparent;
}
/* line 104, ../sass/layout/_news.scss */
.news-slider-2.news-style-2 .item .wrapper .post-body, .news-style-2.event-slider-2 .item .wrapper .post-body, .news-style-2.event-slider-3 .item .wrapper .post-body {
  min-height: auto;
}
/* line 106, ../sass/layout/_news.scss */
.news-slider-2.news-style-2 .item .wrapper .post-body a.btn, .news-style-2.event-slider-2 .item .wrapper .post-body a.btn, .news-style-2.event-slider-3 .item .wrapper .post-body a.btn {
  position: relative;
  bottom: auto;
  width: 100%;
}

/* line 1, ../sass/layout/_categories.scss */
.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;
}
/* line 6, ../sass/layout/_categories.scss */
.cat-box .post-thumbnail, .cat-box-3 .post-thumbnail {
  position: relative;
}
/* line 10, ../sass/layout/_categories.scss */
.cat-box .post-content, .cat-box-3 .post-content {
  background-color: #fff;
  padding: 40px 30px;
  min-height: 304px;
}
/* line 15, ../sass/layout/_categories.scss */
.cat-box .post-content h2, .cat-box-3 .post-content h2 {
  font-family: "Alegreya", serif !important;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}
/* line 21, ../sass/layout/_categories.scss */
.cat-box .post-content h2 a:hover, .cat-box-3 .post-content h2 a:hover {
  background-color: #fff;
}
/* line 26, ../sass/layout/_categories.scss */
.cat-box .post-content .description, .cat-box-3 .post-content .description {
  color: #898989;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 30px;
}
/* line 32, ../sass/layout/_categories.scss */
.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;
}
/* line 39, ../sass/layout/_categories.scss */
.cat-box .post-content a.btn span.inner, .cat-box-3 .post-content a.btn span.inner {
  background-color: #000;
}
/* line 41, ../sass/layout/_categories.scss */
.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) {
  /* line 10, ../sass/layout/_categories.scss */
  .cat-box .post-content, .cat-box-3 .post-content {
    min-height: auto;
  }
  /* line 49, ../sass/layout/_categories.scss */
  .cat-box .post-content a.btn, .cat-box-3 .post-content a.btn {
    position: relative;
    width: 100%;
    bottom: auto;
  }
}

/* line 58, ../sass/layout/_categories.scss */
.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;
}
/* line 63, ../sass/layout/_categories.scss */
.cat-box-2 h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 18px;
}
/* line 71, ../sass/layout/_categories.scss */
.cat-box-2 .post-thumbnail {
  position: relative;
  max-height: 150px;
  overflow: hidden;
}
/* line 75, ../sass/layout/_categories.scss */
.cat-box-2 .post-thumbnail img {
  width: 100%;
}
/* line 79, ../sass/layout/_categories.scss */
.cat-box-2 .post-content {
  color: #898989;
  padding: 30px;
  text-align: center;
  font-size: 14px;
}
/* line 84, ../sass/layout/_categories.scss */
.cat-box-2 .post-content p {
  margin-bottom: 0;
}
/* line 88, ../sass/layout/_categories.scss */
.cat-box-2 a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 94, ../sass/layout/_categories.scss */
.cat-box-2:hover {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

/* line 99, ../sass/layout/_categories.scss */
.cat-box-3 {
  position: relative;
  overflow: hidden;
}
/* line 104, ../sass/layout/_categories.scss */
.cat-box-3 .post-thumbnail img {
  width: 100%;
}
/* line 107, ../sass/layout/_categories.scss */
.cat-box-3 .post-thumbnail a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  z-index: 22;
  display: none;
}
/* line 115, ../sass/layout/_categories.scss */
.cat-box-3 .post-thumbnail a.overlay span {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 120, ../sass/layout/_categories.scss */
  .cat-box-3 .post-thumbnail a.overlay {
    display: block;
  }
}
/* line 125, ../sass/layout/_categories.scss */
.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;
}
/* line 133, ../sass/layout/_categories.scss */
.cat-box-3 .post-content h2 {
  color: #fff;
}
/* line 136, ../sass/layout/_categories.scss */
.cat-box-3 .post-content h2 a:hover {
  background-color: transparent;
}
/* line 141, ../sass/layout/_categories.scss */
.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;
}
/* line 147, ../sass/layout/_categories.scss */
.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;
}
/* line 153, ../sass/layout/_categories.scss */
.cat-box-3 .post-content a.btn span.inner {
  background-color: #fff;
}
/* line 155, ../sass/layout/_categories.scss */
.cat-box-3 .post-content a.btn span.inner:after {
  border-color: #fff;
}
/* line 162, ../sass/layout/_categories.scss */
.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);
}
/* line 164, ../sass/layout/_categories.scss */
.cat-box-3:hover .post-content .description {
  opacity: 1;
  visibility: visible;
}
/* line 168, ../sass/layout/_categories.scss */
.cat-box-3:hover .post-content a.btn {
  opacity: 1;
  visibility: visible;
}

/* line 1, ../sass/layout/_topfoot.scss */
.top-foot {
  color: #fff;
  position: relative;
}
/* line 4, ../sass/layout/_topfoot.scss */
.top-foot .widget {
  background-color: transparent;
}
/* line 6, ../sass/layout/_topfoot.scss */
.top-foot .widget:after {
  content: '';
  display: table;
  clear: both;
}
/* line 11, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-header {
  float: left;
  width: 40%;
  margin-bottom: 0;
  border-bottom: 0;
  padding: 0;
}
/* line 17, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-header h2.widget-title {
  color: #fff;
  font-style: italic;
  margin-bottom: 8px;
  text-align: left;
}
/* line 25, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content {
  width: 60%;
  float: left;
  padding-top: 0;
}
/* line 29, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content p {
  color: #fff !important;
}
/* line 34, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content ul li a {
  color: #fff;
}
/* line 37, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content ul li label {
  color: #fff;
}
/* line 40, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content ul li.label {
  color: #fff !important;
}
/* line 43, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content ul li input[type="text"] {
  color: #1c1c1c;
}
/* line 46, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content ul li span.fa {
  color: #1c1c1c;
}
/* line 51, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content ul li ul li a {
  color: #fff;
}
/* line 57, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content ul li:hover a {
  color: #7b63ae;
}
/* line 62, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content ul li:hover ul li a {
  color: #fff;
}
/* line 66, ../sass/layout/_topfoot.scss */
.top-foot .widget .widget-content ul li:hover ul li:hover a {
  color: #7b63ae;
}
/* line 79, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-"] ul.social-list {
  float: right;
}
/* line 85, ../sass/layout/_topfoot.scss */
.top-foot .widget_subscribe .widget-content {
  max-width: 345px;
}
/* line 89, ../sass/layout/_topfoot.scss */
.top-foot .widget_subscribe .widget-content form .custom input[type="email"] {
  width: calc(100% - 60px);
  margin-bottom: 0;
}
/* line 93, ../sass/layout/_topfoot.scss */
.top-foot .widget_subscribe .widget-content form .custom .btn-subscribe {
  background-color: #7b63ae;
  color: #fff;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
/* line 111, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-1"] .widget .widget-header {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
/* line 116, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-1"] .widget .widget-content {
  width: 100%;
  float: none;
}
/* line 121, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-1"] .widget ul.social-list {
  float: none;
}
/* line 111, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-2"] .widget .widget-header {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
/* line 116, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-2"] .widget .widget-content {
  width: 100%;
  float: none;
}
/* line 121, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-2"] .widget ul.social-list {
  float: none;
}
/* line 111, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-3"] .widget .widget-header {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
/* line 116, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-3"] .widget .widget-content {
  width: 100%;
  float: none;
}
/* line 121, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-3"] .widget ul.social-list {
  float: none;
}
/* line 111, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-4"] .widget .widget-header {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
/* line 116, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-4"] .widget .widget-content {
  width: 100%;
  float: none;
}
/* line 121, ../sass/layout/_topfoot.scss */
.top-foot [class*="col-lg-4"] .widget ul.social-list {
  float: none;
}

/* line 1, ../sass/layout/_footer.scss */
.footer {
  position: relative;
  width: 100%;
}
/* line 4, ../sass/layout/_footer.scss */
.footer .foot-feature {
  position: relative;
  border-bottom: 1px solid #333;
}
/* line 7, ../sass/layout/_footer.scss */
.footer .foot-feature .widget {
  position: relative;
  margin-bottom: 30px;
}
/* line 20, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-header h2.widget-title {
  color: #fff;
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 26, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-header p.caption {
  margin-top: 30px;
}
/* line 30, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content {
  padding-bottom: 20px;
}
/* line 32, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content h5 {
  color: #fff;
}
/* line 37, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content ol li h5 {
  color: #acacac;
}
/* line 42, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content p {
  color: #fff !important;
}
/* line 47, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content ul li a {
  color: #acacac;
}
/* line 50, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content ul li label {
  color: #acacac;
}
/* line 53, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content ul li.label {
  color: #acacac !important;
}
/* line 56, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content ul li input[type="text"] {
  color: #1c1c1c;
}
/* line 59, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content ul li span.fa {
  color: #1c1c1c;
}
/* line 64, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content ul li ul li a {
  color: #acacac;
}
/* line 70, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content ul li:hover a {
  color: #7b63ae;
}
/* line 75, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content ul li:hover ul li a {
  color: #acacac;
}
/* line 79, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-content ul li:hover ul li:hover a {
  color: #7b63ae;
}
/* line 90, ../sass/layout/_footer.scss */
.footer .foot-feature .widget .widget-footer h2 {
  color: #ebebeb;
}
/* line 95, ../sass/layout/_footer.scss */
.footer .foot-feature .widget.widget_subscribe .widget-content {
  max-width: 345px;
}
/* line 99, ../sass/layout/_footer.scss */
.footer .foot-feature .widget.widget_subscribe .widget-content form .custom input[type="email"] {
  width: calc(100% - 60px);
  margin-bottom: 0;
}
/* line 103, ../sass/layout/_footer.scss */
.footer .foot-feature .widget.widget_subscribe .widget-content form .custom .btn-subscribe {
  background-color: #7b63ae;
  color: #fff;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
/* line 121, ../sass/layout/_footer.scss */
.footer .foot-credit h6 {
  font-family: "Lato", sans-serif !important;
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
/* line 129, ../sass/layout/_footer.scss */
.footer .foot-credit ul.checkout-list li {
  display: inline-block;
  margin-right: 10px;
}

/* line 1, ../sass/layout/_subbanner.scss */
.bg-room, .bg-room-detail, .bg-restaurant, .bg-blog, .bg-guestbook, .bg-about, .bg-about-2, .bg-package, .bg-event, .bg-wedding, .bg-spa, .bg-contact, .bg-activity, .bg-gallery, .bg-attraction, .bg-reservation {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/room.jpg);
  min-height: 160px;
}
/* line 4, ../sass/layout/_subbanner.scss */
.bg-room h3, .bg-room-detail h3, .bg-restaurant h3, .bg-blog h3, .bg-guestbook h3, .bg-about h3, .bg-about-2 h3, .bg-package h3, .bg-event h3, .bg-wedding h3, .bg-spa h3, .bg-contact h3, .bg-activity h3, .bg-gallery h3, .bg-attraction h3, .bg-reservation h3 {
  color: #fff;
  font-size: 30px;
  margin-top: 10px;
}
/* line 9, ../sass/layout/_subbanner.scss */
.bg-room ul.feature-list, .bg-room-detail ul.feature-list, .bg-restaurant ul.feature-list, .bg-blog ul.feature-list, .bg-guestbook ul.feature-list, .bg-about ul.feature-list, .bg-about-2 ul.feature-list, .bg-package ul.feature-list, .bg-event ul.feature-list, .bg-wedding ul.feature-list, .bg-spa ul.feature-list, .bg-contact ul.feature-list, .bg-activity ul.feature-list, .bg-gallery ul.feature-list, .bg-attraction ul.feature-list, .bg-reservation ul.feature-list {
  position: relative;
  text-align: right;
}
/* line 12, ../sass/layout/_subbanner.scss */
.bg-room ul.feature-list li, .bg-room-detail ul.feature-list li, .bg-restaurant ul.feature-list li, .bg-blog ul.feature-list li, .bg-guestbook ul.feature-list li, .bg-about ul.feature-list li, .bg-about-2 ul.feature-list li, .bg-package ul.feature-list li, .bg-event ul.feature-list li, .bg-wedding ul.feature-list li, .bg-spa ul.feature-list li, .bg-contact ul.feature-list li, .bg-activity ul.feature-list li, .bg-gallery ul.feature-list li, .bg-attraction ul.feature-list li, .bg-reservation ul.feature-list li {
  display: inline-block;
  margin-right: 60px;
  text-align: left;
}
/* line 16, ../sass/layout/_subbanner.scss */
.bg-room ul.feature-list li h4, .bg-room-detail ul.feature-list li h4, .bg-restaurant ul.feature-list li h4, .bg-blog ul.feature-list li h4, .bg-guestbook ul.feature-list li h4, .bg-about ul.feature-list li h4, .bg-about-2 ul.feature-list li h4, .bg-package ul.feature-list li h4, .bg-event ul.feature-list li h4, .bg-wedding ul.feature-list li h4, .bg-spa ul.feature-list li h4, .bg-contact ul.feature-list li h4, .bg-activity ul.feature-list li h4, .bg-gallery ul.feature-list li h4, .bg-attraction ul.feature-list li h4, .bg-reservation ul.feature-list li h4 {
  color: #fff;
  margin-top: 0;
}
/* line 20, ../sass/layout/_subbanner.scss */
.bg-room ul.feature-list li h6, .bg-room-detail ul.feature-list li h6, .bg-restaurant ul.feature-list li h6, .bg-blog ul.feature-list li h6, .bg-guestbook ul.feature-list li h6, .bg-about ul.feature-list li h6, .bg-about-2 ul.feature-list li h6, .bg-package ul.feature-list li h6, .bg-event ul.feature-list li h6, .bg-wedding ul.feature-list li h6, .bg-spa ul.feature-list li h6, .bg-contact ul.feature-list li h6, .bg-activity ul.feature-list li h6, .bg-gallery ul.feature-list li h6, .bg-attraction ul.feature-list li h6, .bg-reservation ul.feature-list li h6 {
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 11px;
  margin-bottom: 0;
}

/* line 32, ../sass/layout/_subbanner.scss */
.bg-room-detail {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/room-detail.jpg);
}

/* line 36, ../sass/layout/_subbanner.scss */
.bg-restaurant {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/restaurant.jpg);
}

/* line 40, ../sass/layout/_subbanner.scss */
.bg-blog {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/blog.jpg);
}

/* line 44, ../sass/layout/_subbanner.scss */
.bg-guestbook {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/guest-book.jpg);
}

/* line 48, ../sass/layout/_subbanner.scss */
.bg-about {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/about.jpg);
}

/* line 52, ../sass/layout/_subbanner.scss */
.bg-about-2 {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/about-2.jpg);
}

/* line 56, ../sass/layout/_subbanner.scss */
.bg-package {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/package.jpg);
}

/* line 60, ../sass/layout/_subbanner.scss */
.bg-event {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/event.jpg);
}

/* line 64, ../sass/layout/_subbanner.scss */
.bg-wedding {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/wedding.jpg);
}

/* line 68, ../sass/layout/_subbanner.scss */
.bg-spa {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/spa.jpg);
}

/* line 72, ../sass/layout/_subbanner.scss */
.bg-contact {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/contact.jpg);
}

/* line 76, ../sass/layout/_subbanner.scss */
.bg-activity {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/activity.jpg);
}

/* line 80, ../sass/layout/_subbanner.scss */
.bg-gallery {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/gallery.jpg);
}

/* line 84, ../sass/layout/_subbanner.scss */
.bg-attraction {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/attraction.jpg);
}

/* line 88, ../sass/layout/_subbanner.scss */
.bg-reservation {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/reservation.jpg);
}

/* line 1, ../sass/layout/_bookcontact.scss */
.box-contact {
  padding: 50px;
  background-color: #f5f5f5;
}
/* line 4, ../sass/layout/_bookcontact.scss */
.box-contact h3 {
  font-family: "Alegreya", serif !important;
  font-style: italic;
  position: relative;
  font-size: 23px;
  margin-top: 0;
}
/* line 11, ../sass/layout/_bookcontact.scss */
.box-contact h3 ._hr {
  width: 25px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 15px;
}
/* line 21, ../sass/layout/_bookcontact.scss */
.box-contact ul li {
  float: left;
  width: 50%;
}
/* line 24, ../sass/layout/_bookcontact.scss */
.box-contact ul li:first-child {
  padding-right: 20px;
  border-right: 1px solid #000;
}
/* line 28, ../sass/layout/_bookcontact.scss */
.box-contact ul li:last-child {
  padding-left: 20px;
}
/* line 31, ../sass/layout/_bookcontact.scss */
.box-contact ul li h5 {
  font-size: 18px;
  font-style: italic;
}
/* line 35, ../sass/layout/_bookcontact.scss */
.box-contact ul li h6 {
  font-family: "Lato", sans-serif !important;
  font-size: 12px;
  color: #999;
}
/* line 41, ../sass/layout/_bookcontact.scss */
.box-contact ul:after {
  content: '';
  display: table;
  clear: both;
}

/* line 3, ../sass/layout/_schedule.scss */
.schedule .sch-header {
  text-align: center;
  margin-bottom: 60px;
}
/* line 6, ../sass/layout/_schedule.scss */
.schedule .sch-header .switch-tab {
  position: relative;
}
/* line 8, ../sass/layout/_schedule.scss */
.schedule .sch-header .switch-tab ul.list {
  position: relative;
}
/* line 10, ../sass/layout/_schedule.scss */
.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;
}
/* line 17, ../sass/layout/_schedule.scss */
.schedule .sch-header .switch-tab ul.list li a {
  display: block;
  border-bottom: 2px solid transparent;
}
/* line 20, ../sass/layout/_schedule.scss */
.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;
}
/* line 24, ../sass/layout/_schedule.scss */
.schedule .sch-header .switch-tab ul.list li a p.time {
  font-family: "Lato", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 29, ../sass/layout/_schedule.scss */
.schedule .sch-header .switch-tab ul.list li a:hover {
  color: #7b63ae;
}
/* line 31, ../sass/layout/_schedule.scss */
.schedule .sch-header .switch-tab ul.list li a:hover h3 {
  color: #7b63ae;
}
/* line 35, ../sass/layout/_schedule.scss */
.schedule .sch-header .switch-tab ul.list li a.active {
  border-bottom: 2px solid #7b63ae;
  color: #7b63ae;
}
/* line 38, ../sass/layout/_schedule.scss */
.schedule .sch-header .switch-tab ul.list li a.active h3 {
  color: #7b63ae;
}
/* line 48, ../sass/layout/_schedule.scss */
.schedule .sch-body {
  position: relative;
}
/* line 50, ../sass/layout/_schedule.scss */
.schedule .sch-body .schedule-inner {
  width: 100%;
  overflow: hidden;
}
/* line 53, ../sass/layout/_schedule.scss */
.schedule .sch-body .schedule-inner .post {
  margin-bottom: 40px;
}
/* line 56, ../sass/layout/_schedule.scss */
.schedule .sch-body .schedule-inner .post .post-content p {
  color: #898989;
}
/* line 59, ../sass/layout/_schedule.scss */
.schedule .sch-body .schedule-inner .post .post-content p.price {
  font-family: "Alegreya", serif !important;
  font-size: 18px;
  font-style: italic;
  color: #7b63ae;
}
/* line 70, ../sass/layout/_schedule.scss */
.schedule .sch-footer {
  position: relative;
  text-align: center;
}

/* line 6, ../sass/layout/_event.scss */
.event-slider .item .wrapper .post-thumbnail .timetable {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 30px;
  color: #fff;
}
/* line 14, ../sass/layout/_event.scss */
.event-slider .item .wrapper .post-thumbnail .timetable p {
  margin: 10px 0;
  font-size: 13px;
}
/* line 20, ../sass/layout/_event.scss */
.event-slider .item .wrapper .post-body {
  min-height: 215px;
}
/* line 22, ../sass/layout/_event.scss */
.event-slider .item .wrapper .post-body p.price {
  font-family: "Alegreya", serif !important;
  margin-bottom: 20px;
  font-size: 18px;
}
/* line 27, ../sass/layout/_event.scss */
.event-slider .item .wrapper .post-body h2 {
  margin: 0 0 10px;
}

/* line 41, ../sass/layout/_event.scss */
.event-slider-2 .item .wrapper .post-thumbnail img, .event-slider-3 .item .wrapper .post-thumbnail img {
  width: 100%;
}
/* line 44, ../sass/layout/_event.scss */
.event-slider-2 .item .wrapper .post-thumbnail .timetable, .event-slider-3 .item .wrapper .post-thumbnail .timetable {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 30px;
  color: #fff;
}
/* line 52, ../sass/layout/_event.scss */
.event-slider-2 .item .wrapper .post-thumbnail .timetable p, .event-slider-3 .item .wrapper .post-thumbnail .timetable p {
  margin: 10px 0;
  font-size: 13px;
}
/* line 58, ../sass/layout/_event.scss */
.event-slider-2 .item .wrapper .post-body, .event-slider-3 .item .wrapper .post-body {
  position: static;
  min-height: 240px;
}
/* line 62, ../sass/layout/_event.scss */
.event-slider-2 .item .wrapper .post-body p.price, .event-slider-3 .item .wrapper .post-body p.price {
  font-family: "Alegreya", serif !important;
  color: #000;
  font-size: 18px;
}
/* line 72, ../sass/layout/_event.scss */
.event-slider-2.event-style-2 .item .wrapper, .event-style-2.event-slider-3 .item .wrapper {
  background-color: transparent;
}
/* line 74, ../sass/layout/_event.scss */
.event-slider-2.event-style-2 .item .wrapper .post-body, .event-style-2.event-slider-3 .item .wrapper .post-body {
  min-height: auto;
}
/* line 76, ../sass/layout/_event.scss */
.event-slider-2.event-style-2 .item .wrapper .post-body a.btn, .event-style-2.event-slider-3 .item .wrapper .post-body a.btn {
  position: relative;
  bottom: auto;
  width: 100%;
}

/* line 91, ../sass/layout/_event.scss */
.event-slider-3 .wrapper .post-body .post-footer {
  bottom: 0;
}

/* line 1, ../sass/layout/_reserve.scss */
.reserve {
  background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url(../img/bg/reserve.jpg);
  min-height: 600px;
}
/* line 4, ../sass/layout/_reserve.scss */
.reserve .reserve-form {
  max-width: 270px;
  min-height: 450px;
  position: relative;
  background-color: #fff;
  padding: 30px 20px;
  float: right;
}
/* line 11, ../sass/layout/_reserve.scss */
.reserve .reserve-form ul.reserve-list {
  position: relative;
}
/* line 13, ../sass/layout/_reserve.scss */
.reserve .reserve-form ul.reserve-list li {
  position: relative;
  margin-bottom: 20px;
}
/* line 16, ../sass/layout/_reserve.scss */
.reserve .reserve-form ul.reserve-list li label {
  font-family: "Lato", sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 22, ../sass/layout/_reserve.scss */
.reserve .reserve-form ul.reserve-list li:last-child {
  margin-bottom: 0;
}
/* line 29, ../sass/layout/_reserve.scss */
.reserve .reserve-form ul.reserve-list #people .custom,
.reserve .reserve-form ul.reserve-list #meal .custom,
.reserve .reserve-form ul.reserve-list #time .custom {
  font-family: "Alegreya", serif !important;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
/* line 37, ../sass/layout/_reserve.scss */
.reserve .reserve-form ul.reserve-list #date .custom {
  font-family: "Alegreya", serif !important;
  position: relative;
}
/* line 40, ../sass/layout/_reserve.scss */
.reserve .reserve-form ul.reserve-list #date .custom input.datepicker {
  font-family: "Alegreya", serif !important;
  width: 100%;
  height: 40px;
  font-size: 0.9em;
  padding: 0px 20px;
  border: 0px;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #f9f9f9;
}
/* line 51, ../sass/layout/_reserve.scss */
.reserve .reserve-form ul.reserve-list #date .custom span.custom-icon {
  color: #000;
  background-color: #f9f9f9;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 60, ../sass/layout/_reserve.scss */
.reserve .reserve-form ul.reserve-list #request a {
  background-color: #7b63ae;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  display: block;
  padding: 15px 30px;
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
/* line 71, ../sass/layout/_reserve.scss */
.reserve .reserve-form ul.reserve-list #request a:hover {
  background-color: #e8b647;
}
/* line 78, ../sass/layout/_reserve.scss */
.reserve .reserve-term {
  position: relative;
  margin-top: 20%;
  color: #fff;
}
/* line 82, ../sass/layout/_reserve.scss */
.reserve .reserve-term h2 {
  color: #fff;
  margin-bottom: 40px;
}
/* line 86, ../sass/layout/_reserve.scss */
.reserve .reserve-term .timetable {
  display: table;
}
/* line 88, ../sass/layout/_reserve.scss */
.reserve .reserve-term .timetable div.tRow {
  display: table-row;
  margin-bottom: 20px;
}
/* line 92, ../sass/layout/_reserve.scss */
.reserve .reserve-term .timetable div.tCell {
  display: table-cell;
  padding-right: 20px;
  padding-bottom: 20px;
}
/* line 96, ../sass/layout/_reserve.scss */
.reserve .reserve-term .timetable div.tCell:first-child {
  text-transform: uppercase;
  font-weight: 700;
}

/* line 6, ../sass/layout/_accommodation.scss */
.accommodation-slider .item .post .post-body {
  background-color: #fff;
  text-align: center;
  min-height: 320px;
}
/* line 10, ../sass/layout/_accommodation.scss */
.accommodation-slider .item .post .post-body h2 {
  font-size: 28px;
}
/* line 14, ../sass/layout/_accommodation.scss */
.accommodation-slider .item .post .post-body .post-content p {
  color: #898989;
}
/* line 19, ../sass/layout/_accommodation.scss */
.accommodation-slider .item .post .post-body .post-footer p.price {
  font-family: "Alegreya", serif !important;
  font-size: 28px;
  margin-bottom: 30px;
}
/* line 23, ../sass/layout/_accommodation.scss */
.accommodation-slider .item .post .post-body .post-footer p.price span.small {
  font-size: 14px;
}

/* line 1, ../sass/layout/_roominfomation.scss */
.room-infomation {
  position: relative;
}
/* line 3, ../sass/layout/_roominfomation.scss */
.room-infomation .switch-list {
  position: relative;
  width: 20.086%;
  max-width: 235px;
  float: left;
}
/* line 8, ../sass/layout/_roominfomation.scss */
.room-infomation .switch-list ul {
  margin-top: 12px;
  padding-right: 35px;
}
/* line 11, ../sass/layout/_roominfomation.scss */
.room-infomation .switch-list ul li {
  position: relative;
}
/* line 13, ../sass/layout/_roominfomation.scss */
.room-infomation .switch-list ul li a {
  display: block;
  padding: 26px 0 16px 0;
  border-bottom: 2px solid #e4e4e4;
  cursor: pointer;
}
/* line 18, ../sass/layout/_roominfomation.scss */
.room-infomation .switch-list ul li a h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}
/* line 24, ../sass/layout/_roominfomation.scss */
.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;
}
/* line 32, ../sass/layout/_roominfomation.scss */
.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%;
}
/* line 42, ../sass/layout/_roominfomation.scss */
.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);
}
/* line 45, ../sass/layout/_roominfomation.scss */
.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);
}
/* line 49, ../sass/layout/_roominfomation.scss */
.room-infomation .switch-list ul li a.active {
  border-bottom: 2px solid #7b63ae;
}
/* line 51, ../sass/layout/_roominfomation.scss */
.room-infomation .switch-list ul li a.active h3 {
  color: #7b63ae;
}
/* line 54, ../sass/layout/_roominfomation.scss */
.room-infomation .switch-list ul li a.active span.icon-arrow {
  background-color: #7b63ae;
}
/* line 56, ../sass/layout/_roominfomation.scss */
.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: #7b63ae;
}
/* line 66, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content {
  position: relative;
  width: 79.914%;
  float: left;
  padding-top: 30px;
  padding-left: 65px;
  border-left: 1px solid #e4e4e4;
}
/* line 73, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner {
  position: relative;
}
/* line 75, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-header {
  position: relative;
  margin-bottom: 30px;
}
/* line 78, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-header h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1em;
}
/* line 83, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-header p {
  font-size: 14px;
  font-weight: 300;
}
/* line 88, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer {
  position: relative;
  display: block;
}
/* line 91, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer .info-group {
  position: relative;
  width: 33.333333%;
  float: left;
  margin-bottom: 30px;
  display: block;
}
/* line 97, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer .info-group h3 {
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  letter-spacing: 2px;
}
/* line 105, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer .info-group ul {
  position: relative;
}
/* line 107, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer .info-group ul li {
  font-family: "Lato", sans-serif !important;
  color: #898989;
  position: relative;
  font-size: 0.9em;
  padding-left: 20px;
  line-height: 30px;
}
/* line 114, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer .info-group ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #898989;
}
/* line 127, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer:after {
  content: '';
  clear: both;
  display: table;
}
/* line 134, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list {
  position: relative;
  width: 100%;
  float: none;
}
/* line 138, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li {
  padding: 25px 0;
  border-top: 1px solid #eee;
}
/* line 141, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li:before {
  display: none;
}
/* line 144, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li:last-child {
  border-bottom: 1px solid #eee;
}
/* line 147, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 {
  width: 70%;
  float: left;
  padding-right: 20px;
}
/* line 151, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 input[type="checkbox"] {
  cursor: pointer;
  margin-right: 20px;
}
/* line 155, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 p {
  font-family: "Lato", sans-serif !important;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 300;
}
/* line 161, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 label {
  font-family: "Alegreya", serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
/* line 168, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li .column-2 {
  width: 10%;
  float: left;
  padding: 0 10px;
  margin-top: 20px;
}
/* line 173, ../sass/layout/_roominfomation.scss */
.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;
}
/* line 181, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li .column-3 {
  font-family: "Alegreya", serif !important;
  width: 20%;
  float: left;
  font-size: 20px;
  color: #1c1c1c;
  text-align: center;
  margin-top: 25px;
  padding: 0 10px;
}
/* line 190, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li .column-3 span {
  font-size: 14px;
}
/* line 194, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer ul.package-list li:after {
  content: '';
  clear: both;
  display: table;
}
/* line 203, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer table {
  width: 100%;
}
/* line 206, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer table thead th {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #e4e4e4;
}
/* line 216, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer table tbody td {
  font-family: "Alegreya", serif !important;
  padding: 15px 20px;
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
}
/* line 222, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer table tbody td h4 {
  margin-top: 0;
}
/* line 225, ../sass/layout/_roominfomation.scss */
.room-infomation .info-content .info-inner .info-footer table tbody td p {
  font-size: 14px;
  margin-bottom: 0;
  color: #898989;
  font-family: "Lato", sans-serif !important;
}
/* line 237, ../sass/layout/_roominfomation.scss */
.room-infomation:after {
  content: '';
  clear: both;
  display: table;
}

/* line 5, ../sass/layout/_slidercheck.scss */
.slider-check .sidebar .widget_reservation .widget-header h2.widget-title {
  font-size: 16px;
}
/* line 8, ../sass/layout/_slidercheck.scss */
.slider-check .sidebar .widget_reservation .widget-header p.price {
  line-height: 1em;
}
/* line 15, ../sass/layout/_slidercheck.scss */
.slider-check .big-slider {
  position: relative;
  margin-bottom: 10px;
}
/* line 18, ../sass/layout/_slidercheck.scss */
.slider-check .big-slider img {
  width: 100%;
  margin: 0 auto;
}
/* line 22, ../sass/layout/_slidercheck.scss */
.slider-check .big-slider .item {
  position: relative;
}
/* line 24, ../sass/layout/_slidercheck.scss */
.slider-check .big-slider .item .post-thumbnail {
  position: relative;
  max-height: 480px;
  overflow: hidden;
}
/* line 29, ../sass/layout/_slidercheck.scss */
.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;
}
/* line 35, ../sass/layout/_slidercheck.scss */
.slider-check .big-slider .item .post-body h5 {
  font-family: "Lato", sans-serif !important;
  color: #fff;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
}
/* line 47, ../sass/layout/_slidercheck.scss */
.slider-check .small-slider .item {
  max-height: 80px;
  overflow: hidden;
  margin-right: 5px;
}
/* line 51, ../sass/layout/_slidercheck.scss */
.slider-check .small-slider .item .post-thumbnail {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
/* line 55, ../sass/layout/_slidercheck.scss */
.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 #7b63ae;
  transition: box-shadow .1s ease;
}
/* line 70, ../sass/layout/_slidercheck.scss */
.slider-check .small-slider .synced .item .post-thumbnail:after {
  box-shadow: inset 0 0 0 5px #7b63ae;
}

/* 5.	Pages
-------------------------------*/
/* Room & Rates
*********/
/* line 1, ../sass/pages/room/_room-page.scss */
.room-page, .accommodation-slider .item {
  position: relative;
}
/* line 3, ../sass/pages/room/_room-page.scss */
.room-page .post, .accommodation-slider .item .post {
  max-width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
/* line 12, ../sass/pages/room/_room-page.scss */
.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;
}
/* line 20, ../sass/pages/room/_room-page.scss */
.room-page .post:after, .accommodation-slider .item .post:after {
  content: "";
  clear: both;
  display: table;
}

/* line 3, ../sass/pages/room/_room-simple.scss */
.room-simple .post .post-media, .accommodation-slider .item .post .post-media, .room-grid .post .post-media {
  position: relative;
  max-height: 240px;
  overflow: hidden;
}
/* line 8, ../sass/pages/room/_room-simple.scss */
.room-simple .post .post-body, .accommodation-slider .item .post .post-body, .room-grid .post .post-body {
  padding: 30px;
}
/* line 10, ../sass/pages/room/_room-simple.scss */
.room-simple .post .post-body h2, .accommodation-slider .item .post .post-body h2, .room-grid .post .post-body h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* line 17, ../sass/pages/room/_room-simple.scss */
.room-simple .post .post-body .post-content, .accommodation-slider .item .post .post-body .post-content, .room-grid .post .post-body .post-content {
  color: #1c1c1c;
  font-size: 14px;
  margin-bottom: 25px;
}
/* line 22, ../sass/pages/room/_room-simple.scss */
.room-simple .post .post-body .post-footer, .accommodation-slider .item .post .post-body .post-footer, .room-grid .post .post-body .post-footer {
  position: relative;
  bottom: 0;
}
/* line 25, ../sass/pages/room/_room-simple.scss */
.room-simple .post .post-body .post-footer p.price, .accommodation-slider .item .post .post-body .post-footer p.price, .room-grid .post .post-body .post-footer p.price {
  font-family: "Alegreya", serif !important;
  font-size: 30px;
  margin-bottom: 30px;
}
/* line 29, ../sass/pages/room/_room-simple.scss */
.room-simple .post .post-body .post-footer p.price span.small, .accommodation-slider .item .post .post-body .post-footer p.price span.small, .room-grid .post .post-body .post-footer p.price span.small {
  font-size: 0.5em;
}

/* line 1, ../sass/pages/room/_room-list.scss */
.room-list {
  position: relative;
}
/* line 4, ../sass/pages/room/_room-list.scss */
.room-list .post .post-media {
  width: 50%;
  left: 50%;
  float: left;
  position: relative;
}
/* line 10, ../sass/pages/room/_room-list.scss */
.room-list .post .post-body {
  background-color: #fff;
  width: 50%;
  right: 50%;
  position: relative;
  float: left;
  min-height: 423px;
  padding: 60px 70px 30px;
}
/* line 18, ../sass/pages/room/_room-list.scss */
.room-list .post .post-body h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
/* line 25, ../sass/pages/room/_room-list.scss */
.room-list .post .post-body .post-content {
  color: #898989;
  font-size: 0.9em;
}
/* line 28, ../sass/pages/room/_room-list.scss */
.room-list .post .post-body .post-content ul {
  position: relative;
  margin-bottom: 10px;
}
/* line 31, ../sass/pages/room/_room-list.scss */
.room-list .post .post-body .post-content ul li {
  font-family: "Lato", sans-serif !important;
  color: #898989;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  line-height: 30px;
}
/* line 38, ../sass/pages/room/_room-list.scss */
.room-list .post .post-body .post-content ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #898989;
}
/* line 51, ../sass/pages/room/_room-list.scss */
.room-list .post .post-body .post-footer {
  position: relative;
  bottom: 0;
}
/* line 54, ../sass/pages/room/_room-list.scss */
.room-list .post .post-body .post-footer p.price {
  font-family: "Alegreya", serif !important;
  font-size: 30px;
  color: #202020;
  margin-bottom: 0;
}
/* line 59, ../sass/pages/room/_room-list.scss */
.room-list .post .post-body .post-footer p.price span.small {
  font-size: 0.5em;
}
/* line 63, ../sass/pages/room/_room-list.scss */
.room-list .post .post-body .post-footer a.btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 50px;
}
/* line 71, ../sass/pages/room/_room-list.scss */
.room-list .post:after {
  content: "";
  clear: both;
  display: table;
}

/* line 4, ../sass/pages/room/_room-grid.scss */
.room-grid .post .post-body {
  background-color: #fff;
  text-align: center;
  min-height: 320px;
  padding: 30px 50px;
}
/* line 10, ../sass/pages/room/_room-grid.scss */
.room-grid .post .post-body .post-content p {
  color: #898989;
}
/* line 15, ../sass/pages/room/_room-grid.scss */
.room-grid .post .post-body .post-footer p.price {
  font-family: "Alegreya", serif !important;
  margin-bottom: 30px;
}
/* line 18, ../sass/pages/room/_room-grid.scss */
.room-grid .post .post-body .post-footer p.price span.small {
  font-size: 14px;
}

/* line 3, ../sass/pages/room/_room-modem.scss */
.room-modem .post .post-media {
  width: 58.33333333%;
  max-height: 430px;
  float: left;
  position: relative;
}
/* line 9, ../sass/pages/room/_room-modem.scss */
.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;
}
/* line 21, ../sass/pages/room/_room-modem.scss */
.room-modem .post .post-body h2 {
  font-size: 32px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
/* line 29, ../sass/pages/room/_room-modem.scss */
.room-modem .post .post-body .post-content {
  position: relative;
  margin-bottom: 30px;
}
/* line 32, ../sass/pages/room/_room-modem.scss */
.room-modem .post .post-body .post-content p {
  color: #898989;
  margin-bottom: 0;
}
/* line 37, ../sass/pages/room/_room-modem.scss */
.room-modem .post .post-body .post-footer {
  position: relative;
  bottom: 0;
}
/* line 40, ../sass/pages/room/_room-modem.scss */
.room-modem .post .post-body .post-footer p.price {
  font-family: "Alegreya", serif !important;
  font-size: 30px;
  color: #202020;
  margin-bottom: 40px;
  line-height: 1em;
}
/* line 46, ../sass/pages/room/_room-modem.scss */
.room-modem .post .post-body .post-footer p.price span.small {
  font-size: 0.5em;
}
/* line 55, ../sass/pages/room/_room-modem.scss */
.room-modem [class*="col-"]:nth-child(odd) .post .post-media {
  left: 41.66666667%;
}
/* line 58, ../sass/pages/room/_room-modem.scss */
.room-modem [class*="col-"]:nth-child(odd) .post .post-body {
  right: auto;
}

/* line 3, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post .post-media {
  max-height: 350px;
}
/* line 5, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post .post-media img {
  width: 100%;
}
/* line 8, ../sass/pages/room/_room-thumbnail.scss */
.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)');
}
/* line 17, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post .post-media a.overlay {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}
/* line 24, ../sass/pages/room/_room-thumbnail.scss */
.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;
}
/* line 35, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post .post-body h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 40, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post .post-body p.price {
  color: #7b63ae;
  font-family: "Alegreya", serif !important;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1em;
}
/* line 46, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post .post-body p.price span.small {
  color: #fff;
  font-size: 0.6em;
}
/* line 51, ../sass/pages/room/_room-thumbnail.scss */
.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;
}
/* line 60, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post .post-body .post-footer {
  position: relative;
  bottom: 0;
}
/* line 63, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post .post-body .post-footer a.btn {
  color: #fff !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 67, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post .post-body .post-footer a.btn span.inner {
  background-color: #fff;
}
/* line 69, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post .post-body .post-footer a.btn span.inner:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
/* line 77, ../sass/pages/room/_room-thumbnail.scss */
.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;
}
/* line 89, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post:hover .post-media a.overlay {
  opacity: 1;
  visibility: visible;
}
/* line 94, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post:hover .post-body {
  bottom: calc(100% - 150px);
}
/* line 98, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post:hover .post-body .post-content {
  opacity: 1;
  visibility: visible;
}
/* line 103, ../sass/pages/room/_room-thumbnail.scss */
.room-thumbnail .post:hover:before {
  top: 0;
  background-color: rgba(28, 28, 28, 0.8);
}

/* Blog
*********/
/* line 3, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .search-box {
  position: relative;
  margin-bottom: 30px;
}
/* line 7, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .search-box form input {
  font-family: "Alegreya", serif !important;
  position: relative;
  border: 0;
  background-color: #fff;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 50px;
}
/* line 17, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .search-box form input::-moz-placeholder {
  color: #898989;
  opacity: 1;
  font-family: "Droid Serif";
  font-size: 14px;
  line-height: 60px;
}
/* line 18, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .search-box form input:-ms-input-placeholder {
  color: #898989;
  font-family: "Droid Serif";
  font-size: 14px;
  line-height: 60px;
}
/* line 19, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .search-box form input::-webkit-input-placeholder {
  color: #898989;
  font-family: "Droid Serif";
  font-size: 14px;
  line-height: 25px;
}
/* line 20, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .search-box form:after {
  position: absolute;
  content: '\f002';
  font-family: "Fontawesome";
  color: #1c1c1c;
  right: 30px;
  top: 20px;
}
/* line 32, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-thumbnail {
  position: relative;
  overflow: hidden;
  background-color: #e2e2e2;
}
/* line 39, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-thumbnail img {
  width: 100%;
}
/* line 42, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-thumbnail .posted-on {
  position: absolute;
  top: 9%;
  left: 4%;
  min-width: 80px;
  background-color: #fff;
  color: #000;
  padding: 13px;
  text-align: center;
}
/* line 50, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-thumbnail .posted-on p {
  font-family: "Lato", sans-serif !important;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 56, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-thumbnail .posted-on p.day {
  font-family: "Alegreya", serif !important;
  font-size: 36px;
  line-height: 40px;
}
/* line 62, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-thumbnail a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
/* line 69, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body {
  padding: 30px;
}
/* line 72, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-header {
  margin-bottom: 20px;
  padding: 0;
}
/* line 76, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-header ul.cat-links li {
  display: inline-block;
  margin-right: 10px;
}
/* line 79, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-header ul.cat-links li a {
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #7b63ae;
}
/* line 84, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-header ul.cat-links li a:hover {
  text-decoration: underline;
}
/* line 88, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-header ul.cat-links li:last-child {
  margin-right: 0;
}
/* line 93, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-header h2.entry-title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 26px;
  font-style: italic;
}
/* line 101, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-footer span {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #898989;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 480px) {
  /* line 101, ../sass/pages/blog/_blog.scss */
  .page-blog .site-content .post .post-body .entry-footer span {
    display: block;
    margin-bottom: 10px;
    float: none;
  }
}
/* line 114, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-footer span.tags-links:before {
  content: '\f02b';
  font-family: "Fontawesome";
}
/* line 120, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-footer span.comments-link:before {
  content: '\f075';
  font-family: "Fontawesome";
}
/* line 125, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-footer span a {
  color: #898989;
}
/* line 127, ../sass/pages/blog/_blog.scss */
.page-blog .site-content .post .post-body .entry-footer span a:hover {
  color: #7b63ae;
}

/* line 2, ../sass/pages/blog/_blog-event.scss */
.post .have-event {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
  background-color: rgba(28, 28, 28, 0.8);
}

/* line 9, ../sass/pages/blog/_blog-event.scss */
#clock-event {
  color: #fff;
  font-family: "Alegreya", serif !important;
}
/* line 12, ../sass/pages/blog/_blog-event.scss */
#clock-event ul {
  max-height: 80px;
  overflow: hidden;
}
/* line 15, ../sass/pages/blog/_blog-event.scss */
#clock-event ul li {
  position: relative;
  float: left;
  font-size: 29px;
  padding: 15px 25px;
  line-height: 22px;
}
/* line 21, ../sass/pages/blog/_blog-event.scss */
#clock-event ul li span {
  font-family: "Lato", sans-serif !important;
  font-size: 0.3em;
  text-transform: uppercase;
}
/* line 27, ../sass/pages/blog/_blog-event.scss */
#clock-event ul:after {
  content: '';
  clear: both;
  display: table;
}

/* line 2, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content {
  margin-bottom: 30px;
}
/* line 5, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links {
  position: relative;
  background-color: #1c1c1c;
  color: #fff;
  width: 100%;
}
/* line 11, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev,
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next {
  position: relative;
  float: left;
  width: 50%;
  -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;
}
/* line 16, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev a,
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next a {
  color: #fff;
  text-align: center;
  display: block;
}
/* line 20, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev a p,
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next a p {
  margin-bottom: 0;
}
/* line 22, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev a p.meta-nav,
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next a p.meta-nav {
  color: #7b63ae;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 28, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev a p.post-title,
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next a p.post-title {
  font-family: "Alegreya", serif !important;
  font-style: italic;
  font-size: 16px;
}
/* line 36, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev {
  border-right: 1px solid #333;
}
/* line 38, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev a {
  padding: 30px 40px 30px 90px;
}
/* line 41, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev:before {
  color: #898989;
  content: '\f104';
  font-family: 'Fontawesome';
  position: absolute;
  top: calc(50% - 17px);
  left: 20px;
  font-size: 25px;
  font-weight: 700;
  -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;
}
/* line 52, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev:hover {
  background-color: #333;
}
/* line 54, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev:hover:before {
  color: #7b63ae;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* line 61, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next a {
  padding: 30px 90px 30px 40px;
}
/* line 64, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next:before {
  color: #898989;
  content: '\f105';
  font-family: 'Fontawesome';
  position: absolute;
  top: calc(50% - 17px);
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  -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;
}
/* line 75, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next:hover {
  background-color: #333;
}
/* line 77, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next:hover:before {
  color: #7b63ae;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
/* line 83, ../sass/pages/blog/_blog-detail.scss */
.page-blog-detail .site-content nav.post-navigation .nav-links:after {
  content: '';
  clear: both;
  display: table;
}

/* line 1, ../sass/pages/blog/_format.scss */
.format-slider {
  position: relative;
}
/* line 4, ../sass/pages/blog/_format.scss */
.format-slider .post-slider .item {
  height: 350px;
}

/* line 10, ../sass/pages/blog/_format.scss */
.format-audio {
  position: relative;
}
/* line 12, ../sass/pages/blog/_format.scss */
.format-audio .post-media {
  position: relative;
  height: 280px;
  overflow: hidden;
}
/* line 16, ../sass/pages/blog/_format.scss */
.format-audio .post-media iframe {
  height: 100%;
}

/* line 24, ../sass/pages/blog/_format.scss */
.format-video .post-thumbnail:before {
  content: '\f144';
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  top: calc(50% - 40px);
  font-size: 4em;
  text-align: center;
}

/* line 38, ../sass/pages/blog/_format.scss */
.format-quote {
  position: relative;
}
/* line 40, ../sass/pages/blog/_format.scss */
.format-quote blockquote {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 130px;
}
/* line 46, ../sass/pages/blog/_format.scss */
.format-quote blockquote footer {
  margin-top: 20px;
}
/* line 51, ../sass/pages/blog/_format.scss */
.format-quote.has-post-thumbnail blockquote {
  position: absolute;
  top: 0;
}
/* line 54, ../sass/pages/blog/_format.scss */
.format-quote.has-post-thumbnail blockquote p {
  color: #fff;
}
/* line 58, ../sass/pages/blog/_format.scss */
.format-quote.has-post-thumbnail blockquote footer cite {
  color: #fff;
}
/* line 64, ../sass/pages/blog/_format.scss */
.format-quote.has-post-thumbnail .post-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.5);
}

/* line 75, ../sass/pages/blog/_format.scss */
.highlights {
  position: relative;
}
/* line 77, ../sass/pages/blog/_format.scss */
.highlights .flag {
  position: absolute;
  top: 0;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #7b63ae;
}
/* line 84, ../sass/pages/blog/_format.scss */
.highlights .flag:before {
  content: '\f005';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
  color: #fff;
}
/* line 94, ../sass/pages/blog/_format.scss */
.highlights .flag:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  border-width: 0 20px 10px 20px;
  border-style: solid;
  border-color: #7b63ae #7b63ae transparent #7b63ae;
}

/* Single Page
*********/
/* line 1, ../sass/pages/_gallery.scss */
.isotope-grid-wrapper {
  margin: 0;
}

/* line 4, ../sass/pages/_gallery.scss */
.isotope-grid {
  position: relative;
  width: 100%;
}
/* line 8, ../sass/pages/_gallery.scss */
.isotope-grid .grid-item,
.isotope-grid .grid-sizer {
  width: 25%;
}

/* Style 1 */
/* line 15, ../sass/pages/_gallery.scss */
.gallery-grid-item-style-1 .grid-item,
.gallery-grid-item-style-1 .grid-sizer {
  width: 33.3333%;
}

/* Style 2 - 3 */
/* line 23, ../sass/pages/_gallery.scss */
.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;
}

/* line 34, ../sass/pages/_gallery.scss */
.grid-item.wide,
.grid-item.large {
  width: 50%;
}

/* line 38, ../sass/pages/_gallery.scss */
.grid-item {
  position: relative;
  float: left;
  overflow: hidden;
}
/* line 42, ../sass/pages/_gallery.scss */
.grid-item > * {
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 47, ../sass/pages/_gallery.scss */
.grid-item .work-item {
  position: relative;
  overflow: hidden;
}
/* line 50, ../sass/pages/_gallery.scss */
.grid-item .work-item img {
  width: 100%;
  height: auto;
}
/* line 54, ../sass/pages/_gallery.scss */
.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;
}
/* line 67, ../sass/pages/_gallery.scss */
.grid-item .work-item a.mfp-image {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 26;
}
/* line 76, ../sass/pages/_gallery.scss */
.grid-item .work-item a.mfp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 26;
}
/* line 83, ../sass/pages/_gallery.scss */
.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);
}
/* line 93, ../sass/pages/_gallery.scss */
.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%);
}
/* line 99, ../sass/pages/_gallery.scss */
.grid-item .work-item .title .inner h2 {
  font-style: italic;
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
}
/* line 106, ../sass/pages/_gallery.scss */
.grid-item .work-item .title .inner span {
  color: #7b63ae;
  font-size: 20px;
}
/* line 113, ../sass/pages/_gallery.scss */
.grid-item .work-item:hover .video-marker {
  opacity: 0;
  visibility: hidden;
}
/* line 117, ../sass/pages/_gallery.scss */
.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);
}

/* line 124, ../sass/pages/_gallery.scss */
.filters {
  font-family: "Alegreya", serif !important;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  font-size: 0;
}

/* line 132, ../sass/pages/_gallery.scss */
.filters > li {
  display: inline-block;
}

/* line 136, ../sass/pages/_gallery.scss */
.filters > li > a {
  font-family: "Alegreya", serif !important;
  color: #202020;
  margin: 0 20px;
  padding: 0 10px;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

/* line 147, ../sass/pages/_gallery.scss */
.filters > li > a:hover,
.filters > li > a.current {
  color: #7b63ae;
}

/* line 150, ../sass/pages/_gallery.scss */
.filters > li > a.current {
  border-bottom: 2px solid #7b63ae;
}

/* GALLERY Effect Fade hover
**********/
/* line 159, ../sass/pages/_gallery.scss */
.gallery-effect-fadehover .grid-item .work-item:after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', 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;
}
/* line 169, ../sass/pages/_gallery.scss */
.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;
}
/* line 178, ../sass/pages/_gallery.scss */
.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;
}
/* line 182, ../sass/pages/_gallery.scss */
.gallery-effect-fadehover .grid-item .work-item .title .inner {
  top: 100%;
}
/* line 184, ../sass/pages/_gallery.scss */
.gallery-effect-fadehover .grid-item .work-item .title .inner h2 {
  margin-bottom: 0;
  bottom: 20px;
  position: absolute;
  left: 20px;
}
/* line 190, ../sass/pages/_gallery.scss */
.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;
}
/* line 201, ../sass/pages/_gallery.scss */
.gallery-effect-fadehover .grid-item .work-item:hover .title {
  background-color: rgba(28, 28, 28, 0.7);
}
/* line 203, ../sass/pages/_gallery.scss */
.gallery-effect-fadehover .grid-item .work-item:hover .title span {
  opacity: 1;
  visibility: visible;
}

/* GUESTBOOK
*********/
/* line 4, ../sass/pages/_guestbook.scss */
.guestbook .grid-item,
.guestbook .grid-sizer {
  width: 33.3333%;
}

/* line 8, ../sass/pages/_guestbook.scss */
.guestbook {
  position: relative;
}
/* line 12, ../sass/pages/_guestbook.scss */
.guestbook .grid-item .work-item:before {
  content: '\f10d';
  font-family: "FontAwesome";
  font-size: 22px;
  color: #7b63ae;
  position: absolute;
  top: 15px;
  left: calc(50% - 10px);
}
/* line 22, ../sass/pages/_guestbook.scss */
.guestbook .grid-item .work-item {
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 50px;
}
/* line 27, ../sass/pages/_guestbook.scss */
.guestbook .grid-item .work-item h2 {
  color: #000;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 35, ../sass/pages/_guestbook.scss */
.guestbook .grid-item .work-item p {
  color: #777;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 26px;
}
/* line 42, ../sass/pages/_guestbook.scss */
.guestbook .grid-item .work-item .write-link {
  width: 90%;
  margin: 40px auto 0 auto;
  position: relative;
}
/* line 46, ../sass/pages/_guestbook.scss */
.guestbook .grid-item .work-item .write-link a {
  background-color: #7b63ae;
  display: block;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
}
/* line 57, ../sass/pages/_guestbook.scss */
.guestbook .grid-item .work-item .info img {
  width: 60px;
  height: 60px;
  margin: 20px auto;
}
/* line 61, ../sass/pages/_guestbook.scss */
.guestbook .grid-item .work-item .info p.signature {
  font-family: "Alegreya", serif !important;
  font-weight: 400;
  font-size: 17px;
}
/* line 66, ../sass/pages/_guestbook.scss */
.guestbook .grid-item .work-item .info p.address {
  color: #898989;
  font-weight: 400;
  font-size: 13px;
}

/* line 1, ../sass/pages/_comingsoon.scss */
#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
/* line 7, ../sass/pages/_comingsoon.scss */
#bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* line 16, ../sass/pages/_comingsoon.scss */
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

/* line 27, ../sass/pages/_comingsoon.scss */
.page-coming-soon {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  overflow: auto;
}
/* line 33, ../sass/pages/_comingsoon.scss */
.page-coming-soon .wrapper {
  width: 100%;
  display: table;
  height: 100vh;
}
/* line 37, ../sass/pages/_comingsoon.scss */
.page-coming-soon .wrapper .block-content {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}
/* line 47, ../sass/pages/_comingsoon.scss */
.page-coming-soon .wrapper .block-content h2 {
  color: #fff;
}
/* line 50, ../sass/pages/_comingsoon.scss */
.page-coming-soon .wrapper .block-content h3 {
  color: #fff;
  font-style: italic;
}
/* line 54, ../sass/pages/_comingsoon.scss */
.page-coming-soon .wrapper .block-content img {
  margin: 0 auto;
}

/* line 61, ../sass/pages/_comingsoon.scss */
#clock {
  color: #fff;
  font-family: "Alegreya", serif !important;
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 68, ../sass/pages/_comingsoon.scss */
#clock ul li {
  position: relative;
  display: inline-block;
  font-size: 45px;
  padding: 20px 60px;
  line-height: 22px;
}
/* line 74, ../sass/pages/_comingsoon.scss */
#clock ul li span {
  font-family: "Lato", sans-serif !important;
  font-size: 0.2em;
  text-transform: uppercase;
}
/* line 79, ../sass/pages/_comingsoon.scss */
#clock ul li:after {
  content: ':';
  position: absolute;
  top: calc(50% - 20px);
  font-size: 20px;
  right: 0;
}
/* line 87, ../sass/pages/_comingsoon.scss */
#clock ul li:last-child:after {
  display: none;
}

/* line 4, ../sass/pages/_about.scss */
.bg-about-2 h3 {
  text-align: center;
  margin-bottom: 60px;
}
/* line 8, ../sass/pages/_about.scss */
.bg-about-2 ul.stat-list {
  position: relative;
  text-align: center;
}
/* line 11, ../sass/pages/_about.scss */
.bg-about-2 ul.stat-list li {
  display: inline-block;
  margin-right: 220px;
}
/* line 14, ../sass/pages/_about.scss */
.bg-about-2 ul.stat-list li h4 {
  color: #fff;
}
/* line 17, ../sass/pages/_about.scss */
.bg-about-2 ul.stat-list li h5 {
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 24, ../sass/pages/_about.scss */
.bg-about-2 ul.stat-list li:last-child {
  margin-right: 0;
}

/* line 32, ../sass/pages/_about.scss */
.our-team .post {
  position: relative;
  margin-bottom: 30px;
}
/* line 35, ../sass/pages/_about.scss */
.our-team .post .post-media {
  width: 100%;
  min-height: 430px;
}
/* line 38, ../sass/pages/_about.scss */
.our-team .post .post-media img {
  width: 100%;
}
/* line 41, ../sass/pages/_about.scss */
.our-team .post .post-media .description {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: 300;
  padding-top: 110px;
  padding-right: 40px;
  padding-left: 40px;
  color: #1c1c1c;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 80%;
  -moz-transform-origin: 0 80%;
  -ms-transform-origin: 0 80%;
  -o-transform-origin: 0 80%;
  transform-origin: 0 80%;
  -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;
}
/* line 62, ../sass/pages/_about.scss */
.our-team .post .post-body {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 150px;
  padding: 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;
}
/* line 70, ../sass/pages/_about.scss */
.our-team .post .post-body .post-content {
  position: relative;
  padding: 30px 40px 45px 40px;
  text-align: center;
}
/* line 74, ../sass/pages/_about.scss */
.our-team .post .post-body .post-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 78, ../sass/pages/_about.scss */
.our-team .post .post-body .post-content h5 {
  color: #898989;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
/* line 86, ../sass/pages/_about.scss */
.our-team .post .post-body .social {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 101;
}
/* line 93, ../sass/pages/_about.scss */
.our-team .post .post-body .social ul.social-list li {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}
/* line 97, ../sass/pages/_about.scss */
.our-team .post .post-body .social ul.social-list li a {
  color: #000;
  font-size: 16px;
}
/* line 100, ../sass/pages/_about.scss */
.our-team .post .post-body .social ul.social-list li a i {
  display: block;
  width: 18px;
  height: 18px;
}
/* line 107, ../sass/pages/_about.scss */
.our-team .post .post-body .social ul.social-list li:hover a {
  -webkit-transform: translateY(-18px);
  -moz-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  -o-transform: translateY(-18px);
  transform: translateY(-18px);
}
/* line 117, ../sass/pages/_about.scss */
.our-team .post:hover .post-media .description {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
/* line 123, ../sass/pages/_about.scss */
.our-team .post:hover .post-body {
  min-height: 100%;
}

/* line 1, ../sass/pages/_package.scss */
.post {
  margin-bottom: 0;
}
/* line 3, ../sass/pages/_package.scss */
.post .post-body {
  padding: 30px 0;
}
/* line 7, ../sass/pages/_package.scss */
.post .post-body .entry-header ul.cat-links li {
  display: inline-block;
  margin-right: 10px;
}
/* line 10, ../sass/pages/_package.scss */
.post .post-body .entry-header ul.cat-links li a {
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #7b63ae;
}
/* line 15, ../sass/pages/_package.scss */
.post .post-body .entry-header ul.cat-links li a:hover {
  text-decoration: underline;
}
/* line 19, ../sass/pages/_package.scss */
.post .post-body .entry-header ul.cat-links li:last-child {
  margin-right: 0;
}
/* line 24, ../sass/pages/_package.scss */
.post .post-body .entry-header:after {
  content: '';
  clear: both;
  display: table;
}
/* line 29, ../sass/pages/_package.scss */
.post .post-body .entry-header h2.entry-title {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 0;
}
/* line 34, ../sass/pages/_package.scss */
.post .post-body .entry-header span {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #898989;
  margin-right: 20px;
}
/* line 40, ../sass/pages/_package.scss */
.post .post-body .entry-header span a {
  color: #898989;
}
/* line 42, ../sass/pages/_package.scss */
.post .post-body .entry-header span a:hover {
  color: #7b63ae;
}
/* line 49, ../sass/pages/_package.scss */
.post .post-body .entry-content p {
  color: #898989;
}
/* line 52, ../sass/pages/_package.scss */
.post .post-body .entry-content a {
  color: #0072bc;
}
/* line 54, ../sass/pages/_package.scss */
.post .post-body .entry-content a:hover {
  text-decoration: underline;
}
/* line 58, ../sass/pages/_package.scss */
.post .post-body .entry-content ul, .post .post-body .entry-content ol {
  margin-bottom: 30px;
  list-style-type: disc;
}
/* line 61, ../sass/pages/_package.scss */
.post .post-body .entry-content ul li, .post .post-body .entry-content ol li {
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  line-height: 30px;
  margin-left: 20px;
}
/* line 70, ../sass/pages/_package.scss */
.post .post-body .entry-content ol {
  list-style-type: decimal;
}
/* line 73, ../sass/pages/_package.scss */
.post .post-body .entry-content ol li:before {
  display: none;
}
/* line 80, ../sass/pages/_package.scss */
.post .post-body .entry-footer ul.cat-links {
  float: right;
}
@media screen and (max-width: 480px) {
  /* line 80, ../sass/pages/_package.scss */
  .post .post-body .entry-footer ul.cat-links {
    float: none;
  }
}
/* line 85, ../sass/pages/_package.scss */
.post .post-body .entry-footer ul.cat-links li {
  display: inline-block;
}
/* line 87, ../sass/pages/_package.scss */
.post .post-body .entry-footer ul.cat-links li a {
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #7b63ae;
}
/* line 92, ../sass/pages/_package.scss */
.post .post-body .entry-footer ul.cat-links li a:hover {
  text-decoration: underline;
}
/* line 98, ../sass/pages/_package.scss */
.post .post-body .entry-footer:after {
  content: '';
  clear: both;
  display: table;
}

/* line 107, ../sass/pages/_package.scss */
ul.package-list {
  margin-top: 12px;
  margin-bottom: 30px;
}
/* line 110, ../sass/pages/_package.scss */
ul.package-list li {
  position: relative;
}
/* line 112, ../sass/pages/_package.scss */
ul.package-list li a {
  display: block;
  padding: 26px 0 16px 0;
  border-bottom: 2px solid #e4e4e4;
  cursor: pointer;
}
/* line 117, ../sass/pages/_package.scss */
ul.package-list li a h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}
/* line 123, ../sass/pages/_package.scss */
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;
}
/* line 131, ../sass/pages/_package.scss */
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%;
}
/* line 141, ../sass/pages/_package.scss */
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);
}
/* line 144, ../sass/pages/_package.scss */
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);
}
/* line 148, ../sass/pages/_package.scss */
ul.package-list li a.active {
  border-bottom: 2px solid #7b63ae;
}
/* line 150, ../sass/pages/_package.scss */
ul.package-list li a.active h3 {
  color: #7b63ae;
}
/* line 153, ../sass/pages/_package.scss */
ul.package-list li a.active span.icon-arrow {
  background-color: #7b63ae;
}
/* line 155, ../sass/pages/_package.scss */
ul.package-list li a.active span.icon-arrow:before, ul.package-list li a.active span.icon-arrow:after {
  background-color: #7b63ae;
}
/* line 162, ../sass/pages/_package.scss */
ul.package-list li:hover a {
  border-bottom: 2px solid #7b63ae;
}

/* line 2, ../sass/pages/_event.scss */
.cat-event .post {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}
/* line 6, ../sass/pages/_event.scss */
.cat-event .post .post-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}
/* line 10, ../sass/pages/_event.scss */
.cat-event .post .post-media img {
  width: 100%;
}
/* line 15, ../sass/pages/_event.scss */
.cat-event .post .post-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 360px;
  padding: 25px;
  overflow: hidden;
}
/* line 22, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  width: 35%;
  min-height: 310px;
  color: #fff;
}
/* line 29, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper .group {
  position: relative;
  margin-bottom: 20px;
}
/* line 32, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper .group h3 {
  font-family: "Lato", sans-serif !important;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 41, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper .group p {
  font-family: "Lato", sans-serif !important;
  margin-bottom: 0;
}
/* line 45, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper .group h4 {
  font-family: "Lato", sans-serif !important;
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.8em;
}
/* line 54, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper .group a {
  font-family: "Lato", sans-serif !important;
  color: #7b63ae;
  font-size: 13px;
}
/* line 58, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper .group a:hover {
  text-decoration: underline;
}
/* line 62, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper .group p.price {
  font-size: 14px;
}
/* line 64, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper .group p.price span {
  font-family: "Alegreya", serif !important;
  margin-left: 30px;
  font-size: 25px;
}
/* line 70, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper .group.group-map {
  margin-top: -10px;
}
/* line 73, ../sass/pages/_event.scss */
.cat-event .post .post-field .wrapper .group.group-price {
  margin-bottom: 0;
}
/* line 80, ../sass/pages/_event.scss */
.cat-event .post .post-body {
  position: relative;
  background-color: #fff;
  padding: 30px 200px;
}
/* line 84, ../sass/pages/_event.scss */
.cat-event .post .post-body h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Alegreya", serif !important;
  font-style: italic;
}
/* line 90, ../sass/pages/_event.scss */
.cat-event .post .post-body h2 a {
  color: #000;
}
/* line 92, ../sass/pages/_event.scss */
.cat-event .post .post-body h2 a:hover {
  color: #7b63ae;
}
/* line 97, ../sass/pages/_event.scss */
.cat-event .post .post-body .post-content {
  text-align: center;
}
/* line 99, ../sass/pages/_event.scss */
.cat-event .post .post-body .post-content p {
  color: #1c1c1c;
  font-weight: 300;
  font-size: 14px;
}

/* line 3, ../sass/pages/_eventdetail.scss */
.main-content .site-content .post {
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
}
/* line 10, ../sass/pages/_eventdetail.scss */
.main-content .site-content .post .post-body {
  padding: 30px;
}
/* line 13, ../sass/pages/_eventdetail.scss */
.main-content .site-content .post .post-body .entry-header h1.entry-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-style: italic;
}
/* line 20, ../sass/pages/_eventdetail.scss */
.main-content .site-content .post .post-body .entry-content {
  position: relative;
  color: #1c1c1c;
  font-weight: 300;
  font-size: 15px;
}
/* line 25, ../sass/pages/_eventdetail.scss */
.main-content .site-content .post .post-body .entry-content p {
  margin-bottom: 30px;
}
/* line 29, ../sass/pages/_eventdetail.scss */
.main-content .site-content .post .post-body .entry-content a {
  color: #00aeef;
}
/* line 31, ../sass/pages/_eventdetail.scss */
.main-content .site-content .post .post-body .entry-content a:hover {
  text-decoration: underline;
}
/* line 38, ../sass/pages/_eventdetail.scss */
.main-content .site-content.event-detail {
  max-width: 735px;
  float: right;
}
/* line 41, ../sass/pages/_eventdetail.scss */
.main-content .site-content.event-detail:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1, ../sass/pages/_404.scss */
.page-not-found {
  padding-top: 50px;
  padding-bottom: 90px;
}
/* line 4, ../sass/pages/_404.scss */
.page-not-found .wrapper {
  width: 100%;
  display: table;
  height: 100vh;
}
/* line 8, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}
/* line 17, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-header {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
/* line 21, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-header h1 {
  color: #fff;
  font-size: 72px;
}
/* line 24, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-header h1 span {
  color: #7b63ae;
}
/* line 28, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-header h5 {
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
/* line 34, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body {
  position: relative;
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}
/* line 39, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body p {
  color: #898989;
  font-weight: 400;
  margin-bottom: 30px;
}
/* line 43, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body p span {
  color: #fff;
}
/* line 46, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body p a {
  color: #7b63ae;
}
/* line 48, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body p a:hover {
  text-decoration: underline;
}
/* line 53, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body form.search-form {
  margin-bottom: 30px;
}
/* line 55, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body form.search-form input[type="search"] {
  background-color: #fff;
  font-family: "Alegreya", serif !important;
  position: relative;
  border: 0px;
  width: 430px;
  height: 50px;
  padding: 15px 20px;
  float: left;
}
/* line 65, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body form.search-form ::-webkit-input-placeholder {
  color: #898989;
}
/* line 68, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body form.search-form :-moz-placeholder {
  color: #898989;
}
/* line 72, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body form.search-form ::-moz-placeholder {
  color: #898989;
}
/* line 76, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body form.search-form :-ms-input-placeholder {
  color: #898989;
}
/* line 79, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body form.search-form input[type="submit"] {
  background-color: #7b63ae;
  color: #fff;
  height: 50px;
  font-size: 14px;
  padding: 15px 55px;
  border: 0;
  text-transform: uppercase;
}
/* line 87, ../sass/pages/_404.scss */
.page-not-found .wrapper .block-content .post-body form.search-form input[type="submit"]:hover {
  background-color: #f9c557;
}

/* line 2, ../sass/pages/_spa.scss */
.info-block {
  position: relative;
  min-height: 500px;
}
/* line 5, ../sass/pages/_spa.scss */
.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%);
}
/* line 10, ../sass/pages/_spa.scss */
.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;
}
/* line 15, ../sass/pages/_spa.scss */
.info-block .content p {
  color: #898989;
}

/* line 22, ../sass/pages/_spa.scss */
.spa-package {
  position: relative;
}
/* line 24, ../sass/pages/_spa.scss */
.spa-package .section-content {
  position: relative;
}
/* line 26, ../sass/pages/_spa.scss */
.spa-package .section-content .post {
  position: relative;
  background-color: #fff;
  padding: 35px;
  margin-bottom: 30px;
}
/* line 32, ../sass/pages/_spa.scss */
.spa-package .section-content .post .post-header h6 {
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  color: #333;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 39, ../sass/pages/_spa.scss */
.spa-package .section-content .post .post-header p.price {
  color: #7b63ae;
  font-family: "Alegreya", serif !important;
  font-size: 25px;
  margin-bottom: 30px;
}
/* line 47, ../sass/pages/_spa.scss */
.spa-package .section-content .post .post-body ul.spa-list {
  position: relative;
}
/* line 49, ../sass/pages/_spa.scss */
.spa-package .section-content .post .post-body ul.spa-list li {
  font-family: "Lato", sans-serif !important;
  line-height: 30px;
  padding-left: 20px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 300;
}
/* line 56, ../sass/pages/_spa.scss */
.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;
}

/* line 2, ../sass/pages/_contact.scss */
.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;
}
/* line 15, ../sass/pages/_contact.scss */
.contact-page .sidebar {
  position: relative;
  float: left;
  width: calc(50% + 100px);
  margin-right: -100%;
}
/* line 20, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
/* line 24, ../sass/pages/_contact.scss */
.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;
}
/* line 34, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content {
  position: relative;
  padding: 20px 30px 0 0;
}
/* line 37, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content p {
  font-size: 15px;
  color: #1c1c1c;
  font-weight: 400;
}
/* line 42, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content h3 {
  font-family: "Lato", sans-serif !important;
  font-size: 19px;
  margin-bottom: 0;
  font-weight: 500;
  color: #444;
  letter-spacing: 2px;
}
/* line 50, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content h5 {
  color: #7b63ae;
  font-style: italic;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 57, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content h6 {
  font-family: "Lato", sans-serif !important;
  color: #898989;
  font-weight: 400;
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 64, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content h6.normal {
  font-size: 13px;
  font-weight: 400;
}
/* line 69, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content .location {
  width: 100%;
  position: relative;
  display: block;
}
/* line 73, ../sass/pages/_contact.scss */
.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;
}
/* line 87, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content .location:hover a.mark {
  background-color: #7b63ae;
  color: #fff;
}
/* line 92, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content .location .info {
  width: 90%;
  float: left;
  padding-left: 30px;
}
/* line 96, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content .location .info p {
  font-weight: 700;
  font-size: 13px;
}
/* line 100, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content .location .info .column {
  width: 50%;
  float: left;
}
/* line 105, ../sass/pages/_contact.scss */
.contact-page .sidebar .widget .widget-content .location:after {
  content: '';
  clear: both;
  display: table;
}
/* line 114, ../sass/pages/_contact.scss */
.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;
}
/* line 122, ../sass/pages/_contact.scss */
.contact-page .site-content h2 {
  font-family: "Alegreya", serif !important;
  color: #333;
  font-size: 30px;
  position: relative;
  text-align: left;
  border-bottom: 0px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 134, ../sass/pages/_contact.scss */
.contact-page .site-content form ul {
  margin: 0;
}
/* line 136, ../sass/pages/_contact.scss */
.contact-page .site-content form ul li {
  padding: 10px 0;
}
/* line 138, ../sass/pages/_contact.scss */
.contact-page .site-content form ul li input {
  font-family: "Alegreya", serif !important;
  background-color: #fff;
  color: #000;
  border: 0px;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
}
/* line 147, ../sass/pages/_contact.scss */
.contact-page .site-content form ul li textarea {
  font-family: "Alegreya", serif !important;
  background-color: #fff;
  width: 100%;
  min-height: 170px;
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
/* line 159, ../sass/pages/_contact.scss */
.contact-page .site-content form input[type="submit"] {
  background-color: #000;
  display: block;
  padding: 10px 40px;
  margin-top: 20px;
  border: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
}
/* line 171, ../sass/pages/_contact.scss */
.contact-page .site-content form input[type="submit"]:hover, .contact-page .site-content form input[type="submit"]:active, .contact-page .site-content form input[type="submit"]:focus {
  background-color: #333;
}

/* ACTIVITY
*********/
/* line 4, ../sass/pages/_activity.scss */
.activities .grid-item,
.activities .grid-sizer {
  width: 33.3333%;
}

/* line 10, ../sass/pages/_activity.scss */
.activities .grid-item .work-item {
  position: relative;
  overflow: hidden;
}
/* line 13, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-thumbnail {
  width: 100%;
  position: relative;
}
/* line 16, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-thumbnail img {
  width: 100%;
}
/* line 20, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body {
  width: 100%;
  padding: 20px 25px;
}
/* line 24, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0px;
}
/* line 29, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body h2 a:hover {
  color: #7b63ae;
}
/* line 34, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body p {
  color: #898989;
}
/* line 37, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body a.btn {
  width: calc(100% - 60px);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 40px;
}
/* line 45, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body .meta {
  position: relative;
}
/* line 47, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body .meta span.date {
  float: left;
  color: #898989;
}
/* line 51, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body .meta ul.cat-links {
  float: right;
}
/* line 53, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body .meta ul.cat-links li {
  display: none;
}
/* line 55, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body .meta ul.cat-links li a {
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  color: #7b63ae;
}
/* line 60, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body .meta ul.cat-links li a:hover {
  text-decoration: underline;
}
/* line 64, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body .meta ul.cat-links li:first-child {
  display: block;
}
/* line 69, ../sass/pages/_activity.scss */
.activities .grid-item .work-item .post-body .meta:after {
  content: '';
  clear: both;
  display: table;
}

/* ATTRACTION LOCAL
*************/
/* line 3, ../sass/pages/_attraction.scss */
.attraction-local {
  position: relative;
  max-width: 662px;
  margin: 0 auto;
  margin-top: -80px;
  padding: 0 15px;
  z-index: 990;
}
/* line 10, ../sass/pages/_attraction.scss */
.attraction-local .box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #1c1c1c;
}
/* line 15, ../sass/pages/_attraction.scss */
.attraction-local .box .wrapper {
  position: relative;
  padding: 35px 32px 30px 32px;
}
/* line 18, ../sass/pages/_attraction.scss */
.attraction-local .box .wrapper h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1em;
}
/* line 25, ../sass/pages/_attraction.scss */
.attraction-local .box .wrapper .locate {
  position: relative;
}
/* line 27, ../sass/pages/_attraction.scss */
.attraction-local .box .wrapper .locate button.btn-locate {
  width: 28.698%;
  margin-right: 3.523%;
  float: left;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif !important;
  background-color: #7b63ae;
}
/* line 36, ../sass/pages/_attraction.scss */
.attraction-local .box .wrapper .locate button.btn-locate i {
  margin-right: 14px;
  font-size: 20px;
  vertical-align: middle;
}
/* line 42, ../sass/pages/_attraction.scss */
.attraction-local .box .wrapper .locate button.btn-locate:hover, .attraction-local .box .wrapper .locate button.btn-locate:active {
  background-color: #e8b647;
  color: #fff;
}
/* line 47, ../sass/pages/_attraction.scss */
.attraction-local .box .wrapper .locate .location {
  position: relative;
  width: 67.779%;
  float: left;
}
/* line 52, ../sass/pages/_attraction.scss */
.attraction-local .box .wrapper .locate:after {
  content: '';
  display: table;
  clear: both;
}

/* line 62, ../sass/pages/_attraction.scss */
.attraction-page {
  position: relative;
}
/* line 64, ../sass/pages/_attraction.scss */
.attraction-page .sidebar {
  position: relative;
  background-color: #fff;
  padding: 45px 30px;
  margin-bottom: 30px;
}
/* line 69, ../sass/pages/_attraction.scss */
.attraction-page .sidebar ul {
  position: relative;
}
/* line 71, ../sass/pages/_attraction.scss */
.attraction-page .sidebar ul li {
  font-family: "Lato", sans-serif !important;
  line-height: 40px;
}
/* line 74, ../sass/pages/_attraction.scss */
.attraction-page .sidebar ul li a {
  font-size: 14px;
  font-weight: 300;
  display: block;
}
/* line 78, ../sass/pages/_attraction.scss */
.attraction-page .sidebar ul li a:before {
  content: '\f041';
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 15px;
  padding-left: 2px;
}
/* line 85, ../sass/pages/_attraction.scss */
.attraction-page .sidebar ul li a:hover {
  color: #7b63ae;
}
/* line 94, ../sass/pages/_attraction.scss */
.attraction-page .site-content a {
  color: #0072bc;
}
/* line 96, ../sass/pages/_attraction.scss */
.attraction-page .site-content a:hover {
  text-decoration: underline;
}
/* line 100, ../sass/pages/_attraction.scss */
.attraction-page .site-content h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 103, ../sass/pages/_attraction.scss */
.attraction-page .site-content h2:before {
  content: '\f041';
  font-family: "FontAwesome";
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
  color: #7b63ae;
}
/* line 112, ../sass/pages/_attraction.scss */
.attraction-page .site-content .infomation {
  position: relative;
  margin-bottom: 20px;
}
/* line 115, ../sass/pages/_attraction.scss */
.attraction-page .site-content .infomation ul {
  padding: 20px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
/* line 119, ../sass/pages/_attraction.scss */
.attraction-page .site-content .infomation ul li {
  width: 30%;
  float: left;
}
/* line 122, ../sass/pages/_attraction.scss */
.attraction-page .site-content .infomation ul li:first-child {
  width: 40%;
}
/* line 125, ../sass/pages/_attraction.scss */
.attraction-page .site-content .infomation ul li h5 {
  font-size: 16px;
  font-style: italic;
}
/* line 129, ../sass/pages/_attraction.scss */
.attraction-page .site-content .infomation ul li h6 {
  font-family: "Lato", sans-serif !important;
  font-size: 11px;
  color: #acacac;
}
/* line 135, ../sass/pages/_attraction.scss */
.attraction-page .site-content .infomation ul:after {
  content: '';
  clear: both;
  display: table;
}
/* line 143, ../sass/pages/_attraction.scss */
.attraction-page .site-content .post {
  position: relative;
}
/* line 145, ../sass/pages/_attraction.scss */
.attraction-page .site-content .post .post-header {
  position: relative;
  margin-bottom: 20px;
}
/* line 149, ../sass/pages/_attraction.scss */
.attraction-page .site-content .post .post-header h2:before {
  display: none;
}
/* line 155, ../sass/pages/_attraction.scss */
.attraction-page .site-content .post .post-body p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}
/* line 159, ../sass/pages/_attraction.scss */
.attraction-page .site-content .post .post-body p.image {
  float: left;
  margin-right: 20px;
}
/* line 164, ../sass/pages/_attraction.scss */
.attraction-page .site-content .post .post-body h4 {
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 50px;
}
/* line 169, ../sass/pages/_attraction.scss */
.attraction-page .site-content .post .post-body:after {
  content: '';
  clear: both;
  display: table;
}

/* line 2, ../sass/pages/_reservation.scss */
.room-select {
  background-color: #fff;
  position: relative;
}
/* line 6, ../sass/pages/_reservation.scss */
.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;
}
/* line 16, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_current {
  overflow: hidden;
  padding: 30px 35px;
}
/* line 19, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_current h6 {
  font-family: "Lato", sans-serif !important;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
/* line 28, ../sass/pages/_reservation.scss */
.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;
}
/* line 37, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_current span {
  font-size: 14px;
}
/* line 41, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item {
  overflow: hidden;
  padding: 30px 20px;
}
/* line 44, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item h6 {
  font-family: "Lato", sans-serif !important;
  color: #898989;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  display: inline-block;
}
/* line 55, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item span.apb-option {
  color: #898989;
  font-size: 14px;
  display: inline-block;
}
/* line 60, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item.apb_disable {
  padding: 30px 40px;
}
/* line 62, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item.apb_disable h6 {
  display: block;
  margin-right: 0;
  margin-bottom: 7px;
}
/* line 67, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item.apb_disable span.apb-option {
  display: block;
}
/* line 71, ../sass/pages/_reservation.scss */
.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;
}
/* line 74, ../sass/pages/_reservation.scss */
.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: "Lato", sans-serif !important;
  color: #7b63ae;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin: 0;
  line-height: 28px;
}
/* line 84, ../sass/pages/_reservation.scss */
.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: "Alegreya", serif !important;
  float: right;
  font-size: 20px;
}
/* line 89, ../sass/pages/_reservation.scss */
.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;
}
/* line 95, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item a.apb-room-selected_change {
  font-family: "Alegreya", serif !important;
  color: #898989;
  font-style: italic;
  font-size: 14px;
}
/* line 100, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item a.apb-room-selected_change:hover {
  text-decoration: underline;
}
/* line 105, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost {
  overflow: hidden;
  margin-top: 10px;
}
/* line 108, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost h2 {
  font-family: "Lato", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
/* line 118, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost ul li {
  font-family: "Lato", sans-serif !important;
  position: relative;
  display: block;
  margin-bottom: 20px;
  line-height: 35px;
}
/* line 124, ../sass/pages/_reservation.scss */
.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: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  line-height: 100%;
}
/* line 134, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost ul li span {
  float: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
/* line 140, ../sass/pages/_reservation.scss */
.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;
}
/* line 145, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_cost ul li:last-child {
  margin-bottom: 0;
}
/* line 154, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-selected_item .apb-room-selected_total h2 {
  color: #000;
}
/* line 159, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-total {
  overflow: hidden;
  padding: 20px;
}
/* line 162, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-total h6 {
  font-family: "Lato", 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;
}
/* line 172, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-total span.apb-amount {
  font-family: "Alegreya", serif !important;
  float: right;
  font-size: 20px;
  line-height: 28px;
}
/* line 178, ../sass/pages/_reservation.scss */
.room-select .apb-room-selected .apb-room-selected_content .apb-room-total:after {
  content: '';
  display: table;
  clear: both;
}

/* line 189, ../sass/pages/_reservation.scss */
.room-dates {
  background-color: #fff;
  position: relative;
}
/* line 193, ../sass/pages/_reservation.scss */
.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;
}
/* line 202, ../sass/pages/_reservation.scss */
.room-dates .apb-room-date .apb-room-date_content {
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
}
/* line 207, ../sass/pages/_reservation.scss */
.room-dates .apb-room-date .apb-room-date_content ul li {
  font-family: "Lato", sans-serif !important;
  position: relative;
  display: block;
  margin-bottom: 20px;
  line-height: 35px;
}
/* line 213, ../sass/pages/_reservation.scss */
.room-dates .apb-room-date .apb-room-date_content ul li h6 {
  font-family: "Lato", sans-serif !important;
  color: #898989;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}
/* line 223, ../sass/pages/_reservation.scss */
.room-dates .apb-room-date .apb-room-date_content ul li span {
  float: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
/* line 229, ../sass/pages/_reservation.scss */
.room-dates .apb-room-date .apb-room-date_content ul li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 234, ../sass/pages/_reservation.scss */
.room-dates .apb-room-date .apb-room-date_content ul li:last-child {
  margin-bottom: 0;
}

/* line 244, ../sass/pages/_reservation.scss */
.abp-step {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
}
/* line 248, ../sass/pages/_reservation.scss */
.abp-step ul {
  font-family: "Alegreya", serif !important;
  color: #333;
  text-align: center;
}
/* line 252, ../sass/pages/_reservation.scss */
.abp-step ul li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding: 20px;
}
/* line 257, ../sass/pages/_reservation.scss */
.abp-step ul li.active {
  color: #7b63ae;
  border-bottom: 2px solid #7b63ae;
}

/* line 265, ../sass/pages/_reservation.scss */
.apb-content {
  position: relative;
  margin-bottom: 30px;
}
/* line 268, ../sass/pages/_reservation.scss */
.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;
}
/* line 280, ../sass/pages/_reservation.scss */
.apb-content .apb-calendar_wrap {
  position: relative;
  padding: 20px 20px 40px 20px;
}
/* line 284, ../sass/pages/_reservation.scss */
.apb-content .apb-calendar_wrap .hasDatepicker:after {
  content: '';
  display: table;
  clear: both;
}
/* line 294, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item {
  position: relative;
  margin-bottom: 30px;
}
/* line 297, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item h2.apb-room_name {
  position: relative;
  font-size: 30px;
  color: #333;
  padding-left: 40px;
}
/* line 302, ../sass/pages/_reservation.scss */
.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;
}
/* line 312, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_img {
  width: 40%;
  float: left;
  position: relative;
  overflow: hidden;
  padding-right: 15px;
}
/* line 318, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_img img {
  width: 100%;
}
/* line 322, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_text {
  width: 60%;
  padding-left: 15px;
  float: left;
  margin-bottom: 30px;
}
/* line 327, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc {
  font-size: 14px;
  line-height: 30px;
  color: #1c1c1c;
  margin-bottom: 20px;
}
/* line 332, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc ul {
  list-style-type: disc;
  padding-left: 15px;
}
/* line 336, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc .see_more {
  font-size: 14px;
  font-style: italic;
}
/* line 339, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc .see_more a {
  text-decoration: underline;
  cursor: pointer;
}
/* line 345, ../sass/pages/_reservation.scss */
.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;
}
/* line 354, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_text p.apb-room_price {
  font-family: "Alegreya", serif !important;
  font-size: 30px;
  color: #202020;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 361, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_text p.apb-room_price span.small {
  font-size: 14px;
}
/* line 365, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_text a.apb-btn {
  background-color: #7b63ae;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 15px 35px;
  font-size: 14px;
  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;
}
/* line 376, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item .apb-room_text a.apb-btn:hover {
  background-color: #000;
}
/* line 382, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list {
  background-color: #fff;
  position: relative;
  width: 100%;
  float: none;
}
/* line 387, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list li {
  padding: 25px;
  border-top: 1px solid #eee;
}
/* line 390, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list li:before {
  display: none;
}
/* line 393, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list li:last-child {
  border-bottom: 1px solid #eee;
}
/* line 396, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list li .column-1 {
  width: 70%;
  float: left;
  padding-right: 20px;
}
/* line 400, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list li .column-1 input[type="checkbox"] {
  cursor: pointer;
  margin-right: 20px;
}
/* line 404, ../sass/pages/_reservation.scss */
.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;
}
/* line 412, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list li .column-1 label {
  font-family: "Alegreya", serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
/* line 419, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list li .column-2 {
  width: 10%;
  float: left;
  padding: 0 10px;
  margin-top: 20px;
}
/* line 424, ../sass/pages/_reservation.scss */
.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;
}
/* line 433, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list li .column-3 {
  font-family: "Alegreya", serif !important;
  width: 20%;
  float: left;
  font-size: 20px;
  color: #1c1c1c;
  text-align: center;
  margin-top: 25px;
}
/* line 441, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list li .column-3 span {
  font-size: 14px;
}
/* line 445, ../sass/pages/_reservation.scss */
.apb-content .apb-room .apb-room_item ul.package-list li:after {
  content: '';
  clear: both;
  display: table;
}
/* line 456, ../sass/pages/_reservation.scss */
.apb-content .apb-confirm {
  position: relative;
  background-color: #fff;
  padding: 50px 20px;
  margin-bottom: 30px;
}
/* line 461, ../sass/pages/_reservation.scss */
.apb-content .apb-confirm h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
/* line 467, ../sass/pages/_reservation.scss */
.apb-content .apb-confirm h5 {
  font-family: "Lato", sans-serif !important;
  color: #898989;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
}
/* line 476, ../sass/pages/_reservation.scss */
.apb-content .apb-confirm a.apb-btn {
  background-color: #7b63ae;
  color: #fff;
  display: block;
  width: 155px;
  margin: 0 auto;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 15px 35px;
  font-size: 14px;
  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;
}
/* line 489, ../sass/pages/_reservation.scss */
.apb-content .apb-confirm a.apb-btn:hover {
  background-color: #000;
}
/* line 496, ../sass/pages/_reservation.scss */
.apb-content .apb-checkout {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}
/* line 500, ../sass/pages/_reservation.scss */
.apb-content .apb-checkout .ch-container {
  position: relative;
  padding: 30px 70px;
}
/* line 503, ../sass/pages/_reservation.scss */
.apb-content .apb-checkout .ch-container .check-info {
  color: #898989;
  position: relative;
  font-size: 14px;
}
/* line 507, ../sass/pages/_reservation.scss */
.apb-content .apb-checkout .ch-container .check-info a {
  color: #1c1c1c;
  font-weight: 700;
}
/* line 510, ../sass/pages/_reservation.scss */
.apb-content .apb-checkout .ch-container .check-info a:hover {
  color: #7b63ae;
}
/* line 515, ../sass/pages/_reservation.scss */
.apb-content .apb-checkout .ch-container .check-billing-fields {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 519, ../sass/pages/_reservation.scss */
.apb-content .apb-checkout .ch-container .check-billing-fields h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
/* line 528, ../sass/pages/_reservation.scss */
.apb-content .apb-contact {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}
/* line 532, ../sass/pages/_reservation.scss */
.apb-content .apb-contact .ct-container {
  position: relative;
  padding: 30px 70px;
}
/* line 535, ../sass/pages/_reservation.scss */
.apb-content .apb-contact .ct-container .contact-fields {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 539, ../sass/pages/_reservation.scss */
.apb-content .apb-contact .ct-container .contact-fields h2 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
/* line 548, ../sass/pages/_reservation.scss */
.apb-content .form-row {
  position: relative;
  margin-bottom: 25px;
  color: #333;
}
/* line 552, ../sass/pages/_reservation.scss */
.apb-content .form-row p {
  color: #898989;
  line-height: 20px;
  font-size: 14px;
  padding-left: 25px;
  margin-top: 10px;
}
/* line 559, ../sass/pages/_reservation.scss */
.apb-content .form-row img.img-credit {
  margin-top: 10px;
  padding-left: 25px;
}
/* line 563, ../sass/pages/_reservation.scss */
.apb-content .form-row label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 567, ../sass/pages/_reservation.scss */
.apb-content .form-row label abbr {
  background-color: transparent;
  color: #f00;
  border-bottom: 0;
}
/* line 574, ../sass/pages/_reservation.scss */
.apb-content .form-row input,
.apb-content .form-row textarea {
  font-family: "Alegreya", serif !important;
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #f9f9f9;
  color: inherit;
  padding: 10px 20px;
  border: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 586, ../sass/pages/_reservation.scss */
.apb-content .form-row textarea.txt-area-text {
  height: auto;
  min-height: 120px;
  font-weight: 400;
  resize: vertical;
}
/* line 592, ../sass/pages/_reservation.scss */
.apb-content .form-row .input-checkbox {
  display: inline;
  margin: 0 8px 0 0;
  text-align: center;
  vertical-align: middle;
  width: auto;
  height: auto;
}
/* line 600, ../sass/pages/_reservation.scss */
.apb-content .form-row input[type="submit"] {
  background-color: #7b63ae;
  color: #fff;
  font-family: "Lato", 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;
}
/* line 610, ../sass/pages/_reservation.scss */
.apb-content .form-row input[type="submit"]:hover, .apb-content .form-row input[type="submit"]:active {
  background-color: #000;
}
/* line 614, ../sass/pages/_reservation.scss */
.apb-content .form-row label.checkbox {
  display: inline;
}
/* line 617, ../sass/pages/_reservation.scss */
.apb-content .form-row.form-row-wide {
  position: relative;
  width: 100%;
}
/* line 621, ../sass/pages/_reservation.scss */
.apb-content .form-row.form-row-first {
  position: relative;
  width: 47%;
  float: left;
}
/* line 626, ../sass/pages/_reservation.scss */
.apb-content .form-row.form-row-last {
  position: relative;
  width: 47%;
  float: right;
}
/* line 631, ../sass/pages/_reservation.scss */
.apb-content .form-row:last-child {
  margin-bottom: 0;
}
/* line 635, ../sass/pages/_reservation.scss */
.apb-content .form-row.coupon {
  background-color: #000;
  color: #898989;
  padding: 15px 20px;
  font-size: 14px;
}
/* line 640, ../sass/pages/_reservation.scss */
.apb-content .form-row.coupon a {
  color: #fff;
  font-weight: 700;
}
/* line 643, ../sass/pages/_reservation.scss */
.apb-content .form-row.coupon a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 7, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content ul.filters li {
  margin-left: 0;
}
/* line 9, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content ul.filters li a {
  color: #202020;
  text-decoration: none;
}
/* line 13, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content ul.filters li a:hover, .page-blog-detail .site-content .post .post-body .entry-content ul.filters li a.current {
  color: #7b63ae;
}
/* line 24, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-header .switch-tab ul.list li {
  margin-left: 0;
  margin-right: 20px;
}
/* line 27, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-header .switch-tab ul.list li:last-child {
  margin-right: 0;
}
/* line 30, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-header .switch-tab ul.list li a {
  color: #000;
}
/* line 32, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-header .switch-tab ul.list li a h3 {
  font-size: 23px;
}
/* line 35, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-header .switch-tab ul.list li a p.time {
  -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;
  margin-bottom: 10px;
}
/* line 39, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-header .switch-tab ul.list li a:hover {
  text-decoration: none;
}
/* line 41, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-header .switch-tab ul.list li a:hover p.time {
  color: #7b63ae;
}
/* line 45, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-header .switch-tab ul.list li a.active {
  color: #7b63ae;
}
/* line 47, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-header .switch-tab ul.list li a.active p.time {
  color: #7b63ae;
}
/* line 59, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-body .schedule-inner .post h2.h5 {
  font-size: 18px;
}
/* line 68, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .switch-list {
  width: 35%;
}
/* line 70, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .switch-list ul {
  list-style-type: none;
}
/* line 72, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .switch-list ul li {
  margin-left: 0;
}
/* line 74, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .switch-list ul li a {
  color: #212121;
}
/* line 76, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .switch-list ul li a h3 {
  font-size: 16px;
}
/* line 79, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .switch-list ul li a:hover {
  text-decoration: none;
}
/* line 86, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content {
  width: 65%;
  padding-left: 35px;
}
/* line 91, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-header h2 {
  font-size: 20px;
}
/* line 95, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer {
  /* RATES
  *******/
  /* Force table to not be like tables anymore */
  /* Hide table headers (but not display: none;, for accessibility) */
  /*
  Label the data
  */
}
/* line 96, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer .info-group {
  width: 50%;
}
/* line 98, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer .info-group h3 {
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
}
/* line 102, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer .info-group ul {
  list-style-type: none;
}
/* line 104, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer .info-group ul li {
  margin-left: 0;
}
/* line 110, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer ul.package-list {
  list-style-type: none;
}
/* line 112, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer ul.package-list li {
  margin-left: 0;
}
/* line 114, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 {
  width: 100%;
}
/* line 117, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-2 {
  width: 30%;
}
/* line 120, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-3 {
  width: 70%;
}
/* line 129, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer table, .page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer thead, .page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer tbody, .page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer th, .page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer td, .page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer tr {
  display: block;
}
/* line 134, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* line 139, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer tbody tr td {
  padding: 30px 20px 15px 20px;
}
/* line 143, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer tr {
  border: 1px solid #ccc;
}
/* line 145, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .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%;
}
/* line 153, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .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;
}
/* line 167, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer td:nth-of-type(1):before {
  content: "RATE PERIOD";
}
/* line 168, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer td:nth-of-type(2):before {
  content: "NIGHTLY";
}
/* line 169, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer td:nth-of-type(3):before {
  content: "WEEKEND NIGHT";
}
/* line 170, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer td:nth-of-type(4):before {
  content: "WEEKLY";
}
/* line 171, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer td:nth-of-type(5):before {
  content: "MONTHLY";
}
/* line 172, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .room-infomation .info-content .info-inner .info-footer td:nth-of-type(6):before {
  content: "EVENT";
}
/* line 178, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .group-accordion {
  position: relative;
  margin-bottom: 50px;
}
/* line 183, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .style-button {
  position: relative;
  margin-bottom: 30px;
}
/* line 186, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .style-button ul {
  list-style-type: none;
  display: table;
}
/* line 189, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .style-button ul li {
  position: relative;
  width: 25%;
  float: left;
  margin-left: 0;
  padding: 5px;
  display: table-cell;
}
/* line 196, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .style-button ul li a {
  color: #fff;
  width: 100%;
}
/* line 201, ../sass/pages/_shortcode.scss */
.page-blog-detail .site-content .post .post-body .entry-content .style-button ul:after {
  content: '';
  clear: both;
  display: table;
}

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

/* line 13, ../sass/themes/_preload.scss */
.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;
}

/* line 19, ../sass/themes/_preload.scss */
.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;
}

/* line 29, ../sass/themes/_preload.scss */
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #7b63ae;
  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;
}

/* line 40, ../sass/themes/_preload.scss */
.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 {
  /* line 47, ../sass/themes/_preload.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 47, ../sass/themes/_preload.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  /* line 47, ../sass/themes/_preload.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  /* line 47, ../sass/themes/_preload.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 47, ../sass/themes/_preload.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  /* line 53, ../sass/themes/_preload.scss */
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  /* line 56, ../sass/themes/_preload.scss */
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes bounce {
  /* line 53, ../sass/themes/_preload.scss */
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  /* line 56, ../sass/themes/_preload.scss */
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes bounce {
  /* line 53, ../sass/themes/_preload.scss */
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  /* line 56, ../sass/themes/_preload.scss */
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes bounce {
  /* line 53, ../sass/themes/_preload.scss */
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  /* line 56, ../sass/themes/_preload.scss */
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  /* line 53, ../sass/themes/_preload.scss */
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  /* line 56, ../sass/themes/_preload.scss */
  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) {
  /* line 3, ../sass/themes/_responsive.scss */
  .fixedTop {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  /* line 9, ../sass/themes/_responsive.scss */
  .header .container {
    width: 100%;
    padding: 0 15px;
  }

  /* line 18, ../sass/themes/_responsive.scss */
  .flipbook-slider .item .post-body h2.post-title {
    width: 100%;
  }
  /* line 21, ../sass/themes/_responsive.scss */
  .flipbook-slider .item .post-body .post-content {
    width: 100%;
  }

  /* line 32, ../sass/themes/_responsive.scss */
  .roomrate-slider .owl-controls .owl-buttons div.owl-prev {
    margin-left: 0;
  }
  /* line 35, ../sass/themes/_responsive.scss */
  .roomrate-slider .owl-controls .owl-buttons div.owl-next {
    margin-right: 0;
  }

  /* line 45, ../sass/themes/_responsive.scss */
  .good-food .item .post-thumbnail {
    left: auto;
  }
  /* line 48, ../sass/themes/_responsive.scss */
  .good-food .item .post-body {
    right: auto;
  }
  /* line 55, ../sass/themes/_responsive.scss */
  .good-food .owl-theme .owl-controls .owl-buttons {
    width: 100%;
  }

  /* line 63, ../sass/themes/_responsive.scss */
  .about-us .hi-feature {
    display: block;
  }

  /* line 70, ../sass/themes/_responsive.scss */
  .top-foot .widget .widget-header {
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
  /* line 75, ../sass/themes/_responsive.scss */
  .top-foot .widget .widget-content {
    width: 100%;
  }

  /* ROOM SIMPLE
  **********/
  /* line 85, ../sass/themes/_responsive.scss */
  .room-simple .post .post-media, .accommodation-slider .item .post .post-media, .room-grid .post .post-media {
    max-height: 300px;
  }

  /* ROOM LIST
  **********/
  /* line 95, ../sass/themes/_responsive.scss */
  .room-list .post .post-media {
    width: 100%;
    left: 0;
  }
  /* line 99, ../sass/themes/_responsive.scss */
  .room-list .post .post-body {
    width: 100%;
    right: 0;
  }

  /* ABOUT
  *********/
  /* line 110, ../sass/themes/_responsive.scss */
  .bg-about-2 ul.stat-list li {
    margin-right: 120px;
  }

  /* line 117, ../sass/themes/_responsive.scss */
  .our-team .post .post-media {
    min-height: 370px;
  }
  /* line 119, ../sass/themes/_responsive.scss */
  .our-team .post .post-media .description {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* EVENT PAGE
  ********/
  /* line 131, ../sass/themes/_responsive.scss */
  .cat-event .post .post-media {
    min-height: 290px;
  }
  /* line 134, ../sass/themes/_responsive.scss */
  .cat-event .post .post-field {
    min-height: 290px;
  }
  /* line 136, ../sass/themes/_responsive.scss */
  .cat-event .post .post-field .wrapper {
    width: 100%;
    min-height: 240px;
  }
  /* line 139, ../sass/themes/_responsive.scss */
  .cat-event .post .post-field .wrapper .group {
    width: 50%;
    float: left;
    min-height: 75px;
  }
  /* line 143, ../sass/themes/_responsive.scss */
  .cat-event .post .post-field .wrapper .group.group-map {
    margin-top: 0;
    min-height: 100%;
  }
  /* line 147, ../sass/themes/_responsive.scss */
  .cat-event .post .post-field .wrapper .group.group-price {
    min-height: 100%;
  }
  /* line 151, ../sass/themes/_responsive.scss */
  .cat-event .post .post-field .wrapper:after {
    content: '';
    clear: both;
    display: table;
  }

  /* BLOG DETAIL
  *********/
  /* line 172, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment ol.children li.comment .comment-body .main-comment .comment-meta .comment-metadata span {
    display: block;
    margin-bottom: 10px;
  }

  /* EVENT DETAIL
  *********/
  /* line 190, ../sass/themes/_responsive.scss */
  .main-content .site-content.event-detail {
    float: none;
    max-width: 100%;
  }

  /* line 199, ../sass/themes/_responsive.scss */
  .spa-intro .wrapper {
    height: 315px;
  }
  /* line 201, ../sass/themes/_responsive.scss */
  .spa-intro .wrapper h2 {
    font-size: 30px;
  }

  /* RESERVATION PAGE
  **********/
  /* line 211, ../sass/themes/_responsive.scss */
  .abp-step ul li {
    display: block;
  }

  /* line 222, ../sass/themes/_responsive.scss */
  .datepicker-inline .datepicker-group table.datepicker-calendar td .state-default {
    padding: 12px;
  }

  /* line 232, ../sass/themes/_responsive.scss */
  .format-slider .post-slider .item {
    height: 342px;
  }

  /* line 252, ../sass/themes/_responsive.scss */
  .top-foot [class*="col-"]:last-child .widget .widget-content ul.social-list {
    float: none;
  }

  /* line 262, ../sass/themes/_responsive.scss */
  .half-block.fr {
    padding-left: 15px;
  }
  /* line 265, ../sass/themes/_responsive.scss */
  .half-block.fl {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 272, ../sass/themes/_responsive.scss */
  .mobile-nav-menu {
    display: block;
  }

  /* line 275, ../sass/themes/_responsive.scss */
  .book-now-wrap {
    float: right;
    margin-right: 35px;
  }

  /* line 281, ../sass/themes/_responsive.scss */
  .fixedTop a {
    color: transparent;
  }
  /* line 283, ../sass/themes/_responsive.scss */
  .fixedTop a span.icon-arrow {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 287, ../sass/themes/_responsive.scss */
  .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);
  }
  /* line 293, ../sass/themes/_responsive.scss */
  .fixedTop.fixedTop-light a {
    color: transparent;
  }
}
@media screen and (max-width: 991px) {
  /* line 302, ../sass/themes/_responsive.scss */
  h1.sbig {
    font-size: 30px;
  }
  /* line 306, ../sass/themes/_responsive.scss */
  h1.line:before {
    background-color: transparent;
  }

  /* line 323, ../sass/themes/_responsive.scss */
  .half-block {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 331, ../sass/themes/_responsive.scss */
  .half-block.fr {
    padding-right: 15px;
  }
  /* line 334, ../sass/themes/_responsive.scss */
  .half-block.fl {
    padding-left: 15px;
  }

  /* line 342, ../sass/themes/_responsive.scss */
  .flipbook-slider .item .post-thumbnail {
    width: 100%;
    position: relative;
  }
  /* line 345, ../sass/themes/_responsive.scss */
  .flipbook-slider .item .post-thumbnail img {
    display: block;
  }
  /* line 348, ../sass/themes/_responsive.scss */
  .flipbook-slider .item .post-thumbnail .item-img {
    display: none;
  }
  /* line 352, ../sass/themes/_responsive.scss */
  .flipbook-slider .item .post-body {
    width: 100%;
    padding: 20px;
  }
  /* line 358, ../sass/themes/_responsive.scss */
  .flipbook-slider.reverse .post-thumbnail {
    left: auto;
  }
  /* line 361, ../sass/themes/_responsive.scss */
  .flipbook-slider.reverse .post-body {
    float: none;
  }
  /* line 367, ../sass/themes/_responsive.scss */
  .flipbook-slider .owl-controls .owl-pagination {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    background-color: #fff;
    bottom: auto !important;
  }
  /* line 375, ../sass/themes/_responsive.scss */
  .flipbook-slider .owl-controls .owl-buttons {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    background-color: #fff;
    padding-bottom: 20px;
    bottom: auto !important;
  }

  /* line 388, ../sass/themes/_responsive.scss */
  .cat-box, .cat-box-3 {
    margin-bottom: 30px;
  }

  /* line 393, ../sass/themes/_responsive.scss */
  .cat-box-2 {
    margin-bottom: 30px;
  }

  /* line 398, ../sass/themes/_responsive.scss */
  .bg-room ul.feature-list, .bg-room-detail ul.feature-list, .bg-restaurant ul.feature-list, .bg-blog ul.feature-list, .bg-guestbook ul.feature-list, .bg-about ul.feature-list, .bg-about-2 ul.feature-list, .bg-package ul.feature-list, .bg-event ul.feature-list, .bg-wedding ul.feature-list, .bg-spa ul.feature-list, .bg-contact ul.feature-list, .bg-activity ul.feature-list, .bg-gallery ul.feature-list, .bg-attraction ul.feature-list, .bg-reservation ul.feature-list {
    text-align: left;
  }

  /* line 404, ../sass/themes/_responsive.scss */
  .info-block {
    min-height: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  /* line 408, ../sass/themes/_responsive.scss */
  .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
  **********/
  /* line 419, ../sass/themes/_responsive.scss */
  .room-simple .post .post-media, .accommodation-slider .item .post .post-media, .room-grid .post .post-media {
    max-height: 100%;
  }

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

  /* ROOM THUMBNAIL
  **********/
  /* line 453, ../sass/themes/_responsive.scss */
  .room-thumbnail .post .post-media {
    max-height: 450px;
  }
  /* line 455, ../sass/themes/_responsive.scss */
  .room-thumbnail .post .post-media a.overlay {
    width: 100%;
    height: 100%;
  }

  /* ABOUT
  *********/
  /* line 466, ../sass/themes/_responsive.scss */
  .our-team .post .post-media {
    min-height: 500px;
  }

  /* EVENT PAGE
  ********/
  /* line 476, ../sass/themes/_responsive.scss */
  .cat-event .post .post-media {
    min-height: 100%;
  }
  /* line 479, ../sass/themes/_responsive.scss */
  .cat-event .post .post-field {
    position: relative;
    padding: 0;
    min-height: 100%;
  }
  /* line 483, ../sass/themes/_responsive.scss */
  .cat-event .post .post-field .wrapper {
    background-color: black;
    min-height: 100%;
  }
  /* line 488, ../sass/themes/_responsive.scss */
  .cat-event .post .post-body {
    padding: 30px;
  }

  /* SPA
  *********/
  /* line 498, ../sass/themes/_responsive.scss */
  .spa-enjoy .item .post-thumbnail {
    width: 100%;
  }
  /* line 501, ../sass/themes/_responsive.scss */
  .spa-enjoy .item .post-body {
    width: 100%;
  }
  /* line 505, ../sass/themes/_responsive.scss */
  .spa-enjoy .item:nth-child(even) .post-thumbnail {
    left: auto;
  }
  /* line 508, ../sass/themes/_responsive.scss */
  .spa-enjoy .item:nth-child(even) .post-body {
    right: auto;
  }

  /* line 517, ../sass/themes/_responsive.scss */
  .spa-package .section-content .post {
    text-align: center;
  }
  /* line 521, ../sass/themes/_responsive.scss */
  .spa-package .section-content .post .post-body ul.spa-list li {
    padding-left: 0;
  }
  /* line 523, ../sass/themes/_responsive.scss */
  .spa-package .section-content .post .post-body ul.spa-list li:before {
    display: none;
  }

  /* CONTACT
  *********/
  /* line 536, ../sass/themes/_responsive.scss */
  .contact-page:before {
    width: 100%;
    background-color: transparent;
  }
  /* line 540, ../sass/themes/_responsive.scss */
  .contact-page .sidebar {
    width: 100%;
    margin-right: 0;
  }
  /* line 543, ../sass/themes/_responsive.scss */
  .contact-page .sidebar .widget {
    padding: 20px;
    background-color: #fff;
  }
  /* line 548, ../sass/themes/_responsive.scss */
  .contact-page .site-content {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  /* BLOG
  **********/
  /* line 567, ../sass/themes/_responsive.scss */
  .widget_recent_entries .widget-content ul li {
    float: left;
    width: 50%;
  }
  /* line 570, ../sass/themes/_responsive.scss */
  .widget_recent_entries .widget-content ul li:first-child {
    padding-top: 20px;
  }
  /* line 574, ../sass/themes/_responsive.scss */
  .widget_recent_entries .widget-content ul:after {
    content: '';
    display: table;
    clear: both;
  }

  /* line 584, ../sass/themes/_responsive.scss */
  .widget_subscribe_2 .widget-content {
    max-width: 100%;
  }

  /* FLICKR
  **********/
  /* line 594, ../sass/themes/_responsive.scss */
  .widget_flickr .widget-content ul.thumbnails li {
    width: auto;
  }

  /* BLOG DETAIL
  *********/
  /* line 612, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment ol.children li.comment .comment-body .main-comment .comment-meta .comment-metadata span {
    display: inline-block;
    margin-bottom: 0;
  }

  /* GALLERY
  *********/
  /* line 629, ../sass/themes/_responsive.scss */
  .gallery-grid-item-style-1 .grid-item,
  .gallery-grid-item-style-1 .grid-sizer {
    width: 50%;
  }

  /* line 633, ../sass/themes/_responsive.scss */
  .gallery-grid-item-style-2 .grid-item,
  .gallery-grid-item-style-2 .grid-sizer {
    width: 50%;
  }

  /* line 637, ../sass/themes/_responsive.scss */
  .gallery-grid-item-style-3 .grid-item,
  .gallery-grid-item-style-3 .grid-sizer {
    width: 50%;
  }

  /* line 641, ../sass/themes/_responsive.scss */
  .grid-item.wide,
  .grid-item.large {
    width: 100%;
  }

  /* GALLERY RESTAURANT
  *********/
  /* line 648, ../sass/themes/_responsive.scss */
  .galleries .grid-item,
  .galleries .grid-sizer {
    width: 50%;
  }

  /* GUESTBOOK
  *********/
  /* line 655, ../sass/themes/_responsive.scss */
  .guestbook .grid-item,
  .guestbook .grid-sizer {
    width: 50%;
  }

  /* ACTIVITY
  *********/
  /* line 662, ../sass/themes/_responsive.scss */
  .activities .grid-item,
  .activities .grid-sizer {
    width: 50%;
  }

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

  /* line 694, ../sass/themes/_responsive.scss */
  .spa-intro .wrapper {
    height: auto;
  }

  /* RESERVATION PAGE
  **********/
  /* line 703, ../sass/themes/_responsive.scss */
  .abp-step ul li {
    display: inline-block;
  }

  /* line 710, ../sass/themes/_responsive.scss */
  .apb-content .apb-checkout {
    max-width: 100%;
  }
  /* line 712, ../sass/themes/_responsive.scss */
  .apb-content .apb-checkout .ch-container {
    padding: 30px;
  }
  /* line 716, ../sass/themes/_responsive.scss */
  .apb-content .apb-contact {
    max-width: 100%;
  }
  /* line 718, ../sass/themes/_responsive.scss */
  .apb-content .apb-contact .ct-container {
    padding: 30px;
  }

  /* line 726, ../sass/themes/_responsive.scss */
  #subscribe-popup-1 .popup-dialog,
  #subscribe-popup-3 .popup-dialog {
    width: 720px;
  }

  /* line 737, ../sass/themes/_responsive.scss */
  .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;
  }
  /* line 741, ../sass/themes/_responsive.scss */
  .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%;
  }
  /* line 744, ../sass/themes/_responsive.scss */
  .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;
  }
  /* line 747, ../sass/themes/_responsive.scss */
  .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;
  }
  /* line 751, ../sass/themes/_responsive.scss */
  .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;
  }

  /* line 766, ../sass/themes/_responsive.scss */
  .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%;
  }
}
@media screen and (max-width: 767px) {
  /* line 779, ../sass/themes/_responsive.scss */
  #clock ul li {
    padding: 10px 30px;
  }

  /* line 784, ../sass/themes/_responsive.scss */
  h2.section-title {
    font-size: 30px;
  }

  /* INDEX 2
  **********/
  /* line 803, ../sass/themes/_responsive.scss */
  .cat-box-2 .post-thumbnail {
    max-height: 100%;
  }

  /* line 811, ../sass/themes/_responsive.scss */
  .book-contact .box ul li {
    width: 100%;
  }
  /* line 813, ../sass/themes/_responsive.scss */
  .book-contact .box ul li:first-child {
    border-right: 0;
    border-bottom: 1px solid #000;
    padding-right: 0;
  }
  /* line 818, ../sass/themes/_responsive.scss */
  .book-contact .box ul li:last-child {
    padding-left: 0;
  }

  /* RESTAURANT
  *********/
  /* line 829, ../sass/themes/_responsive.scss */
  .reserve .reserve-form {
    margin: 0 auto;
    float: none;
  }
  /* line 833, ../sass/themes/_responsive.scss */
  .reserve .reserve-term {
    margin-top: 0;
    margin-bottom: 15px;
  }
  /* line 836, ../sass/themes/_responsive.scss */
  .reserve .reserve-term h2 {
    text-align: center;
  }
  /* line 839, ../sass/themes/_responsive.scss */
  .reserve .reserve-term .timetable {
    margin: 0 auto;
  }
  /* line 842, ../sass/themes/_responsive.scss */
  .reserve .reserve-term .timetable div.tCell:first-child {
    text-align: right;
  }
  /* line 845, ../sass/themes/_responsive.scss */
  .reserve .reserve-term .timetable div.tCell:last-child {
    padding-right: 0;
  }

  /* GUESTBOOK
  *********/
  /* line 856, ../sass/themes/_responsive.scss */
  .guestbook .grid-item,
  .guestbook .grid-sizer {
    width: 100%;
  }

  /* line 865, ../sass/themes/_responsive.scss */
  .modal .modal-dialog .modal-content .modal-body ul li.name, .modal .modal-dialog .modal-content .modal-body ul li.email {
    width: 100%;
  }

  /* ACTIVITY
  *********/
  /* line 877, ../sass/themes/_responsive.scss */
  .activities .grid-item,
  .activities .grid-sizer {
    width: 100%;
  }

  /* ABOUT
  ********/
  /* line 884, ../sass/themes/_responsive.scss */
  .about-us .hi-feature {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 888, ../sass/themes/_responsive.scss */
  .about-us .hi-thumb {
    display: none;
  }

  /* line 894, ../sass/themes/_responsive.scss */
  .bg-about-2 ul.stat-list li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* EVENT SIMPLE
  ********/
  /* line 908, ../sass/themes/_responsive.scss */
  .site-content .post .entry-content p iframe {
    height: 300px;
  }

  /* BLOG EVENT
  ********/
  /* line 919, ../sass/themes/_responsive.scss */
  .post .have-event {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
    background-color: #1c1c1c;
  }

  /* line 929, ../sass/themes/_responsive.scss */
  #clock-event ul {
    max-height: 100%;
    overflow: auto;
    margin: 0 auto;
  }
  /* line 933, ../sass/themes/_responsive.scss */
  #clock-event ul li {
    float: none;
    display: inline-block;
  }

  /* line 940, ../sass/themes/_responsive.scss */
  .filters {
    width: 230px;
    margin: 0 auto;
  }
  /* line 943, ../sass/themes/_responsive.scss */
  .filters > li {
    display: block;
    margin-bottom: 30px;
  }
  /* line 946, ../sass/themes/_responsive.scss */
  .filters > li > a {
    display: block;
  }

  /* ATTRACTION
  *********/
  /* line 954, ../sass/themes/_responsive.scss */
  .attraction-local {
    margin-top: 30px;
  }
  /* line 956, ../sass/themes/_responsive.scss */
  .attraction-local .box {
    max-width: 100%;
  }
  /* line 960, ../sass/themes/_responsive.scss */
  .attraction-local .box .wrapper .locate button.btn-locate {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 965, ../sass/themes/_responsive.scss */
  .attraction-local .box .wrapper .locate .location {
    width: 100%;
  }

  /* line 975, ../sass/themes/_responsive.scss */
  .attraction-page .site-content h2 {
    font-size: 20px;
  }
  /* line 980, ../sass/themes/_responsive.scss */
  .attraction-page .site-content .infomation ul li {
    width: 100%;
  }
  /* line 982, ../sass/themes/_responsive.scss */
  .attraction-page .site-content .infomation ul li:first-child {
    width: 100%;
  }
  /* line 990, ../sass/themes/_responsive.scss */
  .attraction-page .site-content .post .post-body p.image {
    float: none;
  }

  /* ROOM DETAIL
  ***************/
  /* line 1003, ../sass/themes/_responsive.scss */
  .room-infomation .switch-list ul li {
    width: 100%;
  }
  /* line 1010, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer {
    /* AMENITIES
    *******/
    /* PACKAGE
    *******/
    /* RATES
    *******/
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  /* line 1013, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer .info-group {
    width: 50%;
  }
  /* line 1020, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-1 {
    width: 100%;
  }
  /* line 1023, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-2 {
    width: 20%;
  }
  /* line 1026, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer ul.package-list li .column-3 {
    width: 80%;
    text-align: left;
  }
  /* line 1036, ../sass/themes/_responsive.scss */
  .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;
  }
  /* line 1041, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 1046, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer tbody tr td {
    padding: 30px 20px 15px 20px;
  }
  /* line 1050, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer tr {
    border: 1px solid #ccc;
  }
  /* line 1052, ../sass/themes/_responsive.scss */
  .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%;
  }
  /* line 1060, ../sass/themes/_responsive.scss */
  .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;
  }
  /* line 1074, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer td:nth-of-type(1):before {
    content: "RATE PERIOD";
  }
  /* line 1075, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer td:nth-of-type(2):before {
    content: "NIGHTLY";
  }
  /* line 1076, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer td:nth-of-type(3):before {
    content: "WEEKEND NIGHT";
  }
  /* line 1077, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer td:nth-of-type(4):before {
    content: "WEEKLY";
  }
  /* line 1078, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer td:nth-of-type(5):before {
    content: "MONTHLY";
  }
  /* line 1079, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer td:nth-of-type(6):before {
    content: "EVENT";
  }

  /* line 1087, ../sass/themes/_responsive.scss */
  .accommodation-slider .owl-controls .owl-pagination {
    position: relative;
    right: 0;
    top: auto;
    margin: 0 auto;
  }

  /* SCHEDULE
  *********/
  /* line 1101, ../sass/themes/_responsive.scss */
  .schedule .sch-header .switch-tab ul.list {
    width: 230px;
    margin: 0 auto;
  }
  /* line 1104, ../sass/themes/_responsive.scss */
  .schedule .sch-header .switch-tab ul.list li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* SHORTCODE
  **********/
  /* line 1124, ../sass/themes/_responsive.scss */
  .page-blog-detail .site-content .post .post-body .entry-content .style-button ul li {
    width: 50%;
  }
  /* line 1134, ../sass/themes/_responsive.scss */
  .page-blog-detail .site-content .post .post-body .entry-content .schedule .sch-header .switch-tab ul.list li {
    margin-right: 0;
  }

  /* ABOUT - WEDDING - SPA
  **********/
  /* line 1150, ../sass/themes/_responsive.scss */
  .about-us h1 {
    font-size: 36px;
  }

  /* RESERVATION PAGE
  **********/
  /* line 1159, ../sass/themes/_responsive.scss */
  .abp-step ul li {
    display: block;
  }

  /* line 1167, ../sass/themes/_responsive.scss */
  .apb-content .apb-room .apb-room_item .apb-room_img {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 1171, ../sass/themes/_responsive.scss */
  .apb-content .apb-room .apb-room_item .apb-room_text {
    width: 100%;
  }
  /* line 1176, ../sass/themes/_responsive.scss */
  .apb-content .apb-room .apb-room_item ul.package-list li .column-1 {
    width: 100%;
  }
  /* line 1179, ../sass/themes/_responsive.scss */
  .apb-content .apb-room .apb-room_item ul.package-list li .column-2 {
    width: 20%;
  }
  /* line 1182, ../sass/themes/_responsive.scss */
  .apb-content .apb-room .apb-room_item ul.package-list li .column-3 {
    width: 80%;
  }
  /* line 1190, ../sass/themes/_responsive.scss */
  .apb-content .form-row.form-row-first,
  .apb-content .form-row.form-row-last {
    width: 100%;
  }

  /* line 1195, ../sass/themes/_responsive.scss */
  blockquote {
    padding: 30px;
  }
  /* line 1197, ../sass/themes/_responsive.scss */
  blockquote p {
    font-size: 16px;
  }

  /* BLOG
  **********/
  /* line 1207, ../sass/themes/_responsive.scss */
  .widget_recent_entries .widget-content ul li {
    float: none;
    width: 100%;
  }
  /* line 1210, ../sass/themes/_responsive.scss */
  .widget_recent_entries .widget-content ul li:first-child {
    padding-top: 0;
  }
  /* line 1213, ../sass/themes/_responsive.scss */
  .widget_recent_entries .widget-content ul li .post-thumbnail {
    width: 20%;
    margin-right: 5%;
  }
  /* line 1217, ../sass/themes/_responsive.scss */
  .widget_recent_entries .widget-content ul li .post-body {
    width: 75%;
  }

  /* line 1231, ../sass/themes/_responsive.scss */
  #subscribe-popup-1 .popup-dialog {
    width: 100%;
  }
  /* line 1233, ../sass/themes/_responsive.scss */
  #subscribe-popup-1 .popup-dialog .popup-content {
    position: relative;
    width: 100%;
  }

  /* line 1240, ../sass/themes/_responsive.scss */
  #subscribe-popup-2 .popup-dialog {
    width: 100%;
  }

  /* line 1245, ../sass/themes/_responsive.scss */
  #subscribe-popup-3 .popup-dialog {
    width: 100%;
  }
  /* line 1247, ../sass/themes/_responsive.scss */
  #subscribe-popup-3 .popup-dialog .popup-content {
    width: 100%;
    height: 100%;
  }

  /* line 1256, ../sass/themes/_responsive.scss */
  .box-contact h3 ._hr {
    display: none;
  }
  /* line 1261, ../sass/themes/_responsive.scss */
  .box-contact ul li {
    width: 100%;
  }
  /* line 1263, ../sass/themes/_responsive.scss */
  .box-contact ul li:first-child {
    padding-right: 0;
    border-right: 0;
  }
  /* line 1267, ../sass/themes/_responsive.scss */
  .box-contact ul li:last-child {
    padding-left: 0;
  }

  /* line 1280, ../sass/themes/_responsive.scss */
  .page-not-found .wrapper .block-content .post-body form.search-form input[type="search"] {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  /* line 1295, ../sass/themes/_responsive.scss */
  #packages [class*="col-"] {
    width: 100%;
    text-align: left !important;
    margin-bottom: 20px;
  }

  /* line 1304, ../sass/themes/_responsive.scss */
  #coming-content .box {
    top: 5%;
    padding-bottom: 0;
  }

  /* EVENT PAGE
  ********/
  /* line 1316, ../sass/themes/_responsive.scss */
  .cat-event .post .post-field .wrapper .group {
    width: 100%;
    min-height: 100%;
  }
  /* line 1319, ../sass/themes/_responsive.scss */
  .cat-event .post .post-field .wrapper .group.group-map {
    margin-top: -10px;
  }

  /* line 1331, ../sass/themes/_responsive.scss */
  .wed-food .post-content .wed-offer:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  /* line 1336, ../sass/themes/_responsive.scss */
  .wed-food .post-content .wed-offer:last-child {
    width: 100%;
    padding-left: 0;
  }

  /* BLOG DETAIL
  **********/
  /* line 1350, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment .comment-body .author-avatar {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  /* line 1354, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment .comment-body .author-avatar img {
    margin: 0;
  }
  /* line 1358, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment .comment-body .main-comment {
    width: 100%;
    padding-left: 0;
    position: static;
  }
  /* line 1362, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta {
    position: static;
  }
  /* line 1364, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-metadata {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  /* line 1367, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment .comment-body .main-comment .comment-meta .comment-metadata span {
    display: block;
    margin-bottom: 10px;
  }
  /* line 1376, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment ol.children li.comment {
    padding: 30px 40px;
  }
  /* line 1379, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment ol.children li.comment .comment-body .author-avatar {
    width: 100%;
  }
  /* line 1382, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment ol.children li.comment .comment-body .main-comment {
    width: 100%;
    padding-left: 0;
  }
  /* line 1387, ../sass/themes/_responsive.scss */
  .comments-area ol.comment-list li.comment ol.children li.comment .comment-body .main-comment .comment-meta .comment-metadata span {
    display: block;
    margin-bottom: 10px;
  }

  /* line 1406, ../sass/themes/_responsive.scss */
  .page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev,
  .page-blog-detail .site-content nav.post-navigation .nav-links .nav-next {
    width: 100%;
  }

  /* CONTACT PAGE
  **********/
  /* line 1421, ../sass/themes/_responsive.scss */
  .contact-page .sidebar .widget .widget-content .location a.mark {
    width: 100%;
  }
  /* line 1424, ../sass/themes/_responsive.scss */
  .contact-page .sidebar .widget .widget-content .location .info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  /* line 1428, ../sass/themes/_responsive.scss */
  .contact-page .sidebar .widget .widget-content .location .info .column {
    width: 100%;
  }

  /* RESERVATION PAGE
  ***************/
  /* line 1444, ../sass/themes/_responsive.scss */
  .datepicker-inline .datepicker-group.datepicker-group-first, .datepicker-inline .datepicker-group.datepicker-group-last {
    width: 100%;
  }
  /* line 1449, ../sass/themes/_responsive.scss */
  .datepicker-inline .datepicker-group table.datepicker-calendar td .state-default {
    padding: 30%;
  }

  /* ROOM LIST
  **********/
  /* line 1463, ../sass/themes/_responsive.scss */
  .room-list .post .post-body .post-footer a.btn {
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1477, ../sass/themes/_responsive.scss */
  #clock ul li {
    display: block;
  }
  /* line 1479, ../sass/themes/_responsive.scss */
  #clock ul li:after {
    display: none;
  }

  /* line 1487, ../sass/themes/_responsive.scss */
  .footer .foot-credit [class*="col-"] {
    width: 100%;
    text-align: left !important;
    margin-bottom: 20px;
  }
  /* line 1491, ../sass/themes/_responsive.scss */
  .footer .foot-credit [class*="col-"]:last-child {
    margin-bottom: 0;
  }

  /* line 1499, ../sass/themes/_responsive.scss */
  .goodfood h3 {
    width: 80%;
  }
  /* line 1502, ../sass/themes/_responsive.scss */
  .goodfood .gf-content {
    width: 80%;
  }
  /* line 1505, ../sass/themes/_responsive.scss */
  .goodfood .gf-more {
    width: 50%;
  }

  /* line 1513, ../sass/themes/_responsive.scss */
  .news-slider .item .wrapper .post-thumbnail, .news-slider-2 .item .wrapper .post-thumbnail, .event-slider-2 .item .wrapper .post-thumbnail, .event-slider-3 .item .wrapper .post-thumbnail, .event-slider .item .wrapper .post-thumbnail {
    width: 100%;
    position: relative;
  }
  /* line 1516, ../sass/themes/_responsive.scss */
  .news-slider .item .wrapper .post-thumbnail img, .news-slider-2 .item .wrapper .post-thumbnail img, .event-slider-2 .item .wrapper .post-thumbnail img, .event-slider-3 .item .wrapper .post-thumbnail img, .event-slider .item .wrapper .post-thumbnail img {
    display: block;
  }
  /* line 1519, ../sass/themes/_responsive.scss */
  .news-slider .item .wrapper .post-thumbnail .item-img, .news-slider-2 .item .wrapper .post-thumbnail .item-img, .event-slider-2 .item .wrapper .post-thumbnail .item-img, .event-slider-3 .item .wrapper .post-thumbnail .item-img, .event-slider .item .wrapper .post-thumbnail .item-img {
    display: none;
  }
  /* line 1523, ../sass/themes/_responsive.scss */
  .news-slider .item .wrapper .post-body, .news-slider-2 .item .wrapper .post-body, .event-slider-2 .item .wrapper .post-body, .event-slider-3 .item .wrapper .post-body, .event-slider .item .wrapper .post-body {
    width: 100%;
  }

  /* ROOM MODEM
  **********/
  /* line 1534, ../sass/themes/_responsive.scss */
  .room-modem .post .post-body {
    padding: 20px 40px;
  }

  /* ROOM LIST
  **********/
  /* line 1544, ../sass/themes/_responsive.scss */
  .room-list .post .post-body {
    padding: 20px 40px;
  }

  /* ROOM THUMBNAIL
  **********/
  /* line 1556, ../sass/themes/_responsive.scss */
  .room-thumbnail .post .post-body .post-content,
  .room-thumbnail .post .post-body .post-footer {
    display: none;
  }

  /* RESTAURANT
  **********/
  /* line 1567, ../sass/themes/_responsive.scss */
  .intro .post-body h1 {
    font-size: 40px;
  }

  /* line 1574, ../sass/themes/_responsive.scss */
  .gallery-grid-item-style-1 .grid-item,
  .gallery-grid-item-style-1 .grid-sizer {
    width: 100%;
  }

  /* line 1578, ../sass/themes/_responsive.scss */
  .gallery-grid-item-style-2 .grid-item,
  .gallery-grid-item-style-2 .grid-sizer {
    width: 100%;
  }

  /* line 1582, ../sass/themes/_responsive.scss */
  .gallery-grid-item-style-3 .grid-item,
  .gallery-grid-item-style-3 .grid-sizer {
    width: 100%;
  }

  /* line 1587, ../sass/themes/_responsive.scss */
  .grid-item.large .work-item .title {
    padding: 80px 10px;
  }
  /* line 1589, ../sass/themes/_responsive.scss */
  .grid-item.large .work-item .title h2 {
    font-size: 18px;
  }
  /* line 1592, ../sass/themes/_responsive.scss */
  .grid-item.large .work-item .title span {
    font-size: 20px;
  }

  /* GALLERY RESTAURANT
  *********/
  /* line 1602, ../sass/themes/_responsive.scss */
  .galleries .grid-item,
  .galleries .grid-sizer {
    width: 100%;
  }

  /* ROOM DETAIL
  ***************/
  /* line 1611, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer {
    /* AMENITIES
    *******/
  }
  /* line 1614, ../sass/themes/_responsive.scss */
  .room-infomation .info-content .info-inner .info-footer .info-group {
    width: 100% !important;
  }

  /* SHORTCODE
  **********/
  /* line 1631, ../sass/themes/_responsive.scss */
  .page-blog-detail .site-content .post .post-body .entry-content .style-button ul li {
    width: 100%;
  }

  /* line 1648, ../sass/themes/_responsive.scss */
  .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%;
  }
  /* line 1650, ../sass/themes/_responsive.scss */
  .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;
  }
  /* line 1653, ../sass/themes/_responsive.scss */
  .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;
  }

  /* line 1664, ../sass/themes/_responsive.scss */
  .format-quote.has-post-thumbnail blockquote {
    position: relative;
  }
  /* line 1667, ../sass/themes/_responsive.scss */
  .format-quote.has-post-thumbnail img {
    display: none;
  }

  /* line 1674, ../sass/themes/_responsive.scss */
  .format-slider .post-slider {
    margin-bottom: 0;
  }
  /* line 1676, ../sass/themes/_responsive.scss */
  .format-slider .post-slider .item {
    height: 100%;
  }
}
@media screen and (max-width: 414px) {
  /* line 1684, ../sass/themes/_responsive.scss */
  #toggle-book {
    padding: 0 10px;
  }
  /* line 1686, ../sass/themes/_responsive.scss */
  #toggle-book span.txt-book {
    font-size: 11px;
  }

  /* ABOUT
  *********/
  /* line 1695, ../sass/themes/_responsive.scss */
  .about-us .post-header h1 {
    font-size: 38px;
  }

  /* line 1702, ../sass/themes/_responsive.scss */
  .our-team .post .post-media {
    min-height: 430px;
  }

  /* SPA
  *********/
  /* line 1712, ../sass/themes/_responsive.scss */
  .spa-intro .post-header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  /* ROOM DETAIL
  **********/
  /* line 1725, ../sass/themes/_responsive.scss */
  .slider-check .big-slider .item .post-body {
    display: none;
  }

  /* RESERVATION PAGE
  **********/
  /* line 1738, ../sass/themes/_responsive.scss */
  .apb-content .apb-room .apb-room_item .apb-room_text p.apb-room_price {
    display: block;
    margin-bottom: 15px;
  }
  /* line 1743, ../sass/themes/_responsive.scss */
  .apb-content .apb-room .apb-room_item .apb-room_text a.apb-btn.fr {
    float: none !important;
  }
  /* line 1750, ../sass/themes/_responsive.scss */
  .apb-content .apb-room .apb-room_item ul.package-list li .column-1 {
    padding-right: 0;
  }
  /* line 1753, ../sass/themes/_responsive.scss */
  .apb-content .apb-room .apb-room_item ul.package-list li .column-2 {
    width: 100%;
  }
  /* line 1756, ../sass/themes/_responsive.scss */
  .apb-content .apb-room .apb-room_item ul.package-list li .column-3 {
    width: 100%;
  }
}
/* 7.	User custom styles
-------------------------------*/
/* line 208, ../sass/style.scss */
.hotel-name {
  font-family: "Lato", sans-serif important;
  color: #898989;
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #aaa;
  letter-spacing: 3px;
  display: inline-block;
  padding-top: 30px;
  margin-bottom: 10px;
}

/* line 220, ../sass/style.scss */
.price-home {
  font-size: 1.5em !important;
  color: #1c1c1c;
}

/* line 224, ../sass/style.scss */
.home-btn {
  margin-top: 20px;
}

/* line 228, ../sass/style.scss */
#book_nav {
  background-color: #7b63ae;
  color: #fff;
  border-bottom: 3px solid #7b63ae !important;
}
/* line 233, ../sass/style.scss */
#book_nav a {
  color: inherit;
}

/* line 238, ../sass/style.scss */
.package_table {
  width: 100% !important;
  margin-right: 15px;
}
/* line 242, ../sass/style.scss */
.package_table th, .package_table td {
  padding: 10px;
  border-color: #eee;
}
/* line 246, ../sass/style.scss */
.package_table th {
  border-bottom: 2px solid #7b63ae;
  border-top: 2px solid #7b63ae;
  text-transform: uppercase;
  font-size: .8em;
}

/* line 256, ../sass/style.scss */
.package_caption {
  padding-top: 40px;
  color: #777;
}

/* line 261, ../sass/style.scss */
.special_book {
  background-color: #7b63ae !important;
  color: #fff !important;
}
/* line 265, ../sass/style.scss */
.special_book h2 {
  color: inherit;
  margin: 0 !important;
}

/* line 272, ../sass/style.scss */
.leader img {
  margin-bottom: 2em;
}

/* line 277, ../sass/style.scss */
#sales_partner {
  line-height: 1.6em;
}

/* line 282, ../sass/style.scss */
#footer_menu li {
  line-height: 1;
}
/* line 285, ../sass/style.scss */
#footer_menu a {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #777;
  display: inline-block;
  margin-left: 20px;
}
/* line 293, ../sass/style.scss */
#footer_menu a:hover {
  color: #7b63ae;
}
