@charset "UTF-8";
/* -----------------------------------------------------

Project : Puna - Single Property Real estate Template
Version : 1.0.0
Author: RavisTheme

-------------- Table of Content -------------------

1.Bootstrap
2.Fontawesome
3.Puna fonts
4.Animation.css
5.Owl Slider styles
6.Magnific Popup Styles
7.Reset the default Styles
8.Shortcodes
	-- heading[data-tooltip]::after
	-- selcet-boxes
	-- sort
	-- pagination
9.Sections
	-- main-header
	-- main-slider
	-- welcome
	-- feature-section
	-- gallery
	-- agent
	-- attraction
	-- testimonials
	-- contact
	-- top-footer
	-- footer
	-- clients
	-- services
	-- breadcrumb
	-- property-highlights
	-- amenities
	-- contact-info-box
	-- video-tour
	-- slide-show
10.Pages
	-- pages
	-- blog
	-- 404
-----------------------------------------------------*/

/**
 * Fontawesome
 */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.6.3");
    src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa, body.gallery.row .gallery-container .image-main-box .item .img-container a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left, body.gallery.row .gallery-container .image-main-box .item .img-container a.fa-pull-left:after {
    margin-right: .3em;
}

.fa.fa-pull-right, body.gallery.row .gallery-container .image-main-box .item .img-container a.fa-pull-right:after {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left, body.gallery.row .gallery-container .image-main-box .item .img-container a.pull-left:after {
    margin-right: .3em;
}

.fa.pull-right, body.gallery.row .gallery-container .image-main-box .item .img-container a.pull-right:after {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before, body.gallery.row .gallery-container .image-main-box .item .img-container a:after {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/**
 * Ravis Font Icon
 */
@font-face {
    font-family: 'RavisIcon';
    src: url("../fonts/ravis/RavisIcon.eot?hebbe4");
    src: url("../fonts/ravis/RavisIcon.eot?hebbe4#iefix") format("embedded-opentype"), url("../fonts/ravis/RavisIcon.ttf?hebbe4") format("truetype"), url("../fonts/ravis/RavisIcon.woff?hebbe4") format("woff"), url("../fonts/ravis/RavisIcon.svg?hebbe4#RavisIcon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="ravis-icon-"], [class*=" ravis-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'RavisIcon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ravis-icon-air-conditioner:before {
    content: "\e900";
}

.ravis-icon-alarm-clock:before {
    content: "\e901";
}

.ravis-icon-briefcase:before {
    content: "\e902";
}

.ravis-icon-door-knob:before {
    content: "\e903";
}

.ravis-icon-drawers:before {
    content: "\e904";
}

.ravis-icon-fire-extinguisher:before {
    content: "\e905";
}

.ravis-icon-funnel:before {
    content: "\e906";
}

.ravis-icon-hanger:before {
    content: "\e907";
}

.ravis-icon-iron:before {
    content: "\e908";
}

.ravis-icon-key:before {
    content: "\e909";
}

.ravis-icon-microwave:before {
    content: "\e90a";
}

.ravis-icon-navigator:before {
    content: "\e90b";
}

.ravis-icon-newspaper:before {
    content: "\e90c";
}

.ravis-icon-nightstand:before {
    content: "\e90d";
}

.ravis-icon-paint-roller:before {
    content: "\e90e";
}

.ravis-icon-photo-camera:before {
    content: "\e90f";
}

.ravis-icon-plug:before {
    content: "\e910";
}

.ravis-icon-radio:before {
    content: "\e911";
}

.ravis-icon-shower:before {
    content: "\e912";
}

.ravis-icon-speaker:before {
    content: "\e913";
}

.ravis-icon-stairs:before {
    content: "\e914";
}

.ravis-icon-stairs-1:before {
    content: "\e915";
}

.ravis-icon-television:before {
    content: "\e916";
}

.ravis-icon-toilet-paper:before {
    content: "\e917";
}

.ravis-icon-towel:before {
    content: "\e918";
}

.ravis-icon-wash:before {
    content: "\e919";
}

.ravis-icon-watch:before {
    content: "\e91a";
}

.ravis-icon-air-conditioner2:before {
    content: "\e91b";
}

.ravis-icon-bar:before {
    content: "\e91c";
}

.ravis-icon-business-center:before {
    content: "\e91d";
}

.ravis-icon-check-in:before {
    content: "\e91e";
}

.ravis-icon-cleaning-service:before {
    content: "\e91f";
}

.ravis-icon-coffee-cup:before {
    content: "\e920";
}

.ravis-icon-conference:before {
    content: "\e921";
}

.ravis-icon-family-room:before {
    content: "\e922";
}

.ravis-icon-hotel:before {
    content: "\e923";
}

.ravis-icon-hotel-room:before {
    content: "\e924";
}

.ravis-icon-hotel-sign:before {
    content: "\e925";
}

.ravis-icon-hotel-staff:before {
    content: "\e926";
}

.ravis-icon-laundry-service:before {
    content: "\e927";
}

.ravis-icon-luggage:before {
    content: "\e928";
}

.ravis-icon-no-smoking:before {
    content: "\e929";
}

.ravis-icon-not-disturb:before {
    content: "\e92a";
}

.ravis-icon-parking:before {
    content: "\e92b";
}

.ravis-icon-reception:before {
    content: "\e92c";
}

.ravis-icon-reception-bell:before {
    content: "\e92d";
}

.ravis-icon-restaurant:before {
    content: "\e92e";
}

.ravis-icon-room-key:before {
    content: "\e92f";
}

.ravis-icon-room-service:before {
    content: "\e930";
}

.ravis-icon-safebox:before {
    content: "\e931";
}

.ravis-icon-shower2:before {
    content: "\e932";
}

.ravis-icon-spa:before {
    content: "\e933";
}

.ravis-icon-sport-centre:before {
    content: "\e934";
}

.ravis-icon-swimming-pool:before {
    content: "\e935";
}

.ravis-icon-television2:before {
    content: "\e936";
}

.ravis-icon-toiletries:before {
    content: "\e937";
}

.ravis-icon-wifi-room:before {
    content: "\e938";
}

.ravis-icon-h-clock:before {
    content: "\e939";
}

.ravis-icon-h-telephone:before {
    content: "\e93a";
}

.ravis-icon-alarm-clock2:before {
    content: "\e93b";
}

.ravis-icon-bathroom-sink:before {
    content: "\e93c";
}

.ravis-icon-bathtub-with-water-dropping:before {
    content: "\e93d";
}

.ravis-icon-beer-mug:before {
    content: "\e93e";
}

.ravis-icon-black-and-white-credit-cards:before {
    content: "\e93f";
}

.ravis-icon-bottle-in-bucket:before {
    content: "\e940";
}

.ravis-icon-bowling-pin-and-ball:before {
    content: "\e941";
}

.ravis-icon-briefcase-with-plus-symbol:before {
    content: "\e942";
}

.ravis-icon-burger-on-plate:before {
    content: "\e943";
}

.ravis-icon-cigar-with-smoke:before {
    content: "\e944";
}

.ravis-icon-closed-sign:before {
    content: "\e945";
}

.ravis-icon-clothes-hanger:before {
    content: "\e946";
}

.ravis-icon-clothes-iron:before {
    content: "\e947";
}

.ravis-icon-cocktail-glass:before {
    content: "\e948";
}

.ravis-icon-coffee-pot:before {
    content: "\e949";
}

.ravis-icon-computer-with-wifi-signal:before {
    content: "\e94a";
}

.ravis-icon-desk-bell:before {
    content: "\e94b";
}

.ravis-icon-digital-phone:before {
    content: "\e94c";
}

.ravis-icon-dollar-bills:before {
    content: "\e94d";
}

.ravis-icon-door-hanger:before {
    content: "\e94e";
}

.ravis-icon-door-key:before {
    content: "\e94f";
}

.ravis-icon-double-bed:before {
    content: "\e950";
}

.ravis-icon-down-left-arrow:before {
    content: "\e951";
}

.ravis-icon-elevator-braille-button:before {
    content: "\e952";
}

.ravis-icon-fast-food-burger-and-drink:before {
    content: "\e953";
}

.ravis-icon-fire-extinguisher2:before {
    content: "\e954";
}

.ravis-icon-food-tray-with-cover:before {
    content: "\e955";
}

.ravis-icon-golf-green:before {
    content: "\e956";
}

.ravis-icon-gym-dumbbell:before {
    content: "\e957";
}

.ravis-icon-hair-dryer:before {
    content: "\e958";
}

.ravis-icon-hair-scissors-and-comb:before {
    content: "\e959";
}

.ravis-icon-hotel-bellhop:before {
    content: "\e95a";
}

.ravis-icon-hotel-coat-check:before {
    content: "\e95b";
}

.ravis-icon-hotel-do-not-disturb-door-hanger:before {
    content: "\e95c";
}

.ravis-icon-hotel-door-key:before {
    content: "\e95d";
}

.ravis-icon-hotel-elevator-sign:before {
    content: "\e95e";
}

.ravis-icon-hotel-five-stars-sign:before {
    content: "\e95f";
}

.ravis-icon-hotel-food-cart:before {
    content: "\e960";
}

.ravis-icon-hotel-front-view:before {
    content: "\e961";
}

.ravis-icon-hotel-keycard:before {
    content: "\e962";
}

.ravis-icon-hotel-left-luggage:before {
    content: "\e963";
}

.ravis-icon-hotel-luggage-trolley:before {
    content: "\e964";
}

.ravis-icon-hotel-maid:before {
    content: "\e965";
}

.ravis-icon-hotel-receptionist:before {
    content: "\e966";
}

.ravis-icon-hotel-receptionist-1:before {
    content: "\e967";
}

.ravis-icon-hotel-single-bed:before {
    content: "\e968";
}

.ravis-icon-hotel-tv:before {
    content: "\e969";
}

.ravis-icon-ice-cream-cone:before {
    content: "\e96a";
}

.ravis-icon-information-sign:before {
    content: "\e96b";
}

.ravis-icon-no-cameras-sign:before {
    content: "\e96c";
}

.ravis-icon-no-smoking-sign:before {
    content: "\e96d";
}

.ravis-icon-open-sign:before {
    content: "\e96e";
}

.ravis-icon-parking-sign:before {
    content: "\e96f";
}

.ravis-icon-pet-transport-box:before {
    content: "\e970";
}

.ravis-icon-photo-camera2:before {
    content: "\e971";
}

.ravis-icon-plunger-and-brush:before {
    content: "\e972";
}

.ravis-icon-pool-eight-ball:before {
    content: "\e973";
}

.ravis-icon-restaurant-sign:before {
    content: "\e974";
}

.ravis-icon-soup-bowl:before {
    content: "\e975";
}

.ravis-icon-sun-umbrella-with-beach-chair:before {
    content: "\e976";
}

.ravis-icon-surveillance-camera:before {
    content: "\e977";
}

.ravis-icon-sweeping-broom:before {
    content: "\e978";
}

.ravis-icon-swimming-pool-sign:before {
    content: "\e979";
}

.ravis-icon-taxi-front-view:before {
    content: "\e97a";
}

.ravis-icon-tennis-racket-and-ball:before {
    content: "\e97b";
}

.ravis-icon-thermometer-cold-temperature:before {
    content: "\e97c";
}

.ravis-icon-thermometer-high-temperature:before {
    content: "\e97d";
}

.ravis-icon-three-star-hotel-sign:before {
    content: "\e97e";
}

.ravis-icon-toilet-sign:before {
    content: "\e97f";
}

.ravis-icon-toilet-sign-1:before {
    content: "\e980";
}

.ravis-icon-toothpaste-and-toothbrush:before {
    content: "\e981";
}

.ravis-icon-towel-on-hanger:before {
    content: "\e982";
}

.ravis-icon-towel-on-hanger-1:before {
    content: "\e983";
}

.ravis-icon-travelling-luggage:before {
    content: "\e984";
}

.ravis-icon-two-semicircles:before {
    content: "\e985";
}

.ravis-icon-up-right-arrow:before {
    content: "\e986";
}

.ravis-icon-waiter-with-tray:before {
    content: "\e987";
}

.ravis-icon-washing-machine:before {
    content: "\e988";
}

/**
 * Animation.css
 */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-ms-keyframes flipInY {
    0% {
        -ms-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -ms-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -ms-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -ms-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadeInLeft, .mfp-wrap.mfp-fade .mfp-content {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flipInX {
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -ms-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flipInY {
    -webkit-animation-name: flipInY;
    -moz-animation-name: flipInY;
    -ms-animation-name: flipInY;
    -o-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

/**
 * Owl Slider styles
 */
/*
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
    padding: 0;
    overflow: hidden;
}

.owl-carousel .owl-item .item, .owl-carousel .owl-item .items {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-item .item img, .owl-carousel .owl-item .items img {
    width: 100%;
}

.owl-carousel .owl-page, .owl-carousel .owl-buttons div {
    cursor: pointer;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel.property-container .owl-item {
    padding: 0;
}

.owl-carousel.not-16-9 .owl-item .items img {
    max-width: none;
    width: auto;
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.owl-theme {
    /* Styling Next and Prev buttons */
}

.owl-theme .owl-controls {
    position: absolute;
    left: 50%;
    bottom: 30px;
    text-align: center;
    z-index: 1;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    /* Styling Pagination*/
}

   [data-tooltip] {
    position: relative; /* ������������� ���������������� */
   }
   [data-tooltip]::after {
    content: attr(data-tooltip); /* ������� ����� */
    position: absolute; /* ���������� ���������������� */
    width: 300px; /* ������ ��������� */
    left: 0; top: 0; /* ��������� ��������� */
    background: #D2BD7F; /* ����� ���� ���� */
    color: #fff; /* ���� ������ */
    padding: 0.5em; /* ���� ������ ������ */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* ��������� ���� */
    pointer-events: none; /* ��������� */
    opacity: 0; /* ��������� �������� */
    transition: 1s; /* ����� ��������� ��������� */
    z-index: 9999;
       white-space: pre-wrap;
   }
   [data-tooltip]:hover::after {
    opacity: 1; /* ���������� ��������� */
    top: 2em; /* ��������� ��������� */
   }

@media (max-width: 600px) {
    .owl-theme .owl-controls {
        width: 100%;
    }
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    color: #000000;
    width: 30px;
    height: 45px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .owl-theme .owl-controls .owl-buttons div {
        bottom: 100%;
    }
}

@media (max-width: 767px) {
    .owl-theme .owl-controls .owl-buttons div {
        bottom: 100%;
    }
}


.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
}

.owl-theme .owl-controls .owl-pagination {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

/**
 * datepicker styles
 */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    top: 0;
    left: 0;
    padding: 11px;
    margin-top: 1px;
    /*.dow {
      border-top: 1px solid #ddd !important;
  }*/
}

@media (max-width: 440px) {
    .datepicker {
        padding: 5px;
    }
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #d2bd7f;
    background: #fff;
    color: #d2bd7f;
}

.datepicker table {
    width: 100%;
    margin: 0;
}

.datepicker table.table-condensed > tbody > tr td,
.datepicker table.table-condensed > tbody > tr th, .datepicker table.table-condensed > thead > tr td,
.datepicker table.table-condensed > thead > tr th {
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 7px 12px;
}

@media (max-width: 440px) {
    .datepicker table.table-condensed > tbody > tr td,
    .datepicker table.table-condensed > tbody > tr th, .datepicker table.table-condensed > thead > tr td,
    .datepicker table.table-condensed > thead > tr th {
        padding: 7px;
    }
}

@media (max-width: 390px) {
    .datepicker table.table-condensed > tbody > tr td,
    .datepicker table.table-condensed > tbody > tr th, .datepicker table.table-condensed > thead > tr td,
    .datepicker table.table-condensed > thead > tr th {
        padding: 5px;
    }
}

.datepicker td {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.datepicker td.day:hover, .datepicker td.today {
    background: #3c3c3c;
    color: #FFFFFF;
    cursor: pointer;
}

.datepicker td.day.disabled {
    color: #0d0d0d;
    font-weight: 100;
    cursor: default;
}

.datepicker td.day.disabled:hover {
    background: #222222;
}

.datepicker td.old, .datepicker td.new {
    color: #555555;
    font-weight: 100;
}

.datepicker td.selected {
    background: #3c3c3c;
}

.datepicker td.range {
    background: #2f2f2f;
}

.datepicker td.active, .datepicker td.active:hover {
    background: #d2bd7f;
    color: #FFFFFF;
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
}

.datepicker td span:hover {
    background: rgba(210, 189, 127, 0.7);
}

.datepicker td span.active {
    background: #000000;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(210, 189, 127, 0.25);
}

.datepicker td span.old {
    color: #222222;
}

.datepicker th.switch {
    width: 145px;
}

.datepicker th.next, .datepicker th.prev {
    font-size: 21px;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    color: #d2bd7f;
}

.datepicker thead tr:first-child th:hover {
    background: #d2bd7f;
    color: #222222;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

body.white-datepicker .datepicker, body.room-details .datepicker {
    background: #FFFFFF;
    border: 1px solid #d2bd7f;
}

body.white-datepicker .datepicker td.day:hover, body.white-datepicker .datepicker td.today, body.room-details .datepicker td.day:hover, body.room-details .datepicker td.today {
    background: #b0b0b0;
    color: #d2bd7f;
}

body.white-datepicker .datepicker td.day.disabled, body.room-details .datepicker td.day.disabled {
    color: #969696;
}

body.white-datepicker .datepicker td.day.disabled:hover, body.room-details .datepicker td.day.disabled:hover {
    background: #969696;
    color: #FFFFFF;
}

body.white-datepicker .datepicker td.old, body.white-datepicker .datepicker td.new, body.room-details .datepicker td.old, body.room-details .datepicker td.new {
    color: #7d7d7d;
    font-weight: 300;
}

body.white-datepicker .datepicker td.selected, body.white-datepicker .datepicker td.selected:hover, body.room-details .datepicker td.selected, body.room-details .datepicker td.selected:hover {
    background: #d9c792;
    color: #FFFFFF;
}

body.white-datepicker .datepicker td.range, body.room-details .datepicker td.range {
    background: #e6dab8;
}

/**
 * Magnific Popup Styles
 */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-bg.mfp-fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.mfp-bg.mfp-fade.mfp-ready {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-bg.mfp-fade.mfp-removing {
    opacity: 0;
    filter: alpha(opacity=0);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-wrap.mfp-fade {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-wrap.mfp-fade.mfp-removing {
    opacity: 0;
    filter: alpha(opacity=0);
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: auto;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #FFFFFF;
}

.mfp-preloader a:hover {
    color: #000000;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 2px;
    top: 2px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    background: #000000 !important;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFFFFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #FFFFFF;
}

.mfp-counter {
    position: absolute;
    top: 8px;
    right: 65px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 25px;
}

.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(210, 189, 127, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover:before, .mfp-arrow:hover:after,
.mfp-arrow:hover .mfp-b,
.mfp-arrow:hover .mfp-a, .mfp-arrow:focus:before, .mfp-arrow:focus:after,
.mfp-arrow:focus .mfp-b,
.mfp-arrow:focus .mfp-a {
    background: #FFFFFF;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #d2bd7f;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    top: -7px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    top: 13px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-arrow-right {
    right: 10px;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1100px;
    height: 100%;
}

.mfp-iframe-holder .mfp-close {
    top: 0;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
}

.mfp-figure small {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    padding: 0 10px;
    cursor: auto;
    background: rgba(0, 0, 0, 0.3);
}

.mfp-title {
    text-align: left;
    line-height: 44px;
    color: #FFFFFF;
    word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(210, 189, 127, 0.3);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.2);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/**
 * Select2 Styles
 */
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #d2bd7f;
    outline: none;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 2px solid #d2bd7f;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: #969696;
    display: list-item;
    padding-left: 5px;
}

.select2-offscreen, .select2-offscreen:focus {
    display: none !important;
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-container .select2-choice {
    display: block;
    height: 42px;
    padding: 0 0 0 10px;
    overflow: hidden;
    position: relative;
    border: 2px solid #d2bd7f;
    border-bottom-color: #d2bd7f;
    background-color: none;
    white-space: nowrap;
    line-height: 38px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(../img/select2.png) right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/select2.png) no-repeat -4px 6px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto;
    color: #FFFFFF;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container.select2-container-disabled .select2-choice {
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {

    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

.select2-drop {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 2px solid #d2bd7f;
    border-top: 0;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #222222;
    border-bottom: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 2px solid #d2bd7f;
}

.select2-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px 4px 0 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-size: 1em;
    border: 1px solid #d2bd7f;
    background: transparent url(../img/select2.png) no-repeat 100% -22px;
}

.select2-search input.select2-active {
    background: transparent url(../img/select2-spinner.gif) no-repeat 100%;
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right;
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #707070;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: -2px 6px;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: #FFFFFF url(../img/select2.png) no-repeat -37px -22px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -20px 6px;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: 9998;
    background-color: #FFFFFF;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select2-drop-active {
    border: 2px solid #d2bd7f;
    border-top: none;
}

.select2-drop-auto-width {
    border-top: 1px solid #707070;
    width: auto;
}

.select2-dropdown-open {
    background: #222222;
}

.select2-dropdown-open .select2-choice {
    border-color: #d2bd7f;
    border-bottom-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -22px 6px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    height: 1px;
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li em {
    background: #d2bd7f;
    font-style: normal;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results .select2-highlighted {
    background: #d2bd7f;
    color: #222222;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #FFFFFF;
    color: #000000;
}

.select2-results .select2-ajax-error {
    background: #d2bd7f;
}

.select2-results .select2-disabled {
    background: #969696;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled.select2-highlighted {
    color: #d2bd7f;
    background: #969696;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-more-results {
    background: #969696;
    display: list-item;
}

.select2-more-results.select2-active {
    background: #969696 url(../img/select2-spinner.gif) no-repeat 100%;
}

.select2-container-multi .select2-choices {
    height: auto !important;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #707070;
    cursor: text;
    overflow: hidden;
    background-color: #FFFFFF;
    min-height: 26px;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-size: 100%;
    color: #d2bd7f;
    outline: 0;
    border: 0;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #FFFFFF url(../img/select2-spinner.gif) no-repeat 100% !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #969696;
    cursor: default;
    border: 1px solid #707070;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #969696;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #707070;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #969696;
    outline: none;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #969696;
    background-image: none;
    border: 1px solid #969696;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px;
    border: 1px solid #969696;
    background-image: none;
    background-color: #969696;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-default {
    color: #969696 !important;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url(../img/select2.png) right top no-repeat;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .select2-search-choice-close, .select2-search input, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url(../img/select2x2.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}

.select2-result-selectable .select2-match {
    text-decoration: underline;
}

.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

html {
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    font: 15px/20px "Open Sans", Arial, Helvetica, sans-serif;
    /*color: #969696;*/
    color: #000;
}

footer{
    color: #969696;
}

body.restaurant #special-dishes {
    background: #1a1a1a;
}

body.restaurant #welcome-section.has-user {
    padding-bottom: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #d2bd7f;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

a:focus {
    color: #d2bd7f;
}

a:hover {
    color: #d2bd7f;
}

input:focus, textarea:focus {
    border-color: #d2bd7f;
}

.animated-box {
    opacity: 0;
    filter: alpha(opacity=0);
}

/**
 * Shortcodes Styles
 */
#t-logo, #f-logo {
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#t-logo *, #f-logo * {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#t-logo > span, #f-logo > span {
    position: absolute;
}

#t-logo .title, #f-logo .title {
    color: #543d1b;
    font: 2.5em/1em "Playfair Display", Arial, Helvetica, sans-serif;
    left: 0;
    bottom: 45px;
}

#t-logo .desc, #f-logo .desc {
    color: #d2bd7f;
    font: 1.5em/1em "Great Vibes", Arial, Helvetica, sans-serif;
    left: 63px;
    bottom: 75px;
}

#f-logo {
    height: 60px;
}

#f-logo .title {
    font: 1.9em/1em "Playfair Display", Arial, Helvetica, sans-serif;
    bottom: 20px;
}

#f-logo .desc {
    font: 1.1em/1em "Great Vibes", Arial, Helvetica, sans-serif;
    left: 53px;
    bottom: 42px;
}

.ravis-title {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.ravis-title:before, .ravis-title:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 50px;
    border: 2px solid #d2bd7f;
}

.ravis-title:before {
    top: -50px;
    border-bottom: 0;
}

.ravis-title:after {
    bottom: -50px;
    border-top: 0;
}

.ravis-title .inner-box {
    width: 100%;
    position: relative;
}

.ravis-title .inner-box:before, .ravis-title .inner-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 45px;
    border: 1px solid #d2bd7f;
}

.ravis-title .inner-box:before {
    top: -45px;
    border-bottom: 0;
}

.ravis-title .inner-box:after {
    bottom: -45px;
    border-top: 0;
}

.ravis-title .inner-box .title {
    color: #FFFFFF;
    font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif;
}

.ravis-title .inner-box .sub-title {
    color: #543D1B;
    font: 22px/40px "Playfair Display", Arial, Helvetica, sans-serif;
    font-style: italic;
}

.ravis-title-t-1 .title {
    color: #543D1B;
    font: 30px/80px "Playfair Display", Arial, Helvetica, sans-serif;
}

@media (max-width: 440px) {
    .ravis-title-t-1 .title {
        font-size: 24px;
    }
}

.ravis-title-t-1 .title span,
.ravis-title-t-1 .title span a{
    display: inline-block;
    position: relative;
    font-weight: 700;
}
.ravis-title-t-1 .title span a{
    color: #543D1B;
}

.ravis-title-t-1 .title span:before, .ravis-title-t-1 .title span:after {
    display: block;
    content: '';
    position: absolute;
    left: -10px;
    bottom: 0;
    background: #d2bd7f;
}

.ravis-title-t-1 .title span:before {
    height: 100%;
    width: 2px;
}

.ravis-title-t-1 .title span:after {
    width: 1px;
    height: 80%;
    bottom: 8px;
    left: -5px;
}

.ravis-title-t-1 .sub-title {
    color: #d2bd7f;
    font: 30px/70px "Great Vibes", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    .ravis-title-t-1 .sub-title {
        line-height: 30px;
        margin: 25px 0;
    }
}

@media (max-width: 440px) {
    .ravis-title-t-1 .sub-title {
        font-size: 24px;
    }
}

.ravis-title-t-2 {
    text-align: center;
}

.ravis-title-t-2 .title {
    color: #543D1B;
    font: 34px/80px "Playfair Display", Arial, Helvetica, sans-serif;
}

.ravis-title-t-2 .title span, .ravis-title-t-2 .title div {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.ravis-title-t-2 .title span:before, .ravis-title-t-2 .title span:after,
.ravis-title-t-2 .title div:before, .ravis-title-t-2 .title div:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #d2bd7f;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.ravis-title-t-2 .title span:before, .ravis-title-t-2 .title div:before {
    width: 100%;
    height: 2px;
}

.ravis-title-t-2 .title span:after, .ravis-title-t-2 .title div:after {
    width: 80%;
    height: 1px;
    bottom: -3px;
}

.ravis-title-t-2 .sub-title {
    color: #d2bd7f;
    font: 30px/70px "Great Vibes", Arial, Helvetica, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}

.ravis-btn {
    border: 0;
    outline: none;
    background: transparent;
}

.ravis-btn:hover, .ravis-btn:focus, .ravis-btn:active {
    outline: none;
}

.ravis-btn.btn-type-1 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    background: none;
    position: relative;
    padding: 0;
}

.ravis-btn.btn-type-1:before, .ravis-btn.btn-type-1:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 22px;
    border: 2px solid #d2bd7f;
}

.ravis-btn.btn-type-1:before {
    top: 0;
    border-bottom: 0;
}

.ravis-btn.btn-type-1:after {
    bottom: 0;
    border-top: 0;
}

.ravis-btn.btn-type-1 .inner-box {
    display: block;
    position: relative;
    padding: 20px 15px;
}

.ravis-btn.btn-type-1 .inner-box:before, .ravis-btn.btn-type-1 .inner-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 4px;
    width: calc(100% - 8px);
    height: 18px;
    border: 1px solid #d2bd7f;
}

.ravis-btn.btn-type-1 .inner-box:before {
    top: 4px;
    border-bottom: 0;
}

.ravis-btn.btn-type-1 .inner-box:after {
    bottom: 4px;
    border-top: 0;
}

.ravis-btn.btn-type-2 {
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 30px;
    font-size: .9em;
    color: #543D1B;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .ravis-btn.btn-type-2{
    color: #fff;
}

.ravis-btn.btn-type-2:before, .ravis-btn.btn-type-2:after {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    border: 2px solid #d2bd7f;
}

.ravis-btn.btn-type-2:before {
    top: 0;
    border-bottom: 0;
}

.ravis-btn.btn-type-2:after {
    bottom: 0;
    border-top: 0;
}

.ravis-btn.btn-type-2:hover {
    background: rgba(0, 0, 0, 0.5);
}

.ravis-btn.btn-type-2:hover:before, .ravis-btn.btn-type-2:hover:after {
    height: 15px;
}

input[type="text"]:not([class*="select2"]),
input[type="email"]:not([class*="select2"]),
input[type="password"]:not([class*="select2"]),
input[type="url"]:not([class*="select2"]),
textarea:not([class*="select2"]),
select:not([class*="select2"]),
.input-group-addon:not([class*="select2"]) {
    background: none;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #d2bd7f;
    border-bottom-color: #d2bd7f;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

 .custom-form-fields input[type="text"]:not([class*="select2"]),
 .custom-form-fields input[type="email"]:not([class*="select2"]),
 .custom-form-fields input[type="password"]:not([class*="select2"]),
 .custom-form-fields input[type="url"]:not([class*="select2"]),
 .custom-form-fields textarea:not([class*="select2"]),
 .custom-form-fields select:not([class*="select2"]),
 .custom-form-fields .input-group-addon:not([class*="select2"]){
    background: none;
    padding: 10px;
    color:  #543D1B;
    font-size: 14px;
    border: 2px solid #d2bd7f;
    border-bottom-color: #d2bd7f;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


input[type="text"]:not([class*="select2"]).placeholder,
input[type="email"]:not([class*="select2"]).placeholder,
input[type="password"]:not([class*="select2"]).placeholder,
input[type="url"]:not([class*="select2"]).placeholder,
textarea:not([class*="select2"]).placeholder,
select:not([class*="select2"]).placeholder,
.input-group-addon:not([class*="select2"]).placeholder {
    color: #FFFFFF;
}

.custom-form-fields input[type="text"]:not([class*="select2"]).placeholder,
.custom-form-fields input[type="email"]:not([class*="select2"]).placeholder,
.custom-form-fields input[type="password"]:not([class*="select2"]).placeholder,
.custom-form-fields input[type="url"]:not([class*="select2"]).placeholder,
.custom-form-fields textarea:not([class*="select2"]).placeholder,
.custom-form-fields select:not([class*="select2"]).placeholder,
.custom-form-fields .input-group-addon:not([class*="select2"]).placeholder {
    color:  #543D1B;
}


input[type="text"]:not([class*="select2"]):-moz-placeholder,
input[type="email"]:not([class*="select2"]):-moz-placeholder,
input[type="password"]:not([class*="select2"]):-moz-placeholder,
input[type="url"]:not([class*="select2"]):-moz-placeholder,
textarea:not([class*="select2"]):-moz-placeholder,
select:not([class*="select2"]):-moz-placeholder,
.input-group-addon:not([class*="select2"]):-moz-placeholder {
    color: #FFFFFF;
}

input[type="text"]:not([class*="select2"])::-moz-placeholder,
input[type="email"]:not([class*="select2"])::-moz-placeholder,
input[type="password"]:not([class*="select2"])::-moz-placeholder,
input[type="url"]:not([class*="select2"])::-moz-placeholder,
textarea:not([class*="select2"])::-moz-placeholder,
select:not([class*="select2"])::-moz-placeholder,
.input-group-addon:not([class*="select2"])::-moz-placeholder {
    color: #FFFFFF;
}

input[type="text"]:not([class*="select2"]):-ms-input-placeholder,
input[type="email"]:not([class*="select2"]):-ms-input-placeholder,
input[type="password"]:not([class*="select2"]):-ms-input-placeholder,
input[type="url"]:not([class*="select2"]):-ms-input-placeholder,
textarea:not([class*="select2"]):-ms-input-placeholder,
select:not([class*="select2"]):-ms-input-placeholder,
.input-group-addon:not([class*="select2"]):-ms-input-placeholder {
    color: #FFFFFF;
}

input[type="text"]:not([class*="select2"])::-webkit-input-placeholder,
input[type="email"]:not([class*="select2"])::-webkit-input-placeholder,
input[type="password"]:not([class*="select2"])::-webkit-input-placeholder,
input[type="url"]:not([class*="select2"])::-webkit-input-placeholder,
textarea:not([class*="select2"])::-webkit-input-placeholder,
select:not([class*="select2"])::-webkit-input-placeholder,
.input-group-addon:not([class*="select2"])::-webkit-input-placeholder {
    color: #FFFFFF;
}


.custom-form-fields input[type="text"]:not([class*="select2"]):-moz-placeholder,
.custom-form-fields input[type="email"]:not([class*="select2"]):-moz-placeholder,
.custom-form-fields input[type="password"]:not([class*="select2"]):-moz-placeholder,
.custom-form-fields input[type="url"]:not([class*="select2"]):-moz-placeholder,
.custom-form-fields textarea:not([class*="select2"]):-moz-placeholder,
.custom-form-fields select:not([class*="select2"]):-moz-placeholder,
.custom-form-fields .input-group-addon:not([class*="select2"]):-moz-placeholder {
    color:  #543D1B;
}

.custom-form-fields input[type="text"]:not([class*="select2"])::-moz-placeholder,
.custom-form-fields input[type="email"]:not([class*="select2"])::-moz-placeholder,
.custom-form-fields input[type="password"]:not([class*="select2"])::-moz-placeholder,
.custom-form-fields input[type="url"]:not([class*="select2"])::-moz-placeholder,
.custom-form-fields textarea:not([class*="select2"])::-moz-placeholder,
.custom-form-fields select:not([class*="select2"])::-moz-placeholder,
.custom-form-fields .input-group-addon:not([class*="select2"])::-moz-placeholder {
    color:  #543D1B;
}

.custom-form-fields input[type="text"]:not([class*="select2"]):-ms-input-placeholder,
.custom-form-fields input[type="email"]:not([class*="select2"]):-ms-input-placeholder,
.custom-form-fields input[type="password"]:not([class*="select2"]):-ms-input-placeholder,
.custom-form-fields input[type="url"]:not([class*="select2"]):-ms-input-placeholder,
.custom-form-fields textarea:not([class*="select2"]):-ms-input-placeholder,
.custom-form-fields select:not([class*="select2"]):-ms-input-placeholder,
.custom-form-fields .input-group-addon:not([class*="select2"]):-ms-input-placeholder {
    color:  #543D1B;
}

.custom-form-fields input[type="text"]:not([class*="select2"])::-webkit-input-placeholder,
.custom-form-fields input[type="email"]:not([class*="select2"])::-webkit-input-placeholder,
.custom-form-fields input[type="password"]:not([class*="select2"])::-webkit-input-placeholder,
.custom-form-fields input[type="url"]:not([class*="select2"])::-webkit-input-placeholder,
.custom-form-fields textarea:not([class*="select2"])::-webkit-input-placeholder,
.custom-form-fields select:not([class*="select2"])::-webkit-input-placeholder,
.custom-form-fields .input-group-addon:not([class*="select2"])::-webkit-input-placeholder {
    color:  #543D1B;
}


input[type="text"]:not([class*="select2"]):focus, input[type="email"]:not([class*="select2"]):focus, input[type="password"]:not([class*="select2"]):focus, input[type="url"]:not([class*="select2"]):focus, textarea:not([class*="select2"]):focus, select:not([class*="select2"]):focus, .input-group-addon:not([class*="select2"]):focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, textarea:disabled, select:disabled, .input-group-addon:disabled {
    background-color: rgba(0, 0, 0, 0.5);
}

.ravis-checkbox input {
    display: none;
}

.ravis-checkbox label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    line-height: 45px;
    margin: 0;
    font-weight: normal;
}

.ravis-checkbox label a {
    color: #d2bd7f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ravis-checkbox label a:hover {
    color: #FFFFFF;
}

.ravis-checkbox label span {
    width: 17px;
    height: 17px;
    background: #222222;
    border: 1px solid #d2bd7f;
    position: absolute;
    left: 1px;
    top: 14px;
}

.ravis-checkbox label span:before {
    position: absolute;
    left: 2px;
    top: -2px;
    display: block;
    color: #d2bd7f;
    font-size: .7em;
    line-height: 18px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ravis-checkbox label > input:checked + span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ravis-radio input {
    display: none;
}

.ravis-radio label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    line-height: 45px;
    margin: 0;
    font-weight: normal;
}

.ravis-radio label span {
    width: 15px;
    height: 15px;
    background: #222222;
    border: 1px solid #d2bd7f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 7px;
}

.ravis-radio label span:before {
    width: 5px;
    height: 5px;
    background: #d2bd7f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    content: '';
    display: block;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ravis-radio label > input:checked + span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sort-section {
    margin: 90px 0 60px;
    text-align: center;
}

.sort-section ul {
    display: inline-block;
}

.sort-section ul li {
    margin: 0 10px;
}

@media (max-width: 440px) {
    .sort-section ul li {
        margin: 0;
    }
}

.sort-section ul li a {
    display: block;
    line-height: 30px;
    color:  #543D1B;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sort-section ul li a.active {
    color: #d2bd7f;
    border-bottom: 1px solid #d2bd7f;
}

@media (max-width: 600px) {
    .sort-section ul {
        display: none;
        margin: 0 15px;
    }

    .sort-section ul li {
        display: block;
        padding: 0;
        margin: 0;
    }
}

.sort-handle {
    background: #222222;
    text-align: center;
    color: #FFFFFF;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    border: 1px solid #d2bd7f;
    display: none;
    margin: 0 10px;
}

@media (max-width: 600px) {
    .sort-handle {
        display: block;
    }
}

.sort-handle:after {
    content: '';
    float: right;
    margin: 15px 12px 0 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid #d2bd7f;
}

.pagination-box {
    margin: 50px 0;
    text-align: center;
}

.pagination-box ul {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.pagination-box ul li {
    width: 35px;
    height: 35px;
    margin: 0 10px;
    padding: 0;
}

.pagination-box ul li a {
    width: 40px;
    height: 40px;
    background: none;
    line-height: 40px;
    text-align: center;
    border: 0;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination-box ul li a:before, .pagination-box ul li a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    border: 2px solid #d2bd7f;
}

.pagination-box ul li a:before {
    top: 0;
    border-bottom: 0;
}

.pagination-box ul li a:after {
    bottom: 0;
    border-top: 0;
}

.pagination-box ul li:hover a, .pagination-box ul li.active a {
    background: #F8F6F3;
}

.rate-box {
    margin: 20px 0;
}

.rate-box .title {
    color: #FFFFFF;
    font: 1.3em/2.7em "Playfair Display", Arial, Helvetica, sans-serif;
}

.rate-box .progress {
    height: 15px;
    background: #151515;
    padding: 2px;
    border: 1px solid #d2bd7f;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rate-box .progress .progress-bar {
    background: #d2bd7f;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rate-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    top: -35px;
    padding: 3px 10px;
    background: #151515;
    display: inline-block;
}

.rate-box .progress .progress-bar span:before, .rate-box .progress .progress-bar span:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 9px;
    border: 2px solid #d2bd7f;
}

.rate-box .progress .progress-bar span:before {
    top: 0;
    border-bottom: 0;
}

.rate-box .progress .progress-bar span:after {
    bottom: 0;
    border-top: 0;
}

/**
 * Header Styles
 */
#main-header {
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 60;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1200px) {
    #main-header .inner-container .r-sec #main-menu {
        display: none;
    }
}

#main-header .inner-container .r-sec #main-menu ul {
    margin: 0;
}

#main-header .inner-container .r-sec #main-menu ul li {
    padding: 0;
    position: relative;
}

#main-header .inner-container .r-sec #main-menu ul li > a {
    color: #FFFFFF;
    font: 1.15em/20px, Arial, Helvetica, sans-serif;
    padding: 0 2px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-header .inner-container .r-sec #main-menu ul li > a:hover {
    color: #d2bd7f;
}

#main-header .inner-container .r-sec #main-menu ul li.active > a {
    color: #d2bd7f;
}

#main-header .inner-container .r-sec #main-menu ul li > ul {
    position: absolute;
    left: 50%;
    top: 105%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#main-header .inner-container .r-sec #main-menu ul li > ul:before, #main-header .inner-container .r-sec #main-menu ul li > ul:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    border: 2px solid #d2bd7f;
}

#main-header .inner-container .r-sec #main-menu ul li > ul:before {
    top: 0;
    border-bottom: 0;
}

#main-header .inner-container .r-sec #main-menu ul li > ul:after {
    bottom: 0;
    border-top: 0;
}

#main-header .inner-container .r-sec #main-menu ul li > ul > li > a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    font: 0.9em/35px "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
}


#main-header .inner-container .r-sec #main-menu ul li > ul > li ul a  {
    white-space: normal;
}
#main-header .inner-container .r-sec #main-menu ul li > ul > li:last-child a {
    border-bottom: 0;
}

#main-header .inner-container .r-sec #main-menu ul li:hover > ul {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 99;
}

#main-header .inner-container .r-sec #main-menu ul li:hover > ul > li:hover > ul {
  width: 260px;
  top: 0%;
  left: 160%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 99;
}

#main-header .inner-container .r-sec #main-menu ul li a{
    white-space: normal;
}





#main-header.sticky {
    background: rgba(0, 0, 0, 0.6);
}


#main-header.sticky #t-logo .title, #main-header.sticky #f-logo .title {
    bottom: 25px;
}

#main-header.sticky #t-logo .desc, #main-header.sticky #f-logo .desc {
    bottom: 52px;
}

#main-header.sticky .inner-container .r-sec #main-menu > ul > li > a {
    line-height: 90px;
}


#main-header.sticky #mobile-menu-container {
    max-height: calc(100vh - 142px);
}

#main-header.mobile-menu-active {
    background: #000000;
    border-bottom: 1px solid #d2bd7f;
}

@media (max-width: 390px) {
    #main-header #t-logo .title, #main-header #f-logo .title {
        font-size: 2em;
    }

    #main-header #t-logo .desc, #main-header #f-logo .desc {
        font-size: 1em;
    }
}



#header-book-bow i {
    display: none;
}

@media (max-width: 440px) {


    #header-book-bow span {
        display: none;
    }

    #header-book-bow i {
        display: block;
        line-height: 35px;
    }
}

#main-menu-handle {
    display: none;
    position: absolute;
    right: 140px;
    top: 44px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 1.1em;
}

@media (max-width: 1200px) {
    #main-menu-handle {
        display: block;
    }
}

@media (max-width: 440px) {
    #main-menu-handle {
        right: 50px;
    }
}

#main-menu-handle .fa-close {
    display: none;
}

#main-menu-handle.active .fa-bars {
    display: none;
}

#main-menu-handle.active .fa-close {
    line-height: 35px;
    display: block;
}

#mobile-menu-container {
    display: none;
    background: #000000;
    clear: both;
    overflow-y: auto;
}

@media (min-width: 1200px) {
    #mobile-menu-container {
        display: none !important;
    }
}

#mobile-menu-container #main-menu {
    float: none;
}

#mobile-menu-container #main-menu > ul {
    margin: 0;
}

#mobile-menu-container #main-menu > ul > li > a, #mobile-menu-container #main-menu > ul > li > span {
    color: #FFFFFF;
}

#mobile-menu-container #main-menu > ul > li > a:after, #mobile-menu-container #main-menu > ul > li > span:after {
    background: #d2bd7f;
}

#mobile-menu-container #main-menu li {
    display: block;
    padding: 0;
}

#mobile-menu-container #main-menu li.active > a, #mobile-menu-container #main-menu li.active span, #mobile-menu-container #main-menu li:hover > a, #mobile-menu-container #main-menu li:hover span {
    color: #d2bd7f;
}

#mobile-menu-container #main-menu li.active > a:before, #mobile-menu-container #main-menu li.active span:before, #mobile-menu-container #main-menu li:hover > a:before, #mobile-menu-container #main-menu li:hover span:before {
    background: #d2bd7f;
}

#mobile-menu-container #main-menu li a, #mobile-menu-container #main-menu li span {
    display: block;
    padding: 0 20px;
    line-height: 35px;
    color: #FFFFFF;
    border-bottom: 1px solid #1a1a1a;
}



#mobile-menu-container #main-menu li a.active, #mobile-menu-container #main-menu li a:hover, #mobile-menu-container #main-menu li span.active, #mobile-menu-container #main-menu li span:hover {
    color: #d2bd7f;
}
#mobile-menu-container #main-menu li ul{
    display: none;
}
#mobile-menu-container #main-menu li a.has-menu-child span{
    padding: 0;
}
#mobile-menu-container #main-menu li a.has-menu-child{
    position: relative;
    padding-left: 0;
}
#mobile-menu-container #main-menu li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#mobile-menu-container #main-menu li span.menu-toggler {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 15px;
    margin-right: 14px;
    background: #d2bd7f;
    padding: 0;
}
#mobile-menu-container #main-menu li ul li span.menu-toggler{
    background: transparent;
}
#mobile-menu-container #main-menu li span.menu-toggler.arrow-toggler{
    position: absolute;
    right: 25px;
    background: transparent;
    margin: 0;
    z-index: 99;
}
#mobile-menu-container #main-menu li span.menu-toggler.arrow-toggler i{
    color: #d2bd7f;
}
#mobile-menu-container #main-menu li span.menu-toggler.arrow-toggler.active{}
#mobile-menu-container #main-menu li span.menu-toggler.arrow-toggler.active i:before{
    content: "";
}
#mobile-menu-container #main-menu li{
    position: relative;
}

#mobile-menu-container #main-menu li > ul {
    position: initial;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    border: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    border-bottom: 1px solid #1a1a1a;
}

#mobile-menu-container #main-menu li > ul:before, #mobile-menu-container #main-menu li > ul:after {
    display: none;
}

#mobile-menu-container #main-menu li > ul li a, #mobile-menu-container #main-menu li > ul li span {
    text-align: left;
}

#mobile-menu-container #main-menu li > ul li:last-child a, #mobile-menu-container #main-menu li > ul li:last-child span {
    border-bottom: 0;
}

#mobile-menu-container #main-menu li:hover > ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/**
 * Main Slider Styles
 */
#main-slider, #main-slider-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
}

#main-slider .owl-controls,
.rooms-carousel .owl-controls,

#main-slider-fullscreen .owl-controls {
    bottom: 55%;
    width: 100%;
}
.services-carousel  .owl-controls{
    left: 50% !important;
    top: auto !important;
    bottom: 50%;
    width: 100%;
}

@media (max-width: 600px) {
    #main-slider .owl-controls,
    .rooms-carousel .owl-controls,
    .services-carousel.owl-controls,
    #main-slider-fullscreen .owl-controls {
        display: none !important;
    }
}

#main-slider .owl-controls .owl-prev,
#main-slider .owl-controls .owl-next,
.rooms-carousel .owl-controls .owl-prev,
.rooms-carousel .owl-controls .owl-next,
.services-carousel .owl-controls .owl-prev,
.services-carousel .owl-controls .owl-next,
#main-slider-fullscreen .owl-controls .owl-prev,
#main-slider-fullscreen .owl-controls .owl-next {
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#main-slider .owl-controls .owl-prev span,
#main-slider .owl-controls .owl-next span,
.rooms-carousel .owl-controls .owl-prev span,
.rooms-carousel .owl-controls .owl-next span,
.services-carousel .owl-controls .owl-prev span,
.services-carousel .owl-controls .owl-next span,
#main-slider-fullscreen .owl-controls .owl-prev span,
#main-slider-fullscreen .owl-controls .owl-next span {
    display: block;
    top: 10px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-slider .owl-controls .owl-prev:before,
#main-slider .owl-controls .owl-prev:after,
#main-slider .owl-controls .owl-next:before,
#main-slider .owl-controls .owl-next:after,
.rooms-carousel .owl-controls .owl-prev:before,
.rooms-carousel .owl-controls .owl-prev:after,
.rooms-carousel .owl-controls .owl-next:before,
.rooms-carousel .owl-controls .owl-next:after,
.services-carousel .owl-controls .owl-prev:before,
.services-carousel .owl-controls .owl-prev:after,
.services-carousel .owl-controls .owl-next:before,
.services-carousel .owl-controls .owl-next:after,
#main-slider-fullscreen .owl-controls .owl-prev:before,
#main-slider-fullscreen .owl-controls .owl-prev:after,
#main-slider-fullscreen .owl-controls .owl-next:before,
#main-slider-fullscreen .owl-controls .owl-next:after {
    display: block;
    content: '';
    position: absolute;
}

#main-slider .owl-controls .owl-prev:before,
#main-slider .owl-controls .owl-next:before,
.rooms-carousel .owl-controls .owl-prev:before,
.rooms-carousel .owl-controls .owl-next:before,
.services-carousel .owl-controls .owl-prev:before,
.services-carousel .owl-controls .owl-next:before,
#main-slider-fullscreen .owl-controls .owl-prev:before,
#main-slider-fullscreen .owl-controls .owl-next:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 25px;
    background: #d2bd7f;
}

#main-slider .owl-controls .owl-prev:after,
#main-slider .owl-controls .owl-next:after,
.rooms-carousel .owl-controls .owl-prev:after,
.services-carousel .owl-controls .owl-prev:after,
#main-slider-fullscreen .owl-controls .owl-prev:after,
#main-slider-fullscreen .owl-controls .owl-next:after {
    top: 21px;
    left: -2px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #d2bd7f;
    border-bottom: 5px solid transparent;
}
.rooms-carousel .owl-controls .owl-next:after,
.services-carousel .owl-controls .owl-next:after{
    top: 21px;
    left: auto;
    right: -2px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #d2bd7f;
    border-bottom: 5px solid transparent;
}

#main-slider .owl-controls .owl-prev:hover,
#main-slider .owl-controls .owl-next:hover,
.rooms-carousel .owl-controls .owl-prev:hover,
.rooms-carousel .owl-controls .owl-next:hover,
.services-carousel .owl-controls .owl-prev:hover,
.services-carousel .owl-controls .owl-next:hover,
#main-slider-fullscreen .owl-controls .owl-prev:hover,
#main-slider-fullscreen .owl-controls .owl-next:hover {
    width: 75px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#main-slider .owl-controls .owl-prev:hover span,
#main-slider .owl-controls .owl-next:hover span,
.rooms-carousel .owl-controls .owl-prev:hover span,
.rooms-carousel .owl-controls .owl-next:hover span,
.services-carousel .owl-controls .owl-prev:hover span,
.services-carousel .owl-controls .owl-next:hover span,
#main-slider-fullscreen .owl-controls .owl-prev:hover span,
#main-slider-fullscreen .owl-controls .owl-next:hover span {
    top: 3px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
}

#main-slider .owl-controls .owl-prev,
#main-slider-fullscreen .owl-controls .owl-prev {
    left: 50px;
}
.rooms-carousel .owl-controls .owl-prev{
    left: 15px;
}
.services-carousel .owl-controls .owl-prev{
    left: 15px;
}

#main-slider .owl-controls .owl-prev span,
.rooms-carousel .owl-controls .owl-prev span,
.services-carousel .owl-controls .owl-prev span,
#main-slider-fullscreen .owl-controls .owl-prev span {
    right: 17px;
}

#main-slider .owl-controls .owl-next,
#main-slider-fullscreen .owl-controls .owl-next {
    right: 50px;
}
.rooms-carousel .owl-controls .owl-next{
    right: 15px;
}
.services-carousel .owl-controls .owl-next{
    right: 15px;
}

#main-slider .owl-controls .owl-next span,
.rooms-carousel .owl-controls .owl-next span,
.services-carousel .owl-controls .owl-next span,
#main-slider-fullscreen .owl-controls .owl-next span {
    left: 20px;
}

#main-slider .owl-controls .owl-next:before,
#main-slider .owl-controls .owl-next:after,
.rooms-carousel .owl-controls .owl-next:before,
.rooms-carousel .owl-controls .owl-next:after,
.services-carousel .owl-controls .owl-next:before,
.services-carousel .owl-controls .owl-next:after,
#main-slider-fullscreen .owl-controls .owl-next:before,
#main-slider-fullscreen .owl-controls .owl-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#main-slider .owl-controls .owl-next:after, #main-slider-fullscreen .owl-controls .owl-next:after {
    left: auto;
    right: -2px;
}

#main-slider .img-container, #main-slider-fullscreen .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-slider .img-container:before, #main-slider-fullscreen .img-container:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

/*
#main-slider .img-container img, #main-slider-fullscreen .img-container img {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

#main-slider .items, #main-slider-fullscreen .items {
    height: 100%;
}

@media (max-width: 768px) {
    #main-slider, #main-slider-fullscreen {
        height: 80vh;
    }

    #main-slider .items, #main-slider-fullscreen .items {
        height: 80vh;
    }
}

#main-slider .owl-wrapper, #main-slider-fullscreen .owl-wrapper {
    width: 100% !important;
    height: 980px !important;
    left: 0 !important;
    position: relative;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

#main-slider .owl-item, #main-slider-fullscreen .owl-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
}

#main-slider .owl-item.active, #main-slider-fullscreen .owl-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 9999;
}

#main-slider .owl-item.active .slide-caption:before, #main-slider .owl-item.active .slide-caption:after, #main-slider-fullscreen .owl-item.active .slide-caption:before, #main-slider-fullscreen .owl-item.active .slide-caption:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

#main-slider .owl-item.active .slide-caption:before, #main-slider-fullscreen .owl-item.active .slide-caption:before {
    top: -90px;
}

#main-slider .owl-item.active .slide-caption:after, #main-slider-fullscreen .owl-item.active .slide-caption:after {
    bottom: -90px;
}

#main-slider .owl-item.active .slide-caption .inner-container:before, #main-slider .owl-item.active .slide-caption .inner-container:after, #main-slider-fullscreen .owl-item.active .slide-caption .inner-container:before, #main-slider-fullscreen .owl-item.active .slide-caption .inner-container:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

#main-slider .owl-item.active .slide-caption .inner-container:before, #main-slider-fullscreen .owl-item.active .slide-caption .inner-container:before {
    top: -3px;
}

#main-slider .owl-item.active .slide-caption .inner-container:after, #main-slider-fullscreen .owl-item.active .slide-caption .inner-container:after {
    bottom: -3px;
}

#main-slider .owl-item.active .slide-caption .up-sec, #main-slider .owl-item.active .slide-caption .down-sec, #main-slider-fullscreen .owl-item.active .slide-caption .up-sec, #main-slider-fullscreen .owl-item.active .slide-caption .down-sec {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

#main-slider .owl-item.active .slide-caption .down-sec, #main-slider-fullscreen .owl-item.active .slide-caption .down-sec {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

#main-slider .slide-caption, #main-slider-fullscreen .slide-caption {
    font-size: 3.2em;
    line-height: 1.5em;
    color: #FFFFFF;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#main-slider .slide-caption:before, #main-slider .slide-caption:after, #main-slider-fullscreen .slide-caption:before, #main-slider-fullscreen .slide-caption:after {
    display: block;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    /* content: ''; */
    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 70px;
    border: 3px solid #d2bd7f;
}

#main-slider .slide-caption:before, #main-slider-fullscreen .slide-caption:before {
    top: -120px;
    border-bottom: 0;
}

#main-slider .slide-caption:after, #main-slider-fullscreen .slide-caption:after {
    bottom: -120px;
    border-top: 0;
}

#main-slider .slide-caption .inner-container, #main-slider-fullscreen .slide-caption .inner-container {
    position: relative;
}

#main-slider .slide-caption .inner-container:before, #main-slider .slide-caption .inner-container:after, #main-slider-fullscreen .slide-caption .inner-container:before, #main-slider-fullscreen .slide-caption .inner-container:after {
    display: block;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    /* content: ''; */
    position: absolute;
    left: 50%;

    width: 108px;
    height: 64px;
    border: 1px solid #d2bd7f;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

#main-slider .slide-caption .inner-container:before, #main-slider-fullscreen .slide-caption .inner-container:before {
    top: -114px;
    border-bottom: 0;
}

#main-slider .slide-caption .inner-container:after, #main-slider-fullscreen .slide-caption .inner-container:after {
    bottom: -114px;
    border-top: 0;
}

#main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
    padding: 0 20px;
    position: relative;
    top: -30px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    filter: alpha(opacity=0);
}

@media (max-width: 992px) {
    #main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
        float: none;
    }
}

@media (max-width: 600px) {
    #main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
        font-size: .7em;
    }

}

#main-slider .slide-caption .up-sec, #main-slider-fullscreen .slide-caption .up-sec {
    color: #d2bd7f;
    /*font: 0.9em/1em "Great Vibes", Arial, Helvetica, sans-serif;*/
}

@media (max-width: 992px) {
    #main-slider .slide-caption .up-sec, #main-slider-fullscreen .slide-caption .up-sec {
        font-size: .6em;
    }
}

#main-slider .slide-caption .down-sec, #main-slider-fullscreen .slide-caption .down-sec {
    color: #FFFFFF;
    /*font: 1.4em/1em "Playfair Display", Arial, Helvetica, sans-serif;*/
}

@media (max-width: 992px) {
    #main-slider .slide-caption .down-sec, #main-slider-fullscreen .slide-caption .down-sec {
        font-size: .9em;
    }
}

/**
 * Main Check Availability Form Styles
 */
#main-availability-form {
    background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
    #main-availability-form {
        padding: 30px 0 60px;
    }
}

#main-availability-form input, #main-availability-form select, #main-availability-form .select2-container {
    width: 100%;
}

#main-availability-form i {
    color: #d2bd7f;
}

#main-availability-form form {
    margin-top: 60px;
}

#main-availability-form .row {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    #main-availability-form .row {
        margin-bottom: 0;
    }
}

#main-availability-form .booking-fields {
    position: relative;
}

@media (max-width: 992px) {
    #main-availability-form .booking-fields {
        margin-bottom: 30px;
    }
}

#main-availability-form .booking-fields > i {
    position: absolute;
    right: 30px;
    top: 15px;
}

#main-availability-form .ravis-btn span {
    padding: 37px 15px;
}

@media (max-width: 992px) {
    #main-availability-form .ravis-btn {
        width: 100%;
    }

    #main-availability-form .ravis-btn span {
        padding: 15px;
    }
}

.slider-available-sec {
    position: relative;
}

.slider-available-sec #main-availability-form {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media (max-width: 992px) {
    .slider-available-sec #main-availability-form {
        position: relative;
        background: #000;
    }
}

/**
 * Welcome Styles
 */
#welcome-section {
    padding: 40px 0 80px 0;
}

@media (max-width: 992px) {
    #welcome-section {
        text-align: center;
    }

}

#welcome-section .l-sec .content {
    margin: 10px 0 40px;
    line-height: 30px;
}

#welcome-section .l-sec cite {
    color: #d2bd7f;
    font: 24px/30px "Great Vibes", Arial, Helvetica, sans-serif;
}

#welcome-section .r-sec > img {
    margin-top: 78px;
    max-width: 100%;
    border: 2px solid #d2bd7f;
}

#welcome-section .r-sec .user-img-box {
    width: 80%;
    height: 80%;
    margin: 10%;
    text-align: center;
    position: relative;
}

@media (max-width: 992px) {
    #welcome-section .r-sec .user-img-box {
        margin-top: 130px;
    }
}

#welcome-section .r-sec .user-img-box:before, #welcome-section .r-sec .user-img-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    border: 3px solid #d2bd7f;
}

#welcome-section .r-sec .user-img-box:before {
    top: 0;
    border-bottom: 0;
}

#welcome-section .r-sec .user-img-box:after {
    bottom: 0;
    border-top: 0;
}

#welcome-section .r-sec .user-img-box .inner-box {
    position: relative;
}

#welcome-section .r-sec .user-img-box .inner-box:before, #welcome-section .r-sec .user-img-box .inner-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    height: 75px;
    border: 1px solid #d2bd7f;
}

#welcome-section .r-sec .user-img-box .inner-box:before {
    top: 5px;
    border-bottom: 0;
}

#welcome-section .r-sec .user-img-box .inner-box:after {
    bottom: 5px;
    border-top: 0;
}

#welcome-section .r-sec .user-img-box .inner-box img {
    margin: -70px 0;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

#welcome-section.has-user {
    padding: 50px 0 26px;
}

@media (max-width: 992px) {
    #welcome-section.has-user {
        padding-bottom: 0;
    }
}

#welcome-section.simple {
    text-align: center;
}

#welcome-section.simple .content {
    max-width: 800px;
    line-height: 30px;
    margin: 20px auto;
}

/**
 * Luxury Rooms Styles
 */
#luxury-rooms .room-boxes {
    height: 600px;
    padding: 0;
    position: relative;
}

#luxury-rooms .room-boxes .inner-container {
    background-size: cover;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}

#luxury-rooms .room-boxes .inner-container:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}

#luxury-rooms .room-boxes .inner-container * {
    display: block;
}

#luxury-rooms .room-boxes .inner-container .ravis-title {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

#luxury-rooms .room-boxes .inner-container .ravis-title .inner-box {
    padding: 15px 0;
}

#luxury-rooms .room-boxes .inner-container .ravis-title .sub-title {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    max-height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

#luxury-rooms .room-boxes:hover .inner-container {
    left: -50px;
    width: calc(100% + 100px);
    z-index: 50;
}

#luxury-rooms .room-boxes:hover .inner-container:before {
    background: rgba(0, 0, 0, 0.3);
}

#luxury-rooms .room-boxes:hover .inner-container .ravis-title .sub-title {
    max-height: 200px;
    opacity: 1;
    filter: alpha(opacity=100);
}

/**
 * Gallery Styles
 */
#gallery {
    text-align: center;
    padding: 60px 0 80px;
}

#gallery .gallery-more-btn {
    margin-top: 50px;
}

.gallery-container .image-main-box .item {
    padding: 0 5px;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .gallery-container .image-main-box .item {
        float: none;
        width: 100%;
    }
}

.gallery-container .image-main-box .item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-container .image-main-box .item figure a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    overflow: hidden;
    z-index: 11;
}

.gallery-container .image-main-box .item figure img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-container .image-main-box .item figcaption {
    display: block;
    position: absolute;
    left: 40px;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}

@media (max-width: 600px) {
    .gallery-container .image-main-box .item figcaption {
        text-align: left;
    }
}

.gallery-container .image-main-box .item figcaption h4 {
    position: absolute;
    left: 60px;
    top: 40px;
    padding: 0 20px;
    margin: 0;
    letter-spacing: 5px;
    display: inline-block;
    color: #FFFFFF;
    font: 22px/35px "Playfair Display", Arial, Helvetica, sans-serif;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-left: 2px solid #d2bd7f;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .gallery-container .image-main-box .item figcaption h4 {
        white-space: normal;
    }
}

.gallery-container .image-main-box .item:hover figcaption {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-container .image-main-box .item:hover figcaption h4 {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 40px;
    letter-spacing: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/**
 * Testimonials Styles
 */
#testimonials-section {
    position: relative;
    z-index: 1;
    padding: 40px 0;

    background-size: cover;
}



#testimonials-section .item {
    padding: 60px 120px 100px;
    text-align: center;
}

@media (max-width: 992px) {
    #testimonials-section .item {
        padding: 60px 40px 100px;
    }
}

#testimonials-section .item .text {
    color: #FFFFFF;
    line-height: 30px;
    position: relative;
}

#testimonials-section .item .text:before, #testimonials-section .item .text:after {
    font: 2.5em/1em "FontAwesome";
    color: #543D1B;
    position: absolute;
    filter: alpha(opacity=60);
}

#testimonials-section .item .text:before {
    content: "\f10d";
    top: -40px;
    left: -40px;
}

#testimonials-section .item .text:after {
    content: "\f10e";
    right: -40px;
    bottom: -40px;
}

#testimonials-section .owl-theme .owl-controls {
    bottom: auto;
    top: 210px;
    width: 70%;
}

@media (max-width: 600px) {
    #testimonials-section .owl-theme .owl-controls {
        display: none !important;
    }
}

#testimonials-section .owl-theme .owl-controls .owl-prev, #testimonials-section .owl-theme .owl-controls .owl-next {
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#testimonials-section .owl-theme .owl-controls .owl-prev span, #testimonials-section .owl-theme .owl-controls .owl-next span {
    display: block;
    top: 10px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#testimonials-section .owl-theme .owl-controls .owl-prev:before, #testimonials-section .owl-theme .owl-controls .owl-prev:after, #testimonials-section .owl-theme .owl-controls .owl-next:before, #testimonials-section .owl-theme .owl-controls .owl-next:after {
    display: block;
    content: '';
    position: absolute;
}

#testimonials-section .owl-theme .owl-controls .owl-prev:before, #testimonials-section .owl-theme .owl-controls .owl-next:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 25px;
    background: #d2bd7f;
}

#testimonials-section .owl-theme .owl-controls .owl-prev:after, #testimonials-section .owl-theme .owl-controls .owl-next:after {
    top: 21px;
    left: -2px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #d2bd7f;
    border-bottom: 5px solid transparent;
}

#testimonials-section .owl-theme .owl-controls .owl-prev:hover, #testimonials-section .owl-theme .owl-controls .owl-next:hover {
    width: 75px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#testimonials-section .owl-theme .owl-controls .owl-prev:hover span, #testimonials-section .owl-theme .owl-controls .owl-next:hover span {
    top: 3px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
}

#testimonials-section .owl-theme .owl-controls .owl-prev {
    left: 50px;
}

@media (max-width: 992px) {
    #testimonials-section .owl-theme .owl-controls .owl-prev {
        left: 0;
    }
}

#testimonials-section .owl-theme .owl-controls .owl-prev span {
    right: 17px;
}

#testimonials-section .owl-theme .owl-controls .owl-next {
    right: 50px;
}

@media (max-width: 992px) {
    #testimonials-section .owl-theme .owl-controls .owl-next {
        right: 0;
    }
}

#testimonials-section .owl-theme .owl-controls .owl-next span {
    left: 20px;
}

#testimonials-section .owl-theme .owl-controls .owl-next:before, #testimonials-section .owl-theme .owl-controls .owl-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#testimonials-section .owl-theme .owl-controls .owl-next:after {
    left: auto;
    right: -2px;
}

/**
 * Special Offers Styles
 */
#special-offers {
    padding: 70px 0 110px;
}

#special-offers .packages-container {
    margin-top: 120px;
}

#special-offers .main-desc {
    line-height: 30px;
    padding: 0 120px;
    text-align: center;
    margin: 50px 0 -30px;
}

@media (max-width: 992px) {
    #special-offers .main-desc {
        padding: 0 60px;
    }
}

@media (max-width: 600px) {
    #special-offers .main-desc {
        padding: 0 30px;
    }
}

#special-offers .package-box {
    text-align: center;
    position: relative;
}

@media (max-width: 992px) {
    #special-offers .package-box {
        margin-bottom: 30px;
    }
}

#special-offers .package-box:before, #special-offers .package-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    height: 80px;
    border: 2px solid #d2bd7f;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#special-offers .package-box:before {
    top: 0;
    border-bottom: 0;
}

@media (max-width: 767px) {
    #special-offers .package-box:before {
        top: -2px;
    }
}

#special-offers .package-box:after {
    bottom: 0;
    border-top: 0;
}

@media (max-width: 767px) {
    #special-offers .package-box:after {
        bottom: -2px;
    }
}

#special-offers .package-box .main-inner-box {
    position: relative;
    z-index: 1;
    margin: 2px;
}

#special-offers .package-box .main-inner-box:before {
    z-index: -1;
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#special-offers .package-box .title-box {
    padding: 30px 0;
}

#special-offers .package-box .title-box .title {
    color: #FFFFFF;
    font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif;
}

#special-offers .package-box .title-box .sub-title {
    color: #d2bd7f;
    font: 30px/40px "Great Vibes", Arial, Helvetica, sans-serif;
}

#special-offers .package-box .price-box {
    background: #d2bd7f;
    padding: 15px 0;
}

#special-offers .package-box .price-box > div {
    display: inline-block;
    vertical-align: middle;
}

#special-offers .package-box .price-box .price {
    color: #222222;
    font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif;
}

#special-offers .package-box .price-box .type {
    color: #FFFFFF;
    margin-left: 20px;
    position: relative;
    font-size: .9em;
}

#special-offers .package-box .price-box .type:before {
    content: '/';
    position: absolute;
    display: block;
    left: -13px;
    top: 0;
    color: #c5aa59;
}

#special-offers .package-box .detail-box {
    color: #FFFFFF;
    margin: 40px 0;
}

#special-offers .package-box .detail-box ul li .inner-box {
    display: inline-block;
    line-height: 40px;
    border-bottom: 1px solid #222222;
}

#special-offers .package-box .detail-box ul li:last-child .inner-box {
    border-bottom: 0;
}

#special-offers .package-box .ravis-btn {
    margin-bottom: 50px;
}

#special-offers .package-box:hover:before, #special-offers .package-box:hover:after {
    height: 60%;
}

#special-offers .package-box:hover .main-inner-box:before {
    background: rgba(0, 0, 0, 0.9);
}

/**
 * Footer Styles
 */
#main-footer {
    background: #313131;
    padding: 50px 0;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    #main-footer {
        padding-bottom: 0;
    }
}

#main-footer .t-sec .widget-box h4.title {
    color: #d2bd7f;
    line-height: 60px;
    margin: 0;
    font-size: 1.7em;
}

#main-footer .t-sec .widget-box .widget-content {
    margin: 10px 0;
}

#main-footer .t-sec .widget-box .widget-content.text-widget {
    line-height: 25px;
}

#main-footer .t-sec .widget-box .widget-content.newsletter {
    line-height: 25px;
}

#main-footer .t-sec .widget-box .widget-content.newsletter .news-letter-form {
    margin-top: 20px;
}

#main-footer .t-sec .widget-box .widget-content.newsletter .news-letter-form input {
    margin-bottom: 20px;
}

#main-footer .t-sec .widget-box .widget-content.newsletter .news-letter-form input, #main-footer .t-sec .widget-box .widget-content.newsletter .news-letter-form button {
    width: 100%;
    height: 40px;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li {
    font-size: 14px;
    padding: 30px 0;
    border-bottom: 1px solid #3c3c3c;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li:first-child {
    padding-top: 0;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li .img-container {
    padding: 0;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li .img-container a {
    display: block;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li .img-container img {
    max-width: 100%;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box {
    padding: 3px 0 3px 15px;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFFFFF;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box a:hover {
    color: #d2bd7f;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box .read-more {
    display: block;
    font-size: 13px;
}

#main-footer .t-sec .widget-box .widget-content.contact .contact-info li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    line-height: 30px;
    list-style: none;
}

#main-footer .t-sec .widget-box .widget-content.contact .contact-info li i {
    position: absolute;
    left: 0;
    margin-top: 10px;
    font-size: 1.2em;
    color: #FFFFFF;
    display: inline-block;
}

#main-footer .t-sec .widget-box .widget-content.contact .contact-info li i.fa-envelope {
    font-size: .8em;
}

#main-footer .b-sec {
    border-top: 1px solid #3c3c3c;
    padding: 30px 0;
    margin: 30px 15px;
}

#main-footer .b-sec .copy-right {
    float: left;
}

@media (max-width: 767px) {
    #main-footer .b-sec .copy-right {
        float: none;
        text-align: center;
    }
}

#main-footer .b-sec .copy-right i {
    display: inline-block;
    margin: 0 5px;
    color: #d2bd7f;
}

#main-footer .b-sec .copy-right a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-footer .b-sec .social-icons {
    float: right;
}

@media (max-width: 767px) {
    #main-footer .b-sec .social-icons {
        margin-top: 50px;
        float: none;
        text-align: center;
    }
}

#main-footer .b-sec .social-icons li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 2px;
    color: #d2bd7f;
}

#main-footer .b-sec .social-icons li a:hover {
    color: #FFFFFF;
}

/**
 * Events Styles
 */
#upcoming-events, #past-events, #similar-events, #special-dishes {
    padding: 0px 0 40px;
    text-align: center;
}

#upcoming-events .gallery-more-btn, #past-events .gallery-more-btn, #similar-events .gallery-more-btn, #special-dishes .gallery-more-btn {
    margin-top: 50px;
}

#past-events, #similar-events {
    padding-top: 0;
}

#similar-events .event-container {
    margin-top: 150px;
}
#past-events .event-container{
    margin-top: 15px;
}
#past-events{
    margin-top:25px;
}
.event-container, .dishes-container {
    margin-top: 50px;
}

.event-container .event-main-box .item, .event-container .dishes-main-box .item, .dishes-container .event-main-box .item, .dishes-container .dishes-main-box .item {
    padding: 0 5px;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .event-container .event-main-box .item, .event-container .dishes-main-box .item, .dishes-container .event-main-box .item, .dishes-container .dishes-main-box .item {
        float: none;
        width: 100%;
    }
}

.event-container .event-main-box .item figure, .event-container .dishes-main-box .item figure, .dishes-container .event-main-box .item figure, .dishes-container .dishes-main-box .item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.event-container .event-main-box .item figure img, .event-container .dishes-main-box .item figure img, .dishes-container .event-main-box .item figure img, .dishes-container .dishes-main-box .item figure img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.event-container .event-main-box .item figcaption, .event-container .dishes-main-box .item figcaption, .dishes-container .event-main-box .item figcaption, .dishes-container .dishes-main-box .item figcaption {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}

.event-container .event-main-box .item figcaption a, .event-container .dishes-main-box .item figcaption a, .dishes-container .event-main-box .item figcaption a, .dishes-container .dishes-main-box .item figcaption a {
    display: block;
    width: 100%;
    height: 100%;
}

.event-container .event-main-box .item figcaption a span, .event-container .dishes-main-box .item figcaption a span, .dishes-container .event-main-box .item figcaption a span, .dishes-container .dishes-main-box .item figcaption a span {
    display: block;
}

.event-container .event-main-box .item figcaption .title-box, .event-container .dishes-main-box .item figcaption .title-box, .dishes-container .event-main-box .item figcaption .title-box, .dishes-container .dishes-main-box .item figcaption .title-box {
    border-left: 2px solid #d2bd7f;
    padding: 0 20px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    height: 40px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 992px) {
    .event-container .event-main-box .item figcaption .title-box, .event-container .dishes-main-box .item figcaption .title-box, .dishes-container .event-main-box .item figcaption .title-box, .dishes-container .dishes-main-box .item figcaption .title-box {
        left: 20px;
    }
}

.event-container .event-main-box .item figcaption .title-box .title, .event-container .dishes-main-box .item figcaption .title-box .title, .dishes-container .event-main-box .item figcaption .title-box .title, .dishes-container .dishes-main-box .item figcaption .title-box .title {
    margin: 0;
    color: #FFFFFF;
    font: 22px/40px "Playfair Display", Arial, Helvetica, sans-serif;
    white-space: normal;
}

@media (max-width: 992px) {
    .event-container .event-main-box .item figcaption .title-box .title, .event-container .dishes-main-box .item figcaption .title-box .title, .dishes-container .event-main-box .item figcaption .title-box .title, .dishes-container .dishes-main-box .item figcaption .title-box .title {
        white-space: normal;
        font-size: 20px;
    }
}

.event-container .event-main-box .item figcaption .title-box .title a, .event-container .dishes-main-box .item figcaption .title-box .title a, .dishes-container .event-main-box .item figcaption .title-box .title a, .dishes-container .dishes-main-box .item figcaption .title-box .title a {
    color: #FFFFFF;
}

.event-container .event-main-box .item figcaption .title-box .sub-title, .event-container .dishes-main-box .item figcaption .title-box .sub-title, .dishes-container .event-main-box .item figcaption .title-box .sub-title, .dishes-container .dishes-main-box .item figcaption .title-box .sub-title {
    width: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #d2bd7f;
    font: 1.6em/30px "Great Vibes", Arial, Helvetica, sans-serif;
    margin-top: -10px;
}

@media (max-width: 992px) {
    .event-container .event-main-box .item figcaption .title-box .sub-title, .event-container .dishes-main-box .item figcaption .title-box .sub-title, .dishes-container .event-main-box .item figcaption .title-box .sub-title, .dishes-container .dishes-main-box .item figcaption .title-box .sub-title {
        font-size: 1.2em;
    }
}

.event-container .event-main-box .item figcaption .desc, .event-container .dishes-main-box .item figcaption .desc, .dishes-container .event-main-box .item figcaption .desc, .dishes-container .dishes-main-box .item figcaption .desc {
    position: absolute;
    left: 40px;
    bottom: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: calc(100% - 80px);
    line-height: 25px;
    color: #969696;
}

@media (max-width: 992px) {
    .event-container .event-main-box .item figcaption .desc, .event-container .dishes-main-box .item figcaption .desc, .dishes-container .event-main-box .item figcaption .desc, .dishes-container .dishes-main-box .item figcaption .desc {
        height: 50px;
        overflow: hidden;
        left: 20px;
    }
}

.event-container .event-main-box .item:hover figcaption, .event-container .dishes-main-box .item:hover figcaption, .dishes-container .event-main-box .item:hover figcaption, .dishes-container .dishes-main-box .item:hover figcaption {
    background: rgba(0, 0, 0, 0.5);
}

.event-container .event-main-box .item:hover figcaption .title-box, .event-container .dishes-main-box .item:hover figcaption .title-box, .dishes-container .event-main-box .item:hover figcaption .title-box, .dishes-container .dishes-main-box .item:hover figcaption .title-box {
    height: 75px;
    bottom: 100px;
    background: none;
}

.event-container .event-main-box .item:hover figcaption .title-box .sub-title, .event-container .dishes-main-box .item:hover figcaption .title-box .sub-title, .dishes-container .event-main-box .item:hover figcaption .title-box .sub-title, .dishes-container .dishes-main-box .item:hover figcaption .title-box .sub-title {
    width: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.event-container .event-main-box .item:hover figcaption .desc, .event-container .dishes-main-box .item:hover figcaption .desc, .dishes-container .event-main-box .item:hover figcaption .desc, .dishes-container .dishes-main-box .item:hover figcaption .desc {
    bottom: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#event-top-section .inner-container {
    position: relative;
}

#event-top-section .event-title-box {
    position: absolute;
    left: 15px;
    bottom: 50px;
    padding: 10px 30px 20px;
    margin: 0;
    display: inline-block;
    color: #FFFFFF;
    border-left: 2px solid #d2bd7f;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 992px) {
    #event-top-section .event-title-box {
        padding: 10px 20px 20px;
        white-space: normal;
        bottom: 100px;
    }
}

#event-top-section .event-title-box h1.title {
    margin: 0;
    color: #FFFFFF;
    font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

@media (max-width: 600px) {
    #event-top-section .event-title-box h1.title {
        font-size: 24px;
        white-space: normal;
    }
}

#event-top-section .event-title-box .sub-title {
    margin-top: 10px;
    color: #d2bd7f;
    font: 1.6em/20px "Great Vibes", Arial, Helvetica, sans-serif;
}

@media (max-width: 600px) {
    #event-top-section .event-title-box .sub-title {
        font-size: 1.4em;
    }
}

#event-top-section .breadcrumb {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.4);
}

#event-top-section .breadcrumb ul li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    font-size: .9em;
}

#event-top-section .breadcrumb ul li:before {
    display: block;
    content: '';
    position: absolute;
    right: -8px;
    top: 8px;
    width: 5px;
    height: 5px;
    border: 1px solid #d2bd7f;
}

#event-top-section .breadcrumb ul li a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#event-top-section .breadcrumb ul li a:hover {
    color: #d2bd7f;
}

#event-top-section .breadcrumb ul li.current a {
    color: #d2bd7f;
}

#event-top-section .breadcrumb ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

#event-top-section .breadcrumb ul li:last-child:before {
    display: none;
}

#event-slider, #room-slider {
    width: 100%;
    height: 100%;
    margin: 0;
}

#event-slider .owl-controls, #room-slider .owl-controls {
    bottom: 50%;
    width: 100%;
}

#event-slider .owl-controls .owl-prev, #room-slider .owl-controls .owl-prev, #event-slider .owl-controls .owl-next, #room-slider .owl-controls .owl-next {
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#event-slider .owl-controls .owl-prev span, #room-slider .owl-controls .owl-prev span, #event-slider .owl-controls .owl-next span, #room-slider .owl-controls .owl-next span {
    display: block;
    top: 10px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#event-slider .owl-controls .owl-prev:before, #room-slider .owl-controls .owl-prev:before, #event-slider .owl-controls .owl-prev:after, #room-slider .owl-controls .owl-prev:after, #event-slider .owl-controls .owl-next:before, #room-slider .owl-controls .owl-next:before, #event-slider .owl-controls .owl-next:after, #room-slider .owl-controls .owl-next:after {
    display: block;
    content: '';
    position: absolute;
}

#event-slider .owl-controls .owl-prev:before, #room-slider .owl-controls .owl-prev:before, #event-slider .owl-controls .owl-next:before, #room-slider .owl-controls .owl-next:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 25px;
    background: #d2bd7f;
}

#event-slider .owl-controls .owl-prev:after, #room-slider .owl-controls .owl-prev:after, #event-slider .owl-controls .owl-next:after, #room-slider .owl-controls .owl-next:after {
    top: 21px;
    left: -2px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #d2bd7f;
    border-bottom: 5px solid transparent;
}

#event-slider .owl-controls .owl-prev:hover, #room-slider .owl-controls .owl-prev:hover, #event-slider .owl-controls .owl-next:hover, #room-slider .owl-controls .owl-next:hover {
    width: 75px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#event-slider .owl-controls .owl-prev:hover span, #room-slider .owl-controls .owl-prev:hover span, #event-slider .owl-controls .owl-next:hover span, #room-slider .owl-controls .owl-next:hover span {
    top: 3px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
}

#event-slider .owl-controls .owl-prev, #room-slider .owl-controls .owl-prev {
    left: 50px;
}

#event-slider .owl-controls .owl-prev span, #room-slider .owl-controls .owl-prev span {
    right: 17px;
}

#event-slider .owl-controls .owl-next, #room-slider .owl-controls .owl-next {
    right: 50px;
}

#event-slider .owl-controls .owl-next span, #room-slider .owl-controls .owl-next span {
    left: 20px;
}

#event-slider .owl-controls .owl-next:before, #room-slider .owl-controls .owl-next:before, #event-slider .owl-controls .owl-next:after, #room-slider .owl-controls .owl-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#event-slider .owl-controls .owl-next:after, #room-slider .owl-controls .owl-next:after {
    left: auto;
    right: -2px;
}

#event-slider .img-container, #room-slider .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#event-slider .img-container:before, #room-slider .img-container:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#event-slider .img-container img, #room-slider .img-container img {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#event-slider .items, #room-slider .items {
    height: 100%;
}

#event-slider .owl-wrapper, #room-slider .owl-wrapper {
    width: 100% !important;
    height: 920px !important;
    left: 0 !important;
    position: relative;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

#event-slider .owl-item, #room-slider .owl-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
}

#event-slider .owl-item.active, #room-slider .owl-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.event-desc {
    margin: 60px 0;
}

.event-desc .booking-form {
    margin: 80px 0 30px 0px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 30px;
    max-width: 100%;
}

@media (max-width: 992px) {
    .event-desc .booking-form {
        margin: 0 0 30px 0;
    }
}

.event-desc .booking-form .field-row {
    margin-bottom: 20px;
}

.event-desc .booking-form .field-row:last-child {
    margin-bottom: 0;
}

.event-desc .booking-form input {
    width: 100%;
    height: 40px;
    width: 100%;
}

.event-desc .booking-form input[type="submit"] {
    background: #d2bd7f;
    color: #222222;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    border: 0;
}

.event-desc .booking-form .select2-container {
    width: 100%;
}

.event-desc .content {
    line-height: 30px;
}

.event-desc .content .date-box {
    color: #543d1b;
    margin: -10px 0 30px;
}
.form-control{
    border-radius: 0;
}
.event-desc .content .date-box .inner-box {
    display: inline-block;
    position: relative;
}

.event-desc .content .date-box .inner-box:before, .event-desc .content .date-box .inner-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d2bd7f;
}

.event-desc .content .date-box .inner-box:before {
    width: 100%;
    height: 2px;
}

.event-desc .content .date-box .inner-box:after {
    width: 80%;
    height: 1px;
    bottom: -3px;
}

.event-desc .content .date-box .inner-box span {
    color: #d2bd7f;
    font: 2.2em/1.7em "Great Vibes", Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.event-desc .content ul {
    margin: 30px 0;
}

.event-desc .content ul li {
    position: relative;
    padding-left: 20px;
}

.event-desc .content ul li:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    border: 1px solid #d2bd7f;
}

/**
 * Hotel Sections Styles
 */
#hotel-sections .section-row {
    display: table-row;
    width: 100%;
    position: relative;
}

@media (max-width: 992px) {
    #hotel-sections .section-row {
        padding-top: 300px;
        display: block;
    }
}

#hotel-sections .section-row > div {
    display: table-cell;
    width: 50%;
}

@media (max-width: 992px) {
    #hotel-sections .section-row > div {
        display: block;
        width: 100%;
    }
}

#hotel-sections .section-row .desc {
    padding: 60px 80px 80px;
    background: #313131;
}

@media (max-width: 992px) {
    #hotel-sections .section-row .desc {
        padding: 60px;
    }
}

@media (max-width: 440px) {
    #hotel-sections .section-row .desc {
        padding: 20px;
    }
}

#hotel-sections .section-row .desc .content {
    line-height: 25px;
}

#hotel-sections .section-row .img-container {
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 992px) {
    #hotel-sections .section-row .img-container {
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/**
 * Video Tour Styles
 */
#video-tour {
    position: relative;
    z-index: 1;
    padding: 130px 0;
}

#video-tour:before {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
}

#video-tour .l-sec {
    text-align: center;
}

#video-tour .r-sec {
    padding-top: 80px;
    color: #FFFFFF;
    line-height: 30px;
}

@media (max-width: 992px) {
    #video-tour .r-sec {
        text-align: center;
    }
}

#video-tour .btn-box {
    text-align: center;
    margin: 40px 0 0;
}

#video-tour .btn-box .play-btn {
    font-size: 1.5em;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d2bd7f;
    color: #d2bd7f;
    text-align: center;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#video-tour .btn-box .play-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/**
 * Breadcrumb Styles
 */
#breadcrumb-section {
    height: 335px;
    position: relative;
    z-index: 1;
    padding-top: 75px;
    background-size: cover;
}

#breadcrumb-section:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
}

#breadcrumb-section .inner-container {
    position: relative;
    height: 100%;
}

#breadcrumb-section .desc {
    text-align: center;
    max-width: 800px;
    line-height: 30px;
    margin: 100px auto 0;
}

#breadcrumb-section .breadcrumb {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.4);
}

#breadcrumb-section .breadcrumb ul li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    font-size: .9em;
}

#breadcrumb-section .breadcrumb ul li:before {
    display: block;
    content: '';
    position: absolute;
    right: -8px;
    top: 8px;
    width: 5px;
    height: 5px;
    border: 1px solid #d2bd7f;
}

#breadcrumb-section .breadcrumb ul li a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#breadcrumb-section .breadcrumb ul li a:hover {
    color: #d2bd7f;
}

#breadcrumb-section .breadcrumb ul li.current a {
    color: #d2bd7f;
}

#breadcrumb-section .breadcrumb ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

#breadcrumb-section .breadcrumb ul li:last-child:before {
    display: none;
}

#breadcrumb-section .not-found-container .desc {
    text-align: center;
    color: #FFFFFF;
    margin-top: 120px;
}

#breadcrumb-section .not-found-container .desc a {
    color: #d2bd7f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#breadcrumb-section .not-found-container .desc a:hover {
    color: #FFFFFF;
}

#breadcrumb-section .not-found-container .search-box {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
}

#breadcrumb-section .not-found-container .search-box .search-form:before, #breadcrumb-section .not-found-container .search-box .search-form:after {
    content: " ";
    display: table;
}

#breadcrumb-section .not-found-container .search-box .search-form:after {
    clear: both;
}

#breadcrumb-section .not-found-container .search-box .search-form label {
    float: left;
    width: 90%;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

#breadcrumb-section .not-found-container .search-box .search-form label > span {
    display: none;
}

#breadcrumb-section .not-found-container .search-box .search-form label input {
    border: 1px solid #d2bd7f;
    border-right: 0;
    background: transparent;
    color: #FFFFFF;
    font-weight: normal;
    padding: 0 10px;
    width: 100%;
    height: 40px;
}

#breadcrumb-section .not-found-container .search-box .search-form label input.placeholder {
    color: #FFFFFF;
}

#breadcrumb-section .not-found-container .search-box .search-form label input:-moz-placeholder {
    color: #FFFFFF;
}

#breadcrumb-section .not-found-container .search-box .search-form label input::-moz-placeholder {
    color: #FFFFFF;
}

#breadcrumb-section .not-found-container .search-box .search-form label input:-ms-input-placeholder {
    color: #FFFFFF;
}

#breadcrumb-section .not-found-container .search-box .search-form label input::-webkit-input-placeholder {
    color: #FFFFFF;
}

#breadcrumb-section .not-found-container .search-box .search-form label:after {
    display: block;
    content: "\f002";
    font: 16px/20px "FontAwesome";
    color: #d2bd7f;
    position: absolute;
    right: -20px;
    top: 9px;
    z-index: -1;
}

#breadcrumb-section .not-found-container .search-box .search-form .search-submit {
    float: left;
    border: 1px solid #d2bd7f;
    border-left: 0;
    background: transparent;
    text-indent: -999999px;
    overflow: hidden;
    width: 10%;
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    margin-left: -1px;
}

body.not-found #breadcrumb-section {
    height: 820px;
}

body.restaurant #breadcrumb-section {
    height: 660px;
}

@media (max-width: 992px) {
    body.restaurant #breadcrumb-section {
        height: auto;
        padding-bottom: 30px;
    }
}

body.restaurant #welcome-section .r-sec .user-img-box {
    margin-bottom: 70px;
}

/**
 * History Section Styles
 */
#history-section {
    padding: 80px 0;
}

#history-section .inner-container > .desc {
    margin: 20px auto 10px;
    text-align: center;
    max-width: 700px;
    line-height: 30px;
}

#history-section .history-timeline {
    position: relative;
    padding: 80px 0 40px;
    margin: 80px 0 40px;
}

#history-section .history-timeline:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #3c3c3c;
}

#history-section .history-timeline .history-boxes {
    position: relative;
}

#history-section .history-timeline .history-boxes:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: 200px;
    height: 1px;
    background: #3c3c3c;
}

#history-section .history-timeline .history-boxes:nth-child(odd) {
    padding-right: 100px;
}

@media (max-width: 767px) {
    #history-section .history-timeline .history-boxes:nth-child(odd) {
        margin-bottom: 0;
    }
}

#history-section .history-timeline .history-boxes:nth-child(odd):before {
    left: auto;
    right: 0;
}

#history-section .history-timeline .history-boxes:nth-child(odd) .history-boxes-inner i {
    right: -30px;
}

@media (max-width: 600px) {
    #history-section .history-timeline .history-boxes:nth-child(odd) {
        padding: 0;
        margin: 0 0 160px;
    }
}

#history-section .history-timeline .history-boxes:nth-child(even) {
    padding-left: 100px;
    margin: 180px 0 20px;
}

#history-section .history-timeline .history-boxes:nth-child(even) .history-boxes-inner i {
    left: -30px;
}

@media (max-width: 600px) {
    #history-section .history-timeline .history-boxes:nth-child(even) {
        padding: 0;
        margin: 0 0 160px;
    }
}

@media (max-width: 600px) {
    #history-section .history-timeline .history-boxes {
        width: 100%;
    }

    #history-section .history-timeline .history-boxes:last-child {
        margin-bottom: 0 !important;
    }
}

#history-section .history-timeline .history-boxes .history-boxes-inner {
    background: #222222;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 3px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 3px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 30px;
}

#history-section .history-timeline .history-boxes .history-boxes-inner i {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: #222222;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 1px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 1px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
    line-height: 55px;
}

@media (max-width: 600px) {
    #history-section .history-timeline .history-boxes .history-boxes-inner i {
        left: 50% !important;
        right: 50%;
        margin-right: -30px;
        margin-left: -30px;
        top: -80px;
    }
}

#history-section .history-timeline .history-boxes .history-boxes-inner h5 {
    color: #FFFFFF;
    font-size: 1.4em;
}

#history-section .history-timeline .history-boxes .history-boxes-inner .history-content {
    line-height: 30px;
}

/**
 * Services Section Styles
 */
#our-services {
    padding: 80px 0;
}

#services-box {
    margin: 130px 0;
}

#services-box .item {
    padding: 0 5px;
}

#services-box .item:before {
    display: block;
    position: absolute;
    left: 40px;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: calc(100% - 10px);
    height: 100%;
    content: '';
}

#services-box .item img {
    max-width: 100%;
}

#services-box .item .title {
    position: absolute;
    left: 60px;
    bottom: 40px;
    padding: 0 20px;
    margin: 0;
    letter-spacing: 5px;
    display: inline-block;
    color: #FFFFFF;
    font: 22px/35px "Playfair Display", Arial, Helvetica, sans-serif;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-left: 2px solid #d2bd7f;
    white-space: nowrap;
}

#services-box .item:hover:before {
    left: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#services-box .item:hover .title {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 40px;
    letter-spacing: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#services-box.owl-theme .owl-controls {
    bottom: -110px;
}

#services-box.owl-theme .owl-controls .owl-page {
    margin: 0 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#services-box.owl-theme .owl-controls .owl-page span {
    width: 40px;
    height: 40px;
    background: none;
    line-height: 40px;
    text-align: center;
    border: 0;
    position: relative;
    display: block;
}

#services-box.owl-theme .owl-controls .owl-page span:before, #services-box.owl-theme .owl-controls .owl-page span:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    border: 2px solid #d2bd7f;
}

#services-box.owl-theme .owl-controls .owl-page span:before {
    top: 0;
    border-bottom: 0;
}

#services-box.owl-theme .owl-controls .owl-page span:after {
    bottom: 0;
    border-top: 0;
}

#services-box.owl-theme .owl-controls .owl-page:hover, #services-box.owl-theme .owl-controls .owl-page.active {
    background: rgba(0, 0, 0, 0.5);
}

/**
 * Client Section Styles
 */
#client-section {
    padding: 80px 0;
}

@media (max-width: 992px) {
    #client-section .client-list li {
        margin-bottom: 30px;
    }
}

@media (max-width: 440px) {
    #client-section .client-list li {
        float: none;
        width: 100%;
        padding: 0 30px;
    }
}

#client-section .client-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#client-section .client-list li a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.8);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#client-section .client-list li a img {
    max-width: 100%;
}

#client-section .client-list li a:hover:before {
    background: none;
    -webkit-box-shadow: inset 0 0 0 10px #2f2f2f;
    box-shadow: inset 0 0 0 10px #2f2f2f;
}

/**
 * Video Section Styles
 */
#video-section {
    padding: 0px 0;
}

#video-section .content iframe {
    margin: 40px 0 50px;
    width: 100%;
    height: 640px;
}

@media (max-width: 1200px) {
    #video-section .content iframe {
        height: 530px;
    }
}

@media (max-width: 992px) {
    #video-section .content iframe {
        height: 400px;
    }
}

@media (max-width: 600px) {
    #video-section .content iframe {
        height: 300px;
    }
}

@media (max-width: 440px) {
    #video-section .content iframe {
        height: 250px;
    }
}

#video-section .content .desc {
    line-height: 30px;
    padding: 0 120px;
    text-align: center;
}

@media (max-width: 992px) {
    #video-section .content .desc {
        padding: 0 80px;
    }
}

@media (max-width: 600px) {
    #video-section .content .desc {
        padding: 0 50px;
    }
}

@media (max-width: 440px) {
    #video-section .content .desc {
        padding: 0 30px;
    }
}

/**
 * Slide Show Styles
 */
#slide-show-section {
    padding: 0;
    margin: 50px auto 100px;
}

#slide-show-section .desc {
    line-height: 30px;
    padding: 0 120px;
    text-align: center;
    margin-top: 70px;
}

@media (max-width: 767px) {
    #slide-show-section .desc {
        padding: 0 60px;
    }
}

@media (max-width: 600px) {
    #slide-show-section .desc {
        padding: 0 20px;
    }
}

#slide-show-section #slide-show {
    position: relative;
    overflow: hidden;
}

#slide-show-section #slide-show:hover #thumbnail-slider {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

#slide-show-section #main-image-slider .owl-controls {
    bottom: 50%;
    width: 100%;
}

@media (max-width: 600px) {
    #slide-show-section #main-image-slider .owl-controls {
        display: none !important;
    }
}

#slide-show-section #main-image-slider .owl-controls .owl-prev, #slide-show-section #main-image-slider .owl-controls .owl-next {
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#slide-show-section #main-image-slider .owl-controls .owl-prev span, #slide-show-section #main-image-slider .owl-controls .owl-next span {
    display: block;
    top: 10px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#slide-show-section #main-image-slider .owl-controls .owl-prev:before, #slide-show-section #main-image-slider .owl-controls .owl-prev:after, #slide-show-section #main-image-slider .owl-controls .owl-next:before, #slide-show-section #main-image-slider .owl-controls .owl-next:after {
    display: block;
    content: '';
    position: absolute;
}

#slide-show-section #main-image-slider .owl-controls .owl-prev:before, #slide-show-section #main-image-slider .owl-controls .owl-next:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 25px;
    background: #d2bd7f;
}

#slide-show-section #main-image-slider .owl-controls .owl-prev:after, #slide-show-section #main-image-slider .owl-controls .owl-next:after {
    top: 21px;
    left: -2px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #d2bd7f;
    border-bottom: 5px solid transparent;
}

#slide-show-section #main-image-slider .owl-controls .owl-prev:hover, #slide-show-section #main-image-slider .owl-controls .owl-next:hover {
    width: 75px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#slide-show-section #main-image-slider .owl-controls .owl-prev:hover span, #slide-show-section #main-image-slider .owl-controls .owl-next:hover span {
    top: 3px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
}

#slide-show-section #main-image-slider .owl-controls .owl-prev {
    left: 50px;
}

#slide-show-section #main-image-slider .owl-controls .owl-prev span {
    right: 17px;
}

#slide-show-section #main-image-slider .owl-controls .owl-next {
    right: 50px;
}

#slide-show-section #main-image-slider .owl-controls .owl-next span {
    left: 20px;
}

#slide-show-section #main-image-slider .owl-controls .owl-next:before, #slide-show-section #main-image-slider .owl-controls .owl-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#slide-show-section #main-image-slider .owl-controls .owl-next:after {
    left: auto;
    right: -2px;
}

#slide-show-section #main-image-slider .slide-caption {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 10;
}

#slide-show-section #main-image-slider .slide-caption .title {
    position: absolute;
    left: 60px;
    bottom: 40px;
    padding: 0 30px;
    margin: 0;
    background: rgba(0, 0, 0, 0.4);
    letter-spacing: 5px;
    display: inline-block;
    color: #FFFFFF;
    font: 26px/60px "Playfair Display", Arial, Helvetica, sans-serif;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-left: 2px solid #d2bd7f;
    white-space: nowrap;
}

#slide-show-section #main-image-slider .owl-item.active .slide-caption .title {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 40px;
    letter-spacing: 0;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#slide-show-section #thumbnail-slider {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #222222;
    max-height: 200px;
    margin-top: 10px;
}

#slide-show-section #thumbnail-slider .owl-item {
    cursor: pointer;
    border: 5px solid #222222;
}

#slide-show-section #thumbnail-slider .owl-item:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#slide-show-section #thumbnail-slider .owl-item:last-child {
    border-right: 0;
}

#slide-show-section #thumbnail-slider .owl-item.synced:before {
    -webkit-box-shadow: inset 0 0 0 3px #d2bd7f;
    box-shadow: inset 0 0 0 3px #d2bd7f;
    opacity: 1;
    filter: alpha(opacity=100);
}

/**
 * Guest Book Styles
 */
#guest-book {
    padding: 80px 0 50px;
}

#guest-book .inner-container {
    padding: 0;
}

#guest-book .guest-book-item {
    text-align: center;
}

@media (max-width: 992px) {
    #guest-book .guest-book-item {
        width: 100%;
    }
}

#guest-book .guest-book-item .inner-box {
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#guest-book .guest-book-item .ravis-title-t-2 {
    margin-bottom: 40px;
}

#guest-book .guest-book-item .ravis-title-t-2 .title {
    font-size: 1.6em;
    line-height: 1.5em;
}

#guest-book .guest-book-item .ravis-title-t-2 .title span {
    padding: 0 15px 25px;
}

#guest-book .guest-book-item .ravis-title-t-2 .sub-title {
    font-size: 2em;
}

#guest-book .guest-book-item .content {
    line-height: 30px;
    margin-bottom: 20px;
}

#guest-book .guest-book-item cite {
    color: #d2bd7f;
    font: 15px/70px "Great Vibes", Arial, Helvetica, sans-serif;
}

#guest-book .guest-book-item:hover .inner-box {
    background: #fff;
}

#guest-book .guest-book-item.guest-book-form-box .ravis-title-t-2 {
    margin-bottom: 20px;
}

#guest-book .guest-book-item.guest-book-form-box .guest-book-form input, #guest-book .guest-book-item.guest-book-form-box .guest-book-form textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

#guest-book .guest-book-item.guest-book-form-box .guest-book-form textarea {
    height: 150px;
}

#guest-book .guest-book-item.guest-book-form-box .guest-book-form input[type="submit"] {
    background: #d2bd7f;
    color: #222222;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    border: 0;
}

/**
 * Blog Styles
 */
#blog-section {
    padding: 80px 0 40px;
}

#blog-section .post-main-container {
    padding: 0 40px 0 0;
}

@media (max-width: 992px) {
    #blog-section .post-main-container {
        padding: 0;
    }
}

#blog-section .post-box {
    background: #222222;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    margin-bottom: 40px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#blog-section .post-box:last-child {
    margin-bottom: 0;
}

#blog-section .post-box:hover {
    background: black;
}

#blog-section .post-box:hover .post-img-box:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

#blog-section .post-box:hover .post-b-sec .post-meta > div i {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#blog-section .post-box .post-img-box {
    display: block;
    position: relative;
    margin: 2px;
}

#blog-section .post-box .post-img-box:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#blog-section .post-box .post-img-box img {
    max-width: 100%;
}

#blog-section .post-box .post-b-sec {
    padding: 30px 60px 60px;
}

@media (max-width: 600px) {
    #blog-section .post-box .post-b-sec {
        padding: 10px 30px 30px;
    }
}

#blog-section .post-box .post-b-sec .post-title-box {
    position: relative;
    font: 1.8em/3em "Playfair Display", Arial, Helvetica, sans-serif;
    text-align: center;
}

@media (max-width: 992px) {
    #blog-section .post-box .post-b-sec .post-title-box {
        font-size: 1.4em;
        line-height: 2em;
        padding-bottom: 20px;
    }
}

#blog-section .post-box .post-b-sec .post-title-box:before, #blog-section .post-box .post-b-sec .post-title-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #d2bd7f;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#blog-section .post-box .post-b-sec .post-title-box:before {
    width: 350px;
    height: 2px;
}

@media (max-width: 440px) {
    #blog-section .post-box .post-b-sec .post-title-box:before {
        width: 200px;
    }
}

#blog-section .post-box .post-b-sec .post-title-box:after {
    width: 150px;
    height: 1px;
    bottom: -3px;
}

#blog-section .post-box .post-b-sec .post-title-box a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#blog-section .post-box .post-b-sec .post-title-box a:hover {
    color: #d2bd7f;
}

#blog-section .post-box .post-b-sec .post-meta {
    text-align: center;
    margin: 20px 0;
}

#blog-section .post-box .post-b-sec .post-meta > div {
    display: inline-block;
    color: #FFFFFF;
    margin: 20px;
    min-width: 80px;
}

@media (max-width: 440px) {
    #blog-section .post-box .post-b-sec .post-meta > div {
        display: block;
    }
}

#blog-section .post-box .post-b-sec .post-meta > div a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#blog-section .post-box .post-b-sec .post-meta > div a:hover {
    color: #d2bd7f;
}

#blog-section .post-box .post-b-sec .post-meta > div i {
    display: block;
    color: #d2bd7f;
    opacity: 0.2;
    filter: alpha(opacity=20);
    font-size: 1.6em;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#blog-section .post-box .post-b-sec .post-desc {
    line-height: 30px;
}

#blog-section .post-box .post-b-sec .post-desc blockquote {
    background: #1a1a1a;
    border: 2px solid #d2bd7f;
    font-size: 1em;
    line-height: 30px;
    padding: 50px;
    margin: 30px 0;
    position: relative;
}

#blog-section .post-box .post-b-sec .post-desc blockquote:before, #blog-section .post-box .post-b-sec .post-desc blockquote:after {
    position: absolute;
    display: block;
    font-family: "FontAwesome";
    font-size: 2em;
    color: rgba(210, 189, 127, 0.5);
}

#blog-section .post-box .post-b-sec .post-desc blockquote:before {
    content: "\f10d";
    left: 20px;
    top: 20px;
}

#blog-section .post-box .post-b-sec .post-desc blockquote:after {
    content: "\f10e";
    right: 20px;
    bottom: 20px;
}

#blog-section .post-box .post-b-sec .read-more-container {
    text-align: center;
    margin-top: 30px;
}

#blog-section .post-box .post-b-sec .read-more-container a {
    background: #d2bd7f;
    color: #222222;
    border: 1px solid #d2bd7f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 30px;
}

#blog-section .post-box .post-b-sec .read-more-container a:hover {
    background: #222222;
    color: #d2bd7f;
}

#blog-section .post-box .post-b-sec .post-tags {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 20px 0 15px;
    margin: 30px 0;
}

#blog-section .post-box .post-b-sec .post-tags ul {
    margin: 0;
}

#blog-section .post-box .post-b-sec .post-tags ul li {
    padding: 0;
}

#blog-section .post-box .post-b-sec .post-tags a {
    display: inline-block;
    line-height: 30px;
    border: 1px solid #d2bd7f;
    color: #d2bd7f;
    background: #000000;
    margin: 0 5px 5px 0;
    padding: 0 15px;
    font-size: .9em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#blog-section .post-box .post-b-sec .post-tags a:hover {
    background: #d2bd7f;
    color: #000000;
}

#blog-section .post-box .post-b-sec .comments-container {
    margin: 30px 0;
}

#blog-section .post-box .post-b-sec .comments-container h3 {
    font: 2em/2.5em "Playfair Display", Arial, Helvetica, sans-serif;
    margin: 0 0 60px;
    color: #d2bd7f;
    position: relative;
}

#blog-section .post-box .post-b-sec .comments-container h3 b {
    color: #FFFFFF;
    font-weight: normal;
}

#blog-section .post-box .post-b-sec .comments-container h3:before, #blog-section .post-box .post-b-sec .comments-container h3:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d2bd7f;
}

#blog-section .post-box .post-b-sec .comments-container h3:before {
    width: 120px;
    height: 2px;
}

#blog-section .post-box .post-b-sec .comments-container h3:after {
    width: 70px;
    height: 1px;
    bottom: -3px;
}

#blog-section .post-box .post-b-sec .comments-container .comment-box {
    padding: 30px 30px 40px 90px;
    margin: 0 0 30px 100px;
    position: relative;
    background: #1a1a1a;
}

#blog-section .post-box .post-b-sec .comments-container .comment-box:before, #blog-section .post-box .post-b-sec .comments-container .comment-box:after {
    content: " ";
    display: table;
}

#blog-section .post-box .post-b-sec .comments-container .comment-box:after {
    clear: both;
}

#blog-section .post-box .post-b-sec .comments-container .comment-box:last-child {
    margin-bottom: 0;
}

#blog-section .post-box .post-b-sec .comments-container .comment-box:first-child {
    margin-left: 65px;
}

@media (max-width: 600px) {
    #blog-section .post-box .post-b-sec .comments-container .comment-box {
        margin-left: 0;
        margin-top: 90px;
        padding: 80px 20px 30px;
    }

    #blog-section .post-box .post-b-sec .comments-container .comment-box:first-child {
        margin-left: 0;
    }
}

#blog-section .post-box .post-b-sec .comments-container .comment-box .user-img {
    background: #222222;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -60px;
    top: 50%;
    padding: 1px;
    margin-top: -60px;
}

@media (max-width: 600px) {
    #blog-section .post-box .post-b-sec .comments-container .comment-box .user-img {
        left: 50%;
        top: -60px;
        margin: 0 0 0 -60px;
    }
}

#blog-section .post-box .post-b-sec .comments-container .comment-box .user-img img {
    max-width: 100%;
}

#blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info {
    margin: 15px 0;
}

#blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info .user-name {
    font-size: 1.3em;
    color: #d2bd7f;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 600px) {
    #blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info .user-name {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
}

#blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info .comment-date {
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
    display: inline-block;
    vertical-align: sub;
}

#blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info .reply {
    float: right;
    color: #d2bd7f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info .reply:hover {
    color: #FFFFFF;
}

#blog-section .post-box .post-b-sec .comments-container .comment-box .comment-text {
    line-height: 25px;
}

#blog-section .post-box .post-b-sec .comment-form-container {
    margin-top: 80px;
}

#blog-section .post-box .post-b-sec .comment-form-container h3 {
    font: 2em/2.5em "Playfair Display", Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    color: #FFFFFF;
    position: relative;
}

#blog-section .post-box .post-b-sec .comment-form-container h3:before, #blog-section .post-box .post-b-sec .comment-form-container h3:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d2bd7f;
}

#blog-section .post-box .post-b-sec .comment-form-container h3:before {
    width: 120px;
    height: 2px;
}

#blog-section .post-box .post-b-sec .comment-form-container h3:after {
    width: 70px;
    height: 1px;
    bottom: -3px;
}

#blog-section .post-box .post-b-sec .comment-form-container > .desc {
    line-height: 30px;
}

#blog-section .post-box .post-b-sec .comment-form-container .comment-form {
    padding: 40px 0 20px;
}

#blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="text"], #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="email"], #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="tel"], #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="url"], #blog-section .post-box .post-b-sec .comment-form-container .comment-form textarea {
    width: 100%;
    height: 50px;
}

#blog-section .post-box .post-b-sec .comment-form-container .comment-form .field-row {
    margin: 0 0 20px;
}

#blog-section .post-box .post-b-sec .comment-form-container .comment-form .field-row:last-child {
    margin-bottom: 0;
}

#blog-section .post-box .post-b-sec .comment-form-container .comment-form textarea {
    height: 250px;
}

#blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="submit"] {
    background: #d2bd7f;
    color: #222222;
    border: 1px solid #d2bd7f;
    padding: 8px 100px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 440px) {
    #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="submit"] {
        padding: 8px 50px;
    }
}

#blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="submit"]:hover {
    background: #222222;
    color: #d2bd7f;
}

body.blog-left #blog-section .post-main-container {
    padding: 0 0 0 40px;
}

@media (max-width: 992px) {
    body.blog-left #blog-section .post-main-container {
        padding: 0;
        margin-top: 30px;
    }
}

body.blog-masonry #blog-section .post-main-container {
    padding: 0;
}

body.blog-masonry #blog-section .post-outer-box {
    margin-bottom: 30px;
}

body.blog-masonry #blog-section .post-box .post-b-sec {
    padding: 20px 30px 30px;
}

body.blog-masonry #blog-section .post-box .post-b-sec .post-title-box {
    font: 1.5em/1.5em "Playfair Display", Arial, Helvetica, sans-serif;
    padding-bottom: 30px;
}

body.blog-masonry #blog-section .post-box .post-b-sec .post-title-box:before {
    width: 90%;
}

body.blog-masonry #blog-section .post-box .post-b-sec .post-title-box:after {
    width: 60%;
}

body.blog-masonry #blog-section .post-box .post-b-sec .post-meta > div {
    margin: 10px 20px;
}

body.post-details #blog-section {
    margin-bottom: 80px;
}

body.post-details #blog-section .post-box:hover {
    background: #222222;
}

body.post-details #blog-section .post-box:hover .post-img-box:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

body.post-details #blog-section .post-box:hover .post-b-sec .post-meta > div i {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/**
 * Sidebar Styles
 */
#sidebar {
    background: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 30px;
}

#sidebar .widget {
    margin-bottom: 40px;
}

#sidebar .widget:last-child {
    margin-bottom: 0;
}

#sidebar .widget h3.side-title {
    position: relative;
    color: #000;
    margin: 0 0 30px;
    padding-bottom: 30px;
}

#sidebar .widget .side-title.h3 {
    position: relative;
    color: #000;
    margin: 0 0 30px;
    padding-bottom: 30px;
}

#sidebar .widget h3.side-title:before, #sidebar .widget h3.side-title:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d2bd7f;
}

#sidebar .widget .side-title.h3:before, #sidebar .widget .side-title.h3:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d2bd7f;
}

#sidebar .widget h3.side-title:before {
    width: 100%;
    height: 2px;
}

#sidebar .widget .side-title.h3:before {
    width: 100%;
    height: 2px;
}

#sidebar .widget h3.side-title:after {
    width: 50%;
    height: 1px;
    bottom: -3px;
}

#sidebar .widget .side-title.h3:after {
    width: 50%;
    height: 1px;
    bottom: -3px;
}

#sidebar .widget .textwidget {
    line-height: 30px;
}

#sidebar .widget ul li {
    line-height: 50px;
    border-bottom: 1px solid #d2bd7f;
    text-align: left;
    color: #d2bd7f;
}

#sidebar .widget ul li:last-child {
    border-bottom: 0;
}

#sidebar .widget ul li a {
    display: block;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sidebar .widget ul li a:hover {
    color: #d2bd7f;
}

#sidebar .widget .tagcloud a {
    display: inline-block;
    line-height: 30px;
    border: 1px solid #d2bd7f;
    color: #d2bd7f;
    background: #000000;
    margin: 0 5px 5px 0;
    padding: 0 15px;
    font-size: .9em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sidebar .widget .tagcloud a:hover {
    background: #d2bd7f;
    color: #000000;
}

#sidebar .widget.widget_search .search-form:before, #sidebar .widget.widget_search .search-form:after {
    content: " ";
    display: table;
}

#sidebar .widget.widget_search .search-form:after {
    clear: both;
}

#sidebar .widget.widget_search .search-form label {
    float: left;
    width: 80%;
    position: relative;
    margin-bottom: 0;
}

#sidebar .widget.widget_search .search-form label > span {
    display: none;
}

#sidebar .widget.widget_search .search-form label input {
    border: 1px solid #d2bd7f;
    border-right: 0;
    background: #222222;
    color: #FFFFFF;
    font-weight: normal;
    padding: 0 15px;
    width: 100%;
    height: 45px;
}

#sidebar .widget.widget_search .search-form label input.placeholder {
    color: #FFFFFF;
}

#sidebar .widget.widget_search .search-form label input:-moz-placeholder {
    color: #FFFFFF;
}

#sidebar .widget.widget_search .search-form label input::-moz-placeholder {
    color: #FFFFFF;
}

#sidebar .widget.widget_search .search-form label input:-ms-input-placeholder {
    color: #FFFFFF;
}

#sidebar .widget.widget_search .search-form label input::-webkit-input-placeholder {
    color: #FFFFFF;
}

#sidebar .widget.widget_search .search-form label:after {
    display: block;
    content: "\f002";
    font: 16px/20px "FontAwesome";
    color: #d2bd7f;
    position: absolute;
    right: -40px;
    top: 11px;
}

#sidebar .widget.widget_search .search-form .search-submit {
    float: left;
    border: 1px solid #d2bd7f;
    border-left: 0;
    background: transparent;
    text-indent: -999999px;
    overflow: hidden;
    width: 20%;
    height: 45px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

/**
 * Sidebar Styles
 */
#rooms-section {
    padding: 80px 0;
}

#rooms-section .inner-container > .desc {
    margin: 50px auto 60px;
    text-align: center;
    max-width: 700px;
    line-height: 30px;
}

#rooms-section.row-view .room-container .room-box {
    display: table;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    #rooms-section.row-view .room-container .room-box {
        display: block;
        margin-right: 0;
        margin-left: 0;
        padding: 0 30px;
    }
}

#rooms-section.row-view .room-container .room-box:hover .room-img, #rooms-section.row-view .room-container .room-box:hover .r-sec {
    -webkit-box-shadow: 0 0 0 3px #d2bd7f;
    box-shadow: 0 0 0 3px #d2bd7f;
}

#rooms-section.row-view .room-container .room-box:hover .room-img:before, #rooms-section.row-view .room-container .room-box:hover .room-img:after {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#rooms-section.row-view .room-container .room-box:hover .room-img a {
    opacity: 1;
    filter: alpha(opacity=100);
}

#rooms-section.row-view .room-container .room-box:hover .r-sec {
    background: #222222;
}

#rooms-section.row-view .room-container .room-box .room-img, #rooms-section.row-view .room-container .room-box .r-sec {
    display: table-cell;
    vertical-align: top;
    float: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 992px) {
    #rooms-section.row-view .room-container .room-box .room-img, #rooms-section.row-view .room-container .room-box .r-sec {
        display: block;
    }
}

#rooms-section.row-view .room-container .room-box .room-img {
    border-right: 0;
    position: relative;
}

@media (max-width: 992px) {
    #rooms-section.row-view .room-container .room-box .room-img {
        height: 400px;
    }
}

#rooms-section.row-view .room-container .room-box .room-img .more-info-url {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    border-right: 3px solid #d2bd7f;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 992px) {
    #rooms-section.row-view .room-container .room-box .room-img .more-info-url {
        border-right: 0;
        border-bottom: 3px solid #d2bd7f;
    }
}

#rooms-section.row-view .room-container .room-box .room-img:before, #rooms-section.row-view .room-container .room-box .room-img:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 2px;
    background: #d2bd7f;
    z-index: 2;
    margin-top: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#rooms-section.row-view .room-container .room-box .room-img:after {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

#rooms-section.row-view .room-container .room-box .r-sec {
    padding: 0;
    background: #090909;
}

#rooms-section.row-view .room-container .room-box .m-sec {
    padding: 40px 0 40px 40px;
}

@media (max-width: 992px) {
    #rooms-section.row-view .room-container .room-box .m-sec {
        padding: 40px 0 0 40px;
    }
}

#rooms-section.row-view .room-container .room-box .m-sec .title-box {
    border-left: 2px solid #d2bd7f;
    padding: 0 20px 10px 20px;
}

#rooms-section.row-view .room-container .room-box .m-sec .title-box > .title {
    margin: 0;
    color: #FFFFFF;
    font: 24px/45px "Playfair Display", Arial, Helvetica, sans-serif;
}

#rooms-section.row-view .room-container .room-box .m-sec .title-box .price {
    color: #d2bd7f;
    font: 1.6em/30px "Great Vibes", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#rooms-section.row-view .room-container .room-box .m-sec .title-box .price > div {
    display: inline-block;
}

#rooms-section.row-view .room-container .room-box .m-sec .title-box .price .value {
    color: #FFFFFF;
}

#rooms-section.row-view .room-container .room-box .m-sec .amenities {
    margin: 30px 0;
}

#rooms-section.row-view .room-container .room-box .m-sec .amenities ul {
    margin: 0;
}

#rooms-section.row-view .room-container .room-box .m-sec .amenities ul li {
    padding: 0;
}

#rooms-section.row-view .room-container .room-box .m-sec .amenities ul li > div {
    display: inline-block;
    line-height: 30px;
}

#rooms-section.row-view .room-container .room-box .m-sec .amenities ul li .title {
    width: 90px;
}

#rooms-section.row-view .room-container .room-box .m-sec .amenities ul li .value {
    color: #d2bd7f;
}

#rooms-section.row-view .room-container .room-box .m-sec .more-info {
    color: #222222;
    padding: 5px 40px;
    background: #d2bd7f;
    display: inline-block;
    border: 1px solid #d2bd7f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#rooms-section.row-view .room-container .room-box .m-sec .more-info:hover {
    color: #d2bd7f;
    background: #222222;
}

#rooms-section.row-view .room-container .room-box .desc {
    padding: 40px;
    line-height: 30px;
}

.room-container {
    margin: 50px -15px 0;
}

.room-container .room-box {
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .room-container .room-box {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

.room-container .room-box > .inner-box {
    height: 550px;
    background-size: cover;
    position: relative;
}
.room-container-categories.room-container .room-box > .inner-box {
    height: 300px;
    background-size: cover;
    position: relative;
}

.room-container .room-box > .inner-box:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.6);
}

.room-container .room-box > .inner-box .more-info {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
}

.room-container .room-box > .inner-box .desc .inner-box a{
    color:#fff;
}

.room-container .room-box > .inner-box .caption {
    border-left: 2px solid #d2bd7f;
    padding: 10px 20px 20px 20px;
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    bottom: 30px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.room-container .room-box > .inner-box .caption > .title {
    margin: 0;
    color: #FFFFFF;
    font: 24px/45px "Playfair Display", Arial, Helvetica, sans-serif;
}

.room-container .room-box > .inner-box .caption .price {
    color: #d2bd7f;
    font: 1.6em/30px "Great Vibes", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.room-container .room-box > .inner-box .caption .price > div {
    display: inline-block;
}

.room-container .room-box > .inner-box .caption .price .value {
    color: #FFFFFF;
}

.room-container .room-box > .inner-box .caption .desc {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    max-height: 0;
    overflow: hidden;
    padding: 1px;
}

.room-container .room-box > .inner-box .caption .desc .inner-box {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    visibility: hidden;
    padding-top: 10px;
    top: 30px;
}

.room-container .room-box > .inner-box:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
}



.room-container .room-box > .inner-box:hover .caption .desc {
    max-height: 100px;
}

.room-container .room-box > .inner-box:hover .caption .desc .inner-box {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/**
 * Booking Section Styles
 */
#booking-section {
    padding: 80px 0;
}

#booking-section .l-sec {
    background: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 30px;
}

#booking-section .l-sec .ravis-title-t-2 .title {
    font-size: 20px;
    line-height: 40px;
}

#booking-section .l-sec .ravis-title-t-2 .title span {
    padding-bottom: 15px;
}

#booking-section .l-sec .check-in-out-container {
    margin: 40px 0px;
}



#booking-section .l-sec .check-in-out-container .check-in-out-box:last-child {
    border-bottom: 0;
}

#booking-section .l-sec .check-in-out-container .check-in-out-box > div {
    display: inline-block;
}

#booking-section .l-sec .check-in-out-container .check-in-out-box .value {
    float: right;
    color: #d2bd7f;
}

#booking-section .l-sec .selected-room-container {
    margin: 30px 0 20px;
}

#booking-section .l-sec .selected-room-container .selected-room-box {
    background: #1d1d1d;
    padding: 10px 20px;
    position: relative;
    line-height: 35px;
    margin-bottom: 15px;
}

#booking-section .l-sec .selected-room-container .selected-room-box:before, #booking-section .l-sec .selected-room-container .selected-room-box:after {
    content: " ";
    display: table;
}

#booking-section .l-sec .selected-room-container .selected-room-box:after {
    clear: both;
}

#booking-section .l-sec .selected-room-container .selected-room-box:last-child {
    margin-bottom: 0;
}

#booking-section .l-sec .selected-room-container .selected-room-box .room-title, #booking-section .l-sec .selected-room-container .selected-room-box .adult-count, #booking-section .l-sec .selected-room-container .selected-room-box .child-count {
    float: left;
    width: 50%;
}

@media (max-width: 1200px) {
    #booking-section .l-sec .selected-room-container .selected-room-box .room-title, #booking-section .l-sec .selected-room-container .selected-room-box .adult-count, #booking-section .l-sec .selected-room-container .selected-room-box .child-count {
        float: none;
        width: 100%;
    }
}

#booking-section .l-sec .selected-room-container .selected-room-box .room-title > div, #booking-section .l-sec .selected-room-container .selected-room-box .adult-count > div, #booking-section .l-sec .selected-room-container .selected-room-box .child-count > div {
    display: inline-block;
}

#booking-section .l-sec .selected-room-container .selected-room-box .room-title .title, #booking-section .l-sec .selected-room-container .selected-room-box .adult-count .title, #booking-section .l-sec .selected-room-container .selected-room-box .child-count .title {
    width: 80px;
}

#booking-section .l-sec .selected-room-container .selected-room-box .room-title .value, #booking-section .l-sec .selected-room-container .selected-room-box .adult-count .value, #booking-section .l-sec .selected-room-container .selected-room-box .child-count .value {
    color: #d2bd7f;
}

#booking-section .l-sec .selected-room-container .selected-room-box .room-title {
    width: 100%;
}

#booking-section .l-sec .selected-room-container .selected-room-box a.edit-box {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 0 15px;
    line-height: 20px;
    font-size: .8em;
    text-transform: uppercase;
    display: inline-block;
    background: #d2bd7f;
    color: #222222;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1200px) {
    #booking-section .l-sec .selected-room-container .selected-room-box a.edit-box {
        position: initial;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
}

#booking-section .l-sec .selected-room-container .selected-room-box:hover a.edit-box {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

#booking-section .l-sec .selected-room-container .selected-room-box .price {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 0 10px;
    line-height: 20px;
    font-size: .9em;
    display: inline-block;
    background: #222222;
    color: #d2bd7f;
    border: 1px solid #d2bd7f;
}

@media (max-width: 1200px) {
    #booking-section .l-sec .selected-room-container .selected-room-box .price {
        position: initial;
    }
}

#booking-section .l-sec .selected-room-container .selected-room-box.active {
    background: #151515;
    color: #FFFFFF;
    border: 1px solid #d2bd7f;
}

#booking-section .l-sec .price-details-container {
    background: #1a1a1a;
    padding: 10px 30px 20px;
}

#booking-section .l-sec .price-details-container .price-detail-box {
    border-bottom: 1px solid #000000;
    line-height: 50px;
}

@media (max-width: 1200px) {
    #booking-section .l-sec .price-details-container .price-detail-box {
        line-height: 30px;
        text-align: center;
    }
}

#booking-section .l-sec .price-details-container .price-detail-box > div {
    display: inline-block;
    vertical-align: middle;
}

#booking-section .l-sec .price-details-container .price-detail-box .title {
    width: 150px;
}

@media (max-width: 1200px) {
    #booking-section .l-sec .price-details-container .price-detail-box .title {
        width: 100%;
    }
}

#booking-section .l-sec .price-details-container .price-detail-box .value {
    float: right;
    color: #d2bd7f;
}

@media (max-width: 1200px) {
    #booking-section .l-sec .price-details-container .price-detail-box .value {
        float: none;
        display: block;
    }
}

#booking-section .l-sec .price-details-container .price-detail-box.total {
    border: 2px solid #d2bd7f;
    padding: 0 10px;
    background: #2a2a2a;
}

#booking-section .l-sec .price-details-container .price-detail-box.total .title {
    color: #FFFFFF;
}

#booking-section .l-sec .price-details-container .payment-method {
    padding: 10px 0;
}

#booking-section .l-sec .price-details-container .payment-method .ravis-radio {
    display: inline-block;
    width: 49%;
}

@media (max-width: 1200px) {
    #booking-section .l-sec .price-details-container .payment-method .ravis-radio {
        display: block;
        width: 100%;
    }
}

#booking-section .l-sec .price-details-container .payment-method .ravis-radio label {
    line-height: 30px;
}

#booking-section .l-sec .price-details-container .deposit-price {
    border-top: 1px solid #000000;
    line-height: 50px;
}

#booking-section .l-sec .price-details-container .deposit-price > div {
    display: inline-block;
    vertical-align: middle;
}

#booking-section .l-sec .price-details-container .deposit-price .title-box .title {
    color: #FFFFFF;
    line-height: 20px;
}

#booking-section .l-sec .price-details-container .deposit-price .title-box .sub-title {
    color: #d2bd7f;
    font-size: .8em;
    line-height: 10px;
}

#booking-section .l-sec .price-details-container .deposit-price .value {
    float: right;
    color: #d2bd7f;
}

#booking-section .r-sec {
    padding-right: 0;
    padding-left: 50px;
}

@media (max-width: 992px) {
    #booking-section .r-sec {
        padding-left: 0;
        margin-top: 50px;
    }
}

#booking-section .r-sec .steps {
    padding: 15px 10px;
    background: #1d1d1d;
    color: #FFFFFF;
    margin-bottom: 30px;
}

#booking-section .r-sec .steps ul li {
    padding: 0 28px;
    position: relative;
    text-align: center;
}

#booking-section .r-sec .steps ul li:before, #booking-section .r-sec .steps ul li:after {
    display: block;
    content: '';
    position: absolute;
}

#booking-section .r-sec .steps ul li:before {
    width: 30px;
    height: 1px;
    right: -15px;
    top: 11px;
    background: #d2bd7f;
}

#booking-section .r-sec .steps ul li:after {
    top: 7px;
    right: -18px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #d2bd7f;
    border-bottom: 4px solid transparent;
}

#booking-section .r-sec .steps ul li:last-child:after, #booking-section .r-sec .steps ul li:last-child:before {
    display: none;
}

#booking-section .r-sec .steps ul li.active {
    color: #d2bd7f;
}

#booking-section .r-sec .inner-box {
    background: #fff;
    border: 2px solid #fff0b7;
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 30px;
}

@media (max-width: 390px) {
    #booking-section .r-sec .inner-box {
        padding: 20px;
    }
}

#booking-section.step-3 .l-sec .selected-room-container .selected-room-box {
    margin-bottom: 0;
    border-bottom: 1px solid #000000;
}

#room-field-tmpl {
    display: none;
}

#room-information-form {
    margin-top: 22px;
}

#room-information-form .field-row {
    margin-bottom: 20px;
    position: relative;
}

#room-information-form .field-row > i {
    color: #d2bd7f;
    position: absolute;
    right: 20px;
    top: 17px;
}

#room-information-form .field-row:last-child {
    margin-bottom: 0;
}

#room-information-form .field-row.room-field:before, #room-information-form .field-row.room-field:after {
    content: " ";
    display: table;
}

#room-information-form .field-row.room-field:after {
    clear: both;
}

#room-information-form .field-row.room-field .title {
    color: #d2bd7f;
    display: inline-block;
    width: 21%;
}

@media (max-width: 1200px) {
    #room-information-form .field-row.room-field .title {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

#room-information-form .field-row.room-field .select2-container {
    width: 35%;
}

@media (max-width: 1200px) {
    #room-information-form .field-row.room-field .select2-container {
        width: 45%;
    }
}

#room-information-form .field-row.room-field .select2-container.adult-field {
    margin: 0 10px;
}

#room-information-form .field-row.room-field .select2-container .select2-choice {
    height: 50px;
    line-height: 47px;
    padding-left: 15px;
}

#room-information-form .field-row.room-field .select2-container .select2-choice .select2-arrow {
    top: 3px;
    right: 10px;
}

#room-information-form .field-row.check-in, #room-information-form .field-row.check-out, #room-information-form .field-row.duration {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #1d1d1d;
}

#room-information-form .field-row.check-in .check-in-box, #room-information-form .field-row.check-in .check-out-box, #room-information-form .field-row.check-in .duration-box, #room-information-form .field-row.check-out .check-in-box, #room-information-form .field-row.check-out .check-out-box, #room-information-form .field-row.check-out .duration-box, #room-information-form .field-row.duration .check-in-box, #room-information-form .field-row.duration .check-out-box, #room-information-form .field-row.duration .duration-box {
    line-height: 50px;
    color: #FFFFFF;
}

#room-information-form .field-row.check-in .check-in-box > div, #room-information-form .field-row.check-in .check-out-box > div, #room-information-form .field-row.check-in .duration-box > div, #room-information-form .field-row.check-out .check-in-box > div, #room-information-form .field-row.check-out .check-out-box > div, #room-information-form .field-row.check-out .duration-box > div, #room-information-form .field-row.duration .check-in-box > div, #room-information-form .field-row.duration .check-out-box > div, #room-information-form .field-row.duration .duration-box > div {
    display: inline-block;
}

#room-information-form .field-row.check-in .check-in-box > div.title, #room-information-form .field-row.check-in .check-out-box > div.title, #room-information-form .field-row.check-in .duration-box > div.title, #room-information-form .field-row.check-out .check-in-box > div.title, #room-information-form .field-row.check-out .check-out-box > div.title, #room-information-form .field-row.check-out .duration-box > div.title, #room-information-form .field-row.duration .check-in-box > div.title, #room-information-form .field-row.duration .check-out-box > div.title, #room-information-form .field-row.duration .duration-box > div.title {
    width: 100px;
}

#room-information-form .field-row.check-in .check-in-box > div.value, #room-information-form .field-row.check-in .check-out-box > div.value, #room-information-form .field-row.check-in .duration-box > div.value, #room-information-form .field-row.check-out .check-in-box > div.value, #room-information-form .field-row.check-out .check-out-box > div.value, #room-information-form .field-row.check-out .duration-box > div.value, #room-information-form .field-row.duration .check-in-box > div.value, #room-information-form .field-row.duration .check-out-box > div.value, #room-information-form .field-row.duration .duration-box > div.value {
    color: #d2bd7f;
    margin-left: 20px;
}

#room-information-form .room-field-container .field-row:last-child {
    margin-bottom: 20px;
}

#room-information-form .input-daterange {
    margin-bottom: 20px;
}

#room-information-form input {
    width: 100%;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    border-color: #1d1d1d;
    background: #1d1d1d;
}

#room-information-form input[type="submit"] {
    background: #d2bd7f;
    color: #222222;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    border: 0;
}

#room-information-form .select2-container {
    width: 100%;
}

#room-information-form .select2-container .select2-choice {
    height: 50px;
    line-height: 47px;
    padding-left: 15px;
    border-color: #1d1d1d;
    background: #1d1d1d;
}

#room-information-form .select2-container .select2-choice .select2-arrow {
    top: 3px;
    right: 10px;
}

#room-information-form .select2-container.select2-dropdown-open .select2-choice {
    border-color: #d2bd7f;
}

#booking-date-range-inline .check-in {
    padding-left: 0;
}

@media (max-width: 992px) {
    #booking-date-range-inline .check-in {
        padding: 0;
        margin-bottom: 30px;
    }
}

#booking-date-range-inline .check-out {
    padding-right: 0;
}

@media (max-width: 992px) {
    #booking-date-range-inline .check-out {
        padding: 0;
    }
}

#booking-date-range-inline .datepicker {
    background: #1d1d1d;
    padding: 20px;
}

#booking-date-range-inline .datepicker td, #booking-date-range-inline .datepicker th {
    padding: 7px;
}

#booking-date-range-inline .datepicker td.next, #booking-date-range-inline .datepicker td.prev, #booking-date-range-inline .datepicker th.next, #booking-date-range-inline .datepicker th.prev {
    line-height: 9px;
    font-size: 18px;
}

#booking-room-container .room-box {
    display: table;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    #booking-room-container .room-box {
        display: block;
    }
}

#booking-room-container .room-box:last-child {
    margin-bottom: 0;
}

#booking-room-container .room-box .room-img, #booking-room-container .room-box .r-sec {
    display: table-cell;
    vertical-align: top;
    float: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 992px) {
    #booking-room-container .room-box .room-img, #booking-room-container .room-box .r-sec {
        display: block;
    }
}

#booking-room-container .room-box .room-img {
    border-right: 0;
    position: relative;
    background-size: cover;
}

@media (max-width: 992px) {
    #booking-room-container .room-box .room-img {
        height: 400px;
    }
}

#booking-room-container .room-box .room-img .select-room-box {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
}

#booking-room-container .room-box .room-img .select-room-box a {
    display: inline-block;
    background: #d2bd7f;
    color: #222222;
    line-height: 30px;
    padding: 5px 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#booking-room-container .room-box .room-img .select-room-box a:hover {
    background: #222222;
    color: #d2bd7f;
}

#booking-room-container .room-box .r-sec {
    padding: 30px;
    background: #1d1d1d;
}

@media (max-width: 992px) {
    #booking-room-container .room-box .r-sec {
        margin: 0;
    }
}

#booking-room-container .room-box .title-box {
    border-left: 2px solid #d2bd7f;
    padding-left: 20px;
    position: relative;
}

#booking-room-container .room-box .title-box > .title {
    margin: 0;
    color: #FFFFFF;
    font: 24px/45px "Playfair Display", Arial, Helvetica, sans-serif;
}

#booking-room-container .room-box .title-box .price {
    color: #d2bd7f;
    font: 1.6em/30px "Great Vibes", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#booking-room-container .room-box .title-box .price > div {
    display: inline-block;
}

#booking-room-container .room-box .title-box .price .value {
    color: #FFFFFF;
}

#booking-room-container .room-box .title-box .price-breakdown {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: .9em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1200px) {
    #booking-room-container .room-box .title-box .price-breakdown {
        position: initial;
        right: 0;
        bottom: 0;
    }
}

#booking-room-container .room-box .title-box .price-breakdown i {
    display: inline-block;
    margin-right: 5px;
    color: #d2bd7f;
}

#booking-room-container .room-box .amenities {
    margin: 10px 0;
}

#booking-room-container .room-box .amenities ul {
    margin: 0;
}

#booking-room-container .room-box .amenities ul li {
    padding: 0;
}

@media (max-width: 992px) {
    #booking-room-container .room-box .amenities ul li {
        display: block;
        width: 100%;
    }
}

#booking-room-container .room-box .amenities ul li > div {
    display: inline-block;
    line-height: 30px;
}

#booking-room-container .room-box .amenities ul li .title {
    width: 90px;
}

#booking-room-container .room-box .amenities ul li .value {
    color: #d2bd7f;
}

#booking-room-container .room-box .desc {
    line-height: 30px;
}

.price-breakdown-popup {
    width: 500px;
    background: #222222;
    padding: 30px;
}

@media (max-width: 600px) {
    .price-breakdown-popup {
        width: auto;
        max-width: 100%;
    }
}

.price-breakdown-popup table {
    width: 100%;
    border: 1px solid #d2bd7f;
    border-collapse: collapse;
    background: #1d1d1d;
}

.price-breakdown-popup table td {
    padding: 0 20px;
}

@media (max-width: 440px) {
    .price-breakdown-popup table td {
        padding: 0 10px;
    }
}

.price-breakdown-popup table td > div {
    display: inline-block;
}

.price-breakdown-popup table td .title {
    font: 1.3em/60px "Playfair Display", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    width: 90px;
}

@media (max-width: 600px) {
    .price-breakdown-popup table td .title {
        line-height: 40px;
    }
}

.price-breakdown-popup table td .duration {
    margin-left: 30px;
    font-size: .9em;
}

@media (max-width: 600px) {
    .price-breakdown-popup table td .duration {
        margin: 0 0 20px;
    }
}

.price-breakdown-popup table td.price {
    color: #d2bd7f;
    font: 1.8em/2em "Great Vibes", Arial, Helvetica, sans-serif;
}

.price-breakdown-popup table tr:last-child td {
    background: #090909;
    border-top: 1px solid #d2bd7f;
}

#booking-guest-info-form {
    background: #fff;
    padding: 30px;
}

#booking-guest-info-form input, #booking-guest-info-form textarea {
    width: 100%;
}

#booking-guest-info-form textarea {
    height: 150px;
}

#booking-guest-info-form .field-row {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    #booking-guest-info-form .field-row {
        margin-bottom: 0;
    }

    #booking-guest-info-form .field-row input, #booking-guest-info-form .field-row textarea {
        margin-bottom: 20px;
    }
}

#booking-guest-info-form .field-row:last-child {
    margin-bottom: 0;
}

#booking-guest-info-form .field-row > div {
    padding: 0 10px;
}

@media (max-width: 992px) {
    #booking-guest-info-form .field-row > div {
        padding: 0;
    }
}

#booking-guest-info-form .field-row > div:first-child {
    padding-left: 0;
}

#booking-guest-info-form .field-row > div:last-child {
    padding-right: 0;
}

#booking-guest-info-form .field-row.btn-container button {
    background: #d2bd7f;
    color: #222222;
    border: 1px solid #d2bd7f;
    padding: 8px 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 600px) {
    #booking-guest-info-form .field-row.btn-container button {
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
}

#booking-guest-info-form .field-row.btn-container button:hover {
    background: #222222;
    color: #d2bd7f;
}

#booking-guest-info-form .field-row.btn-container button:focus {
    outline: none;
}

#booking-guest-info-form .field-row.btn-container button:first-child {
    margin-right: 10px;
}

#confirmation-message {
    background: #fff;
    padding: 30px;
    text-align: center;
}

#confirmation-message .ravis-title-t-2 .title, #confirmation-message .ravis-title-t-2 .sub-title {
    font-size: 26px;
}

#confirmation-message .desc {
    font-size: 1.1em;
    margin: 30px 0;
}

#confirmation-message .desc a {
    color: #d2bd7f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#confirmation-message .desc a:hover {
    color: #FFFFFF;
}

/**
 * Contact Section Styles
 */
#contact-section {
    margin: 70px 0;
}

#contact-section .t-sec {
    text-align: center;
}

#contact-section .t-sec .content {
    max-width: 800px;
    line-height: 30px;
    margin: 20px auto;
}

#contact-section .t-sec .contact-info {
    margin: 110px 0;
}

@media (max-width: 767px) {
    #contact-section .t-sec .contact-info {
        margin: 70px 40px;
    }
}

#contact-section .t-sec .contact-info .contact-inf-box {
    display: inline-block;
    font: 1.3em/1em "Playfair Display", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    max-width: 300px;
    vertical-align: top;
    text-align: left;
    margin-right: 40px;
}

@media (max-width: 992px) {
    #contact-section .t-sec .contact-info .contact-inf-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #contact-section .t-sec .contact-info .contact-inf-box {
        display: block;
        max-width: none;
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    #contact-section .t-sec .contact-info .contact-inf-box {
        text-align: center;
    }
}

#contact-section .t-sec .contact-info .contact-inf-box:last-child {
    margin-right: 0;
}

#contact-section .t-sec .contact-info .contact-inf-box .icon-box {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
    color: #d2bd7f;
    background: #151515;
    position: relative;
    font-size: 1.1em;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 600px) {
    #contact-section .t-sec .contact-info .contact-inf-box .icon-box {
        text-align: center;
        margin-bottom: 20px;
    }
}

#contact-section .t-sec .contact-info .contact-inf-box .icon-box:before, #contact-section .t-sec .contact-info .contact-inf-box .icon-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    border: 2px solid #d2bd7f;
}

#contact-section .t-sec .contact-info .contact-inf-box .icon-box:before {
    top: 0;
    border-bottom: 0;
}

#contact-section .t-sec .contact-info .contact-inf-box .icon-box:after {
    bottom: 0;
    border-top: 0;
}

#contact-section .t-sec .contact-info .contact-inf-box .text {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    color: #543D1B;
}

@media (max-width: 767px) {
    #contact-section .t-sec .contact-info .contact-inf-box .text {
        max-width: none;
    }
}

@media (max-width: 600px) {
    #contact-section .t-sec .contact-info .contact-inf-box .text {
        display: block;
    }
}

#contact-section .b-sec {
    background: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 3px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 3px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 1px;
    display: table;
    width: 100%;
    margin: 50px 0;
}

@media (max-width: 992px) {
    #contact-section .b-sec {
        display: block;
    }
}

#contact-section .b-sec > div {
    display: table-cell;
    vertical-align: top;
    float: none;
}

@media (max-width: 992px) {
    #contact-section .b-sec > div {
        display: block;
    }
}

#contact-section .b-sec .contact-form {
    padding: 40px;
}

@media (max-width: 440px) {
    #contact-section .b-sec .contact-form {
        padding: 20px;
    }
}

#contact-section .b-sec .contact-form form .field-row {
    margin-bottom: 15px;
}

#contact-section .b-sec .contact-form form .field-row:last-child {
    margin-bottom: 0;
}

#contact-section .b-sec .contact-form form input {
    width: 100%;
}

#contact-section .b-sec .contact-form form input[type="submit"] {
    background: #d2bd7f;
    border: 1px solid #d2bd7f;
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    padding: 10px 20px;
    font-size: 1.2em;
}

#contact-section .b-sec .contact-form form input[type="submit"]:hover {
    background: #222222;
    color: #d2bd7f;
}

#contact-section .b-sec .contact-form form textarea {
    width: 100%;
    height: 230px;
}

#contact-section .b-sec #google-map {
    padding: 0;
}

@media (max-width: 992px) {
    #contact-section .b-sec #google-map {
        height: 400px;
    }
}

/**
 * Staff Section Styles
 */
#staff-section {
    margin: 30px 0 50px;
}

#staff-section .staff-row .staff-box {
    margin-top: 80px;
}

#staff-section .staff-row .staff-box .staff-box-inner {
    position: relative;
}

#staff-section .staff-row .staff-box .staff-box-inner:before, #staff-section .staff-row .staff-box .staff-box-inner:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    border: 3px solid #d2bd7f;
}

#staff-section .staff-row .staff-box .staff-box-inner:before {
    top: 0;
    border-bottom: 0;
}

#staff-section .staff-row .staff-box .staff-box-inner:after {
    bottom: 0;
    border-top: 0;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box {
    display: table;
    width: 100%;
    position: relative;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box:before, #staff-section .staff-row .staff-box .staff-box-inner .inner-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    height: 75px;
    border: 1px solid #d2bd7f;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box:before {
    top: 5px;
    border-bottom: 0;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box:after {
    bottom: 5px;
    border-top: 0;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img, #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info {
    display: table-cell;
    vertical-align: top;
    float: none;
}

@media (max-width: 600px) {
    #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img, #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info {
        display: block;
    }
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img {
    position: relative;
}

@media (max-width: 992px) {
    #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img {
        min-width: 280px;
    }
}

@media (max-width: 600px) {
    #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img {
        text-align: center;
        min-width: initial;
    }
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img img {
    position: absolute;
    left: 50%;
    bottom: 6px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

@media (max-width: 600px) {
    #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img img {
        position: initial;
        left: 0;
        bottom: 0;
        margin-top: -60px;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info {
    padding: 30px 0 50px;
}

@media (max-width: 600px) {
    #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info {
        padding: 0 30px 30px;
        text-align: center;
    }
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .ravis-title-t-1 .title, #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .ravis-title-t-1 .sub-title {
    font-size: 1.7em;
    line-height: 60px;
}

@media (max-width: 600px) {
    #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .ravis-title-t-1 .title {
        font-size: 1.4em;
    }

    #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .ravis-title-t-1 .sub-title {
        line-height: 40px;
    }
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .desc {
    line-height: 25px;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    line-height: 40px;
    text-align: center;
    color: #d2bd7f;
    background: #151515;
    position: relative;
    font-size: 1.1em;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 600px) {
    #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a {
        margin-bottom: 17px;
    }
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:before, #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    border: 2px solid #d2bd7f;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:before {
    top: 0;
    border-bottom: 0;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:after {
    bottom: 0;
    border-top: 0;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:hover:before, #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:hover:after {
    height: 30px;
}

#staff-section .staff-row .staff-box .staff-box-inner .inner-box .clear-box {
    clear: both;
}

#staff-section .pagination-box {
    margin-top: 80px;
}

/**
 * Promo Section Styles
 */
#promo-section {
    position: relative;
    padding: 200px 0;
    background-size: cover;
}

#promo-section:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#promo-section .ravis-title .sub-title {
    font-size: 2.5em;
    line-height: 0.4em;
    padding-top: 30px;
}

@media (max-width: 992px) {
    #promo-section .ravis-title .sub-title {
        font-size: 2.3em;
    }
}

#promo-section .ravis-title .title {
    font-size: 3.5em;
    line-height: 1.8em;
}

@media (max-width: 992px) {
    #promo-section .ravis-title .title {
        font-size: 2.4em;
    }
}

/**
 * Restaurant Menu Section Styles
 */
#restaurant-menus {
    margin: 60px 0;
}

#restaurant-menus .t-sec {
    text-align: center;
}

#restaurant-menus .t-sec .content {
    max-width: 800px;
    line-height: 30px;
    margin: 50px auto;
}

#restaurant-menus .b-sec {
    margin: 100px 0 50px;
    background: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 3px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 3px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    width: 100%;
    display: table;
    padding: 1px;
}

@media (max-width: 992px) {
    #restaurant-menus .b-sec {
        display: block;
    }
}

#restaurant-menus .b-sec > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

@media (max-width: 992px) {
    #restaurant-menus .b-sec > div {
        display: block;
        width: 100%;
    }
}

#restaurant-menus .b-sec .tab-container {
    padding: 20px 0;
}

@media (max-width: 440px) {
    #restaurant-menus .b-sec .tab-container {
        padding: 0;
    }
}

#restaurant-menus .b-sec .tab-container .tab-box {
    text-align: center;
    margin: 30px 70px;
    position: relative;
    display: block;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 440px) {
    #restaurant-menus .b-sec .tab-container .tab-box {
        margin: 30px 40px;
    }
}

#restaurant-menus .b-sec .tab-container .tab-box > span {
    display: block;
}

#restaurant-menus .b-sec .tab-container .tab-box .title {
    color: #543D1B;
    font: 26px/30px "Playfair Display", Arial, Helvetica, sans-serif;
}

#restaurant-menus .b-sec .tab-container .tab-box .sub-title {
    color: #d2bd7f;
    font: 24px/30px "Great Vibes", Arial, Helvetica, sans-serif;
}

#restaurant-menus .b-sec .tab-container .tab-box.active {
    background: #F8F6F3;
}

#restaurant-menus .b-sec .tab-container .tab-box.active:before, #restaurant-menus .b-sec .tab-container .tab-box.active:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    border: 2px solid #d2bd7f;
}

#restaurant-menus .b-sec .tab-container .tab-box.active:before {
    top: 0;
    border-bottom: 0;
}

#restaurant-menus .b-sec .tab-container .tab-box.active:after {
    bottom: 0;
    border-top: 0;
}

#restaurant-menus .b-sec .tab-content {
    position: relative;
    background-size: cover;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#restaurant-menus .b-sec .tab-content:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.85);
}

#restaurant-menus .b-sec .tab-content .tab-pane {
    width: 100%;
    height: 100%;
    padding: 60px;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 600px) {
    #restaurant-menus .b-sec .tab-content .tab-pane {
        padding: 30px;
    }
}

#restaurant-menus .b-sec .tab-content .tab-pane.active {
    display: table;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width: 600px) {
    #restaurant-menus .b-sec .tab-content .tab-pane.active {
        display: block;
    }
}

#restaurant-menus .b-sec .tab-content .tab-pane > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    float: none;
}

@media (max-width: 600px) {
    #restaurant-menus .b-sec .tab-content .tab-pane > div {
        display: block;
    }
}

#restaurant-menus .b-sec .tab-content .tab-pane .chef-selection {
    text-align: center;
}

#restaurant-menus .b-sec .tab-content .tab-pane .chef-selection .title, #restaurant-menus .b-sec .tab-content .tab-pane .chef-selection .sub-title {
    font-size: 1.7em;
    line-height: 50px;
}

#restaurant-menus .b-sec .tab-content .tab-pane .menu-list {
    padding-left: 40px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@media (max-width: 600px) {
    #restaurant-menus .b-sec .tab-content .tab-pane .menu-list {
        padding-left: 0;
    }
}

#restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li {
    border-bottom: 1px solid #222222;
}

#restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li:before, #restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li:after {
    content: " ";
    display: table;
}

#restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li:after {
    clear: both;
}

#restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li:last-child {
    border-bottom: 0;
}

#restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li .title {
    margin-right: 45px;
    color: #FFFFFF;
    font: 1.1em/40px "Playfair Display", Arial, Helvetica, sans-serif;
}

#restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li .price {
    float: right;
    color: #d2bd7f;
    font: 1.2em/50px "Great Vibes", Arial, Helvetica, sans-serif;
}

/**
 * Gallery Pages Styles
 */
body.gallery #gallery {
    padding-bottom: 50px;
}

body.gallery #gallery .sort-section {
    margin-top: 30px;
}

@media (max-width: 992px) {
    body.gallery.row .gallery-container {
        padding: 0 30px;
    }
}

body.gallery.row .gallery-container .image-main-box .item {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 992px) {
    body.gallery.row .gallery-container .image-main-box .item {
        display: block;
    }
}

body.gallery.row .gallery-container .image-main-box .item:hover {
    border-color: #d2bd7f;
}

body.gallery.row .gallery-container .image-main-box .item:hover .img-container {
    border-color: #d2bd7f;
}

body.gallery.row .gallery-container .image-main-box .item:hover .img-container a:before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

body.gallery.row .gallery-container .image-main-box .item:hover .img-container a:after {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

body.gallery.row .gallery-container .image-main-box .item:hover .desc {
    background: #222222;
}

body.gallery.row .gallery-container .image-main-box .item:last-child {
    margin-bottom: 0;
}

body.gallery.row .gallery-container .image-main-box .item > div {
    float: none;
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 992px) {
    body.gallery.row .gallery-container .image-main-box .item > div {
        display: block;
        width: 100%;
    }
}

body.gallery.row .gallery-container .image-main-box .item .img-container {
    padding: 0;
    border-right: 2px solid #090909;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 992px) {
    body.gallery.row .gallery-container .image-main-box .item .img-container {
        border-right: 0;
        border-bottom: 2px solid #090909;
    }
}

body.gallery.row .gallery-container .image-main-box .item .img-container a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    overflow: hidden;
    z-index: 11;
}

body.gallery.row .gallery-container .image-main-box .item .img-container a:before {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}

body.gallery.row .gallery-container .image-main-box .item .img-container a:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 40%;
    text-indent: 0;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: #d2bd7f;
    color: #222222;
    font-size: 1.6em;
    line-height: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

body.gallery.row .gallery-container .image-main-box .item .img-container img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 992px) {
    body.gallery.row .gallery-container .image-main-box .item .img-container img {
        width: 100%;
    }
}

body.gallery.row .gallery-container .image-main-box .item .desc {
    background: #090909;
    padding: 50px;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 600px) {
    body.gallery.row .gallery-container .image-main-box .item .desc {
        padding: 30px;
    }
}

body.gallery.row .gallery-container .image-main-box .item .desc .content {
    line-height: 30px;
}

/**
 * Coming Soon Page Styles
 */
body.coming-soon {
    background: url("../img/coming-soon-bg.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}

body.coming-soon:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

body.coming-soon #coming-soon {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 600px) {
    body.coming-soon #coming-soon {
        width: 90%;
    }
}

body.coming-soon #coming-soon .content > .title {
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 3em;
}

body.coming-soon #coming-soon .content > .sub-title {
    color: #d2bd7f;
    font-size: 1.2em;
}

body.coming-soon #coming-soon .search-box {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
}

body.coming-soon #coming-soon .search-box .search-form:before, body.coming-soon #coming-soon .search-box .search-form:after {
    content: " ";
    display: table;
}

body.coming-soon #coming-soon .search-box .search-form:after {
    clear: both;
}

body.coming-soon #coming-soon .search-box .search-form label {
    float: left;
    width: 90%;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

body.coming-soon #coming-soon .search-box .search-form label > span {
    display: none;
}

body.coming-soon #coming-soon .search-box .search-form label input {
    border: 1px solid #d2bd7f;
    border-right: 0;
    background: transparent;
    color: #FFFFFF;
    font-weight: normal;
    padding: 0 10px;
    width: 100%;
    height: 40px;
}

body.coming-soon #coming-soon .search-box .search-form label input.placeholder {
    color: #FFFFFF;
}

body.coming-soon #coming-soon .search-box .search-form label input:-moz-placeholder {
    color: #FFFFFF;
}

body.coming-soon #coming-soon .search-box .search-form label input::-moz-placeholder {
    color: #FFFFFF;
}

body.coming-soon #coming-soon .search-box .search-form label input:-ms-input-placeholder {
    color: #FFFFFF;
}

body.coming-soon #coming-soon .search-box .search-form label input::-webkit-input-placeholder {
    color: #FFFFFF;
}

body.coming-soon #coming-soon .search-box .search-form label:after {
    display: block;
    content: "\f1d8";
    font: 16px/20px "FontAwesome";
    color: #d2bd7f;
    position: absolute;
    right: -20px;
    top: 9px;
    z-index: -1;
}

body.coming-soon #coming-soon .search-box .search-form .search-submit {
    float: left;
    border: 1px solid #d2bd7f;
    border-left: 0;
    background: transparent;
    text-indent: -999999px;
    overflow: hidden;
    width: 10%;
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    margin-left: -1px;
}

/**
 * Room Details Page Styles
 */
body.room-detials .inner-container {
    position: relative;
}

body.room-detials .room-title-box {
    position: absolute;
    left: 15px;
    bottom: 50px;
    padding: 30px;
    margin: 0;
    max-width: calc(100% - 30px);
    display: inline-block;
    color: #FFFFFF;
    border-left: 2px solid #d2bd7f;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 600px) {
    body.room-detials .room-title-box {
        white-space: normal;
    }
}

body.room-detials .room-title-box h1.title {
    margin: 0;
    color: #FFFFFF;
    font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

@media (max-width: 600px) {
    body.room-detials .room-title-box h1.title {
        font-size: 24px;
        white-space: normal;
    }
}

body.room-detials .room-title-box .price {
    color: #d2bd7f;
    margin-top: 20px;
    font: 1.6em/30px "Great Vibes", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body.room-detials .room-title-box .price > div {
    display: inline-block;
}

body.room-detials .room-title-box .price .value {
    color: #FFFFFF;
}

body.room-detials .room-desc .l-sec {
    padding-left: 0;
    padding-right: 50px;
}

@media (max-width: 992px) {
    body.room-detials .room-desc .l-sec {
        padding: 0;
    }
}

body.room-detials .room-desc .l-sec .amenities {
    margin: 50px 0;
}

body.room-detials .room-desc .l-sec .amenities ul {
    margin: 0;
}

body.room-detials .room-desc .l-sec .amenities ul li {
    padding: 0;
}

body.room-detials .room-desc .l-sec .amenities ul li > div {
    display: inline-block;
    line-height: 30px;
}

body.room-detials .room-desc .l-sec .amenities ul li .title {
    width: 90px;
}

body.room-detials .room-desc .l-sec .amenities ul li .value {
    color: #d2bd7f;
}

body.room-detials .room-desc .l-sec .icons-container ul li {
    width: 70px;
    height: 70px;
    margin: 10px;
    line-height: 70px;
    text-align: center;
    color: #d2bd7f;
    background: #F8F6F3;
    position: relative;
    font-size: 2em;
}

body.room-detials .room-desc .l-sec .icons-container ul li:before, body.room-detials .room-desc .l-sec .icons-container ul li:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    border: 2px solid #d2bd7f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body.room-detials .room-desc .l-sec .icons-container ul li:before {
    top: 0;
    border-bottom: 0;
}

body.room-detials .room-desc .l-sec .icons-container ul li:after {
    bottom: 0;
    border-top: 0;
}

body.room-detials .room-desc .l-sec .icons-container ul li:hover:before, body.room-detials .room-desc .l-sec .icons-container ul li:hover:after {
    height: 35px;
}

body.room-detials .room-desc .l-sec .description {
    line-height: 25px;
    margin: 50px 0;
}

body.room-detials .room-desc .l-sec .description p {
    margin-bottom: 20px;
}

body.room-detials .room-desc .r-sec {
    padding-right: 0;
}

@media (max-width: 992px) {
    body.room-detials .room-desc .r-sec {
        padding: 0;
    }
}

body.room-detials .room-desc .r-sec form {
    width: 100%;
    background: rgba(248, 246, 243, 0.8);
    border: 2px solid rgba(248, 246, 243, 0.8);
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 30px;
    margin: -50% 0 -2px;
}



@media (max-width: 992px) {
    body.room-detials .room-desc .r-sec form {
        margin: 20px 0 50px;
    }
}

body.room-detials .room-desc .r-sec form .field-row {
    margin-bottom: 20px;
    position: relative;
}

body.room-detials .room-desc .r-sec form .field-row > i {
    color: #d2bd7f;
    position: absolute;
    right: 20px;
    top: 17px;
}

body.room-detials .room-desc .r-sec form .field-row:last-child {
    margin-bottom: 0;
}

body.room-detials .room-desc .r-sec form .input-daterange {
    margin-bottom: 20px;
}

body.room-detials .room-desc .r-sec form input {
    width: 100%;
    height: 50px;
    width: 100%;
    padding: 0 15px;
}

body.room-detials .room-desc .r-sec form input[type="submit"] {
    background: #d2bd7f;
    color: #222222;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    border: 0;
}

body.room-detials .room-desc .r-sec form .select2-container {
    width: 100%;
}

body.room-detials .room-desc .r-sec form .select2-container .select2-choice {
    height: 50px;
    line-height: 47px;
    padding-left: 15px;
}

body.room-detials .room-desc .r-sec form .select2-container .select2-choice .select2-arrow {
    top: 3px;
    right: 10px;
}

body.room-detials. .room-desc .r-sec .room-rating .rate-box-container {
    margin: 20px 0;
}

#other-rooms {
    margin: 40px 0 80px;
}

#other-rooms .room-container {
    margin-top: 130px;
}

#t-logo.t-logo-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#t-logo.t-logo-custom img {
    height: auto;
    width: 100%;
}

#header-book-bow.ravis-btn.btn-type-2{
    padding: 0 5px;
}
.flexed-items-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5px;
}

.languages-block a{
    color: #fff;
    padding: 0px 10px;
}
.header-phones a{
    color: #fff;
    padding: 0px 3px;
    font-size: 16px;
}


@media only screen and (max-width: 768px){
    .show-on-desktop{
        display: none;
    }
    .show-on-desktop-flex{
        display: none;
    }
    .show-on-mobile{
        display: block;
    }
    .show-on-mobile-flex{
        display: flex;
    }
    .flexed-items-header-mobile{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-top: 5px;
    }
    .header-phones a img{
        width: 20px;
        height: auto;
        margin-right: 5px;
    }
    .header-phones a i{
        font-size: 20px;
        line-height: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }
    .icons-about{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }
    .icons-about a{
        text-align: center;
    }
    .icons-about p{
        color: #543D1B;
    }
}
@media only screen and (min-width: 769px){
    .show-on-desktop{
        display: block;
    }
    .show-on-desktop-flex{
        display: flex;
    }
    .show-on-mobile{
        display: none;
    }
    .show-on-mobile-flex{
        display: none;
    }
    #main-menu{
        padding-top: 15px;
        padding-right: 40px;
    }
    #main-header.sticky .inner-container .r-sec #main-menu{
        padding-top: 12px;
    }

    #main-header.sticky .inner-container .r-sec #main-menu > ul > li > a{
        line-height: 20px
    }
    .header-phones a img{
        width: 20px;
        height: auto;
        margin-right: 5px;
    }
    .header-phones a i{
        font-size: 20px;
        line-height: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }
    .footer-menu{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .icons-about{
        margin-top:20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .icons-about a{
        text-align: center;
    }
    .icons-about p{
        color: #543D1B;
    }
    #main-menu ul li{
        margin-left: 5px;
    }

    #t-logo.t-logo-custom{
        height: 48px;
    }
    header .ravis-btn.btn-type-2{
        line-height: 41px;
        padding: 0 5px;
        font-size: 18px;
    }
    #header-book-bow.ravis-btn.btn-type-2{
        padding: 0 5px
    }
}

@media only screen and (min-width: 769px) and (max-width: 1400px){
    #main-menu{
        padding-top: 10px;
        padding-right: 80px;
    }
     #main-menu ul li{
         margin-left: 5px;
     }
    .add-menu-header .list-inline.list-inline-add li a{
        font-size: 13px;
    }
}

.instagram-widget iframe{
    height: 265px !important;
}
.ravis-btn.btn-type-2.custom-sider-buttom{
    padding: 10px 15px;
    font-size: 20px;
/*    color: #543D1B;*/
    color: #fff;
}

.ravis-title .inner-box .title{
    color: #543D1B;
}

#breadcrumb-section .ravis-title .inner-box .title,
#breadcrumb-section .ravis-title .inner-box .sub-title{
    color: #fff;
}

.event-container .event-main-box .item:hover figcaption{
    bottom: 50px;
}
.event-container .event-main-box .item figcaption a span.specials-link.desc{
    display: inline-block;
    bottom: 15px;
    line-height: 30px;
}
.video-content{
    position: relative;
}
.video-content img{
    width: 100%;
}
.video-content a{
    position: absolute;
    top: calc( 50% - 35px);
    left: calc( 50% - 40px);
    font-size: 70px;

}

.main-booking-form .check-in-out-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.main-booking-form .check-in-out-box  input[type="text"]:not([class*="select2"]){
    padding: 0px 10px;
}
.main-booking-form  .check-in-out-box .form-group > i{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #d2bd7f;
}
.main-booking-form  .check-in-out-box .form-group{
    position: relative;
    width: 60%;
}
.main-booking-form  .check-in-out-box .title,
.booking-room-field-row .title{
    color: #000;
}

.booking-room-field-row {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.booking-room-field-row .form-group{
    width: 60%;

}

.booking-room-field-row .select2-container .select2-choice > .select2-chosen{
    color: #000;
}
.booking-room-field-row .select2-container{
    width: 100%;
}
.booking-room-field-row .select2-container .select2-choice{
    height: 34px;
    line-height: 30px;
}
.booking-room-field-row .select2-container .select2-choice .select2-arrow   {
    top: -4px;
}
.select2-dropdown-open{
    background: #fff;
}
#booking-guest-info-form .form-control{
    height: auto;
}


#booking-guest-info-form label{
    font-weight: 400;
    color: #000;
}

#booking-guest-info-form textarea.form-control{
    height: 185px;
}
#booking-guest-info-form .field-row.btn-container button:first-child{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
}


/* Prices Table styles */

.prices-table-navigation .nav-tabs{
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.prices-table-navigation .nav-tabs li{
    display: block;
    border: none;
    border-right: 1px solid #fff;
    /* width: 25%; */
    width: 50%;
    text-align: center;
    background: #D2BD7F;
    margin-left:0;
}
.prices-table-navigation .nav-tabs li.active {
  border-top: solid 2px #543d1b;
  border-right: solid 2px #543d1b;
  border-left: solid 2px #543d1b;
  border-bottom: none;
}

.prices-table-navigation .nav-tabs li {
  border-bottom: solid 2px #543d1b;
}

@media(max-width: 768px) {
  .prices-table-navigation .nav-tabs li.active {
    border-top: solid 2px #543d1b;
    border-right: solid 2px #543d1b;
    border-left: solid 2px #543d1b;
    border-bottom: solid 2px #543d1b;
  }

  .prices-table-navigation .nav-tabs li {
    border-bottom: none;
  }  
}
/* .prices-table-navigation .nav-tabs li:last-of-type{
    border: none;
} */
.prices-table-navigation .nav-tabs li a{
    font-weight: 700;
    color: #fff;
}
.prices-table-navigation .nav-tabs>li.active>a{
    display: block;
    border: none;
    color: #000;
    background-color: #D2BD7F;
}
.prices-table-navigation .nav-tabs>li>a {
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    margin-right: 0;
	height: 100%;
}
.prices-table-navigation .nav-tabs>li>a:hover{
    background-color: #bba770;
    color: #000;
}
.period-dates{
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 7px 0px 8px;
    padding: 10px 0px;
    border-bottom: 1px solid #D2BD7F;
}

.categories-packages{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid #D2BD7F;
    padding-bottom: 15px;
}
.categories-packages div.title {
    width: 25%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

.categories-packages div{
    color: #000;
    font-size: 16px;
    padding: 15px 0px 17px;
    text-align: center;
}
.room-info .ravis-title-t-2 .title{
    text-align: left;
}
.count-places-desc{
    color: #000;
    font-size: 16px;
    font-style: italic;
}
.count-places-desc span{
   font-weight: 700;
}
.prices-table .table-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #D2BD7F;
}

.prices-table .table-row div.count-places{
    width: 25%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}
.prices-table .table-row div.count-places img{
    margin-right: 3px;
}

.prices-table .table-row div{
    color: #000;
    font-size: 16px;
    padding: 15px 0px 17px;
    text-align: center;
}
.prices-table .table-row div.price-boxes {
    font-size: 2.0em;
    vertical-align: text-bottom;
    color: #d55;
    font-family: georgia,times,serif;
}

#room-booking-form input[type="text"]:not([class*="select2"]){
    color: #543D1B;
}

#room-booking-form input[type="text"]:not([class*="select2"])::placeholder{
    color: #543D1B;
}
#room-booking-form .select2-container .select2-choice > .select2-chosen{
    color: #543D1B;
}


body .event-desc form.booking-form .field-row > i{
    color: #d2bd7f;
    position: absolute;
    right: 20px;
    top: 17px;
}
.room-seasons-price {
    width: 100%;
    background: rgba(248, 246, 243, 0.8);
    border: 2px solid rgba(248, 246, 243, 0.8);
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 30px;
}
.room-seasons-price .title-room-prices{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #D2BD7F;
}
.room-seasons-price .room-price{
   display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #D2BD7F;
    padding: 10px 0 11px;
}

.room-seasons-price .room-price .price span{
    color: #DF5F5F;
    font-family: georgia,times,serif;
    font-size: 2.0em;
    vertical-align: text-bottom;

}
.room-seasons-price .room-price .period{
    color: #543D1B;
}
.room-seasons-price .room-price .price{
    color: #543D1B;
    text-transform: lowercase;

}

@media only screen and (min-width: 768px){
    .flexed-menu-items ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .video-content{
        position: relative;
        height: 350px;
        overflow: hidden;
    }
    .flexed-menu-items ul li {
        width: 45%;
    }
    .flexed-items-header.show-on-desktop-flex{
        margin-right: -15px;
    }
}

body .event-desc form.booking-form .field-row > i{
    color: #d2bd7f;
    position: absolute;
    right: 20px;
    top: 17px;
}
body .event-desc form.booking-form .field-row{
    position: relative;
}
body .event-desc form.booking-form input {
    width: 100%;
    height: 50px;
    width: 100%;
    padding: 0 15px;
}

body .event-desc form.booking-form .select2-container .select2-choice {
    height: 50px;
    line-height: 47px;
    padding-left: 15px;
}
body .event-desc form.booking-form .select2-container .select2-choice .select2-arrow {
    top: 3px;
    right: 10px;
}
.see_too{
    width: 100%;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    padding: 30px;
}

.see_too h3.side-title {
    position: relative;
    color: #000;
    margin: 0 0 30px;
}
.see_too  ul li {
    line-height: 50px;
    border-bottom: 1px solid #d2bd7f;
    text-align: left;
    color: #d2bd7f;
}
.see_too   ul li:last-child {
     border-bottom: 0;
 }

.see_too ul li a {
    display: block;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-message-class{
    color: #543D1B;
}
.map-block iframe{
    height: 507px;
}
.rooms-category-custom{
    margin-bottom: 25px;
}
.rooms-category-custom .prices-container{
    margin-top: 15px;
}

@media only screen and (max-width: 768px){
    .table-grid-for-mobile{
        display:flex;
        flex-direction: row;
        justify-content: space-between;

    }
    .table-grid-for-mobile .categories-packages{
        display:flex;
        flex-direction: column;
        width: 25%;

    }

    .table-grid-for-mobile .categories-packages .packages{
        padding: 0px;
        font-size: 0.9em;

    }
    .categories-packages div.title{
        padding: 0px;
        vertical-align: center;
        font-size: 0.9em;
    }
    .categories-packages div.title,
    .table-grid-for-mobile .prices-table .table-row div.count-places{
        height: 30px;
        margin-bottom: 15px;
    }
    .table-grid-for-mobile .prices-table{
        display:flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 65%
    }
    .table-grid-for-mobile .prices-table .table-row {
        display:flex;
        flex-direction: column;
        margin-right: 8px;
    }

    .table-grid-for-mobile .prices-table .table-row div.count-places {
        display:flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        padding: 0;

    }
    .table-grid-for-mobile .prices-table .table-row div.count-places img{
        height: 20px;
        width: auto;
    }
    .table-grid-for-mobile .prices-table .table-row div.price-boxes{
        padding: 0px;
    }
    .table-grid-for-mobile .categories-packages .packages,
    .table-grid-for-mobile .prices-table .table-row div.price-boxes{
        height: 50px;
    }

    .table-grid-for-mobile .categories-packages .packages a{
        line-height: 1.2;
    }

    .prices-table .table-row div.price-boxes {
        font-size: 1.3em;
        vertical-align: middle;
        color: #d55;
        font-family: georgia,times,serif;
    }
    .prices-table-navigation .nav-tabs{
        display: flex;
        flex-direction: column;
    }
    .prices-table-navigation .nav-tabs li{
        width: 100%;
    }
    .prices-table-navigation .nav-tabs li a{
        border-bottom: 2px solid #fff;
    }
    .prices-table-navigation .nav-tabs>li.active>a{
        border-bottom: 2px solid #fff;
    }
    .prices-table-navigation .nav-tabs li:last-of-type a{
        border-bottom: none
    }

    .flexed-items-header .header-phones{
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    #main-header.sticky {
        background: rgba(0, 0, 0, 0.6);
    }


    .list-inline-add li{
        display: block;
    }
    .list-inline-add li a{
        color: #FFFFFF;
        display: block;
        padding: 0 20px;
        line-height: 35px;
        color: #FFFFFF;
        border-bottom: 1px solid #1a1a1a;
    }
    #mobile-menu-container .list-inline-add li a:after{
        display: block;
        content: "";
        float: left;
        width: 5px;
        height: 5px;
        background: #FFFFFF;
        margin: 15px 15px 0 0;
    }
    .custom-mobile-flex{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        height: 50px;
    }
    #main-menu-handle{
        position: relative;
        top: auto;
        right: auto;
    }
    #header-book-bow span{
        display: inline-block;
    }
    #header-book-bow i{
        display: inline-block;
        margin-left: 5px;
    }
    #header-book-bow.ravis-btn.btn-type-2{
        display: inline-flex;
        padding: 0 5px;
    }

    #t-logo.t-logo-custom{
        height: 50px;
    }
    #main-header.sticky #t-logo, #main-header.sticky #f-logo{
        height: 50px;
    }
    #main-header.sticky #header-book-bow{
        top: 50px;
    }
     #main-header.sticky #main-menu-handle{
        top: auto;
    }
}

/*.content-img {
	width: 50%;
	margin: 5px auto;
}*/
ul li {
    list-style: disc;
    margin-left: 20px;
}
.gallery-container .image-main-box li {
	list-style: none;
}
#main-menu li {
	list-style: none;
}
.content-img {
	width: 100%;
	margin: 0 0 10px;
}

@media (max-width: 768px) {
.content-img {
	width: 100%;
	margin: 0 0 10px;
}
}
.l-sec.col-md-7 > .content {
	color: #000;
}
.item.col-xs-6.col-md-4 {
	list-style: none;
}
ul.event-main-box li,
ul.image-main-box li{
    margin: 0;
}
.white-space{
    padding: 20px 0;
}
.add-menu-header a{
    color: #fff;
    font-family:  Arial, Helvetica, sans-serif;
}
.add-menu-header a:hover{
    color: #d2bd7f;
}
.add-menu-header .list-inline.list-inline-add li{
    margin-left: 0px;
    padding: 0 2px;
}
.guest .ravis-title .inner-box .title{
    color: #fff;
}

.content-video {
	width: 560px;
	height: 315px;
	margin: 10px auto;
}

@media (max-width: 767px) {
    .content-video {
        width: 100%;
        height: 200px;
        margin: 10px auto;
    }
    #header-book-bow i{
        display: none;
    }
    #header-book-bow.ravis-btn.btn-type-2 {
        right: auto;
        position: relative;
        left: auto;
        top: 0px;
        height: 30px;
        margin: auto;
        align-items: center;
        width: 130px;
        text-align: center;
        justify-content: center;
        display: flex;

    }
    #main-header.sticky #header-book-bow{
        top: 0px;
    }

    .mobile-menu-active #header-book-bow.ravis-btn.btn-type-2{
        display: none;
    }
    .custom-mobile-flex.custom-mobile-flex-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 80px;
    }
    .custom-mobile-flex.custom-mobile-flex-container .flexed-items-header{
        flex-direction: column;
        align-items: center;
    }
    .flexed-items-header .header-phones{
        justify-content: flex-end;
        margin-right: 65px;
        width: 220px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #header-book-bow.ravis-btn.btn-type-2 {
        right: auto;
        position: relative;
        left: auto;
        top: 0px;
        height: 30px;
        margin: auto;
        align-items: center;
        width: 130px;
        text-align: center;
        justify-content: center;
        display: flex;

    }
    #main-header.sticky #header-book-bow{
        top: 0px;
    }

    .mobile-menu-active #header-book-bow.ravis-btn.btn-type-2{
        display: none;
    }
    #header-book-bow i{
        display: none;
    }

    .custom-mobile-flex.custom-mobile-flex-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
    .custom-mobile-flex.custom-mobile-flex-container .flexed-items-header{
        flex-direction: column;
        align-items: center;
    }
    #t-logo.t-logo-custom img {
        height: auto;
        width: 75%;
    }
}

@media (orientation: portrait) and (device-width: 1024px) and (device-height: 1366px) {
    .languages-block a{
        padding: 0;
        padding-right: 5px;
        font-size: 14px;
    }
    .header-phones a{
        font-size: 14px;
    }
    .header-phones a img {
        width: 20px;
        height: auto;
        margin-right: 0px;
    }
    .header-phones a{
        padding: 0px 1px;
    }
    #header-book-bow.ravis-btn.btn-type-2 {
        right: 70px;
         position: absolute;
        left: auto;
        top: 27px;
        height: 41px;
        /* margin: auto; */
        align-items: center;
        width: 150px;
        text-align: center;
        justify-content: center;
        display: flex;

    }
    #main-header.sticky #header-book-bow{
        top: 27px;
    }

    .mobile-menu-active #header-book-bow.ravis-btn.btn-type-2{
        display: none;
    }
    #header-book-bow i{
        display: none;
    }
    #t-logo.t-logo-custom{
        height: 50px;
    }
    #t-logo.t-logo-custom img{
        width: 125%;
    }
    #main-menu-handle{
        top: 0px;
        right: 0px;
    }
     #main-header.sticky #main-menu-handle {
        top:0px;
    }
}
@media (min-width: 1280px) and (max-width: 1440px){
    #main-header .inner-container .r-sec #main-menu ul li > a{
        font-size: 1em;
    }
    #header-book-bow.ravis-btn.btn-type-2{
        padding: 0px 7px;
        position: absolute;
        right: 15px;
        top: 30px;
        line-height: 36px;
        font-size: 15px;
    }
}

@media (min-width: 1441px){
    .custom-mobile-flex.custom-mobile-flex-container{
        width: 83.33333333%;
        margin-left: 16.666666666667%;
    }
}


#breadcrumb-section .breadcrumb ul li:last-child{
    color:#d2bd7f;
}
#main-availability-form .ravis-title .inner-box .title,
#main-availability-form .ravis-title .inner-box .sub-title{
    color: #fff;
}

@media only screen and (max-width: 320px){
    .flexed-items-header .header-phones{
        justify-content: flex-end;
        margin-right: 65px;
        width: 220px;
    }
}

#main-slider .slide-caption, #main-slider-fullscreen .slide-caption{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#main-slider .slide-caption .inner-container{
    padding: 5px 5px;
    background: rgba(0,0,0,.3);
}

#main-slider .slide-caption .inner-container:before,
#main-slider .slide-caption .inner-container:after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    border: 2px double #d2bd7f;
}
#main-slider .slide-caption .inner-container:before {
    top: 0;
    border-bottom: 0;
}
#main-slider .slide-caption .inner-container:after {
    bottom: 0;
    border-top: 0;
}
.inner-box-custom:before,
.inner-box-custom:after {
    display: none;
    content: '';
    position: absolute;
    left: 4px;
    width: calc(100% - 8px);
    height: 42px;
    border: 1px solid #d2bd7f;

}
#home-booking-form .booking-fields:before,
#home-booking-form .booking-fields:after{
    display: block;
    content: '';
    position: absolute;
    left: 9px;
    width: calc(100% - 18px);
    height: 30px;
    border: 2px solid #d2bd7f;
}
#home-booking-form .booking-fields:before{
    top: -6px;
    border-bottom: 0;
}
#home-booking-form .booking-fields input{
    border-width: 1px;
    position: relative;
    z-index: 2;
}
#home-booking-form .booking-fields .select2-container .select2-choice{
    border-width: 1px;
}
#home-booking-form .booking-fields:after{
    bottom: 4px;
    border-top: 0;
}
.booking-fields .form-group{
    margin-bottom: 10px;
}

.inner-box-custom:before{
    top: 0;
    border-bottom: 0;
}
.inner-box-custom:after{
    bottom: 0;
    border-top: 0;
}
#main-slider .slide-caption .inner-container > div.inner-box-custom{
    top: 0;
    padding: 35px 40px;
}




#main-slider .slide-caption .up-sec, #main-slider-fullscreen .slide-caption .up-sec{
    color: #fff;
}

ul.footer-menu li{
    margin-left: 0;
    list-style: none;
}

.languages-container{
    height: 20px;
    overflow: hidden;
    transition: all 0.3s;
    top: 15px;
    position: absolute;
}
.languages-container a{
    display: block;
    font-size: 20px;
    padding: 3px 5px;
    color: #fff;
}

.languages-container span{
    color: #fff;
    display: block;
    font-size: 20px;
    margin-bottom: 7px;
}
.languages-container:hover{
    cursor: pointer;
    height: 110px;
    top: 15px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    z-index: 9999;
    text-align: center;
    position: absolute;
    background-color: #d2bd7f;
}
#home-booking-form{
    display: flex;
}
@media only screen and (max-width: 768px){
    .languages-container{
        height: 26px;
        top: 5px;
        overflow: hidden;
        transition: all 0.3s;
        position: relative;
    }
    .languages-container a{
        display: none;
        font-size: 20px;
        padding: 5px 10px;
    }
    .languages-block{
        height: 26px;

        position: relative;
    }
    .languages-container:hover{
        height: 116px;
        position: relative;
        cursor: pointer;
        top: 50px;
        width: 100%;
        color: #fff;
        font-size: 20px;
        z-index: 9999;
        text-align: center;

        background-color: #d2bd7f;

    }
    .languages-container:hover a{
        display: block;
    }
}
.header-address{
    color: #fff;
}

/* Updated styles */
.container-header #t-logo.t-logo-custom{
    height: auto;

}
.container-header #t-logo.t-logo-custom img{
    height: 90px;
    width: 90px;

}
.background-container,
.background-container{
    width: 100%;
    padding: 10px 15px;
    background: rgba(0,0,0,.2);
}
.top-line-header{
    padding-bottom: 5px;
}
.flexed-second-header-container a#t-logo.t-logo-custom{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 90px;
}
.flexed-second-header-container:before,
.flexed-second-header-container:after{
    display: none;
}
.inner-container.container-fluid.container-header.flexed-second-header-container,
.inner-container.container.container-header.flexed-second-header-container,
.flexed-second-header-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.flexed-second-header-container nav#main-menu{
    padding: 0;
}
.sticky .top-line-header{
    height: 0;
    padding: 0;
    overflow: hidden;
}
.sticky .background-container,
.sticky .background-container{
    background: none;
}
.buttons-header-wrapper{
    display: flex;
    flex-direction: column;
}
.buttons-header-wrapper a:first-of-type{
    margin-bottom: 5px;
}
.buttons-header-wrapper .ravis-btn.btn-type-1 .inner-box{
    padding: 12px 0;
    width: 160px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Open Sans";
}
.languages-block-wrapper{
    position: relative;
    width: 55px;
    height: 50px;
    background-color:#d2bd7f;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-contacts {
    display: none;
}

@media only screen and (min-width: 1441px){
    .inner-container.container-fluid.container-header,
    .inner-container.container.container-header,
    .flexed-second-header-container{
        width: 1440px;
    }
}

@media only screen and (min-width: 1280px) and (max-width:1440px){
    .container-header #t-logo.t-logo-custom img{
        height: 60px;
        width: 60px;
    }

    .flexed-second-header-container a#t-logo.t-logo-custom{
        width: 60px;
    }
    .languages-block-wrapper{
        width: 45px;
        height: 35px;
    }
    .languages-container {
        height: 20px;
        overflow: hidden;
        transition: all 0.3s;
        top: 7px;
        position: absolute;
    }
    .languages-container:hover{
        top: 7px;
    }
    #main-menu ul li {
        margin-left: 0;
    }
    #main-header .inner-container .r-sec #main-menu ul li > a {
        font-size: 0.95em;
    }
    #main-header .ravis-btn.btn-type-1{
        font-size: 1em;
    }
    .buttons-header-wrapper .ravis-btn.btn-type-1 .inner-box{
        width: 140px;
    }

}

@media only screen and (min-width: 1280px){
    .inner-container.container-fluid.container-header,
    .inner-container.container.container-header{
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
}

@media only screen and (max-width: 767px){
    .flexed-second-header-container.top-line-header{
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .buttons-header-wrapper .ravis-btn.btn-type-1 .inner-box {
        padding: 10px;
    }

    #main-slider .img-container {
        align-items: flex-end;
    }

    #main-slider .slide-caption {
        margin-bottom: 150px;
    }

    .header-contacts {
        display: flex;
        flex-direction: column;
        width: calc(100% - 100px);
        align-items: flex-end;
        order: 2;
        font-size: 14px;
        line-height: 1.2;
    }

    .flexed-second-header-container a#t-logo.t-logo-custom {
        justify-content: flex-start;
    }

    #main-availability-form {
        padding: 0px;
        padding-bottom: 20px;
    }

    #home-booking-form {
        flex-direction: column;
    }

    .languages-block-wrapper {
        order: 3;
        height: 42px;
    }

    #main-menu-handle {
        order: 5;
    }

    .t-logo-custom {
        order: 1;
    }

    .container-header #t-logo.t-logo-custom img {
        width: 80px;
        height: 80px;
    }

    .header-phones img {
        display: none;
    }
    .header-phones a {
        padding: 0px;
    }
    .header-address{
        text-align: right;
    }
    .buttons-header-wrapper{
        flex-direction: column;
        order: 4;
        margin-top: 10px;
    }
    .inner-container.container-fluid.container-header.flexed-second-header-container{
        flex-wrap: wrap;
    }
    .buttons-header-wrapper a:first-of-type{
        margin: 0;
    }
    .buttons-header-wrapper .ravis-btn.btn-type-1 .inner-box{
        width: 100%;
    }
    .sticky .container-header #t-logo.t-logo-custom img{
        height: 100%;
        width: auto;
    }
    .background-container{padding: 4px 0}

}
#home-booking-form .ravis-btn.btn-type-1{
    margin-top: -5px
}
#main-availability-form .ravis-btn span{
    text-transform: uppercase;
    padding: 42px 15px;
}

.left-banner{
    position: absolute;
    left: 0;
    top: 200px;
    width: 48px;
    overflow: hidden;
    transition: all 0.5s;
    height: 55px;
    line-height: 1;
}
.left-banner:hover{
    overflow: visible;
    transition: all 0.5s;
}
.owl-carousel .owl-item .items .left-banner img{
    height: 100%;
    width: auto;
}
.link-left-banner{
    height: 100%;
    display: block;
    line-height: 1;
}



@media only screen and (max-width: 767px){
    .left-banner{
        display: none;
    }
    #main-availability-form .ravis-btn span {
        padding: 15px;
    }

}

.icons-about a{
    border: 2px solid #d2bd7f;
    padding: 25px 5px;
    position: relative;
}
.icons-about a:before{
    content: "";
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    top: 4px;
    left: 4px;
    border: 1px solid #d2bd7f;
    position: absolute;
}
.icons-about p {
    position: relative;
    color: #543D1B;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 15px;
}
.icons-about p:before{
    content: "";
    display: block;
    height: 2px;
    background-color: #d2bd7f;
    position: absolute;
    width: 60%;
    margin-left: 20%;
    top: -12px;
}
.icons-about .content-about-home{
    color: #543D1B;
}
@media only screen and (min-width: 768px){
    .icons-about a{
        width: 30%;
    }

}
@media only screen and (max-width: 767px){
    .icons-about a{
        margin-bottom: 10px;
    }

}

.about-button {
    display: block;
    width: 145px;

}
.about-button .inner-box{
    color: #543D1B;
    text-transform: uppercase;
    font-family: "Open Sans";
}

.room-container .room-box.auditory-container  > .inner-box{
    height: 340px;
}
.room-container .room-box  > .inner-box:before{
    display: none;
}
.room-container .room-box > .inner-box .caption{
    background-color: rgba(88, 88, 60, 0.6);
}
.room-container .room-box > .inner-box .caption:before{
    content: "";
    display: block;
    height: 80%;
    background-color: #d2bd7f;
    position: absolute;
    width: 1px;
    top: 10%;
    left: 5px;
}
.event-container .event-main-box .item figcaption .title-box:before{
    content: "";
    display: block;
    height: 80%;
    background-color: #d2bd7f;
    position: absolute;
    width: 1px;
    top: 10%;
    left: 5px;
}
.flexed-advantages-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flexed-advantages-container:before,
.flexed-advantages-container:after{
    display: none;
}
.advantages-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantages-container .title{
   text-align: center;
}
.advantages-container{
    margin: 25px 0;
}
@media only screen and (max-width: 767px){
    .flexed-advantages-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}
/* In this styles used !important, because content in this block form redactor */
.text-container-styles h2,
.text-container-styles h1{
    padding-left: 10px;
    color: #543D1B !important;
    font: 30px/80px "Playfair Display", Arial, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    font-weight: 700;
    border-left: 2px solid #d2bd7f;
}
.text-container-styles h2{
    font: 26px/76px "Playfair Display", Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.text-container-styles h2 span,
.text-container-styles h1 span{
    color: #543D1B !important;
}

.text-container-styles h2:before,
.text-container-styles h1:before{
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    top: 10%;
    left: 5px;
    bottom: 0;
    background: #d2bd7f;
}
.text-container-styles .flexed-row{
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.text-container-styles .flexed-row > div{
    width: 48%;
}

.container .flexed-row {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.container .flexed-row > div{
    width: 48%;
    min-height: 34px;
    padding: 12px;
}

.text-container-styles .flexed-row > div img{
    width: 100%;
    height: auto;
}

.flexed-row.content-btn-row {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flexed-row.content-btn-row a {
    padding: 10px 10px;
    background-color: #d2bd7f;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px;
    padding: 2% 1%;
}

.flexed-row.content-btn-row a:last-child {
    padding: 10px 10px;
    background-color: #d2bd7f;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px;
    padding: 2% 4%;
}
@media only screen and (max-width:767px){
    .text-container-styles .flexed-row > div{
        width: 100%;
    }
    .text-container-styles .flexed-row{
        flex-wrap: wrap;
    }

}
.text-container-styles ul li{
    list-style: none;
    margin-left: 20px;
}

.text-container-styles ul li:before{
    content: " ";
    display: inline-block;
    height: 10px;
    margin-left: -15px;
    width: 10px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #58583c;
}
#testimonials-section .item .text{
    color: #58583c;
}
#testimonials-section .item .text .title{
    color: #543D1B;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

#testimonials-section .item {
    margin: 0 10px;
    border: 2px solid #d2bd7f;
    padding: 60px 60px 70px;
    text-align: center;
    min-height: 405px;
}
#testimonials-section .date-review{
    color: #543D1B;
    font-size: 16px;
    font-weight: 700;
}
#testimonials-section .item:before {
    content: "";
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    top: 4px;
    left: 4px;
    border: 1px solid #d2bd7f;
    position: absolute;
}
.margin-bottom-25{
    margin-bottom: 25px;
}
a.l-phone { font-weight: bold !important; text-decoration: underline !important;  }
.color-red { color: #ff0000 !important; }

table.t-table { margin: 40px auto; }
table.t-table td { border: 5px double #d2bd7f; padding: 5px 10px; }
table.t-table td:nth-child(2), table.t-table td:nth-child(3) { text-align: center; }
#breadcrumb-section .ravis-title:before,
#breadcrumb-section .ravis-title:after,
#breadcrumb-section .ravis-title .inner-box:before,
#breadcrumb-section .ravis-title .inner-box:after{
    display: none;
}

.block-map {
  padding-top: 30px;
}

#top{
  bottom:10px;
  cursor:pointer;
  display:none;
  font-size:150%;
  position:fixed;
  left:20px;
  opacity:0.7;
  width: 55px;
  height: 50px;
  background-color: #d2bd7f;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#top:hover{
  opacity:1;
}

#block-tabs {
  padding-top: 20px;
}

#block-tabs .block-tabs-items .inner-box {
  color: #000;
  padding: 12px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans";
  display: block;
  position: relative;
  font-weight: 700;
}

#block-tabs .block-tabs-items {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1.2em;
  background: none;
  /* position: relative; */
  padding: 0;
}

#block-tabs .block-tabs-items::before {
  top: 0;
  border-bottom: 0;
}

#block-tabs .block-tabs-items::after {
  bottom: 0;
  border-top: 0;
}

#block-tabs .block-tabs-items::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 22px;
  border-top: 2px solid #d2bd7f;
  border-left: 2px solid #d2bd7f;
  border-right: 2px solid #d2bd7f;
  width: calc(100% - 10px);
}
#block-tabs .block-tabs-items::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 22px;
  border-bottom: 2px solid #d2bd7f;
  border-left: 2px solid #d2bd7f;
  border-right: 2px solid #d2bd7f;
  width: calc(100% - 10px);
}
#block-tabs .block-tabs-items .inner-box::after,
#block-tabs .block-tabs-items .inner-box::before {
  display: block;
  content: '';
  position: absolute;
  left: 4px;
  width: calc(100% - 8px);
  height: 18px;
  border: 1px solid #d2bd7f;
}

#block-tabs .block-tabs-items .inner-box::after {
  bottom: 4px;
  border-top: 0;
}

#block-tabs .block-tabs-items .inner-box::before {
  top: 4px;
  border-bottom: 0;
}

#block-tabs .col-sm-3 {
  margin: 5px 0px;
}

#block-tabs .tab-border {
  padding: 5px;
  margin-left: -10px;
}

.rooms-category-custom .title a{
    color: #543D1B;
}

@media(min-width: 768px){
    #main-header .inner-container .r-sec #main-menu .arrow-toggler{
        display: none;
    }
    #mobile-menu-container #main-menu li > ul li a, #mobile-menu-container #main-menu li > ul li span {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
  #top {
    display: none !important;
  }
    #breadcrumb-section{
        padding-top: 110px;
    }
    #event-slider .owl-wrapper, #room-slider .owl-wrapper{
        height: 400px!important;
    }
    body.room-detials .room-title-box{
        position: static;
        margin-top: 40px;
    }
    #event-slider .owl-controls, #room-slider .owl-controls {
        bottom: 30%;
    }
}

@media (max-width: 350px) {
    #main-slider .slide-caption {
        margin-bottom: 60px;
    }
}

table {
    border: 6px double #dfd0a5;
    
}

td, th {
    padding: 0;
    border: 1px solid #dfd0a5;
}

td:not(:first-child), th:not(:first-child) {
	text-align: center;
}

.table { width: 100%; }

.table td:nth-child(2), .table th:nth-child(2) {
	text-align: left;
}

th, th * {
    font-weight:900
}

.room-seasons-packs a{
    color: #000;
    font-weight: 700;
}

.room-seasons-packs-accomodation{
    margin: -30px;
    width: calc(100% + 60px);
    padding: 30px;
    border: 2px solid rgba(248, 246, 243, 0.8);
    -webkit-box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    box-shadow: 0 0 0 2px #d2bd7f, inset 0 0 0 1px #d2bd7f;
    background: rgba(248, 246, 243, 0.8);
}

@media (max-width: 414px) {
    table {
       font-size: 12px;
    }
}

.other-services img { height: 275px; width: auto; }