@charset "UTF-8";
/*------------------------------------------------------------------------
# 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
*******/
.robo-font {
    font-family: "Roboto", sans-serif !important;
}

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

#page-wrap {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

#page-wrap.active:before {
    opacity: 1;
    visibility: visible;
}

.container {
    position: relative;
}

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

::-moz-selection {
    background-color: #bf9e66;
    color: #fff;
}

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

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

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

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

.sbig a {
    color: inherit;
}

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

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

.h1 a,
h1 a {
    color: inherit;
}

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

.h2 a,
h2 a {
    color: inherit;
}

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

.h3 a,
h3 a {
    color: inherit;
}

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

.h4 a,
h4 a {
    color: inherit;
}

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

.h5 a,
h5 a {
    color: inherit;
}

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

.h6 a,
h6 a {
    color: inherit;
}

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

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

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

a:hover {
    color: #bf9e66;
}

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

code {
    background-color: #eee;
}

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

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

dfn {
    border-bottom: 1px dashed;
}

blockquote {
    padding: 30px 55px;
    text-align: center;
    background-color: #f9f9f9;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 0px;
}

blockquote p {
    font-family: "Droid Serif", serif !important;
    color: #333;
    font-size: 22px;
    line-height: 1.8em !important;
    margin-bottom: 0;
    font-style: italic;
}

blockquote footer cite {
    font-family: "Roboto", sans-serif !important;
    color: #898989;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
}

blockquote footer:before {
    content: "";
    display: none;
}

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

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

h2.section-title {
    font-family: "Droid Serif", serif !important;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

h2.section-title.white {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Droid Serif", serif !important;
}

ol li,
ul li {
    font-size: 12px;
    line-height: 2.3em;
}

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

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

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

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

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

thead {
    display: table-header-group;
}

tr {
    page-break-inside: avoid;
}

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

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

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

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

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

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

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

@media screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

/* 2.	Frame
-------------------------------*/
html .bg-parallax {
    background-attachment: fixed !important;
}

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

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

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

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

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

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

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

.bg-primary {
    background-color: #bf9e66;
}

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

[class*="bg-overlay-"] {
    position: relative;
}

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

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

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

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

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

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

.bl {
    display: block !important;
}

.il {
    display: inline !important;
}

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

.dn {
    display: none !important;
}

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

.fr {
    float: right !important;
}

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

.overflow-visible {
    overflow: visible;
}

.overflow-scroll {
    overflow: scroll;
}

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

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

.overflow-auto {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 3.	Components
-------------------------------*/
.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-pagination {
    padding-bottom: 10px;
}

.owl-theme .owl-controls .owl-pagination .owl-page span {
    width: 6px;
    height: 6px;
    border: 1px solid #bf9e66;
    background-color: #bf9e66;
    margin: 0 6px;
    opacity: 1;
}

.owl-theme .owl-controls .owl-pagination .owl-page.active span {
    background-color: #fff;
}

.owl-theme .owl-controls .owl-buttons div {
    background-color: #bf9e66;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 34px;
    opacity: 1;
    font-size: 20px;
    margin-right: 2px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-controls .owl-buttons div:hover,
.owl-theme .owl-controls .owl-buttons div:active {
    background-color: #212121;
}

.owl-theme .owl-controls .owl-buttons .prev-arrow {
    background: url(../img/slider-arrow.png) no-repeat left center;
    width: 28px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-controls .owl-buttons .prev-arrow:hover {
    left: 10px;
}

.owl-theme .owl-controls .owl-buttons .next-arrow {
    background: url(../img/slider-arrow.png) no-repeat right center;
    width: 28px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-controls .owl-buttons .next-arrow:hover {
    right: 10px;
}

.flipbook-slider .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    width: 585px;
    left: 50%;
}

.flipbook-slider .owl-controls .owl-buttons {
    position: absolute;
    bottom: 70px;
    width: 585px;
    left: 50%;
}

.flipbook-slider.reverse .owl-pagination,
.flipbook-slider.reverse .owl-buttons {
    left: calc(50% - 585px);
}

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

@media screen and (max-width: 991px) {
    .flipbook-slider .owl-controls .owl-pagination,
    .flipbook-slider .owl-controls .owl-buttons {
        left: auto;
    }
}

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

.container .flipbook-slider .owl-controls .owl-pagination {
    width: 50%;
}

.container .flipbook-slider .owl-controls .owl-buttons {
    width: 50%;
    bottom: 40px;
}

.container .flipbook-slider.reverse .owl-pagination,
.container .flipbook-slider.reverse .owl-buttons {
    left: auto;
}

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

.roomrate-slider .owl-controls .owl-buttons {
    width: 100%;
    position: absolute;
    top: calc(50% - 40px);
    bottom: auto;
    left: auto;
}

.roomrate-slider .owl-controls .owl-buttons div {
    background-color: #000;
    color: #fff;
}

.roomrate-slider .owl-controls .owl-buttons div:hover,
.roomrate-slider .owl-controls .owl-buttons div:active {
    background-color: #bf9e66;
}

.roomrate-slider .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
    margin-left: -50px;
}

.roomrate-slider .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0;
    margin-right: -50px;
}

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

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

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

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

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

.accommodation-slider .owl-controls .owl-pagination {
    position: absolute;
    right: 0;
    top: -73px;
    padding: 0 15px;
}

.accommodation-slider .owl-controls .owl-buttons div {
    background-color: transparent;
    color: #bbb;
    position: absolute;
    top: -80px;
}

.accommodation-slider .owl-controls .owl-buttons div:hover {
    background-color: transparent;
    color: #000;
}

.accommodation-slider .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
}

.accommodation-slider .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.slider-check .big-slider.owl-theme .owl-controls .owl-buttons {
    width: 100%;
    position: absolute;
    top: calc(50% - 20px);
    bottom: auto;
    left: auto;
    padding-bottom: 0;
}

.slider-check .big-slider.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    margin-right: 0;
}

.slider-check .big-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
}

.slider-check .big-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0;
}

.slider-check .small-slider .owl-controls .owl-buttons {
    padding-bottom: 0;
    position: absolute;
    width: 100%;
    height: 0;
    left: auto;
    top: 0;
    bottom: 0;
}

.slider-check .small-slider .owl-controls .owl-buttons div {
    color: #fff;
    background-color: #000;
    position: absolute;
    top: 0;
    width: 30px;
    height: 79px;
    opacity: 1;
    font-size: 20px;
    padding-top: 20px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.slider-check .small-slider .owl-controls .owl-buttons div:hover {
    background-color: #bf9e66;
}

.slider-check .small-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.slider-check .small-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.post-slider {
    position: relative;
    margin-bottom: 30px;
}

.post-slider img {
    margin: 0 auto;
}

.post-slider .item {
    position: relative;
}

.post-slider .item .slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(28, 28, 28, 0.6);
    padding: 15px;
}

.post-slider .item .slider-caption span.caption {
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}

.post-slider .owl-controls .owl-buttons {
    width: 100%;
    position: absolute;
    top: calc(50% - 20px);
}

.post-slider .owl-controls .owl-buttons div {
    background-color: rgba(28, 28, 28, 0.8);
    margin-right: 0;
}

.post-slider .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
}

.post-slider .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0;
}

.post-slider .owl-controls .owl-buttons div:hover {
    background-color: #bf9e66;
}

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

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

.guestbook-slider .owl-controls .owl-buttons div:hover,
.category-slider .owl-controls .owl-buttons div:hover {
    background-color: transparent;
    color: #000;
}

.guestbook-slider .owl-controls .owl-buttons div.owl-prev,
.category-slider .owl-controls .owl-buttons div.owl-prev {
    left: 30px;
}

.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) {
    .guestbook-slider .owl-controls .owl-buttons div,
    .category-slider .owl-controls .owl-buttons div {
        display: none;
    }
}

.guestbook-slider:hover .owl-controls .owl-buttons,
.category-slider:hover .owl-controls .owl-buttons {
    opacity: 1;
    visibility: visible;
}

.category-slider .owl-controls .owl-buttons div.owl-prev {
    left: -30px;
}

.category-slider .owl-controls .owl-buttons div.owl-next {
    right: -30px;
}

.fixedTop {
    position: fixed;
    width: 100px;
    right: 3%;
    bottom: 50px;
    font-family: "Droid Serif", serif;
    text-align: center;
    z-index: 999;
    display: none;
}

.fixedTop a {
    position: relative;
    color: #1c1c1c;
}

.fixedTop a span.icon-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.fixedTop a span.icon-arrow .inner {
    width: 25px;
    height: 1px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 50%;
    position: absolute;
    background-color: #1c1c1c;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fixedTop a span.icon-arrow .inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    right: 0;
    top: 0;
    border-right: 1px solid #1c1c1c;
    border-top: 1px solid #1c1c1c;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fixedTop a:hover span.icon-arrow {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.fixedTop.fixedTop-light a {
    color: #fff;
}

.fixedTop.fixedTop-light a span.icon-arrow .inner {
    background-color: #fff;
}

.fixedTop.fixedTop-light a span.icon-arrow .inner:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

nav.pager {
    position: relative;
    margin: 0;
}

nav.pager ul.pagination {
    position: relative;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav.pager ul.pagination li {
    display: inline-block;
    margin: 0 4px;
}

nav.pager ul.pagination li .page-numbers {
    color: #000;
    border: 0;
    padding: 10px 16px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

nav.pager ul.pagination li .page-numbers.current,
nav.pager ul.pagination li .page-numbers:hover {
    background-color: #bf9e66;
    color: #fff;
}

nav.pager ul.pagination li .page-numbers span {
    float: none;
}

nav.pager ul.pagination li:first-child {
    margin-left: 0;
}

nav.pager ul.pagination li:last-child {
    margin-right: 0;
}

.modal .modal-dialog {
    max-width: 570px;
    height: auto;
    margin: 100px auto;
}

.modal .modal-dialog .modal-content {
    color: #1c1c1c;
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 30px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.modal .modal-dialog .modal-content .modal-header {
    position: relative;
    min-height: 100%;
    padding: 0;
    border-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-header h3 {
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 400;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.modal .modal-dialog .modal-content .modal-body p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}

.modal .modal-dialog .modal-content .modal-body ul {
    margin: 0;
}

.modal .modal-dialog .modal-content .modal-body ul li {
    padding: 5px 0;
}

.modal .modal-dialog .modal-content .modal-body ul li input {
    font-family: "Droid Serif", serif !important;
    background-color: #f9f9f9;
    color: #000;
    border: 0px;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
}

.modal .modal-dialog .modal-content .modal-body ul li textarea {
    font-family: "Droid Serif", serif !important;
    width: 100%;
    min-height: 170px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #000;
    font-weight: 400;
}

.modal .modal-dialog .modal-content .modal-body ul li.has-error input,
.modal .modal-dialog .modal-content .modal-body ul li.has-error textarea {
    border: 1px solid #f00;
}

.modal .modal-dialog .modal-content .modal-body ul li.name,
.modal .modal-dialog .modal-content .modal-body ul li.email {
    width: 48%;
}

.modal .modal-dialog .modal-content .modal-body button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}

.modal .modal-dialog .modal-content .modal-body form input[type="submit"] {
    background-color: #bf9e66;
    display: block;
    padding: 3% 10%;
    margin: 30px auto 0 auto;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal
    .modal-dialog
    .modal-content
    .modal-body
    form
    input[type="submit"]:hover {
    background-color: #e8b647;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* zoom in */
    opacity: 0;
    visibility: hidden;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup.pp-active {
    /* zoom in */
    opacity: 1;
    visibility: visible;
}

.popup.pp-active .popup-overlay {
    opacity: 1;
    visibility: visible;
}

.popup.pp-active .popup-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.popup .popup-overlay {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1051;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup .popup-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/subscribe.jpg);
    background-repeat: no-repeat;
    z-index: 1052;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup .popup-dialog .popup-content h2 {
    font-style: italic;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.popup .popup-dialog .popup-content p {
    color: #898989;
    margin-bottom: 40px;
}

.popup .popup-dialog .popup-content input[type="email"] {
    color: #898989;
    font-family: "Roboto", sans-serif !important;
    border: 0px;
    padding: 15px;
    font-size: 12px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.popup .popup-dialog .popup-content button.btn {
    padding: 15px 55px;
}

#subscribe-popup-1 .popup-dialog {
    width: 970px;
    height: 500px;
}

#subscribe-popup-1 .popup-dialog .popup-content {
    background-color: #fff;
    width: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    padding: 30px;
    text-align: center;
}

#subscribe-popup-1 .popup-dialog .popup-content h2 {
    padding-top: 50px;
}

#subscribe-popup-1 .popup-dialog .popup-content input[type="email"] {
    width: 100%;
}

#subscribe-popup-1 .popup-dialog .popup-content span.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
    color: #898989;
}

#subscribe-popup-2 .popup-dialog {
    width: 770px;
    height: 500px;
}

#subscribe-popup-2 .popup-dialog:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: #333;
    opacity: 0.5;
}

#subscribe-popup-2 .popup-dialog .popup-content {
    position: absolute;
    z-index: 2001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#subscribe-popup-2 .popup-dialog .popup-content h2 {
    color: #fff;
    padding-top: 100px;
}

#subscribe-popup-2 .popup-dialog .popup-content p {
    color: #fff;
}

#subscribe-popup-2 .popup-dialog .popup-content input[type="email"] {
    width: 340px;
    display: block;
    margin: 0 auto 30px auto;
}

#subscribe-popup-2 .popup-dialog .popup-content span.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
    color: #fff;
}

#subscribe-popup-3 .popup-dialog {
    width: 970px;
    height: 500px;
}

#subscribe-popup-3 .popup-dialog .popup-content {
    background-color: #fff;
    width: 400px;
    height: calc(100% - 60px);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 40px 30px;
    text-align: center;
}

#subscribe-popup-3 .popup-dialog .popup-content input[type="email"] {
    width: 100%;
    text-align: center;
}

#subscribe-popup-3 .popup-dialog span.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
    color: #fff;
}

ul.social-list li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    list-style: none;
    text-decoration: none;
    position: relative;
    width: 25px;
    height: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.social-list li a {
    color: #fff;
    display: block;
    font-size: 21px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

ul.social-list li a i.back {
    color: #bf9e66;
}

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

ul.social-list li:first-child {
    margin-left: 0;
}

ul.social-list li:last-child {
    margin-right: 0;
}

.widget {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.widget img {
    width: 100%;
}

.widget .widget-header {
    padding: 0;
    border-bottom: 0px;
    margin-bottom: 30px;
}

.widget .widget-header h2.widget-title {
    color: #333;
    font-size: 22px;
    position: relative;
    text-align: left;
    line-height: 1em;
    margin-top: 0;
}

.widget .widget-header p.caption {
    font-family: "Roboto", sans-serif !important;
    color: #6d6d6d;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1em;
    display: block;
}

.widget .widget-content {
    position: relative;
    padding: 0;
}

.widget .widget-content .group {
    position: relative;
    margin-bottom: 20px;
}

.widget .widget-content .group h3 {
    font-family: "Roboto", sans-serif !important;
    color: #000;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.widget .widget-content .group h3 i {
    margin-right: 0px;
}

.widget .widget-content .group h4 {
    font-family: "Roboto", sans-serif !important;
    color: #6d6d6d;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.8em;
}

.widget .widget-content .group a {
    color: #bf9e66;
    font-size: 13px;
}

.widget .widget-content .group a i {
    margin-right: 10px;
}

.widget .widget-content .group a:hover {
    text-decoration: underline;
}

.widget .widget-content .group:last-child {
    margin-bottom: 0;
}

.widget h6 {
    font-family: "Roboto", sans-serif !important;
    color: #6d6d6d;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 20px;
}

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

.widget.white .widget-header {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

.widget.white .widget-header h2.widget-title {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.widget.white .widget-header p.caption {
    text-align: center;
    margin: 10px 0;
}

.widget.white .widget-content {
    padding: 20px;
}

.widget.white .widget-footer {
    padding: 20px;
}

.widget_reservation {
    position: relative;
    width: 100%;
    /*min-height: 570px;*/
}

.widget_reservation .widget-header p.price {
    color: #bf9e66;
    font-family: "Droid Serif", serif !important;
    font-size: 26px;
    margin-bottom: 0;
    text-align: center;
}

.widget_reservation .widget-header p.price span {
    font-size: 14px;
}

.widget_reservation .widget-content {
    padding: 0;
}

.widget_reservation .widget-content ul.book-check {
    position: relative;
}

.widget_reservation .widget-content ul.book-check h3 {
    font-family: "Roboto", sans-serif !important;
    color: #bf9e66;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
}

.widget_reservation .widget-content ul.book-check li {
    position: relative;
    margin-bottom: 20px;
    line-height: 1em;
}

.widget_reservation .widget-content ul.book-check li.title {
    margin-bottom: 25px;
}

.widget_reservation .widget-content ul.book-check li label {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    color: #1c1c1c;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.widget_reservation .widget-content ul.book-check li button {
    width: 100%;
}

.widget_reservation .widget-content ul.book-check li .custom {
    position: relative;
    width: 100%;
}

.widget_reservation
    .widget-content
    ul.book-check
    li
    .custom
    input[type="text"] {
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 14px;
    background-color: #fff;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.widget_reservation .widget-content ul.book-check li .custom span.fa {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
}

.widget_reservation .widget-content ul.book-check li .custom.input-group:after {
    display: none;
}

.widget_reservation
    .widget-content
    ul.book-check
    li
    .custom
    select.form-select
    + .select2
    .select2-selection--single {
    background-color: #fff;
}

.widget_reservation .widget-content ul.book-check li ul.book__check {
    position: relative;
}

.widget_reservation .widget-content ul.book-check li ul.book__check li {
    font-family: "Roboto", sans-serif !important;
    position: relative;
    width: 36%;
    float: left;
    padding: 5px;
    margin-bottom: 0;
}

.widget_reservation .widget-content ul.book-check li ul.book__check li.label {
    width: 28%;
    vertical-align: bottom;
    font-weight: 400;
    color: #1c1c1c;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 44px;
    padding-left: 0;
    text-align: left;
}

.widget_reservation .widget-content ul.book-check li ul.book__check li .custom {
    position: relative;
    margin-bottom: 0;
}

.widget_reservation .widget-content ul.book-check li ul.book__check:after {
    content: "";
    clear: both;
    display: table;
}

.widget_reservation .widget-content ul.book-check li:last-child {
    margin-bottom: 0;
}

.widget_reservation .widget-content ul.book-check li#room .custom {
    position: relative;
    margin-bottom: 20px;
}

.widget_reservation.white .widget-content {
    padding: 30px 20px;
}

.widget_reservation.white
    .widget-content
    ul.book-check
    li
    .custom
    input[type="text"] {
    background-color: #f9f9f9;
}

.widget_reservation.white
    .widget-content
    ul.book-check
    li
    .custom
    select.form-select
    + .select2
    .select2-selection--single {
    background-color: #f9f9f9;
}

.widget_subscribe.white .widget-header {
    border-bottom: 0;
    margin-bottom: 0;
}

.widget_subscribe.white .widget-header h2.widget-title {
    font-size: 18px;
}

.widget_subscribe.white .widget-content {
    padding-top: 0;
}

.widget_subscribe.white .widget-content form .custom input[type="email"] {
    background-color: #f9f9f9;
}

.widget_subscribe .widget-content form .custom {
    width: 100%;
}

.widget_subscribe .widget-content form .custom input[type="email"],
.widget_subscribe .widget-content form .custom input[type="text"] {
    font-family: "Droid Serif", serif !important;
    width: 100%;
    height: 40px;
    border: 0;
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-style: italic;
    color: #898989;
}

.widget_subscribe .widget-content form .custom .btn-subscribe {
    background-color: #000;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 10px 0;
    border: 0;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.widget_subscribe .widget-content form .custom .btn-subscribe:hover {
    background-color: #bf9e66;
}

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

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

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

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

.widget_categories .widget-header {
    padding-top: 0;
}

.widget_categories .widget-content ul li {
    font-family: "Roboto", sans-serif !important;
    position: relative;
    min-height: 40px;
}

.widget_categories .widget-content ul li a {
    font-size: 14px;
    position: absolute;
    color: #1c1c1c;
    width: 100%;
    height: 40px;
    display: block;
    padding: 10px 0;
    z-index: 15;
}

.widget_categories .widget-content ul li:after {
    content: "\f105";
    font-family: "Fontawesome";
    position: absolute;
    top: 8px;
    right: 0;
}

.widget_categories .widget-content ul li:first-child a {
    padding-top: 0;
}

.widget_categories .widget-content ul li:hover a {
    color: #bf9e66;
}

.widget_categories .widget-content ul li:hover:after {
    color: #bf9e66;
}

.widget_categories .widget-content ul li ul.children {
    position: relative;
    padding-top: 40px;
    padding-left: 10px;
}

.widget_categories .widget-content ul li ul.children li a {
    color: #1c1c1c;
    font-weight: 400;
}

.widget_categories .widget-content ul li ul.children li:hover a {
    color: #bf9e66;
}

.widget_recent_entries .widget-header {
    padding-top: 0;
}

.widget_recent_entries .widget-content ul li {
    font-family: "Roboto", sans-serif !important;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.widget_recent_entries .widget-content ul li:first-child {
    padding-top: 0;
}

.widget_recent_entries .widget-content ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.widget_recent_entries .widget-content ul li .post-thumbnail {
    width: 33%;
    float: left;
    margin-right: 8%;
}

.widget_recent_entries .widget-content ul li .post-thumbnail .inner {
    width: 100%;
    overflow: hidden;
}

.widget_recent_entries .widget-content ul li .post-body {
    width: 59%;
    float: left;
    padding-top: 10px;
}

.widget_recent_entries .widget-content ul li .post-body p {
    font-weight: 500;
    font-size: 12px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget_recent_entries .widget-content ul li .post-body span.date {
    font-weight: 400;
    font-size: 11px;
    color: #898989;
    font-family: "Roboto", sans-serif !important;
}

.widget_recent_entries .widget-content ul li:after {
    content: "";
    clear: both;
    display: table;
}

.widget_recent_entries .widget-content ul li a.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

.widget_recent_entries .widget-content ul li:hover .post-body p {
    color: #bf9e66;
}

.widget_tag_cloud .widget-header {
    padding-top: 0;
}

.widget_tag_cloud .tagcloud {
    position: relative;
}

.widget_tag_cloud .tagcloud a {
    background-color: #fff;
    color: #000;
    padding: 8px 20px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    float: left;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #bf9e66;
    color: #fff;
}

.widget_tag_cloud .tagcloud:after {
    content: "";
    clear: both;
    display: table;
}

.widget_tag_cloud.white .widget-content a {
    background-color: #000;
    color: #fff;
}

.widget_tag_cloud.white .widget-content a:hover {
    background-color: #bf9e66;
}

.widget_social .widget-header {
    padding-top: 0;
}

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

.widget_flickr .widget-header {
    padding-top: 0;
}

.widget_flickr .widget-content ul.thumbnails {
    margin-left: -7px;
    margin-right: -7px;
}

.widget_flickr .widget-content ul.thumbnails li {
    position: relative;
    width: 33.333333%;
    padding: 7px;
    float: left;
}

.widget_flickr .widget-content ul.thumbnails li a.thumbnail {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: 0px;
    margin-bottom: 0;
}

.widget_flickr .widget-content ul.thumbnails li a.thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget_flickr .widget-content ul.thumbnails li a.thumbnail:hover:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.widget_flickr .widget-content ul.thumbnails:after {
    content: "";
    clear: both;
    display: table;
}

.widget_contact .widget-content h5 {
    color: #bf9e66;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1em;
}

.widget_contact .widget-content .logo {
    width: 200px;
    margin-bottom: 30px;
}

.widget_contact .widget-content .logo a {
    display: block;
}

.widget_contact .widget-content .logo a img {
    width: auto;
}

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

.widget_contact.center .widget-header h2.widget-title {
    text-align: center;
}

.widget_contact.center .widget-content .logo a img {
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .widget_contact.center {
        text-align: left;
    }
    .widget_contact.center .widget-header h2.widget-title {
        text-align: left;
    }
    .widget_contact.center .widget-content .logo a img {
        margin: 0;
    }
}

.widget_pages .widget-content {
    min-height: 240px;
}

.widget_pages .widget-content ul {
    position: relative;
    text-transform: capitalize;
}

.widget_pages .widget-content ul li {
    line-height: 30px;
    font-size: 14px;
}

.widget_pages .widget-content ul li a {
    font-family: "Roboto", sans-serif !important;
    color: #acacac;
}

.widget_pages .widget-content ul li a:hover {
    color: #bf9e66;
}

.widget_pages .widget-footer h2 {
    color: #bf9e66;
    font-size: 22px;
    font-family: "Droid Serif", serif !important;
}

.widget_pages .widget-footer h2 span {
    font-size: 16px;
}

.widget_pages .widget-footer h6 {
    margin-bottom: 0;
}

.widget_twitter .widget-content ol.tweet li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.widget_twitter .widget-content ol.tweet li h5 {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #acacac;
    margin-bottom: 0;
}

.widget_twitter .widget-content ol.tweet li .sub-tweet a {
    color: #bf9e66;
    font-size: 14px;
    display: block;
}

.widget_twitter .widget-content ol.tweet li:before {
    color: #898989;
    content: "\f099";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    font-size: 21px;
}

.widget_infomation .widget-price {
    position: relative;
    padding: 25px 20px;
    margin-top: 30px;
    background-color: #bf9e66;
}

.widget_infomation .widget-price h3 {
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.widget_infomation .widget-price h3 span {
    font-family: "Droid Serif", serif !important;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}

.widget_infomation.white .widget-price {
    margin-top: 0;
}

.widget_payment img {
    width: auto;
}

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

.comments-area {
    background-color: #fff;
    position: relative;
    width: 100%;
    padding: 50px 30px;
}

.comments-area h2.comments-title {
    font-style: italic;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

.comments-area ol.comment-list {
    font-family: "Roboto", sans-serif !important;
    margin-top: 30px;
}

.comments-area ol.comment-list li.comment {
    position: relative;
    padding-bottom: 30px;
}

.comments-area ol.comment-list li.comment .comment-body .author-avatar {
    width: 72px;
    margin-right: 30px;
    float: left;
    position: relative;
}

.comments-area ol.comment-list li.comment .comment-body .author-avatar img {
    width: 72px;
    height: 72px;
}

.comments-area ol.comment-list li.comment .comment-body .main-comment {
    width: calc(100% - 102px);
    float: left;
    position: relative;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-meta {
    position: relative;
    margin-bottom: 20px;
    line-height: 1em;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-meta
    .comment-author {
    float: left;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-meta
    .comment-author
    b
    a {
    color: #bf9e66;
    font-size: 14px;
    font-weight: 500;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-meta
    .comment-author
    b
    a:hover {
    text-decoration: underline;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-meta
    .comment-author
    span {
    color: #898989;
    font-size: 12px;
    margin-left: 10px;
}

@media screen and (max-width: 480px) {
    .comments-area
        ol.comment-list
        li.comment
        .comment-body
        .main-comment
        .comment-meta
        .comment-author
        span {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-meta
    .comment-metadata {
    float: right;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-meta
    .comment-metadata
    span {
    margin-left: 12px;
    text-align: right;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-meta
    .comment-metadata
    span
    a {
    font-size: 12px;
    color: #898989;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-meta
    .comment-metadata
    span
    a:hover {
    color: #bf9e66;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-meta:after {
    content: "";
    clear: both;
    display: table;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-content {
    position: relative;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-content
    .review {
    margin-bottom: 20px;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-content
    .review
    p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 0;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-content
    .content
    p {
    font-weight: 300;
    font-size: 13px;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-content
    .content
    a {
    color: #bf9e66;
    font-weight: 500;
}

.comments-area
    ol.comment-list
    li.comment
    .comment-body
    .main-comment
    .comment-content
    .content
    a:hover {
    text-decoration: underline;
}

.comments-area ol.comment-list li.comment .comment-body:after {
    content: "";
    clear: both;
    display: table;
}

.comments-area ol.comment-list li.comment.even {
    background-color: #fff;
}

.comments-area ol.comment-list li.comment.odd {
    background-color: #f9f9f9;
}

.comments-area ol.comment-list li.comment ol.children {
    font-family: "Roboto", sans-serif !important;
    margin-top: 15px;
}

.comments-area ol.comment-list li.comment ol.children li.comment {
    padding: 30px 40px 30px 100px;
}

.comments-area .comment-respond {
    position: relative;
    border-top: 1px solid #ebebeb;
}

.comments-area .comment-respond h3 {
    margin: 50px 0 30px 0;
    text-transform: capitalize;
    font-style: italic;
}

.comments-area .comment-respond ul {
    margin: 0;
}

.comments-area .comment-respond ul li {
    padding: 10px 0;
}

.comments-area .comment-respond ul li input {
    font-family: "Droid Serif", serif !important;
    background-color: #f9f9f9;
    color: #000;
    border: 0px;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
}

.comments-area .comment-respond ul li textarea {
    font-family: "Droid Serif", serif !important;
    width: 100%;
    min-height: 170px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #000;
    font-weight: 400;
}

.comments-area .comment-respond ul li.name,
.comments-area .comment-respond ul li.email {
    width: 48%;
}

@media screen and (max-width: 480px) {
    .comments-area .comment-respond ul li.name,
    .comments-area .comment-respond ul li.email {
        width: 100%;
    }
}

.comments-area .comment-respond ul li.clearfix {
    padding: 0;
}

.comments-area .comment-respond input[type="submit"] {
    background-color: #1c1c1c;
    display: block;
    padding: 15px 40px;
    margin-top: 30px;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments-area .comment-respond input[type="submit"]:hover {
    background-color: #bf9e66;
}

.google-map,
.google-map-detail {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.google-map h2,
.google-map-detail h2 {
    font-style: italic;
    text-align: center;
}

.google-map p,
.google-map-detail p {
    text-align: center;
    margin-bottom: 0;
}

#map {
    height: 100%;
}

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

.gmnoprint {
    display: none;
}

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

#map-infobox #bodyContent {
    position: relative;
    background-color: #1c1c1c;
    text-align: center;
    padding: 30px 20px;
}

#map-infobox #bodyContent h2 {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    margin-top: 0;
}

#map-infobox #bodyContent p {
    color: #898989;
    font-size: 12px;
}

#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);
}

.hidden {
    opacity: 0;
}

/* CUSTOM MAGNIFIC POPUP
*******************/
.mfp-bottom-bar {
    margin-top: -80px;
    padding-left: 36px;
}

.mfp-bottom-bar .mfp-title {
    font-family: "Droid Serif", serif !important;
    padding-right: 55px;
    font-size: 20px;
    position: absolute;
    z-index: 1;
}

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

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

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

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
    cursor: pointer;
}

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

*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-ready button.mfp-arrow {
    opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-in.mfp-removing button.mfp-arrow {
    opacity: 0;
}

button.mfp-arrow {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: -56px center;
    margin-top: 0;
    width: 28px;
    height: 22px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button.mfp-arrow:hover {
    background-position: 0 center;
}

button.mfp-arrow:active {
    margin-top: 0;
}

button.mfp-arrow.mfp-arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 20px;
}

@media screen and (max-width: 900px) {
    button.mfp-arrow.mfp-arrow-left {
        -webkit-transform: rotate(180deg) scale(0.75);
        -moz-transform: rotate(180deg) scale(0.75);
        -ms-transform: rotate(180deg) scale(0.75);
        -o-transform: rotate(180deg) scale(0.75);
        transform: rotate(180deg) scale(0.75);
        left: 40px;
    }
}

button.mfp-arrow.mfp-arrow-right {
    right: 20px;
}

button.mfp-arrow:before,
button.mfp-arrow:after {
    margin-top: -11px;
    margin-left: 0;
    border: 0;
}

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

.acc {
    font-family: "Droid Serif", serif !important;
    font-size: 14px;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 10px;
}

.acc:active,
.acc.active {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.acc-style-1 .acc {
    color: #fff;
    background-color: #1c1c1c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.acc-style-1 .acc[aria-expanded="true"]:after {
    content: "\f068";
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
}

.acc-style-1 .acc[aria-expanded="false"]:after {
    content: "\f067";
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
}

.acc-style-1.white p {
    color: #212121;
}

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

.acc-style-1.white .acc[aria-expanded="true"]:after {
    content: "\f068";
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #1c1c1c;
}

.acc-style-1.white .acc[aria-expanded="false"]:after {
    content: "\f067";
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #1c1c1c;
}

.acc-style-2 .acc {
    color: #fff;
    background-color: #1c1c1c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.acc-style-2 .acc[aria-expanded="true"]:after {
    content: "\f0d8";
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
}

.acc-style-2 .acc[aria-expanded="false"]:after {
    content: "\f0d7";
    font-family: "Fontawesome";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
}

.acc-style-2.white p {
    color: #212121;
}

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

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

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

.btn {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 25px;
    border: 0;
    display: inline-block;
    font-family: "Roboto", sans-serif !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn:hover,
.btn:active {
    text-decoration: none !important;
    box-shadow: 0 0 0;
}

.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn.btn-default {
    background-color: #1b1b1b;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.active {
    background-color: #bf9e66;
    color: #fff;
}

.btn.btn-style-1 {
    background-color: #ee4f4f;
}

.btn.btn-style-1:hover,
.btn.btn-style-1:active,
.btn.btn-style-1.active {
    background-color: #e04a4a;
}

.btn.btn-style-2 {
    background-color: #5cb85c;
}

.btn.btn-style-2:hover,
.btn.btn-style-2:active,
.btn.btn-style-2.active {
    background-color: #56ab56;
}

.btn.btn-style-3 {
    background-color: #5bc0de;
}

.btn.btn-style-3:hover,
.btn.btn-style-3:active,
.btn.btn-style-3.active {
    background-color: #55b4d0;
}

.btn.btn-style-4 {
    background-color: #f0ad4e;
}

.btn.btn-style-4:hover,
.btn.btn-style-4:active,
.btn.btn-style-4.active {
    background-color: #dd9f48;
}

.btn.btn-style-5 {
    background-color: #d9534f;
}

.btn.btn-style-5:hover,
.btn.btn-style-5:active,
.btn.btn-style-5.active {
    background-color: #c34b47;
}

.btn.btn-style-6 {
    background-color: #bf9e66;
}

.btn.btn-style-6:hover,
.btn.btn-style-6:active,
.btn.btn-style-6.active {
    background-color: #000;
    color: #fff !important;
}

.btn.btn-style-7 {
    background-color: #fff;
    color: #1c1c1c !important;
    border: 1px solid #1c1c1c;
}

.btn.btn-style-7:hover,
.btn.btn-style-7:active,
.btn.btn-style-7.active {
    background-color: #000;
    color: #fff !important;
}

.btn.btn-classic {
    font-family: "Droid Serif", serif !important;
    color: #bf9e66;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #bf9e66;
    padding: 10px 25px;
}

.btn.btn-classic:hover span {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.btn.btn-classic2 {
    font-family: "Droid Serif", serif !important;
    color: #fff;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    position: relative;
    background-color: #bf9e66;
    padding: 10px 25px;
}

.btn.btn-classic2:hover span {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.btn.btn-classic.black {
    color: #1c1c1c;
    border-color: #1c1c1c;
}

.btn.btn-classic.black span.icon-btn-arrow .inner {
    background-color: #1c1c1c;
}

.btn.btn-classic.black span.icon-btn-arrow .inner:after {
    border-color: #1c1c1c #1c1c1c transparent transparent;
}

span.icon-btn-arrow {
    position: relative;
    margin-left: 15px;
    width: 25px;
    height: 10px;
    display: inline-block;
}

span.icon-btn-arrow .inner {
    width: 25px;
    height: 1px;
    background-color: #bf9e66;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

span.icon-btn-arrow .inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-right: 1px solid;
    border-top: 1px solid;
    border-color: #bf9e66 #bf9e66 transparent transparent;
    top: 0;
    right: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

span.icon-btn-arrow.white .inner {
    background-color: #fff;
}

span.icon-btn-arrow.white .inner:after {
    border-color: #fff #fff transparent transparent;
}

span.icon-btn-arrow.black .inner {
    background-color: #1c1c1c;
}

span.icon-btn-arrow.black .inner:after {
    border-color: #1c1c1c #1c1c1c transparent transparent;
}

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

span.select2-selection {
    outline: none;
}

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

/* Select2 Jquery Compile for TOP HEADER */
select.top-select + .select2 {
    width: 100% !important;
}

select.top-select + .select2 .select2-selection--single {
    background-color: #1c1c1c;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select.top-select
    + .select2
    .select2-selection--single
    .select2-selection__rendered {
    color: #6d6d6d;
    font-size: 14px;
    text-transform: uppercase;
}

/* Select2 Jquery Compile for BOOK NOW */
select.book-select + .select2 {
    width: 100% !important;
}

select.book-select + .select2 .select2-selection--single {
    background-color: #6d6d6d;
    border: 0;
    padding: 0 12px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select.book-select
    + .select2
    .select2-selection--single
    .select2-selection__rendered {
    font-family: "Droid Serif", serif !important;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

select.book-select
    + .select2
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
    right: 5px;
}

select.book-select
    + .select2
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #fff transparent transparent transparent;
}

select.book-select
    + .select2.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #fff transparent;
}

/* Select2 Jquery Compile for WIDGET RESERVATION */
select.form-select + .select2 {
    width: 100% !important;
}

select.form-select + .select2 .select2-selection--single {
    background-color: #f9f9f9;
    border: 0;
    height: 40px;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select.form-select
    + .select2
    .select2-selection--single
    .select2-selection__rendered {
    font-family: "Droid Serif", serif !important;
    color: #000;
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

select.form-select
    + .select2
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
    right: 5px;
}

select.form-select
    + .select2
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #000 transparent transparent transparent;
}

select.form-select
    + .select2.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #000 transparent;
}

/* Select2 Jquery Compile for ATTRACTION LOCAL SELECT */
select.local-select + .select2 {
    width: 100% !important;
}

select.local-select + .select2 .select2-selection--single {
    background-color: #fff;
    border: 0;
    height: 50px;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select.local-select
    + .select2
    .select2-selection--single
    .select2-selection__rendered {
    font-family: "Droid Serif", serif !important;
    font-size: 14px;
    color: #000;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
}

select.local-select
    + .select2
    .select2-selection--single
    .select2-selection__arrow {
    height: 50px;
    right: 5px;
}

select.local-select
    + .select2
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #000 transparent transparent transparent;
}

select.local-select
    + .select2.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #000 transparent;
}

.datepicker-inline {
    position: relative;
    width: 100%;
    padding: 0 15px;
    font-family: "Droid Serif", serif !important;
}

.datepicker-inline .datepicker-group {
    width: 50%;
    float: left;
}

.datepicker-inline .datepicker-group.datepicker-group-first {
    padding-right: 15px;
}

.datepicker-inline .datepicker-group.datepicker-group-last {
    padding-left: 15px;
}

.datepicker-inline .datepicker-group:after {
    content: "";
    display: table;
    clear: both;
}

.datepicker-inline .datepicker-group .datepicker-header {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 3px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    text-align: center;
}

.datepicker-inline .datepicker-group .datepicker-header a.datepicker-prev,
.datepicker-inline .datepicker-group .datepicker-header a.datepicker-next {
    width: 40px;
    height: 40px;
    color: #333;
    display: block;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.datepicker-inline .datepicker-group .datepicker-header a.datepicker-prev {
    left: 0;
}

.datepicker-inline .datepicker-group .datepicker-header a.datepicker-next {
    right: 0;
}

.datepicker-inline .datepicker-group .datepicker-header .datepicker-title span {
    font-size: 20px;
    font-weight: 300;
}

.datepicker-inline .datepicker-group table.datepicker-calendar {
    width: 100%;
    margin-bottom: 0;
    table-layout: fixed;
    empty-cells: hide;
}

.datepicker-inline .datepicker-group table.datepicker-calendar th {
    font-family: "Roboto", sans-serif !important;
    padding: 20px 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.datepicker-inline .datepicker-group table.datepicker-calendar td {
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

.datepicker-inline
    .datepicker-group
    table.datepicker-calendar
    td
    .state-disable {
    background-color: #f7f7f7;
    color: #ccc;
    cursor: default;
}

.datepicker-inline
    .datepicker-group
    table.datepicker-calendar
    td
    .state-disable:hover {
    background-color: #f7f7f7;
    color: #ccc;
}

.datepicker-inline
    .datepicker-group
    table.datepicker-calendar
    td
    .state-highlight {
    background-color: #b98921;
    color: #fff;
}

.datepicker-inline .datepicker-group table.datepicker-calendar td span {
    color: #ccc;
}

.datepicker-inline .datepicker-group table.datepicker-calendar td a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.datepicker-inline .datepicker-group table.datepicker-calendar td a:hover,
.datepicker-inline
    .datepicker-group
    table.datepicker-calendar
    td
    a.state-hover {
    background-color: #bf9e66;
    color: #fff;
}

.datepicker-inline .datepicker-group table.datepicker-calendar td a:active,
.datepicker-inline
    .datepicker-group
    table.datepicker-calendar
    td
    a.state-active {
    background-color: #b98921;
    color: #fff;
}

.datepicker-inline .datepicker-group table.datepicker-calendar thead > tr > th {
    border-bottom: 0;
}

.datepicker-inline .datepicker-group table.datepicker-calendar thead > tr > th,
.datepicker-inline .datepicker-group table.datepicker-calendar tbody > tr > th,
.datepicker-inline .datepicker-group table.datepicker-calendar tfoot > tr > th,
.datepicker-inline .datepicker-group table.datepicker-calendar thead > tr > td,
.datepicker-inline .datepicker-group table.datepicker-calendar tbody > tr > td,
.datepicker-inline .datepicker-group table.datepicker-calendar tfoot > tr > td {
    border-bottom: 0;
}

.datepicker-inline:after {
    content: "";
    display: table;
    clear: both;
}

.book-now-wrap {
    float: right;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.book-now-wrap .toggle-book {
    background-color: #bf9e66;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 70px;
}

.book-now-wrap .toggle-book span.fa {
    display: none;
}

.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: 99999;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.book-now-wrap .book-check-form h4 {
    color: #fff;
    margin: 0;
    font-size: 26px;
}

.book-now-wrap .book-check-form .book-content {
    padding: 0;
}

.book-now-wrap .book-check-form .book-content .group {
    margin-top: 0;
    float: none;
}

.book-now-wrap .book-check-form .book-content .group h4 {
    font-style: normal;
    line-height: 1.4em;
}

.book-now-wrap .book-check-form .book-content ul.book-list {
    width: 100%;
    margin-top: 20px;
    float: none;
}

.book-now-wrap .book-check-form .book-content ul.book-list li {
    margin-bottom: 20px;
}

.book-now-wrap .book-check-form .book-content ul.book-list li .custom input {
    font-family: "Droid Serif", serif !important;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0px 20px;
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #6d6d6d;
}

.book-now-wrap .book-check-form .book-content ul.book-list li:last-child {
    padding-right: 0;
}

.book-now-wrap
    .book-check-form
    .book-content
    ul.book-list
    li.book-picker
    .custom {
    width: 230px;
}

.book-now-wrap
    .book-check-form
    .book-content
    ul.book-list
    li.book-select
    .custom {
    width: 155px;
}

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

#check-available {
    width: 215px;
    background-color: #bf9e66;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    position: relative;
    display: block;
    padding: 0 30px;
    margin-top: 32px;
    text-transform: uppercase;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -ms-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}

#check-available span.icon-arrow {
    background-color: #fff;
    width: 25px;
    height: 1px;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#check-available span.icon-arrow:before,
#check-available span.icon-arrow:after {
    background-color: #fff;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    width: 4px;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

#check-available span.icon-arrow:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#check-available span.icon-arrow:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#check-available:hover {
    padding-left: 60px;
    padding-right: 0px;
}

#check-available:hover span.icon-arrow {
    right: 170px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.book-check-form {
    width: 100%;
    min-height: 120px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 20;
}

.book-check-form .book-content {
    position: relative;
    padding: 40px 0;
}

.book-check-form .book-content .group {
    position: relative;
    float: left;
    width: 25%;
    margin-top: 10px;
}

.book-check-form .book-content .group h4 {
    color: #fff;
    margin-top: 0;
    font-size: 26px;
    font-style: italic;
    line-height: 1em;
}

.book-check-form .book-content .group h6 {
    font-family: "Roboto", sans-serif !important;
    color: #6d6d6d;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}

.book-check-form .book-content ul.book-list {
    width: 75%;
    float: left;
    position: relative;
}

.book-check-form .book-content ul.book-list li {
    position: relative;
    float: left;
    padding-right: 20px;
    display: inline-block;
    line-height: 1em;
}

.book-check-form .book-content ul.book-list li .custom input {
    font-family: "Droid Serif", serif !important;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #6d6d6d;
}

.book-check-form .book-content ul.book-list li .custom span.custom-icon {
    color: #fff;
    background-color: #6d6d6d;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.book-check-form .book-content ul.book-list li label {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
}

.book-check-form .book-content ul.book-list li label.error {
    color: #bf9e66;
    margin-top: 5px;
    font-size: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}

.book-check-form .book-content ul.book-list li:last-child {
    padding-right: 0;
}

.book-check-form .book-content ul.book-list li.book-picker .custom {
    width: 160px;
}

.book-check-form .book-content ul.book-list li.book-select .custom {
    position: relative;
    width: 80px;
    margin-bottom: 0;
}

.book-check-form .book-content ul.book-list li.list-field {
    width: 20%;
}

.book-check-form .book-content ul.book-list li.list-field .btn {
    width: 100%;
    margin-top: 17px;
    padding: 11px 25px;
}

.book-check-form .book-content ul.book-list li #check-available {
    margin-top: 17px;
}

.book-check-form .book-content:after {
    content: "";
    display: table;
    clear: both;
}

.book-check-form-2 {
    width: 100%;
    color: #fff;
    bottom: auto;
    left: auto;
    top: 10%;
    background-color: transparent;
}

.book-check-form-2 .book-content {
    position: absolute;
    width: 270px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
}

.book-check-form-2 .book-content .group {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}

.book-check-form-2 .book-content .group h4 {
    font-size: 20px;
}

.book-check-form-2 .book-content ul.book-list {
    width: 100%;
}

.book-check-form-2 .book-content ul.book-list li {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
}

.book-check-form-2 .book-content ul.book-list li.book-picker .custom {
    width: 100%;
}

.book-check-form-2 .book-content ul.book-list li.book-select .custom {
    width: 100%;
}

.book-check-form-2 .book-content ul.book-list li.list-field {
    width: 100%;
}

.book-check-form-2 .book-content ul.book-list li #check-available {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.book-section {
    position: relative;
}

.book-section .book-check-form {
    position: relative;
    background-color: black;
}

.book-section .book-check-form .book-content .group {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}

.book-section .book-check-form .book-content ul.book-list {
    width: 100%;
}

.ef-width {
    position: relative;
    overflow: hidden;
}

.ef-width img {
    width: 100%;
}

.ef-width a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.7);
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ef-width a.overlay span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 21;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ef-width:hover a.overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.ef-width:hover a.overlay span {
    opacity: 1;
    visibility: visible;
}

/* 4.	Layout
-------------------------------*/
.header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header .top-header {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #484848;
    color: #6d6d6d;
}

.header .top-header .ha-phone {
    float: left;
    font-family: "Droid Serif", serif;
    font-size: 13px;
    font-style: italic;
    line-height: 40px;
}

.header .top-header .ha-phone i {
    margin-right: 10px;
}

.header .top-header .language-selector {
    float: right;
    height: 40px;
    padding-top: 8px;
}
.header .top-header .language-selector a {
    display: block;
    color: #fff;
    line-height: 40px;
}
.header .top-header .language-selector a img {
    display: block;
    width: 24px;
}

.header .top-header .ha-currency {
    float: right;
    height: 30px;
}

.header .top-header .ha-currency ul.nav {
    display: inline-block;
    margin: 0;
    line-height: 29px;
}

.header .top-header .ha-currency ul.nav li {
    display: inline-block;
    position: relative;
}

.header .top-header .ha-currency ul.nav li.top-nav-custom {
    font-family: "Roboto", sans-serif !important;
    position: relative;
    margin-bottom: 0;
}

.header .main-header {
    background-color: #fff;
    position: relative;
    width: 100%;
    min-height: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header .main-header .logo {
    position: absolute;
    top: -38px;
    width: 135px;
    height: 132px;
    background: transparent url(../img/top_header_bg.png) 0 0 no-repeat;
    z-index: 999;
}

.header .main-header .logo a {
    display: block;
    padding-top: 0px;
}

.header .main-header .navigation {
    position: relative;
}

.header .main-header .navigation:after {
    content: "";
    display: table;
    clear: both;
}

.header .main-header .navigation ul.nav {
    position: relative;
}

.header .main-header .navigation ul.nav li {
    position: relative;
    display: inline-block;
    margin: 25px 0px;
    border-bottom: 3px solid #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;
}

.header .main-header .navigation ul.nav li a {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #6d6d6d;
    text-align: center;
    padding: 0 7px;
    /* top: 3px; */
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .main-header .navigation ul.nav li a span {
    margin-left: 5px;
    font-weight: 500;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .main-header .navigation ul.nav li a:focus {
    background-color: transparent;
}

.header .main-header .navigation ul.nav li ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 3px);
    left: calc(50% - 115px);
    min-width: 230px;
    padding: 5px 25px;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 21;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .main-header .navigation ul.nav li ul.sub-menu li {
    display: block;
    border-bottom: 1px solid #373737;
    line-height: 1.4em;
}

.header .main-header .navigation ul.nav li ul.sub-menu li a {
    color: #fff;
    display: block;
    padding: 17px 0 13px;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    line-height: 1em;
}

.header .main-header .navigation ul.nav li ul.sub-menu li:last-child {
    border-bottom: 0px;
}

.header .main-header .navigation ul.nav li ul.sub-menu li:hover a {
    color: #bf9e66;
}

.header .main-header .navigation ul.nav li:hover {
    border-bottom: 3px solid #bf9e66;
}

.header .main-header .navigation ul.nav li:hover a {
    color: #bf9e66;
}

.header .main-header .navigation ul.nav li:hover a:hover {
    background-color: transparent;
}

.header .main-header .navigation ul.nav li:hover a span {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header .main-header .navigation ul.nav li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header.header-active .top-header {
    background-color: transparent;
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
}

.header.header-active .top-header .ha-currency {
    display: none;
}

.header.header-active .main-header {
    border-color: transparent;
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Menu Mobile Button */
.mobile-nav-menu {
    position: absolute;
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: auto;
    top: 50px;
    right: 0;
    bottom: 0;
}

.mobile-nav-menu span.icon {
    background-color: #000;
    position: absolute;
    display: block;
    font-size: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-nav-menu span.icon:before,
.mobile-nav-menu span.icon:after {
    background-color: #000;
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-nav-menu span.icon:before {
    top: -6px;
}

.mobile-nav-menu span.icon:after {
    bottom: -6px;
}

.mobile-nav-menu.mobile-active span.icon {
    background-color: transparent;
}

.mobile-nav-menu.mobile-active span.icon:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav-menu.mobile-active span.icon:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

/* Menu mobile fixed */
.menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    overflow: hidden;
    background-color: #212121;
    z-index: 100000;
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-mobile:after {
    /*fixscroll overflow hidden android*/
    content: "";
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
}

.menu-mobile.fixSfr {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.menu-mobile.overflow-auto {
    overflow: auto;
}

.menu-mobile nav.navigation {
    margin: 0;
    padding: 30px 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-mobile nav.navigation.text-right {
    text-align: left !important;
}

.menu-mobile nav.navigation .nav {
    margin: 0;
}

.menu-mobile nav.navigation .nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-mobile nav.navigation .nav li:before {
    display: none;
}

.menu-mobile nav.navigation .nav li a {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    display: block;
    font-size: 12px;
    background: none;
    padding: 12px 15px;
}

.menu-mobile nav.navigation .nav li a:hover {
    color: #bf9e66;
}

.menu-mobile nav.navigation .nav li:last-child {
    border: 0;
}

.menu-mobile nav.navigation .nav li span {
    color: #bf9e66;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    display: block;
    font-size: 20px;
    width: 50px;
    text-align: center;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children .sub-menu li a {
    position: relative;
    font-size: 11px;
    text-indent: 10px;
    padding: 12px 20px;
}

.menu-mobile
    nav.navigation
    .nav
    li.menu-item-has-children
    .sub-menu
    li
    a:before {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    color: #fff;
    left: 5px;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children.active > a {
    color: #bf9e66;
}

.menu-mobile nav.navigation .nav li.menu-item-has-children.active > a > span {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.menu-mobile nav.navigation .nav li.menu-item-has-children.active .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

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

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

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

.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	-
**********************************************/
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

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

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

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

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

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

.tp-caption a {
    background-color: #bf9e66;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 40px;
}

.tp-caption a:hover {
    color: #bf9e66;
    background-color: #fff;
}

.tp-caption a:hover span {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.tp-caption a:hover span span.inner {
    background-color: #bf9e66;
}

.tp-caption a:hover span span.inner:after {
    border-right: 1px solid #bf9e66;
    border-top: 1px solid #bf9e66;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
    .tp-rightarrow.tparrows.default:after {
        display: none;
    }
}

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

@media screen and (max-width: 767px) {
    .tp-leftarrow.tparrows.default:after {
        display: none;
    }
}

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

.tparrows.preview4:after {
    left: auto;
}

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

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

.half-block.fr {
    padding-right: 80px;
}

.half-block.fl {
    padding-left: 80px;
}

.flipbook-slider {
    background-color: #fff;
}

.flipbook-slider .item {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.flipbook-slider .item .post-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding-top: 0;
    height: 100%;
    /* đến đoạn responsive mà phần text đẩy xuống dưới có thể cho display: block ảnh lên và cho .item-img ẩn đi */
}

.flipbook-slider .item .post-thumbnail img {
    width: 100%;
    display: none;
}

.flipbook-slider .item .post-thumbnail .item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.flipbook-slider .item .post-body {
    width: 585px;
    left: 50%;
    position: relative;
    text-align: center;
    padding: 50px 50px 110px 50px;
}

.flipbook-slider .item .post-body h2.post-title {
    font-family: "Droid Serif", serif !important;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.flipbook-slider .item .post-body ul.cat-links li {
    display: none;
}

.flipbook-slider .item .post-body ul.cat-links li a {
    font-family: "Roboto", sans-serif !important;
    color: #898989;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0;
}

.flipbook-slider .item .post-body ul.cat-links li:first-child {
    display: block;
}

.flipbook-slider .item .post-body .divider {
    background-color: #d7d7d7;
    content: "";
    width: 100px;
    height: 1px;
    margin: 10px auto;
}

.flipbook-slider .item .post-body .post-content {
    width: 80%;
    position: relative;
    margin: 0 auto 40px auto;
}

.flipbook-slider .item .post-body .post-content p {
    color: #898989;
    font-size: 14px;
    line-height: 2em;
}

.flipbook-slider.reverse .post-thumbnail {
    left: 50%;
}

.flipbook-slider.reverse .post-body {
    left: calc(50% - 585px);
}

@media screen and (max-width: 1199px) {
    .flipbook-slider .item .post-body {
        width: 50%;
    }
    .flipbook-slider.reverse .post-body {
        left: auto;
    }
}

@media screen and (max-width: 991px) {
    .flipbook-slider .item .post-body {
        left: auto;
    }
}

.container .flipbook-slider .item .post-body {
    width: 50%;
}

.container .flipbook-slider.reverse .post-body {
    float: left;
    left: auto;
}

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

/* INDEX 2
************/
.roomrate-slider p {
    font-family: "Droid Serif", serif !important;
    font-style: italic;
}

.roomrate-slider .item {
    position: relative;
    padding: 0 15px;
}

.roomrate-slider .item .post-thumbnail {
    position: relative;
}

.roomrate-slider .item .post-body {
    text-align: center;
}

.roomrate-slider .item .post-body h2 {
    font-family: "Droid Serif", serif !important;
    margin-top: 20px;
}

.guestbook-slider {
    position: static;
}

.guestbook-slider .gb-inner {
    position: relative;
    text-align: center;
}

.guestbook-slider .gb-inner img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.guestbook-slider .gb-inner .gb--quote {
    display: none;
}

.guestbook-slider .gb-inner .gb--caption {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 35px;
    color: #1c1c1c;
    text-shadow: 0 0 0 transparent;
    font-size: 15px;
    font-weight: 300;
}

.guestbook-slider .gb-inner .gb--caption p.signature {
    font-family: "Droid Serif", serif !important;
    font-weight: 700;
    margin-bottom: 0;
}

.guestbook-slider .gb-inner .gb--caption p.address {
    color: #898989;
    font-weight: 400;
    font-size: 13px;
}

.guestbook-slider.guestbook-slider-2 .gb-inner h3.gb--quote {
    display: block;
    font-style: italic;
    padding-top: 35px;
}

.guestbook-slider.guestbook-slider-2 .gb-inner h3.gb--quote:before {
    content: "";
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 17px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.guestbook-slider.guestbook-slider-2 .gb-inner .gb--caption p:first-child {
    margin-bottom: 20px;
}

.guestbook-slider.guestbook-slider-2 .gb-inner img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.news-slider,
.news-slider-2,
.event-slider-2,
.event-slider-3,
.event-slider {
    position: relative;
}

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

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

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

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

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

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

.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: "Droid Serif", serif !important;
    color: #333;
    margin-top: 0;
    font-size: 18px;
}

.news-slider .item .wrapper .post-body h2 a:hover,
.news-slider-2 .item .wrapper .post-body h2 a:hover,
.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: #bf9e66;
}

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

.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: 12px;
    font-weight: 700;
}

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

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

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

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

.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) {
    .news-slider-2 .item .wrapper .post-body,
    .event-slider-2 .item .wrapper .post-body,
    .event-slider-3 .item .wrapper .post-body {
        min-height: auto;
    }
    .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;
    }
}

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

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

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

#cat-section h1 {
    padding: 10px 0px 40px 0px;
    text-align: center;
}
.cat-box,
.cat-box-3 {
    position: relative;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cat-box .post-thumbnail,
.cat-box-3 .post-thumbnail {
    position: relative;
}

.cat-box .post-content,
.cat-box-3 .post-content {
    background-color: #fff;
    padding: 40px 30px;
    min-height: 304px;
}

.cat-box .post-content h2,
.cat-box-3 .post-content h2 {
    font-family: "Droid Serif", serif !important;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
}

.cat-box .post-content h2 a:hover,
.cat-box-3 .post-content h2 a:hover {
    background-color: #fff;
}

.cat-box .post-content .description,
.cat-box-3 .post-content .description {
    color: #898989;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.cat-box .post-content a.btn,
.cat-box-3 .post-content a.btn {
    width: calc(100% - 60px);
    color: #000 !important;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    bottom: 40px;
}

.cat-box .post-content a.btn span.inner,
.cat-box-3 .post-content a.btn span.inner {
    background-color: #000;
}

.cat-box .post-content a.btn span.inner:after,
.cat-box-3 .post-content a.btn span.inner:after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
    .cat-box .post-content,
    .cat-box-3 .post-content {
        min-height: auto;
    }
    .cat-box .post-content a.btn,
    .cat-box-3 .post-content a.btn {
        position: relative;
        width: 100%;
        bottom: auto;
    }
}

.cat-box-2 {
    background-color: #fff;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cat-box-2 h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;
}

.cat-box-2 .post-thumbnail {
    position: relative;
    max-height: 150px;
    overflow: hidden;
}

.cat-box-2 .post-thumbnail img {
    width: 100%;
}

.cat-box-2 .post-content {
    color: #898989;
    padding: 30px;
    text-align: center;
    font-size: 14px;
}

.cat-box-2 .post-content p {
    margin-bottom: 0;
}

.cat-box-2 a.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cat-box-2:hover {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.cat-box-3 {
    position: relative;
    overflow: hidden;
}

.cat-box-3 .post-thumbnail img {
    width: 100%;
}

.cat-box-3 .post-thumbnail a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    z-index: 22;
    display: none;
}

.cat-box-3 .post-thumbnail a.overlay span {
    display: none;
}

@media screen and (max-width: 767px) {
    .cat-box-3 .post-thumbnail a.overlay {
        display: block;
    }
}

.cat-box-3 .post-content {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.5);
    padding: 50px 40px;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cat-box-3 .post-content h2 {
    color: #fff;
}

.cat-box-3 .post-content h2 a:hover {
    background-color: transparent;
}

.cat-box-3 .post-content .description {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cat-box-3 .post-content a.btn {
    border-color: #fff;
    color: #fff !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cat-box-3 .post-content a.btn span.inner {
    background-color: #fff;
}

.cat-box-3 .post-content a.btn span.inner:after {
    border-color: #fff;
}

.cat-box-3:hover .post-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cat-box-3:hover .post-content .description {
    opacity: 1;
    visibility: visible;
}

.cat-box-3:hover .post-content a.btn {
    opacity: 1;
    visibility: visible;
}

.top-foot {
    color: #fff;
    position: relative;
}

.top-foot .widget {
    background-color: transparent;
}

.top-foot .widget:after {
    content: "";
    display: table;
    clear: both;
}

.top-foot .widget .widget-header {
    float: left;
    width: 40%;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
}

.top-foot .widget .widget-header h2.widget-title {
    color: #fff;
    font-style: italic;
    margin-bottom: 8px;
    text-align: left;
}

.top-foot .widget .widget-content {
    width: 60%;
    float: left;
    padding-top: 0;
}

.top-foot .widget .widget-content p {
    color: #fff !important;
}

.top-foot .widget .widget-content ul li a {
    color: #fff;
}

.top-foot .widget .widget-content ul li label {
    color: #fff;
}

.top-foot .widget .widget-content ul li.label {
    color: #fff !important;
}

.top-foot .widget .widget-content ul li input[type="text"] {
    color: #1c1c1c;
}

.top-foot .widget .widget-content ul li span.fa {
    color: #1c1c1c;
}

.top-foot .widget .widget-content ul li ul li a {
    color: #fff;
}

.top-foot .widget .widget-content ul li:hover a {
    color: #bf9e66;
}

.top-foot .widget .widget-content ul li:hover ul li a {
    color: #fff;
}

.top-foot .widget .widget-content ul li:hover ul li:hover a {
    color: #bf9e66;
}

.top-foot [class*="col-"] ul.social-list {
    float: right;
}

.top-foot .widget_subscribe .widget-content {
    max-width: 345px;
}

.top-foot .widget_subscribe .widget-content form .custom input[type="email"],
.top-foot .widget_subscribe .widget-content form .custom input[type="text"] {
    width: calc(100% - 60px);
    margin-bottom: 0;
}

.top-foot .widget_subscribe .widget-content form .custom .btn-subscribe {
    background-color: #bf9e66;
    color: #fff;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.top-foot [class*="col-lg-1"] .widget .widget-header {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.top-foot [class*="col-lg-1"] .widget .widget-content {
    width: 100%;
    float: none;
}

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

.top-foot [class*="col-lg-2"] .widget .widget-header {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.top-foot [class*="col-lg-2"] .widget .widget-content {
    width: 100%;
    float: none;
}

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

.top-foot [class*="col-lg-3"] .widget .widget-header {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.top-foot [class*="col-lg-3"] .widget .widget-content {
    width: 100%;
    float: none;
}

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

.top-foot [class*="col-lg-4"] .widget .widget-header {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.top-foot [class*="col-lg-4"] .widget .widget-content {
    width: 100%;
    float: none;
}

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

.footer {
    position: relative;
    width: 100%;
}

.footer .foot-feature {
    position: relative;
    border-bottom: 1px solid #333;
}

.footer .foot-feature .widget {
    position: relative;
    margin-bottom: 30px;
}

.footer .foot-feature .widget .widget-header h2.widget-title {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer .foot-feature .widget .widget-header p.caption {
    margin-top: 30px;
}

.footer .foot-feature .widget .widget-content {
    padding-bottom: 20px;
}

.footer .foot-feature .widget .widget-content h5 {
    color: #fff;
}

.footer .foot-feature .widget .widget-content ol li h5 {
    color: #acacac;
}

.footer .foot-feature .widget .widget-content p {
    color: #fff !important;
}

.footer .foot-feature .widget .widget-content ul li a {
    color: #acacac;
}

.footer .foot-feature .widget .widget-content ul li label {
    color: #acacac;
}

.footer .foot-feature .widget .widget-content ul li.label {
    color: #acacac !important;
}

.footer .foot-feature .widget .widget-content ul li input[type="text"] {
    color: #1c1c1c;
}

.footer .foot-feature .widget .widget-content ul li span.fa {
    color: #1c1c1c;
}

.footer .foot-feature .widget .widget-content ul li ul li a {
    color: #acacac;
}

.footer .foot-feature .widget .widget-content ul li:hover a {
    color: #bf9e66;
}

.footer .foot-feature .widget .widget-content ul li:hover ul li a {
    color: #acacac;
}

.footer .foot-feature .widget .widget-content ul li:hover ul li:hover a {
    color: #bf9e66;
}

.footer .foot-feature .widget .widget-footer h2 {
    color: #ebebeb;
}

.footer .foot-feature .widget.widget_subscribe .widget-content {
    max-width: 345px;
}

.footer
    .foot-feature
    .widget.widget_subscribe
    .widget-content
    form
    .custom
    input[type="email"] {
    width: calc(100% - 60px);
    margin-bottom: 0;
}

.footer
    .foot-feature
    .widget.widget_subscribe
    .widget-content
    form
    .custom
    .btn-subscribe {
    background-color: #bf9e66;
    color: #fff;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.footer .foot-credit h6 {
    font-family: "Roboto", sans-serif !important;
    color: #6d6d6d;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.footer .foot-credit ul.checkout-list li {
    display: inline-block;
    margin-right: 10px;
}

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

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

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

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

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

.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: "Roboto", sans-serif !important;
    font-size: 11px;
    margin-bottom: 0;
}

.bg-room-detail {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/arriere-plan.jpg);
}

.bg-restaurant {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/restaurant.jpg);
}

.bg-blog {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/blog.jpg);
}

.bg-guestbook {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/guest-book.jpg);
}

.bg-about {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/about.jpg);
}

.bg-about-2 {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/about-2.jpg);
}

.bg-package {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/package.jpg);
}

.bg-event {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/event.jpg);
}

.bg-wedding {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/wedding.jpg);
}

.bg-spa {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/spa.jpg);
}

.bg-contact {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/contact.jpg);
}

.bg-activity {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/activity.jpg);
}

.bg-gallery {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/gallery.jpg);
}

.bg-attraction {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/attraction.jpg);
}

.bg-reservation {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/reservation.jpg);
}

.box-contact {
    padding: 50px;
    background-color: #f5f5f5;
}

.box-contact h3 {
    font-family: "Droid Serif", serif !important;
    font-style: italic;
    position: relative;
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 0;
}

.box-contact h3 ._hr {
    width: 25px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 15px;
}

.box-contact ul li {
    float: left;
    width: 50%;
}

.box-contact ul li:first-child {
    padding-right: 20px;
    border-right: 1px solid #000;
}

.box-contact ul li:last-child {
    padding-left: 20px;
}

.box-contact ul li h5 {
    font-size: 15px;
    font-style: italic;
}

.box-contact ul li h6 {
    font-family: "Roboto", sans-serif !important;
    font-size: 11px;
    color: #bababa;
}

.box-contact ul:after {
    content: "";
    display: table;
    clear: both;
}

.schedule .sch-header {
    text-align: center;
    margin-bottom: 60px;
}

.schedule .sch-header .switch-tab {
    position: relative;
}

.schedule .sch-header .switch-tab ul.list {
    position: relative;
}

.schedule .sch-header .switch-tab ul.list li {
    display: inline-block;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.schedule .sch-header .switch-tab ul.list li a {
    display: block;
    border-bottom: 2px solid transparent;
}

.schedule .sch-header .switch-tab ul.list li a h3 {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.schedule .sch-header .switch-tab ul.list li a p.time {
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    font-size: 12px;
}

.schedule .sch-header .switch-tab ul.list li a:hover {
    color: #bf9e66;
}

.schedule .sch-header .switch-tab ul.list li a:hover h3 {
    color: #bf9e66;
}

.schedule .sch-header .switch-tab ul.list li a.active {
    border-bottom: 2px solid #bf9e66;
    color: #bf9e66;
}

.schedule .sch-header .switch-tab ul.list li a.active h3 {
    color: #bf9e66;
}

.schedule .sch-body {
    position: relative;
}

.schedule .sch-body .schedule-inner {
    width: 100%;
    overflow: hidden;
}

.schedule .sch-body .schedule-inner .post {
    margin-bottom: 40px;
}

.schedule .sch-body .schedule-inner .post .post-content p {
    color: #898989;
}

.schedule .sch-body .schedule-inner .post .post-content p.price {
    font-family: "Droid Serif", serif !important;
    font-size: 18px;
    font-style: italic;
    color: #bf9e66;
}

.schedule .sch-footer {
    position: relative;
    text-align: center;
}

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

.event-slider .item .wrapper .post-thumbnail .timetable p {
    margin: 10px 0;
    font-size: 13px;
}

.event-slider .item .wrapper .post-body {
    min-height: 215px;
}

.event-slider .item .wrapper .post-body p.price {
    font-family: "Droid Serif", serif !important;
    margin-bottom: 20px;
    font-size: 18px;
}

.event-slider .item .wrapper .post-body h2 {
    margin: 0 0 10px;
}

.event-slider-2 .item .wrapper .post-thumbnail img,
.event-slider-3 .item .wrapper .post-thumbnail img {
    width: 100%;
}

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

.event-slider-2 .item .wrapper .post-thumbnail .timetable p,
.event-slider-3 .item .wrapper .post-thumbnail .timetable p {
    margin: 10px 0;
    font-size: 13px;
}

.event-slider-2 .item .wrapper .post-body,
.event-slider-3 .item .wrapper .post-body {
    position: static;
    min-height: 240px;
}

.event-slider-2 .item .wrapper .post-body p.price,
.event-slider-3 .item .wrapper .post-body p.price {
    font-family: "Droid Serif", serif !important;
    color: #000;
    font-size: 18px;
}

.event-slider-2.event-style-2 .item .wrapper,
.event-style-2.event-slider-3 .item .wrapper {
    background-color: transparent;
}

.event-slider-2.event-style-2 .item .wrapper .post-body,
.event-style-2.event-slider-3 .item .wrapper .post-body {
    min-height: auto;
}

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

.event-slider-3 .wrapper .post-body .post-footer {
    bottom: 0;
}

.reserve {
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)),
        url(../img/bg/reserve.jpg);
    min-height: 600px;
}

.reserve .reserve-form {
    max-width: 270px;
    min-height: 450px;
    position: relative;
    background-color: #fff;
    padding: 30px 20px;
    float: right;
}

.reserve .reserve-form ul.reserve-list {
    position: relative;
}

.reserve .reserve-form ul.reserve-list li {
    position: relative;
    margin-bottom: 20px;
}

.reserve .reserve-form ul.reserve-list li label {
    font-family: "Roboto", sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.reserve .reserve-form ul.reserve-list li:last-child {
    margin-bottom: 0;
}

.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: "Droid Serif", serif !important;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.reserve .reserve-form ul.reserve-list #date .custom {
    font-family: "Droid Serif", serif !important;
    position: relative;
}

.reserve .reserve-form ul.reserve-list #date .custom input.datepicker {
    font-family: "Droid Serif", 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;
}

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

.reserve .reserve-form ul.reserve-list #request a {
    background-color: #bf9e66;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    display: block;
    padding: 15px 30px;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.reserve .reserve-form ul.reserve-list #request a:hover {
    background-color: #e8b647;
}

.reserve .reserve-term {
    position: relative;
    margin-top: 20%;
    color: #fff;
}

.reserve .reserve-term h2 {
    color: #fff;
    margin-bottom: 40px;
}

.reserve .reserve-term .timetable {
    display: table;
}

.reserve .reserve-term .timetable div.tRow {
    display: table-row;
    margin-bottom: 20px;
}

.reserve .reserve-term .timetable div.tCell {
    display: table-cell;
    padding-right: 20px;
    padding-bottom: 20px;
}

.reserve .reserve-term .timetable div.tCell:first-child {
    text-transform: uppercase;
    font-weight: 700;
}

.accommodation-slider .item .post .post-body {
    background-color: #fff;
    text-align: center;
    min-height: 320px;
}

.accommodation-slider .item .post .post-body h2 {
    font-size: 28px;
}

.accommodation-slider .item .post .post-body .post-content p {
    color: #898989;
}

.accommodation-slider .item .post .post-body .post-footer p.price {
    font-family: "Droid Serif", serif !important;
    font-size: 28px;
    margin-bottom: 30px;
}

.accommodation-slider .item .post .post-body .post-footer p.price span.small {
    font-size: 14px;
}

.room-infomation {
    position: relative;
}

.room-infomation .switch-list {
    position: relative;
    width: 20.086%;
    max-width: 235px;
    float: left;
}

.room-infomation .switch-list ul {
    margin-top: 12px;
    padding-right: 35px;
}

.room-infomation .switch-list ul li {
    position: relative;
}

.room-infomation .switch-list ul li a {
    display: block;
    padding: 26px 0 16px 0;
    border-bottom: 2px solid #e4e4e4;
    cursor: pointer;
}

.room-infomation .switch-list ul li a h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1em;
}

.room-infomation .switch-list ul li a span.icon-arrow {
    background-color: transparent;
    width: 25px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.room-infomation .switch-list ul li a span.icon-arrow:before,
.room-infomation .switch-list ul li a span.icon-arrow:after {
    background-color: transparent;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    width: 4px;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.room-infomation .switch-list ul li a span.icon-arrow:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.room-infomation .switch-list ul li a span.icon-arrow:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.room-infomation .switch-list ul li a.active {
    border-bottom: 2px solid #bf9e66;
}

.room-infomation .switch-list ul li a.active h3 {
    color: #bf9e66;
}

.room-infomation .switch-list ul li a.active span.icon-arrow {
    background-color: #bf9e66;
}

.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: #bf9e66;
}

.room-infomation .info-content {
    position: relative;
    width: 79.914%;
    float: left;
    padding-top: 30px;
    padding-left: 65px;
    border-left: 1px solid #e4e4e4;
}

.room-infomation .info-content .info-inner {
    position: relative;
}

.room-infomation .info-content .info-inner .info-header {
    position: relative;
    margin-bottom: 30px;
}

.room-infomation .info-content .info-inner .info-header h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1em;
}

.room-infomation .info-content .info-inner .info-header p {
    font-size: 14px;
    font-weight: 300;
}

.room-infomation .info-content .info-inner .info-footer {
    position: relative;
    display: block;
}

.room-infomation .info-content .info-inner .info-footer .info-group {
    position: relative;
    width: 33.333333%;
    float: left;
    margin-bottom: 30px;
    display: block;
}

.room-infomation .info-content .info-inner .info-footer .info-group h3 {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    letter-spacing: 2px;
}

.room-infomation .info-content .info-inner .info-footer .info-group ul {
    position: relative;
}

.room-infomation .info-content .info-inner .info-footer .info-group ul li {
    font-family: "Roboto", sans-serif !important;
    color: #898989;
    position: relative;
    font-size: 0.9em;
    padding-left: 20px;
    line-height: 30px;
}

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

.room-infomation .info-content .info-inner .info-footer:after {
    content: "";
    clear: both;
    display: table;
}

.room-infomation .info-content .info-inner .info-footer ul.package-list {
    position: relative;
    width: 100%;
    float: none;
}

.room-infomation .info-content .info-inner .info-footer ul.package-list li {
    padding: 25px 0;
    border-top: 1px solid #eee;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li:before {
    display: none;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li:last-child {
    border-bottom: 1px solid #eee;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li
    .column-1 {
    width: 70%;
    float: left;
    padding-right: 20px;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li
    .column-1
    input[type="checkbox"] {
    cursor: pointer;
    margin-right: 20px;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li
    .column-1
    p {
    font-family: "Roboto", sans-serif !important;
    padding-left: 35px;
    font-size: 14px;
    font-weight: 300;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li
    .column-1
    label {
    font-family: "Droid Serif", serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li
    .column-2 {
    width: 10%;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li
    .column-2
    input[type="text"] {
    width: 100%;
    height: 35px;
    background-color: #f9f9f9;
    border: 0px;
    padding: 0 15px;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li
    .column-3 {
    font-family: "Droid Serif", serif !important;
    width: 20%;
    float: left;
    font-size: 20px;
    color: #1c1c1c;
    text-align: center;
    margin-top: 25px;
    padding: 0 10px;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li
    .column-3
    span {
    font-size: 12px;
}

.room-infomation
    .info-content
    .info-inner
    .info-footer
    ul.package-list
    li:after {
    content: "";
    clear: both;
    display: table;
}

.room-infomation .info-content .info-inner .info-footer table {
    width: 100%;
}

.room-infomation .info-content .info-inner .info-footer table thead th {
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e4e4e4;
}

.room-infomation .info-content .info-inner .info-footer table tbody td {
    font-family: "Droid Serif", serif !important;
    padding: 15px 20px;
    vertical-align: top;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
}

.room-infomation .info-content .info-inner .info-footer table tbody td h4 {
    margin-top: 0;
}

.room-infomation .info-content .info-inner .info-footer table tbody td p {
    font-size: 14px;
    margin-bottom: 0;
    color: #898989;
    font-family: "Roboto", sans-serif !important;
}

.room-infomation:after {
    content: "";
    clear: both;
    display: table;
}

.slider-check .sidebar .widget_reservation .widget-header h2.widget-title {
    font-size: 16px;
}

.slider-check .sidebar .widget_reservation .widget-header p.price {
    line-height: 1em;
}

.slider-check .big-slider {
    position: relative;
    margin-bottom: 10px;
}

.slider-check .big-slider img {
    width: 100%;
    margin: 0 auto;
}

.slider-check .big-slider .item {
    position: relative;
}

.slider-check .big-slider .item .post-thumbnail {
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

.slider-check .big-slider .item .post-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(28, 28, 28, 0.6);
    padding: 15px;
}

.slider-check .big-slider .item .post-body h5 {
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}

.slider-check .small-slider .item {
    max-height: 80px;
    overflow: hidden;
    margin-right: 5px;
}

.slider-check .small-slider .item .post-thumbnail {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.slider-check .small-slider .item .post-thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 #bf9e66;
    transition: box-shadow 0.1s ease;
}

.slider-check .small-slider .synced .item .post-thumbnail:after {
    box-shadow: inset 0 0 0 5px #bf9e66;
}

/* 5.	Pages
-------------------------------*/
/* Room & Rates
*********/
.room-page,
.accommodation-slider .item {
    position: relative;
}

.room-page .post,
.accommodation-slider .item .post {
    max-width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.room-page .post .post-body .post-footer,
.accommodation-slider .item .post .post-body .post-footer {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 30px;
}

.room-page .post:after,
.accommodation-slider .item .post:after {
    content: "";
    clear: both;
    display: table;
}

.room-simple .post .post-media,
.accommodation-slider .item .post .post-media,
.room-grid .post .post-media {
    position: relative;
    max-height: 240px;
    overflow: hidden;
}

.room-simple .post .post-body,
.accommodation-slider .item .post .post-body,
.room-grid .post .post-body {
    padding: 30px;
}

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

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

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

.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: "Droid Serif", serif !important;
    font-size: 30px;
    margin-bottom: 30px;
}

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

.room-list {
    position: relative;
}

.room-list .post .post-media {
    width: 50%;
    left: 50%;
    float: left;
    position: relative;
}

.room-list .post .post-body {
    background-color: #fff;
    width: 50%;
    right: 50%;
    position: relative;
    float: left;
    min-height: 423px;
    padding: 60px 70px 30px;
}

.room-list .post .post-body h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.room-list .post .post-body .post-content {
    color: #898989;
    font-size: 0.9em;
}

.room-list .post .post-body .post-content ul {
    position: relative;
    margin-bottom: 10px;
}

.room-list .post .post-body .post-content ul li {
    font-family: "Roboto", sans-serif !important;
    color: #898989;
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    line-height: 30px;
}

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

.room-list .post .post-body .post-footer {
    position: relative;
    bottom: 0;
}

.room-list .post .post-body .post-footer p.price {
    font-family: "Droid Serif", serif !important;
    font-size: 30px;
    color: #202020;
    margin-bottom: 0;
}

.room-list .post .post-body .post-footer p.price span.small {
    font-size: 0.5em;
}

.room-list .post .post-body .post-footer a.btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 50px;
}

.room-list .post:after {
    content: "";
    clear: both;
    display: table;
}

.room-grid .post .post-body {
    background-color: #fff;
    text-align: center;
    min-height: 320px;
    padding: 30px 50px;
}

.room-grid .post .post-body .post-content p {
    color: #898989;
}

.room-grid .post .post-body .post-footer p.price {
    font-family: "Droid Serif", serif !important;
    margin-bottom: 30px;
}

.room-grid .post .post-body .post-footer p.price span.small {
    font-size: 14px;
}

.room-modem .post .post-media {
    width: 58.33333333%;
    max-height: 430px;
    float: left;
    position: relative;
}

.room-modem .post .post-body {
    background-color: #fff;
    width: 50%;
    max-height: 370px;
    position: absolute;
    z-index: 3;
    top: calc(50% - 185px);
    right: 0;
    bottom: 0;
    padding: 50px 70px;
    text-align: center;
    overflow: hidden;
}

.room-modem .post .post-body h2 {
    font-size: 32px;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.room-modem .post .post-body .post-content {
    position: relative;
    margin-bottom: 30px;
}

.room-modem .post .post-body .post-content p {
    color: #898989;
    margin-bottom: 0;
}

.room-modem .post .post-body .post-footer {
    position: relative;
    bottom: 0;
}

.room-modem .post .post-body .post-footer p.price {
    font-family: "Droid Serif", serif !important;
    font-size: 30px;
    color: #202020;
    margin-bottom: 40px;
    line-height: 1em;
}

.room-modem .post .post-body .post-footer p.price span.small {
    font-size: 0.5em;
}

.room-modem [class*="col-"]:nth-child(odd) .post .post-media {
    left: 41.66666667%;
}

.room-modem [class*="col-"]:nth-child(odd) .post .post-body {
    right: auto;
}

.room-thumbnail .post .post-media {
    max-height: 350px;
}

.room-thumbnail .post .post-media img {
    width: 100%;
}

.room-thumbnail .post .post-media:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    z-index: 20;
    background-color: rgba(30, 22, 3, 0);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(30, 22, 3, 0)),
        to(rgba(30, 22, 3, 0.9))
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(30, 22, 3, 0),
        rgba(30, 22, 3, 0.9)
    );
    background-image: -moz-linear-gradient(
        top,
        rgba(30, 22, 3, 0),
        rgba(30, 22, 3, 0.9)
    );
    background-image: -ms-linear-gradient(
        top,
        rgba(30, 22, 3, 0),
        rgba(30, 22, 3, 0.9)
    );
    background-image: -o-linear-gradient(
        top,
        rgba(30, 22, 3, 0),
        rgba(30, 22, 3, 0.9)
    );
    background-image: linear-gradient(
        top,
        rgba(30, 22, 3, 0),
        rgba(30, 22, 3, 0.9)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(30, 22, 3, 0)', endColorStr='rgba(30, 22, 3, 0.9)');
}

.room-thumbnail .post .post-media a.overlay {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
}

.room-thumbnail .post .post-body {
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 25;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.room-thumbnail .post .post-body h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

.room-thumbnail .post .post-body p.price {
    color: #bf9e66;
    font-family: "Droid Serif", serif !important;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1em;
}

.room-thumbnail .post .post-body p.price span.small {
    color: #fff;
    font-size: 0.6em;
}

.room-thumbnail .post .post-body .post-content {
    color: #fff;
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.room-thumbnail .post .post-body .post-footer {
    position: relative;
    bottom: 0;
}

.room-thumbnail .post .post-body .post-footer a.btn {
    color: #fff !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.room-thumbnail .post .post-body .post-footer a.btn span.inner {
    background-color: #fff;
}

.room-thumbnail .post .post-body .post-footer a.btn span.inner:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.room-thumbnail .post:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: calc(100% - 150px);
    background-color: rgba(28, 28, 28, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.room-thumbnail .post:hover .post-media a.overlay {
    opacity: 1;
    visibility: visible;
}

.room-thumbnail .post:hover .post-body {
    bottom: calc(100% - 150px);
}

.room-thumbnail .post:hover .post-body .post-content {
    opacity: 1;
    visibility: visible;
}

.room-thumbnail .post:hover:before {
    top: 0;
    background-color: rgba(28, 28, 28, 0.8);
}

/* Blog
*********/
.page-blog .site-content .search-box {
    position: relative;
    margin-bottom: 30px;
}

.page-blog .site-content .search-box form input {
    font-family: "Droid Serif", serif !important;
    position: relative;
    border: 0;
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding-left: 30px;
    padding-right: 50px;
}

.page-blog .site-content .search-box form input::-moz-placeholder {
    color: #898989;
    opacity: 1;
    font-family: "Droid Serif";
    font-size: 14px;
    line-height: 60px;
}

.page-blog .site-content .search-box form input:-ms-input-placeholder {
    color: #898989;
    font-family: "Droid Serif";
    font-size: 14px;
    line-height: 60px;
}

.page-blog .site-content .search-box form input::-webkit-input-placeholder {
    color: #898989;
    font-family: "Droid Serif";
    font-size: 14px;
    line-height: 25px;
}

.page-blog .site-content .search-box form:after {
    position: absolute;
    content: "\f002";
    font-family: "Fontawesome";
    color: #1c1c1c;
    right: 30px;
    top: 20px;
}

.page-blog .site-content .post .post-thumbnail {
    position: relative;
    overflow: hidden;
    background-color: #e2e2e2;
}

.page-blog .site-content .post .post-thumbnail img {
    width: 100%;
}

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

.page-blog .site-content .post .post-thumbnail .posted-on p {
    font-family: "Roboto", sans-serif !important;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.page-blog .site-content .post .post-thumbnail .posted-on p.day {
    font-family: "Droid Serif", serif !important;
    font-size: 36px;
    line-height: 40px;
}

.page-blog .site-content .post .post-thumbnail a.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.page-blog .site-content .post .post-body {
    padding: 30px;
}

.page-blog .site-content .post .post-body .entry-header {
    margin-bottom: 20px;
    padding: 0;
}

.page-blog .site-content .post .post-body .entry-header ul.cat-links li {
    display: inline-block;
    margin-right: 10px;
}

.page-blog .site-content .post .post-body .entry-header ul.cat-links li a {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    color: #bf9e66;
}

.page-blog
    .site-content
    .post
    .post-body
    .entry-header
    ul.cat-links
    li
    a:hover {
    text-decoration: underline;
}

.page-blog
    .site-content
    .post
    .post-body
    .entry-header
    ul.cat-links
    li:last-child {
    margin-right: 0;
}

.page-blog .site-content .post .post-body .entry-header h2.entry-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
    font-style: italic;
}

.page-blog .site-content .post .post-body .entry-footer span {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: #898989;
    margin-right: 20px;
    float: left;
}

@media screen and (max-width: 480px) {
    .page-blog .site-content .post .post-body .entry-footer span {
        display: block;
        margin-bottom: 10px;
        float: none;
    }
}

.page-blog .site-content .post .post-body .entry-footer span.tags-links:before {
    content: "\f02b";
    font-family: "Fontawesome";
}

.page-blog
    .site-content
    .post
    .post-body
    .entry-footer
    span.comments-link:before {
    content: "\f075";
    font-family: "Fontawesome";
}

.page-blog .site-content .post .post-body .entry-footer span a {
    color: #898989;
}

.page-blog .site-content .post .post-body .entry-footer span a:hover {
    color: #bf9e66;
}

.post .have-event {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
    background-color: rgba(28, 28, 28, 0.8);
}

#clock-event {
    color: #fff;
    font-family: "Droid Serif", serif !important;
}

#clock-event ul {
    max-height: 80px;
    overflow: hidden;
}

#clock-event ul li {
    position: relative;
    float: left;
    font-size: 29px;
    padding: 15px 25px;
    line-height: 22px;
}

#clock-event ul li span {
    font-family: "Roboto", sans-serif !important;
    font-size: 0.3em;
    text-transform: uppercase;
}

#clock-event ul:after {
    content: "";
    clear: both;
    display: table;
}

.page-blog-detail .site-content {
    margin-bottom: 30px;
}

.page-blog-detail .site-content nav.post-navigation .nav-links {
    position: relative;
    background-color: #1c1c1c;
    color: #fff;
    width: 100%;
}

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

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

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

.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: #bf9e66;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.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: "Droid Serif", serif !important;
    font-style: italic;
    font-size: 16px;
}

.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev {
    border-right: 1px solid #333;
}

.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev a {
    padding: 30px 40px 30px 90px;
}

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

.page-blog-detail .site-content nav.post-navigation .nav-links .nav-prev:hover {
    background-color: #333;
}

.page-blog-detail
    .site-content
    nav.post-navigation
    .nav-links
    .nav-prev:hover:before {
    color: #bf9e66;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next a {
    padding: 30px 90px 30px 40px;
}

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

.page-blog-detail .site-content nav.post-navigation .nav-links .nav-next:hover {
    background-color: #333;
}

.page-blog-detail
    .site-content
    nav.post-navigation
    .nav-links
    .nav-next:hover:before {
    color: #bf9e66;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.page-blog-detail .site-content nav.post-navigation .nav-links:after {
    content: "";
    clear: both;
    display: table;
}

.format-slider {
    position: relative;
}

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

.format-audio {
    position: relative;
}

.format-audio .post-media {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.format-audio .post-media iframe {
    height: 100%;
}

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

.format-quote {
    position: relative;
}

.format-quote blockquote {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 130px;
}

.format-quote blockquote footer {
    margin-top: 20px;
}

.format-quote.has-post-thumbnail blockquote {
    position: absolute;
    top: 0;
}

.format-quote.has-post-thumbnail blockquote p {
    color: #fff;
}

.format-quote.has-post-thumbnail blockquote footer cite {
    color: #fff;
}

.format-quote.has-post-thumbnail .post-thumbnail:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.5);
}

.highlights {
    position: relative;
}

.highlights .flag {
    position: absolute;
    top: 0;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #bf9e66;
}

.highlights .flag:before {
    content: "\f005";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    text-align: center;
    color: #fff;
}

.highlights .flag:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    border-width: 0 20px 10px 20px;
    border-style: solid;
    border-color: #bf9e66 #bf9e66 transparent #bf9e66;
}

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

.isotope-grid {
    position: relative;
    width: 100%;
}

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

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

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

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

.grid-item {
    position: relative;
    float: left;
    overflow: hidden;
}

.grid-item > * {
    width: 100%;
    height: 100%;
    margin: 0;
}

.grid-item .work-item {
    position: relative;
    overflow: hidden;
}

.grid-item .work-item img {
    width: 100%;
    height: auto;
}

.grid-item .work-item .video-marker {
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 35px;
    opacity: 1;
    visibility: visible;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grid-item .work-item a.mfp-image {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 26;
}

.grid-item .work-item a.mfp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 26;
}

.grid-item .work-item .title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    text-align: center;
    background-color: rgba(28, 28, 28, 0.7);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
    -ms-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
    transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
}

.grid-item .work-item .title .inner {
    position: relative;
    top: 50%;
    left: 50%;
    padding: 0 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.grid-item .work-item .title .inner h2 {
    font-style: italic;
    color: #fff;
    margin-top: 0;
    margin-bottom: 35px;
}

.grid-item .work-item .title .inner span {
    color: #bf9e66;
    font-size: 20px;
}

.grid-item .work-item:hover .video-marker {
    opacity: 0;
    visibility: hidden;
}

.grid-item .work-item:hover .title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

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

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

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

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

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

/* GALLERY Effect Fade hover
**********/
.gallery-effect-fadehover .grid-item .work-item:after {
    background: -webkit-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background: -moz-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background: -ms-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background: -o-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, transparent),
        color-stop(100%, rgba(0, 0, 0, 0.8))
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='rgba(0, 0, 0, 0.8)',GradientType=0 );
    /* IE6-9 */
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
}

.gallery-effect-fadehover .grid-item .work-item .video-marker {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 15px;
    height: 20px;
    font-size: 16px;
    margin-bottom: 4px;
}

.gallery-effect-fadehover .grid-item .work-item .title {
    background-color: transparent;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    padding: 0;
}

.gallery-effect-fadehover .grid-item .work-item .title .inner {
    top: 100%;
}

.gallery-effect-fadehover .grid-item .work-item .title .inner h2 {
    margin-bottom: 0;
    bottom: 20px;
    position: absolute;
    left: 20px;
}

.gallery-effect-fadehover .grid-item .work-item .title .inner span {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-effect-fadehover .grid-item .work-item:hover .title {
    background-color: rgba(28, 28, 28, 0.7);
}

.gallery-effect-fadehover .grid-item .work-item:hover .title span {
    opacity: 1;
    visibility: visible;
}

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

.guestbook {
    position: relative;
}

.guestbook .grid-item:not(:nth-child(2)) .work-item:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 22px;
    color: #bf9e66;
    position: absolute;
    top: 15px;
    left: calc(50% - 10px);
}

.guestbook .grid-item .work-item {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 50px;
}

.guestbook .grid-item .work-item h2 {
    color: #000;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
}

.guestbook .grid-item .work-item p {
    color: #1c1c1c;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 26px;
}

.guestbook .grid-item .work-item .write-link {
    width: 90%;
    margin: 40px auto 0 auto;
    position: relative;
}

.guestbook .grid-item .work-item .write-link a {
    background-color: #bf9e66;
    display: block;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}

.guestbook .grid-item .work-item .info img {
    width: 60px;
    height: 60px;
    margin: 20px auto;
}

.guestbook .grid-item .work-item .info p.signature {
    font-family: "Droid Serif", serif !important;
    font-weight: 400;
    font-size: 17px;
}

.guestbook .grid-item .work-item .info p.address {
    color: #898989;
    font-weight: 400;
    font-size: 13px;
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

.page-coming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    overflow: auto;
}

.page-coming-soon .wrapper {
    width: 100%;
    display: table;
    height: 100vh;
}

.page-coming-soon .wrapper .block-content {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.page-coming-soon .wrapper .block-content h2 {
    color: #fff;
}

.page-coming-soon .wrapper .block-content h3 {
    color: #fff;
    font-style: italic;
}

.page-coming-soon .wrapper .block-content img {
    margin: 0 auto;
}

#clock {
    color: #fff;
    font-family: "Droid Serif", serif !important;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#clock ul li {
    position: relative;
    display: inline-block;
    font-size: 45px;
    padding: 20px 60px;
    line-height: 22px;
}

#clock ul li span {
    font-family: "Roboto", sans-serif !important;
    font-size: 0.2em;
    text-transform: uppercase;
}

#clock ul li:after {
    content: ":";
    position: absolute;
    top: calc(50% - 20px);
    font-size: 20px;
    right: 0;
}

#clock ul li:last-child:after {
    display: none;
}

.bg-about-2 h3 {
    text-align: center;
    margin-bottom: 60px;
}

.bg-about-2 ul.stat-list {
    position: relative;
    text-align: center;
}

.bg-about-2 ul.stat-list li {
    display: inline-block;
    margin-right: 220px;
}

.bg-about-2 ul.stat-list li h4 {
    color: #fff;
}

.bg-about-2 ul.stat-list li h5 {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
}

.bg-about-2 ul.stat-list li:last-child {
    margin-right: 0;
}

.our-team .post {
    position: relative;
    margin-bottom: 30px;
}

.our-team .post .post-media {
    width: 100%;
    min-height: 430px;
}

.our-team .post .post-media img {
    width: 100%;
}

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

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

.our-team .post .post-body .post-content {
    position: relative;
    padding: 30px 40px 45px 40px;
    text-align: center;
}

.our-team .post .post-body .post-content h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.our-team .post .post-body .post-content h5 {
    color: #898989;
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}

.our-team .post .post-body .social {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 101;
}

.our-team .post .post-body .social ul.social-list li {
    width: 18px;
    height: 18px;
    margin-bottom: 0;
}

.our-team .post .post-body .social ul.social-list li a {
    color: #000;
    font-size: 16px;
}

.our-team .post .post-body .social ul.social-list li a i {
    display: block;
    width: 18px;
    height: 18px;
}

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

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

.our-team .post:hover .post-body {
    min-height: 100%;
}

.post {
    margin-bottom: 0;
}

.post .post-body {
    padding: 0px 0;
}

.post .post-body .entry-header ul.cat-links li {
    display: inline-block;
    margin-right: 10px;
}

.post .post-body .entry-header ul.cat-links li a {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    color: #bf9e66;
}

.post .post-body .entry-header ul.cat-links li a:hover {
    text-decoration: underline;
}

.post .post-body .entry-header ul.cat-links li:last-child {
    margin-right: 0;
}

.post .post-body .entry-header:after {
    content: "";
    clear: both;
    display: table;
}

.post .post-body .entry-header h2.entry-title {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 0;
}

.post .post-body .entry-header span {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: #898989;
    margin-right: 20px;
}

.post .post-body .entry-header span a {
    color: #898989;
}

.post .post-body .entry-header span a:hover {
    color: #bf9e66;
}

.post .post-body .entry-content p {
    color: #898989;
}

.post .post-body .entry-content a {
    color: #0072bc;
}

.post .post-body .entry-content a:hover {
    text-decoration: underline;
}

.post .post-body .entry-content ul,
.post .post-body .entry-content ol {
    margin-bottom: 30px;
    list-style-type: disc;
}

.post .post-body .entry-content ul li,
.post .post-body .entry-content ol li {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    line-height: 30px;
    margin-left: 20px;
}

.post .post-body .entry-content ol {
    list-style-type: decimal;
}

.post .post-body .entry-content ol li:before {
    display: none;
}

.post .post-body .entry-footer ul.cat-links {
    float: right;
}

@media screen and (max-width: 480px) {
    .post .post-body .entry-footer ul.cat-links {
        float: none;
    }
}

.post .post-body .entry-footer ul.cat-links li {
    display: inline-block;
}

.post .post-body .entry-footer ul.cat-links li a {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    color: #bf9e66;
}

.post .post-body .entry-footer ul.cat-links li a:hover {
    text-decoration: underline;
}

.post .post-body .entry-footer:after {
    content: "";
    clear: both;
    display: table;
}

ul.package-list {
    margin-top: 12px;
    margin-bottom: 30px;
}

ul.package-list li {
    position: relative;
}

ul.package-list li a {
    display: block;
    padding: 26px 0 16px 0;
    border-bottom: 2px solid #e4e4e4;
    cursor: pointer;
}

ul.package-list li a h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1em;
}

ul.package-list li a span.icon-arrow {
    background-color: transparent;
    width: 25px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.package-list li a span.icon-arrow:before,
ul.package-list li a span.icon-arrow:after {
    background-color: transparent;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    width: 4px;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

ul.package-list li a span.icon-arrow:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.package-list li a span.icon-arrow:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

ul.package-list li a.active {
    border-bottom: 2px solid #bf9e66;
}

ul.package-list li a.active h3 {
    color: #bf9e66;
}

ul.package-list li a.active span.icon-arrow {
    background-color: #bf9e66;
}

ul.package-list li a.active span.icon-arrow:before,
ul.package-list li a.active span.icon-arrow:after {
    background-color: #bf9e66;
}

ul.package-list li:hover a {
    border-bottom: 2px solid #bf9e66;
}

.cat-event .post {
    position: relative;
    width: 100%;
    margin-bottom: 70px;
}

.cat-event .post .post-media {
    position: relative;
    min-height: 360px;
    overflow: hidden;
}

.cat-event .post .post-media img {
    width: 100%;
}

.cat-event .post .post-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 360px;
    padding: 25px;
    overflow: hidden;
}

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

.cat-event .post .post-field .wrapper .group {
    position: relative;
    margin-bottom: 20px;
}

.cat-event .post .post-field .wrapper .group h3 {
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.cat-event .post .post-field .wrapper .group p {
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 0;
}

.cat-event .post .post-field .wrapper .group h4 {
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.8em;
}

.cat-event .post .post-field .wrapper .group a {
    font-family: "Roboto", sans-serif !important;
    color: #bf9e66;
    font-size: 13px;
}

.cat-event .post .post-field .wrapper .group a:hover {
    text-decoration: underline;
}

.cat-event .post .post-field .wrapper .group p.price {
    font-size: 12px;
}

.cat-event .post .post-field .wrapper .group p.price span {
    font-family: "Droid Serif", serif !important;
    margin-left: 30px;
    font-size: 25px;
}

.cat-event .post .post-field .wrapper .group.group-map {
    margin-top: -10px;
}

.cat-event .post .post-field .wrapper .group.group-price {
    margin-bottom: 0;
}

.cat-event .post .post-body {
    position: relative;
    background-color: #fff;
    padding: 30px 200px;
}

.cat-event .post .post-body h2 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Droid Serif", serif !important;
    font-style: italic;
}

.cat-event .post .post-body h2 a {
    color: #000;
}

.cat-event .post .post-body h2 a:hover {
    color: #bf9e66;
}

.cat-event .post .post-body .post-content {
    text-align: center;
}

.cat-event .post .post-body .post-content p {
    color: #1c1c1c;
    font-weight: 300;
    font-size: 14px;
}

.main-content .site-content .post {
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
}

.main-content .site-content .post .post-body {
    padding: 30px;
}

.main-content .site-content .post .post-body .entry-header h1.entry-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    font-style: italic;
}

.main-content .site-content .post .post-body .entry-content {
    position: relative;
    color: #1c1c1c;
    font-weight: 300;
    font-size: 15px;
}

.main-content .site-content .post .post-body .entry-content p {
    margin-bottom: 30px;
}

.main-content .site-content .post .post-body .entry-content a {
    color: #00aeef;
}

.main-content .site-content .post .post-body .entry-content a:hover {
    text-decoration: underline;
}

.main-content .site-content.event-detail {
    max-width: 735px;
    float: right;
}

.main-content .site-content.event-detail:after {
    content: "";
    display: table;
    clear: both;
}

.page-not-found {
    padding-top: 50px;
    padding-bottom: 90px;
}

.page-not-found .wrapper {
    width: 100%;
    display: table;
    height: 100vh;
}

.page-not-found .wrapper .block-content {
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
}

.page-not-found .wrapper .block-content .post-header {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.page-not-found .wrapper .block-content .post-header h1 {
    color: #fff;
    font-size: 72px;
}

.page-not-found .wrapper .block-content .post-header h1 span {
    color: #bf9e66;
}

.page-not-found .wrapper .block-content .post-header h5 {
    color: #fff;
    font-weight: 300;
    font-style: italic;
}

.page-not-found .wrapper .block-content .post-body {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
}

.page-not-found .wrapper .block-content .post-body p {
    color: #898989;
    font-weight: 400;
    margin-bottom: 30px;
}

.page-not-found .wrapper .block-content .post-body p span {
    color: #fff;
}

.page-not-found .wrapper .block-content .post-body p a {
    color: #bf9e66;
}

.page-not-found .wrapper .block-content .post-body p a:hover {
    text-decoration: underline;
}

.page-not-found .wrapper .block-content .post-body form.search-form {
    margin-bottom: 30px;
}

.page-not-found
    .wrapper
    .block-content
    .post-body
    form.search-form
    input[type="search"] {
    background-color: #fff;
    font-family: "Droid Serif", serif !important;
    position: relative;
    border: 0px;
    width: 430px;
    height: 50px;
    padding: 15px 20px;
    float: left;
}

.page-not-found
    .wrapper
    .block-content
    .post-body
    form.search-form
    ::-webkit-input-placeholder {
    color: #898989;
}

.page-not-found
    .wrapper
    .block-content
    .post-body
    form.search-form
    :-moz-placeholder {
    color: #898989;
}

.page-not-found
    .wrapper
    .block-content
    .post-body
    form.search-form
    ::-moz-placeholder {
    color: #898989;
}

.page-not-found
    .wrapper
    .block-content
    .post-body
    form.search-form
    :-ms-input-placeholder {
    color: #898989;
}

.page-not-found
    .wrapper
    .block-content
    .post-body
    form.search-form
    input[type="submit"] {
    background-color: #bf9e66;
    color: #fff;
    height: 50px;
    font-size: 14px;
    padding: 15px 55px;
    border: 0;
    text-transform: uppercase;
}

.page-not-found
    .wrapper
    .block-content
    .post-body
    form.search-form
    input[type="submit"]:hover {
    background-color: #f9c557;
}

.info-block {
    position: relative;
    min-height: 500px;
}

.info-block .content {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 25%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.info-block .content h1,
.info-block .content h2,
.info-block .content h3,
.info-block .content h4,
.info-block .content h5,
.info-block .content h6 {
    position: relative;
    margin-top: 0;
    color: #1c1c1c;
}

.info-block .content p {
    color: #898989;
}

.spa-package {
    position: relative;
}

.spa-package .section-content {
    position: relative;
}

.spa-package .section-content .post {
    position: relative;
    background-color: #fff;
    padding: 35px;
    margin-bottom: 30px;
}

.spa-package .section-content .post .post-header h6 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700;
    color: #333;
    font-size: 11px;
    letter-spacing: 1px;
}

.spa-package .section-content .post .post-header p.price {
    color: #bf9e66;
    font-family: "Droid Serif", serif !important;
    font-size: 25px;
    margin-bottom: 13px;
}

.spa-package .section-content .post .post-body ul.spa-list {
    position: relative;
}

.spa-package .section-content .post .post-body ul.spa-list li {
    font-family: "Roboto", sans-serif !important;
    line-height: 30px;
    padding-left: 20px;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 300;
}

.spa-package .section-content .post .post-body ul.spa-list li:before {
    color: #898989;
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 4px;
    position: absolute;
    left: 0;
}

.contact-page:before {
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 100px);
    z-index: 0;
}

.contact-page .sidebar {
    position: relative;
    float: left;
    width: calc(50% + 100px);
    margin-right: -100%;
}

.contact-page .sidebar .widget {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.contact-page .sidebar .widget h2.widget-title {
    color: #333;
    font-size: 30px;
    position: relative;
    text-align: left;
    border-bottom: 0px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-page .sidebar .widget .widget-content {
    position: relative;
    padding: 20px 30px 0 0;
}

.contact-page .sidebar .widget .widget-content p {
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 300;
}

.contact-page .sidebar .widget .widget-content h3 {
    font-family: "Roboto", sans-serif !important;
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 500;
    color: #444;
    letter-spacing: 2px;
}

.contact-page .sidebar .widget .widget-content h5 {
    color: #bf9e66;
    font-style: italic;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}

.contact-page .sidebar .widget .widget-content h6 {
    font-family: "Roboto", sans-serif !important;
    color: #898989;
    font-weight: 400;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-page .sidebar .widget .widget-content h6.normal {
    font-size: 13px;
    font-weight: 400;
}

.contact-page .sidebar .widget .widget-content .location {
    width: 100%;
    position: relative;
    display: block;
}

.contact-page .sidebar .widget .widget-content .location a.mark {
    background-color: #000;
    display: block;
    padding: 0;
    float: left;
    width: 10%;
    max-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.contact-page .sidebar .widget .widget-content .location:hover a.mark {
    background-color: #bf9e66;
    color: #fff;
}

.contact-page .sidebar .widget .widget-content .location .info {
    width: 90%;
    float: left;
    padding-left: 30px;
}

.contact-page .sidebar .widget .widget-content .location .info p {
    font-weight: 700;
    font-size: 13px;
}

.contact-page .sidebar .widget .widget-content .location .info .column {
    width: 50%;
    float: left;
}

.contact-page .sidebar .widget .widget-content .location:after {
    content: "";
    clear: both;
    display: table;
}

.contact-page .site-content {
    position: relative;
    width: calc(50% - 100px);
    margin-left: calc(50% + 100px);
    display: block;
    float: left;
    padding-top: 0px;
    padding-left: 30px;
}

.contact-page .site-content h2 {
    font-family: "Droid Serif", serif !important;
    color: #333;
    font-size: 30px;
    position: relative;
    text-align: left;
    border-bottom: 0px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
}

.contact-page .site-content form ul {
    margin: 0;
}

.contact-page .site-content form ul li {
    padding: 10px 0;
}

.contact-page .site-content form ul li input {
    font-family: "Droid Serif", serif !important;
    background-color: #fff;
    color: #000;
    border: 0px;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
}

.contact-page .site-content form ul li textarea {
    font-family: "Droid Serif", serif !important;
    background-color: #fff;
    width: 100%;
    min-height: 170px;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.contact-page .site-content form input[type="submit"] {
    background-color: #000;
    display: block;
    padding: 10px 40px;
    margin-top: 20px;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}

.contact-page .site-content form input[type="submit"]:hover,
.contact-page .site-content form input[type="submit"]:active,
.contact-page .site-content form input[type="submit"]:focus {
    background-color: #333;
}
/*---------*/

.reservation-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;*/
}

.reservation-page .sidebar {
    position: relative;
    float: left;
    width: calc(50% + 100px);
    margin-right: -100%;
}

.reservation-page .sidebar .widget {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

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

.reservation-page .sidebar .widget .widget-content {
    position: relative;
    padding: 20px 30px 0 0;
}

.reservation-page .sidebar .widget .widget-content p {
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 300;
}

.reservation-page .sidebar .widget .widget-content h3 {
    font-family: "Roboto", sans-serif !important;
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 500;
    color: #444;
    letter-spacing: 2px;
}

.reservation-page .sidebar .widget .widget-content h5 {
    color: #bf9e66;
    font-style: italic;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}

.reservation-page .sidebar .widget .widget-content h6 {
    font-family: "Roboto", sans-serif !important;
    color: #898989;
    font-weight: 400;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 20px;
}

.reservation-page .sidebar .widget .widget-content h6.normal {
    font-size: 13px;
    font-weight: 400;
}

.reservation-page .sidebar .widget .widget-content .location {
    width: 100%;
    position: relative;
    display: block;
}

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

.reservation-page .sidebar .widget .widget-content .location:hover a.mark {
    background-color: #bf9e66;
    color: #fff;
}

.reservation-page .sidebar .widget .widget-content .location .info {
    width: 90%;
    float: left;
    padding-left: 30px;
}

.reservation-page .sidebar .widget .widget-content .location .info p {
    font-weight: 700;
    font-size: 13px;
}

.reservation-page .sidebar .widget .widget-content .location .info .column {
    width: 50%;
    float: left;
}

.reservation-page .sidebar .widget .widget-content .location:after {
    content: "";
    clear: both;
    display: table;
}

.reservation-page .site-content {
    position: relative;
    width: 100%;
    margin-left: 0px;
    display: block;
    float: left;
    padding-top: 0px;
    padding-left: 30px;
}

.reservation-page .site-content h2 {
    font-family: "Droid Serif", serif !important;
    color: #333;
    font-size: 30px;
    position: relative;
    text-align: left;
    border-bottom: 0px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
}
.reservation-page .site-content h3 {
    font-family: "Droid Serif", serif !important;
    color: #333;
    font-size: 18px;
    position: relative;
    text-align: left;
    border-bottom: 0px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
.reservation-page .site-content hr {
    margin-top: 0px;
    margin-bottom: 15px;
}

.reservation-page .site-content form input[type="text"] {
    font-family: "Droid Serif", serif !important;
    background-color: #fff;
    color: #000;
    border: 0px;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
}
.reservation-page input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}
.reservation-page .site-content form .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.reservation-page .site-content form textarea {
    font-family: "Droid Serif", serif !important;
    background-color: #fff;
    width: 100%;
    min-height: 170px;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

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

.reservation-page .site-content form input[type="submit"]:hover,
.reservation-page .site-content form input[type="submit"]:active,
.reservation-page .site-content form input[type="submit"]:focus {
    background-color: #333;
}
/* ACTIVITY
*********/
.activities .grid-item,
.activities .grid-sizer {
    width: 33.3333%;
}

.activities .grid-item .work-item {
    position: relative;
    overflow: hidden;
}

.activities .grid-item .work-item .post-thumbnail {
    width: 100%;
    position: relative;
}

.activities .grid-item .work-item .post-thumbnail img {
    width: 100%;
}

.activities .grid-item .work-item .post-body {
    width: 100%;
    padding: 35px 30px 40px;
    min-height: 225px;
}

.activities .grid-item .work-item .post-body h2 {
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
}

.activities .grid-item .work-item .post-body h2 a:hover {
    color: #bf9e66;
}

.activities .grid-item .work-item .post-body p {
    color: #898989;
}

.activities .grid-item .work-item .post-body a.btn {
    width: calc(100% - 60px);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 40px;
}

.activities .grid-item .work-item .post-body .meta {
    position: relative;
}

.activities .grid-item .work-item .post-body .meta span.date {
    float: left;
    color: #898989;
}

.activities .grid-item .work-item .post-body .meta ul.cat-links {
    float: right;
}

.activities .grid-item .work-item .post-body .meta ul.cat-links li {
    display: none;
}

.activities .grid-item .work-item .post-body .meta ul.cat-links li a {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    color: #bf9e66;
}

.activities .grid-item .work-item .post-body .meta ul.cat-links li a:hover {
    text-decoration: underline;
}

.activities .grid-item .work-item .post-body .meta ul.cat-links li:first-child {
    display: block;
}

.activities .grid-item .work-item .post-body .meta:after {
    content: "";
    clear: both;
    display: table;
}

/* ATTRACTION LOCAL
*************/
.attraction-local {
    position: relative;
    max-width: 662px;
    margin: 0 auto;
    margin-top: -80px;
    padding: 0 15px;
    z-index: 990;
}

.attraction-local .box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #1c1c1c;
}

.attraction-local .box .wrapper {
    position: relative;
    padding: 35px 32px 30px 32px;
}

.attraction-local .box .wrapper h2 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1em;
}

.attraction-local .box .wrapper .locate {
    position: relative;
}

.attraction-local .box .wrapper .locate button.btn-locate {
    width: 28.698%;
    margin-right: 3.523%;
    float: left;
    height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    background-color: #bf9e66;
}

.attraction-local .box .wrapper .locate button.btn-locate i {
    margin-right: 14px;
    font-size: 20px;
    vertical-align: middle;
}

.attraction-local .box .wrapper .locate button.btn-locate:hover,
.attraction-local .box .wrapper .locate button.btn-locate:active {
    background-color: #e8b647;
    color: #fff;
}

.attraction-local .box .wrapper .locate .location {
    position: relative;
    width: 67.779%;
    float: left;
}

.attraction-local .box .wrapper .locate:after {
    content: "";
    display: table;
    clear: both;
}

.attraction-page {
    position: relative;
}

.attraction-page .sidebar {
    position: relative;
    background-color: #fff;
    padding: 45px 30px;
    margin-bottom: 30px;
}

.attraction-page .sidebar ul {
    position: relative;
}

.attraction-page .sidebar ul li {
    font-family: "Roboto", sans-serif !important;
    line-height: 40px;
}

.attraction-page .sidebar ul li a {
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.attraction-page .sidebar ul li a:before {
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 15px;
    padding-left: 2px;
}

.attraction-page .sidebar ul li a:hover {
    color: #bf9e66;
}

.attraction-page .site-content a {
    color: #0072bc;
}

.attraction-page .site-content a:hover {
    text-decoration: underline;
}

.attraction-page .site-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.attraction-page .site-content h2:before {
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 20px;
    margin-right: 15px;
    vertical-align: middle;
    color: #bf9e66;
}

.attraction-page .site-content .infomation {
    position: relative;
    margin-bottom: 20px;
}

.attraction-page .site-content .infomation ul {
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.attraction-page .site-content .infomation ul li {
    width: 30%;
    float: left;
}

.attraction-page .site-content .infomation ul li:first-child {
    width: 40%;
}

.attraction-page .site-content .infomation ul li h5 {
    font-size: 16px;
    font-style: italic;
}

.attraction-page .site-content .infomation ul li h6 {
    font-family: "Roboto", sans-serif !important;
    font-size: 11px;
    color: #acacac;
}

.attraction-page .site-content .infomation ul:after {
    content: "";
    clear: both;
    display: table;
}

.attraction-page .site-content .post {
    position: relative;
}

.attraction-page .site-content .post .post-header {
    position: relative;
    margin-bottom: 20px;
}

.attraction-page .site-content .post .post-header h2:before {
    display: none;
}

.attraction-page .site-content .post .post-body p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
}

.attraction-page .site-content .post .post-body p.image {
    float: left;
    margin-right: 20px;
}

.attraction-page .site-content .post .post-body h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 50px;
}

.attraction-page .site-content .post .post-body:after {
    content: "";
    clear: both;
    display: table;
}

.room-select {
    background-color: #fff;
    position: relative;
}

.room-select .apb-room-selected h2.apb-heading {
    color: #333;
    font-size: 22px;
    position: relative;
    text-align: center;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 0;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_current {
    overflow: hidden;
    padding: 30px 35px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_current
    h6 {
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_current
    h6:before {
    content: "\f105";
    font-family: "FontAwesome";
    left: -14px;
    position: absolute;
    font-size: 16px;
    font-weight: 700;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_current
    span {
    font-size: 12px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item {
    overflow: hidden;
    padding: 30px 20px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    h6 {
    font-family: "Roboto", sans-serif !important;
    color: #898989;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
    display: inline-block;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    span.apb-option {
    color: #898989;
    font-size: 12px;
    display: inline-block;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item.apb_disable {
    padding: 30px 40px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item.apb_disable
    h6 {
    display: block;
    margin-right: 0;
    margin-bottom: 7px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item.apb_disable
    span.apb-option {
    display: block;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_name,
.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_total {
    overflow: hidden;
    margin-top: 20px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_name
    h2,
.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_total
    h2 {
    font-family: "Roboto", sans-serif !important;
    color: #bf9e66;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin: 0;
    line-height: 28px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_name
    span.apb-amount,
.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_total
    span.apb-amount {
    font-family: "Droid Serif", serif !important;
    float: right;
    font-size: 20px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_name:after,
.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_total:after {
    content: "";
    display: table;
    clear: both;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    a.apb-room-selected_change {
    font-family: "Droid Serif", serif !important;
    color: #898989;
    font-style: italic;
    font-size: 12px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    a.apb-room-selected_change:hover {
    text-decoration: underline;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_cost {
    overflow: hidden;
    margin-top: 10px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_cost
    h2 {
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 28px;
    margin-bottom: 10px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_cost
    ul
    li {
    font-family: "Roboto", sans-serif !important;
    position: relative;
    display: block;
    margin-bottom: 20px;
    line-height: 35px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_cost
    ul
    li
    h6 {
    color: #898989;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    line-height: 100%;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_cost
    ul
    li
    span {
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_cost
    ul
    li:after {
    content: "";
    display: table;
    clear: both;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_cost
    ul
    li:last-child {
    margin-bottom: 0;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-selected_total
    h2 {
    color: #000;
}

.room-select .apb-room-selected .apb-room-selected_content .apb-room-total {
    overflow: hidden;
    padding: 20px;
}

.room-select .apb-room-selected .apb-room-selected_content .apb-room-total h6 {
    font-family: "Roboto", sans-serif !important;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 28px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-total
    span.apb-amount {
    font-family: "Droid Serif", serif !important;
    float: right;
    font-size: 20px;
    line-height: 28px;
}

.room-select
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-total:after {
    content: "";
    display: table;
    clear: both;
}

.room-dates {
    background-color: #fff;
    position: relative;
}

.room-dates .apb-room-date h2.apb-heading {
    color: #333;
    font-size: 22px;
    position: relative;
    text-align: center;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 0;
}

.room-dates .apb-room-date .apb-room-date_content {
    position: relative;
    padding: 30px 20px;
    overflow: hidden;
}

.room-dates .apb-room-date .apb-room-date_content ul li {
    font-family: "Roboto", sans-serif !important;
    position: relative;
    display: block;
    margin-bottom: 20px;
    line-height: 35px;
}

.room-dates .apb-room-date .apb-room-date_content ul li h6 {
    font-family: "Roboto", sans-serif !important;
    color: #898989;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%;
}

.room-dates .apb-room-date .apb-room-date_content ul li span {
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
}

.room-dates .apb-room-date .apb-room-date_content ul li:after {
    content: "";
    display: table;
    clear: both;
}

.room-dates .apb-room-date .apb-room-date_content ul li:last-child {
    margin-bottom: 0;
}

.abp-step {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}

.abp-step ul {
    font-family: "Droid Serif", serif !important;
    color: #333;
    text-align: center;
}

.abp-step ul li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 20px;
}

.abp-step ul li.active {
    color: #bf9e66;
    border-bottom: 2px solid #bf9e66;
}

.apb-content {
    position: relative;
    margin-bottom: 30px;
}

.apb-content h2.apb-heading {
    color: #333;
    font-size: 20px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 0;
}

.apb-content .apb-calendar_wrap {
    position: relative;
    padding: 20px 20px 40px 20px;
}

.apb-content .apb-calendar_wrap .hasDatepicker:after {
    content: "";
    display: table;
    clear: both;
}

.apb-content .apb-room .apb-room_item {
    position: relative;
    margin-bottom: 30px;
}

.apb-content .apb-room .apb-room_item h2.apb-room_name {
    position: relative;
    font-size: 30px;
    color: #333;
    padding-left: 40px;
}

.apb-content .apb-room .apb-room_item h2.apb-room_name:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #1c1c1c;
}

.apb-content .apb-room .apb-room_item .apb-room_img {
    width: 40%;
    float: left;
    position: relative;
    overflow: hidden;
    padding-right: 15px;
}

.apb-content .apb-room .apb-room_item .apb-room_img img {
    width: 100%;
}

.apb-content .apb-room .apb-room_item .apb-room_text {
    width: 60%;
    padding-left: 15px;
    float: left;
    margin-bottom: 30px;
}

.apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc {
    font-size: 14px;
    line-height: 30px;
    color: #1c1c1c;
    margin-bottom: 20px;
}

.apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc ul {
    list-style-type: disc;
    padding-left: 15px;
}

.apb-content .apb-room .apb-room_item .apb-room_text .apb-room_desc .see_more {
    font-size: 12px;
    font-style: italic;
}

.apb-content
    .apb-room
    .apb-room_item
    .apb-room_text
    .apb-room_desc
    .see_more
    a {
    text-decoration: underline;
    cursor: pointer;
}

.apb-content
    .apb-room
    .apb-room_item
    .apb-room_text
    .apb-room_desc
    .see_more
    div
    ul
    li {
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

.apb-content .apb-room .apb-room_item .apb-room_text p.apb-room_price {
    font-family: "Droid Serif", serif !important;
    font-size: 30px;
    color: #202020;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.apb-content
    .apb-room
    .apb-room_item
    .apb-room_text
    p.apb-room_price
    span.small {
    font-size: 14px;
}

.apb-content .apb-room .apb-room_item .apb-room_text a.apb-btn {
    background-color: #bf9e66;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 15px 35px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apb-content .apb-room .apb-room_item .apb-room_text a.apb-btn:hover {
    background-color: #000;
}

.apb-content .apb-room .apb-room_item ul.package-list {
    background-color: #fff;
    position: relative;
    width: 100%;
    float: none;
}

.apb-content .apb-room .apb-room_item ul.package-list li {
    padding: 25px;
    border-top: 1px solid #eee;
}

.apb-content .apb-room .apb-room_item ul.package-list li:before {
    display: none;
}

.apb-content .apb-room .apb-room_item ul.package-list li:last-child {
    border-bottom: 1px solid #eee;
}

.apb-content .apb-room .apb-room_item ul.package-list li .column-1 {
    width: 70%;
    float: left;
    padding-right: 20px;
}

.apb-content
    .apb-room
    .apb-room_item
    ul.package-list
    li
    .column-1
    input[type="checkbox"] {
    cursor: pointer;
    margin-right: 20px;
}

.apb-content .apb-room .apb-room_item ul.package-list li .column-1 p {
    padding-left: 35px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

.apb-content .apb-room .apb-room_item ul.package-list li .column-1 label {
    font-family: "Droid Serif", serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.apb-content .apb-room .apb-room_item ul.package-list li .column-2 {
    width: 10%;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}

.apb-content
    .apb-room
    .apb-room_item
    ul.package-list
    li
    .column-2
    input[type="text"] {
    width: 100%;
    height: 35px;
    background-color: #f9f9f9;
    color: #1c1c1c;
    border: 0px;
    padding: 0 15px;
}

.apb-content .apb-room .apb-room_item ul.package-list li .column-3 {
    font-family: "Droid Serif", serif !important;
    width: 20%;
    float: left;
    font-size: 20px;
    color: #1c1c1c;
    text-align: center;
    margin-top: 25px;
}

.apb-content .apb-room .apb-room_item ul.package-list li .column-3 span {
    font-size: 12px;
}

.apb-content .apb-room .apb-room_item ul.package-list li:after {
    content: "";
    clear: both;
    display: table;
}

.apb-content .apb-confirm {
    position: relative;
    background-color: #fff;
    padding: 50px 20px;
    margin-bottom: 30px;
}

.apb-content .apb-confirm h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.apb-content .apb-confirm h5 {
    font-family: "Roboto", sans-serif !important;
    color: #898989;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}

.apb-content .apb-confirm a.apb-btn {
    background-color: #bf9e66;
    color: #fff;
    display: block;
    width: 155px;
    margin: 0 auto;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 15px 35px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apb-content .apb-confirm a.apb-btn:hover {
    background-color: #000;
}

.apb-content .apb-checkout {
    position: relative;
    max-width: 670px;
    margin: 0 auto;
}

.apb-content .apb-checkout .ch-container {
    position: relative;
    padding: 30px 70px;
}

.apb-content .apb-checkout .ch-container .check-info {
    color: #898989;
    position: relative;
    font-size: 12px;
}

.apb-content .apb-checkout .ch-container .check-info a {
    color: #1c1c1c;
    font-weight: 700;
}

.apb-content .apb-checkout .ch-container .check-info a:hover {
    color: #bf9e66;
}

.apb-content .apb-checkout .ch-container .check-billing-fields {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.apb-content .apb-checkout .ch-container .check-billing-fields h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.apb-content .apb-contact {
    position: relative;
    max-width: 670px;
    margin: 0 auto;
}

.apb-content .apb-contact .ct-container {
    position: relative;
    padding: 30px 70px;
}

.apb-content .apb-contact .ct-container .contact-fields {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.apb-content .apb-contact .ct-container .contact-fields h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0;
}

.apb-content .form-row {
    position: relative;
    margin-bottom: 25px;
    color: #333;
}

.apb-content .form-row p {
    color: #898989;
    line-height: 20px;
    font-size: 12px;
    padding-left: 25px;
    margin-top: 10px;
}

.apb-content .form-row img.img-credit {
    margin-top: 10px;
    padding-left: 25px;
}

.apb-content .form-row label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.apb-content .form-row label abbr {
    background-color: transparent;
    color: #f00;
    border-bottom: 0;
}

.apb-content .form-row input,
.apb-content .form-row textarea {
    font-family: "Droid Serif", serif !important;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #f9f9f9;
    color: inherit;
    padding: 10px 20px;
    border: 0;
    font-size: 14px;
    margin-bottom: 10px;
}

.apb-content .form-row textarea.txt-area-text {
    height: auto;
    min-height: 120px;
    font-weight: 400;
    resize: vertical;
}

.apb-content .form-row .input-checkbox {
    display: inline;
    margin: 0 8px 0 0;
    text-align: center;
    vertical-align: middle;
    width: auto;
    height: auto;
}

.apb-content .form-row input[type="submit"] {
    background-color: #bf9e66;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 0;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apb-content .form-row input[type="submit"]:hover,
.apb-content .form-row input[type="submit"]:active {
    background-color: #000;
}

.apb-content .form-row label.checkbox {
    display: inline;
}

.apb-content .form-row.form-row-wide {
    position: relative;
    width: 100%;
}

.apb-content .form-row.form-row-first {
    position: relative;
    width: 47%;
    float: left;
}

.apb-content .form-row.form-row-last {
    position: relative;
    width: 47%;
    float: right;
}

.apb-content .form-row:last-child {
    margin-bottom: 0;
}

.apb-content .form-row.coupon {
    background-color: #000;
    color: #898989;
    padding: 15px 20px;
    font-size: 12px;
}

.apb-content .form-row.coupon a {
    color: #fff;
    font-weight: 700;
}

.apb-content .form-row.coupon a:hover {
    color: #fff;
    text-decoration: underline;
}

.page-blog-detail .site-content .post .post-body .entry-content ul.filters li {
    margin-left: 0;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    ul.filters
    li
    a {
    color: #202020;
    text-decoration: none;
}

.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: #bf9e66;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .schedule
    .sch-header
    .switch-tab
    ul.list
    li {
    margin-left: 0;
    margin-right: 20px;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .schedule
    .sch-header
    .switch-tab
    ul.list
    li:last-child {
    margin-right: 0;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .schedule
    .sch-header
    .switch-tab
    ul.list
    li
    a {
    color: #000;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .schedule
    .sch-header
    .switch-tab
    ul.list
    li
    a
    h3 {
    font-size: 23px;
}

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

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .schedule
    .sch-header
    .switch-tab
    ul.list
    li
    a:hover {
    text-decoration: none;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .schedule
    .sch-header
    .switch-tab
    ul.list
    li
    a:hover
    p.time {
    color: #bf9e66;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .schedule
    .sch-header
    .switch-tab
    ul.list
    li
    a.active {
    color: #bf9e66;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .schedule
    .sch-header
    .switch-tab
    ul.list
    li
    a.active
    p.time {
    color: #bf9e66;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .schedule
    .sch-body
    .schedule-inner
    .post
    h2.h5 {
    font-size: 18px;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .switch-list {
    width: 35%;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .switch-list
    ul {
    list-style-type: none;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .switch-list
    ul
    li {
    margin-left: 0;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .switch-list
    ul
    li
    a {
    color: #212121;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .switch-list
    ul
    li
    a
    h3 {
    font-size: 16px;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .switch-list
    ul
    li
    a:hover {
    text-decoration: none;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .info-content {
    width: 65%;
    padding-left: 35px;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .info-content
    .info-inner
    .info-header
    h2 {
    font-size: 20px;
}

.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
									*/
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .info-content
    .info-inner
    .info-footer
    .info-group {
    width: 50%;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .info-content
    .info-inner
    .info-footer
    .info-group
    h3 {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .room-infomation
    .info-content
    .info-inner
    .info-footer
    tr {
    border: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .group-accordion {
    position: relative;
    margin-bottom: 50px;
}

.page-blog-detail .site-content .post .post-body .entry-content .style-button {
    position: relative;
    margin-bottom: 30px;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .style-button
    ul {
    list-style-type: none;
    display: table;
}

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

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .style-button
    ul
    li
    a {
    color: #fff;
    width: 100%;
}

.page-blog-detail
    .site-content
    .post
    .post-body
    .entry-content
    .style-button
    ul:after {
    content: "";
    clear: both;
    display: table;
}

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

.loading {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logo-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    width: 300px;
    height: 300px;
    background: transparent url(../assets/img/logo-saint-frambault.png) 50% 50%
        no-repeat;
    border-radius: 300px;
    -webkit-animation: preloader 1.5s infinite linear;
    animation: preloader 1.5s infinite linear;
}
.spinner {
    margin: auto;
    top: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2s infinite linear;
    -moz-animation: rotate 2s infinite linear;
    -ms-animation: rotate 2s infinite linear;
    -o-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear;
}

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

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

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 1366px) {
    .fixedTop {
        right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .header .container {
        width: 100%;
        padding: 0 15px;
    }
    .flipbook-slider .item .post-body h2.post-title {
        width: 100%;
    }
    .flipbook-slider .item .post-body .post-content {
        width: 100%;
    }
    .roomrate-slider .owl-controls .owl-buttons div.owl-prev {
        margin-left: 0;
    }
    .roomrate-slider .owl-controls .owl-buttons div.owl-next {
        margin-right: 0;
    }
    .good-food .item .post-thumbnail {
        left: auto;
    }
    .good-food .item .post-body {
        right: auto;
    }
    .good-food .owl-theme .owl-controls .owl-buttons {
        width: 100%;
    }
    .about-us .hi-feature {
        display: block;
    }
    .top-foot .widget .widget-header {
        margin-bottom: 20px;
        float: none;
        width: 100%;
    }
    .top-foot .widget .widget-content {
        width: 100%;
    }
    /* ROOM SIMPLE
	**********/
    .room-simple .post .post-media,
    .accommodation-slider .item .post .post-media,
    .room-grid .post .post-media {
        max-height: 300px;
    }
    /* ROOM LIST
	**********/
    .room-list .post .post-media {
        width: 100%;
        left: 0;
    }
    .room-list .post .post-body {
        width: 100%;
        right: 0;
    }
    /* ABOUT
	*********/
    .bg-about-2 ul.stat-list li {
        margin-right: 120px;
    }
    .our-team .post .post-media {
        min-height: 370px;
    }
    .our-team .post .post-media .description {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* EVENT PAGE
	********/
    .cat-event .post .post-media {
        min-height: 290px;
    }
    .cat-event .post .post-field {
        min-height: 290px;
    }
    .cat-event .post .post-field .wrapper {
        width: 100%;
        min-height: 240px;
    }
    .cat-event .post .post-field .wrapper .group {
        width: 50%;
        float: left;
        min-height: 75px;
    }
    .cat-event .post .post-field .wrapper .group.group-map {
        margin-top: 0;
        min-height: 100%;
    }
    .cat-event .post .post-field .wrapper .group.group-price {
        min-height: 100%;
    }
    .cat-event .post .post-field .wrapper:after {
        content: "";
        clear: both;
        display: table;
    }
    /* BLOG DETAIL
	*********/
    .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
	*********/
    .main-content .site-content.event-detail {
        float: none;
        max-width: 100%;
    }
    .spa-intro .wrapper {
        height: 315px;
    }
    .spa-intro .wrapper h2 {
        font-size: 30px;
    }
    /* RESERVATION PAGE
	**********/
    .abp-step ul li {
        display: block;
    }
    .datepicker-inline
        .datepicker-group
        table.datepicker-calendar
        td
        .state-default {
        padding: 12px;
    }
    .format-slider .post-slider .item {
        height: 342px;
    }
    .top-foot
        [class*="col-"]:last-child
        .widget
        .widget-content
        ul.social-list {
        float: none;
    }
    .half-block.fr {
        padding-left: 15px;
    }
    .half-block.fl {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .mobile-nav-menu {
        display: block;
    }
    .book-now-wrap {
        float: right;
        margin-right: 35px;
    }
    .fixedTop a {
        color: transparent;
    }
    .fixedTop a span.icon-arrow {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .fixedTop a:hover span.icon-arrow {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .fixedTop.fixedTop-light a {
        color: transparent;
    }
}

@media screen and (max-width: 991px) {
    h1.sbig {
        font-size: 30px;
    }
    h1.line:before {
        background-color: transparent;
    }
    .half-block {
        max-width: 100%;
        width: 100%;
        min-height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .half-block.fr {
        padding-right: 15px;
    }
    .half-block.fl {
        padding-left: 15px;
    }
    .flipbook-slider .item .post-thumbnail {
        width: 100%;
        position: relative;
    }
    .flipbook-slider .item .post-thumbnail img {
        display: block;
    }
    .flipbook-slider .item .post-thumbnail .item-img {
        display: none;
    }
    .flipbook-slider .item .post-body {
        width: 100%;
        padding: 20px;
    }
    .flipbook-slider.reverse .post-thumbnail {
        left: auto;
    }
    .flipbook-slider.reverse .post-body {
        float: none;
    }
    .flipbook-slider .owl-controls .owl-pagination {
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        background-color: #fff;
        bottom: auto !important;
    }
    .flipbook-slider .owl-controls .owl-buttons {
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        background-color: #fff;
        padding-bottom: 20px;
        bottom: auto !important;
    }
    .cat-box,
    .cat-box-3 {
        margin-bottom: 30px;
    }
    .cat-box-2 {
        margin-bottom: 30px;
    }
    .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;
    }
    .info-block {
        min-height: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .info-block .content {
        position: relative;
        padding: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    /* ROOM SIMPLE
	**********/
    .room-simple .post .post-media,
    .accommodation-slider .item .post .post-media,
    .room-grid .post .post-media {
        max-height: 100%;
    }
    /* ROOM MODEM
	**********/
    .room-modem .post .post-media {
        width: 100%;
    }
    .room-modem .post .post-body {
        width: 100%;
        max-height: 100%;
        position: relative;
        float: left;
        right: auto;
    }
    .room-modem [class*="col-"]:nth-child(odd) .post .post-media {
        left: 0;
    }
    /* ROOM THUMBNAIL
	**********/
    .room-thumbnail .post .post-media {
        max-height: 450px;
    }
    .room-thumbnail .post .post-media a.overlay {
        width: 100%;
        height: 100%;
    }
    /* ABOUT
	*********/
    .our-team .post .post-media {
        min-height: 500px;
    }
    /* EVENT PAGE
	********/
    .cat-event .post .post-media {
        min-height: 100%;
    }
    .cat-event .post .post-field {
        position: relative;
        padding: 0;
        min-height: 100%;
    }
    .cat-event .post .post-field .wrapper {
        background-color: black;
        min-height: 100%;
    }
    .cat-event .post .post-body {
        padding: 30px;
    }
    /* SPA
	*********/
    .spa-enjoy .item .post-thumbnail {
        width: 100%;
    }
    .spa-enjoy .item .post-body {
        width: 100%;
    }
    .spa-enjoy .item:nth-child(even) .post-thumbnail {
        left: auto;
    }
    .spa-enjoy .item:nth-child(even) .post-body {
        right: auto;
    }
    .spa-package .section-content .post {
        text-align: center;
    }
    .spa-package .section-content .post .post-body ul.spa-list li {
        padding-left: 0;
    }
    .spa-package .section-content .post .post-body ul.spa-list li:before {
        display: none;
    }
    /* CONTACT
	*********/
    .contact-page:before {
        width: 100%;
        background-color: transparent;
    }
    .contact-page .sidebar {
        width: 100%;
        margin-right: 0;
    }
    .contact-page .sidebar .widget {
        padding: 20px;
        background-color: #fff;
    }
    .contact-page .site-content {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
        padding-left: 0;
    }
    /* BLOG
	**********/
    .widget_recent_entries .widget-content ul li {
        float: left;
        width: 50%;
    }
    .widget_recent_entries .widget-content ul li:first-child {
        padding-top: 20px;
    }
    .widget_recent_entries .widget-content ul:after {
        content: "";
        display: table;
        clear: both;
    }
    .widget_subscribe_2 .widget-content {
        max-width: 100%;
    }
    /* FLICKR
	**********/
    .widget_flickr .widget-content ul.thumbnails li {
        width: auto;
    }
    /* BLOG DETAIL
	*********/
    .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
	*********/
    .gallery-grid-item-style-1 .grid-item,
    .gallery-grid-item-style-1 .grid-sizer {
        width: 50%;
    }
    .gallery-grid-item-style-2 .grid-item,
    .gallery-grid-item-style-2 .grid-sizer {
        width: 50%;
    }
    .gallery-grid-item-style-3 .grid-item,
    .gallery-grid-item-style-3 .grid-sizer {
        width: 50%;
    }
    .grid-item.wide,
    .grid-item.large {
        width: 100%;
    }
    /* GALLERY RESTAURANT
	*********/
    .galleries .grid-item,
    .galleries .grid-sizer {
        width: 50%;
    }
    /* GUESTBOOK
	*********/
    .guestbook .grid-item,
    .guestbook .grid-sizer {
        width: 50%;
    }
    /* ACTIVITY
	*********/
    .activities .grid-item,
    .activities .grid-sizer {
        width: 50%;
    }
    /* ROOM DETAIL
	*********/
    .room-infomation .switch-list {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .room-infomation .switch-list ul li {
        display: inline-block;
        margin-right: 30px;
    }
    .room-infomation .switch-list ul li a span.icon-arrow {
        display: none;
    }
    .room-infomation .info-content {
        width: 100% !important;
        padding-left: 0 !important;
        border-left: 0;
    }
    .spa-intro .wrapper {
        height: auto;
    }
    /* RESERVATION PAGE
	**********/
    .abp-step ul li {
        display: inline-block;
    }
    .apb-content .apb-checkout {
        max-width: 100%;
    }
    .apb-content .apb-checkout .ch-container {
        padding: 30px;
    }
    .apb-content .apb-contact {
        max-width: 100%;
    }
    .apb-content .apb-contact .ct-container {
        padding: 30px;
    }
    #subscribe-popup-1 .popup-dialog,
    #subscribe-popup-3 .popup-dialog {
        width: 720px;
    }
    .book-now-wrap .book-check-form .book-content ul.book-list li,
    .book-section .book-check-form .book-content ul.book-list li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .book-now-wrap .book-check-form .book-content ul.book-list li .custom,
    .book-section .book-check-form .book-content ul.book-list li .custom {
        width: 100%;
    }
    .book-now-wrap
        .book-check-form
        .book-content
        ul.book-list
        li:nth-child(2n + 1),
    .book-section
        .book-check-form
        .book-content
        ul.book-list
        li:nth-child(2n + 1) {
        padding-right: 10px;
    }
    .book-now-wrap .book-check-form .book-content ul.book-list li:nth-child(2n),
    .book-section .book-check-form .book-content ul.book-list li:nth-child(2n) {
        padding-left: 10px;
        padding-right: 0;
    }
    .book-now-wrap
        .book-check-form
        .book-content
        ul.book-list
        li
        #check-available,
    .book-section
        .book-check-form
        .book-content
        ul.book-list
        li
        #check-available {
        margin-bottom: 0;
        margin-top: 0;
    }
    .book-now-wrap
        .book-check-form
        .book-content
        ul.book-list
        li.book-picker
        .custom,
    .book-now-wrap
        .book-check-form
        .book-content
        ul.book-list
        li.book-select
        .custom {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #clock ul li {
        padding: 10px 30px;
    }
    h2.section-title {
        font-size: 30px;
    }
    /* INDEX 2
	**********/
    .cat-box-2 .post-thumbnail {
        max-height: 100%;
    }
    .book-contact .box ul li {
        width: 100%;
    }
    .book-contact .box ul li:first-child {
        border-right: 0;
        border-bottom: 1px solid #000;
        padding-right: 0;
    }
    .book-contact .box ul li:last-child {
        padding-left: 0;
    }
    /* RESTAURANT
	*********/
    .reserve .reserve-form {
        margin: 0 auto;
        float: none;
    }
    .reserve .reserve-term {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .reserve .reserve-term h2 {
        text-align: center;
    }
    .reserve .reserve-term .timetable {
        margin: 0 auto;
    }
    .reserve .reserve-term .timetable div.tCell:first-child {
        text-align: right;
    }
    .reserve .reserve-term .timetable div.tCell:last-child {
        padding-right: 0;
    }
    /* GUESTBOOK
	*********/
    .guestbook .grid-item,
    .guestbook .grid-sizer {
        width: 100%;
    }
    .modal .modal-dialog .modal-content .modal-body ul li.name,
    .modal .modal-dialog .modal-content .modal-body ul li.email {
        width: 100%;
    }
    /* ACTIVITY
	*********/
    .activities .grid-item,
    .activities .grid-sizer {
        width: 100%;
    }
    /* ABOUT
	********/
    .about-us .hi-feature {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .about-us .hi-thumb {
        display: none;
    }
    .bg-about-2 ul.stat-list li {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
    /* EVENT SIMPLE
	********/
    .site-content .post .entry-content p iframe {
        height: 300px;
    }
    /* BLOG EVENT
	********/
    .post .have-event {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-bottom: 20px;
        background-color: #1c1c1c;
    }
    #clock-event ul {
        max-height: 100%;
        overflow: auto;
        margin: 0 auto;
    }
    #clock-event ul li {
        float: none;
        display: inline-block;
    }
    .filters {
        width: 230px;
        margin: 0 auto;
    }
    .filters > li {
        display: block;
        margin-bottom: 30px;
    }
    .filters > li > a {
        display: block;
    }
    /* ATTRACTION
	*********/
    .attraction-local {
        margin-top: 30px;
    }
    .attraction-local .box {
        max-width: 100%;
    }
    .attraction-local .box .wrapper .locate button.btn-locate {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .attraction-local .box .wrapper .locate .location {
        width: 100%;
    }
    .attraction-page .site-content h2 {
        font-size: 20px;
    }
    .attraction-page .site-content .infomation ul li {
        width: 100%;
    }
    .attraction-page .site-content .infomation ul li:first-child {
        width: 100%;
    }
    .attraction-page .site-content .post .post-body p.image {
        float: none;
    }
    /* ROOM DETAIL
	***************/
    .room-infomation .switch-list ul li {
        width: 100%;
    }
    .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
					*/
    }
    .room-infomation .info-content .info-inner .info-footer .info-group {
        width: 50%;
    }
    .room-infomation
        .info-content
        .info-inner
        .info-footer
        ul.package-list
        li
        .column-1 {
        width: 100%;
    }
    .room-infomation
        .info-content
        .info-inner
        .info-footer
        ul.package-list
        li
        .column-2 {
        width: 20%;
    }
    .room-infomation
        .info-content
        .info-inner
        .info-footer
        ul.package-list
        li
        .column-3 {
        width: 80%;
        text-align: left;
    }
    .room-infomation .info-content .info-inner .info-footer table,
    .room-infomation .info-content .info-inner .info-footer thead,
    .room-infomation .info-content .info-inner .info-footer tbody,
    .room-infomation .info-content .info-inner .info-footer th,
    .room-infomation .info-content .info-inner .info-footer td,
    .room-infomation .info-content .info-inner .info-footer tr {
        display: block;
    }
    .room-infomation .info-content .info-inner .info-footer thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .room-infomation .info-content .info-inner .info-footer tbody tr td {
        padding: 30px 20px 15px 20px;
    }
    .room-infomation .info-content .info-inner .info-footer tr {
        border: 1px solid #ccc;
    }
    .room-infomation .info-content .info-inner .info-footer td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .room-infomation .info-content .info-inner .info-footer td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .room-infomation
        .info-content
        .info-inner
        .info-footer
        td:nth-of-type(1):before {
        content: "RATE PERIOD";
    }
    .room-infomation
        .info-content
        .info-inner
        .info-footer
        td:nth-of-type(2):before {
        content: "NIGHTLY";
    }
    .room-infomation
        .info-content
        .info-inner
        .info-footer
        td:nth-of-type(3):before {
        content: "WEEKEND NIGHT";
    }
    .room-infomation
        .info-content
        .info-inner
        .info-footer
        td:nth-of-type(4):before {
        content: "WEEKLY";
    }
    .room-infomation
        .info-content
        .info-inner
        .info-footer
        td:nth-of-type(5):before {
        content: "MONTHLY";
    }
    .room-infomation
        .info-content
        .info-inner
        .info-footer
        td:nth-of-type(6):before {
        content: "EVENT";
    }
    .accommodation-slider .owl-controls .owl-pagination {
        position: relative;
        right: 0;
        top: auto;
        margin: 0 auto;
    }
    /* SCHEDULE
	*********/
    .schedule .sch-header .switch-tab ul.list {
        width: 230px;
        margin: 0 auto;
    }
    .schedule .sch-header .switch-tab ul.list li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    /* SHORTCODE
	**********/
    .page-blog-detail
        .site-content
        .post
        .post-body
        .entry-content
        .style-button
        ul
        li {
        width: 50%;
    }
    .page-blog-detail
        .site-content
        .post
        .post-body
        .entry-content
        .schedule
        .sch-header
        .switch-tab
        ul.list
        li {
        margin-right: 0;
    }
    /* ABOUT - WEDDING - SPA
	**********/
    .about-us h1 {
        font-size: 36px;
    }
    /* RESERVATION PAGE
	**********/
    .abp-step ul li {
        display: block;
    }
    .apb-content .apb-room .apb-room_item .apb-room_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .apb-content .apb-room .apb-room_item .apb-room_text {
        width: 100%;
    }
    .apb-content .apb-room .apb-room_item ul.package-list li .column-1 {
        width: 100%;
    }
    .apb-content .apb-room .apb-room_item ul.package-list li .column-2 {
        width: 20%;
    }
    .apb-content .apb-room .apb-room_item ul.package-list li .column-3 {
        width: 80%;
    }
    .apb-content .form-row.form-row-first,
    .apb-content .form-row.form-row-last {
        width: 100%;
    }
    blockquote {
        padding: 30px;
    }
    blockquote p {
        font-size: 16px;
    }
    /* BLOG
	**********/
    .widget_recent_entries .widget-content ul li {
        float: none;
        width: 100%;
    }
    .widget_recent_entries .widget-content ul li:first-child {
        padding-top: 0;
    }
    .widget_recent_entries .widget-content ul li .post-thumbnail {
        width: 20%;
        margin-right: 5%;
    }
    .widget_recent_entries .widget-content ul li .post-body {
        width: 75%;
    }
    #subscribe-popup-1 .popup-dialog {
        width: 100%;
    }
    #subscribe-popup-1 .popup-dialog .popup-content {
        position: relative;
        width: 100%;
    }
    #subscribe-popup-2 .popup-dialog {
        width: 100%;
    }
    #subscribe-popup-3 .popup-dialog {
        width: 100%;
    }
    #subscribe-popup-3 .popup-dialog .popup-content {
        width: 100%;
        height: 100%;
    }
    .box-contact h3 ._hr {
        display: none;
    }
    .box-contact ul li {
        width: 100%;
    }
    .box-contact ul li:first-child {
        padding-right: 0;
        border-right: 0;
    }
    .box-contact ul li:last-child {
        padding-left: 0;
    }
    .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) {
    #coming-content .box {
        top: 5%;
        padding-bottom: 0;
    }
    /* EVENT PAGE
	********/
    .cat-event .post .post-field .wrapper .group {
        width: 100%;
        min-height: 100%;
    }
    .cat-event .post .post-field .wrapper .group.group-map {
        margin-top: -10px;
    }
    .wed-food .post-content .wed-offer:first-child {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .wed-food .post-content .wed-offer:last-child {
        width: 100%;
        padding-left: 0;
    }
    /* BLOG DETAIL
	**********/
    .comments-area ol.comment-list li.comment .comment-body .author-avatar {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .comments-area ol.comment-list li.comment .comment-body .author-avatar img {
        margin: 0;
    }
    .comments-area ol.comment-list li.comment .comment-body .main-comment {
        width: 100%;
        padding-left: 0;
        position: static;
    }
    .comments-area
        ol.comment-list
        li.comment
        .comment-body
        .main-comment
        .comment-meta {
        position: static;
    }
    .comments-area
        ol.comment-list
        li.comment
        .comment-body
        .main-comment
        .comment-meta
        .comment-metadata {
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .comments-area
        ol.comment-list
        li.comment
        .comment-body
        .main-comment
        .comment-meta
        .comment-metadata
        span {
        display: block;
        margin-bottom: 10px;
    }
    .comments-area ol.comment-list li.comment ol.children li.comment {
        padding: 30px 40px;
    }
    .comments-area
        ol.comment-list
        li.comment
        ol.children
        li.comment
        .comment-body
        .author-avatar {
        width: 100%;
    }
    .comments-area
        ol.comment-list
        li.comment
        ol.children
        li.comment
        .comment-body
        .main-comment {
        width: 100%;
        padding-left: 0;
    }
    .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;
    }
    .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
	**********/
    .contact-page .sidebar .widget .widget-content .location a.mark {
        width: 100%;
    }
    .contact-page .sidebar .widget .widget-content .location .info {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .contact-page .sidebar .widget .widget-content .location .info .column {
        width: 100%;
    }
    /* RESERVATION PAGE
	***************/
    .datepicker-inline .datepicker-group.datepicker-group-first,
    .datepicker-inline .datepicker-group.datepicker-group-last {
        width: 100%;
    }
    .datepicker-inline
        .datepicker-group
        table.datepicker-calendar
        td
        .state-default {
        padding: 30%;
    }
    /* ROOM LIST
	**********/
    .room-list .post .post-body .post-footer a.btn {
        position: relative;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    #clock ul li {
        display: block;
    }
    #clock ul li:after {
        display: none;
    }
    .footer .foot-credit [class*="col-"] {
        width: 100%;
        text-align: left !important;
        margin-bottom: 20px;
    }
    .footer .foot-credit [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .goodfood h3 {
        width: 80%;
    }
    .goodfood .gf-content {
        width: 80%;
    }
    .goodfood .gf-more {
        width: 50%;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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
	**********/
    .room-modem .post .post-body {
        padding: 20px 40px;
    }
    /* ROOM LIST
	**********/
    .room-list .post .post-body {
        padding: 20px 40px;
    }
    /* ROOM THUMBNAIL
	**********/
    .room-thumbnail .post .post-body .post-content,
    .room-thumbnail .post .post-body .post-footer {
        display: none;
    }
    /* RESTAURANT
	**********/
    .intro .post-body h1 {
        font-size: 40px;
    }
    .gallery-grid-item-style-1 .grid-item,
    .gallery-grid-item-style-1 .grid-sizer {
        width: 100%;
    }
    .gallery-grid-item-style-2 .grid-item,
    .gallery-grid-item-style-2 .grid-sizer {
        width: 100%;
    }
    .gallery-grid-item-style-3 .grid-item,
    .gallery-grid-item-style-3 .grid-sizer {
        width: 100%;
    }
    .grid-item.large .work-item .title {
        padding: 80px 10px;
    }
    .grid-item.large .work-item .title h2 {
        font-size: 18px;
    }
    .grid-item.large .work-item .title span {
        font-size: 20px;
    }
    /* GALLERY RESTAURANT
	*********/
    .galleries .grid-item,
    .galleries .grid-sizer {
        width: 100%;
    }
    /* ROOM DETAIL
	***************/
    .room-infomation .info-content .info-inner .info-footer {
        /* AMENITIES
					*******/
    }
    .room-infomation .info-content .info-inner .info-footer .info-group {
        width: 100% !important;
    }
    /* SHORTCODE
	**********/
    .page-blog-detail
        .site-content
        .post
        .post-body
        .entry-content
        .style-button
        ul
        li {
        width: 100%;
    }
    .book-now-wrap .book-check-form .book-content ul.book-list li,
    .book-section .book-check-form .book-content ul.book-list li {
        width: 100%;
    }
    .book-now-wrap
        .book-check-form
        .book-content
        ul.book-list
        li:nth-child(2n + 1),
    .book-section
        .book-check-form
        .book-content
        ul.book-list
        li:nth-child(2n + 1) {
        padding-right: 0;
    }
    .book-now-wrap .book-check-form .book-content ul.book-list li:nth-child(2n),
    .book-section .book-check-form .book-content ul.book-list li:nth-child(2n) {
        padding-left: 0;
    }
    .format-quote.has-post-thumbnail blockquote {
        position: relative;
    }
    .format-quote.has-post-thumbnail img {
        display: none;
    }
    .format-slider .post-slider {
        margin-bottom: 0;
    }
    .format-slider .post-slider .item {
        height: 100%;
    }
}

@media screen and (max-width: 414px) {
    #toggle-book {
        padding: 0 25px;
    }
    #toggle-book span.txt-book {
        font-size: 11px;
    }
    /* ABOUT
	*********/
    .about-us .post-header h1 {
        font-size: 38px;
    }
    .our-team .post .post-media {
        min-height: 430px;
    }
    /* SPA
	*********/
    .spa-intro .post-header h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 320px) {
    /* ROOM DETAIL
	**********/
    .slider-check .big-slider .item .post-body {
        display: none;
    }
    /* RESERVATION PAGE
	**********/
    .apb-content .apb-room .apb-room_item .apb-room_text p.apb-room_price {
        display: block;
        margin-bottom: 15px;
    }
    .apb-content .apb-room .apb-room_item .apb-room_text a.apb-btn.fr {
        float: none !important;
    }
    .apb-content .apb-room .apb-room_item ul.package-list li .column-1 {
        padding-right: 0;
    }
    .apb-content .apb-room .apb-room_item ul.package-list li .column-2 {
        width: 100%;
    }
    .apb-content .apb-room .apb-room_item ul.package-list li .column-3 {
        width: 100%;
    }
}

.btnReservationHolder {
    float: right;
    margin-left: 15px;
    height: 40px;
}
.btnReservation {
    display: block;
    width: 150px;
    height: 40px;
    background: transparent url(../img/bg-btn-reservation.png) no-repeat left
        top;
    color: #ffffff;
    line-height: 40px;
    padding-left: 30px;
    font-size: 15px;
}
.btnReservation:active,
.btnReservation:visited,
.btnReservation:hover {
    padding-left: 50px;
}

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