@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,500,600,700&subset=latin,latin-ext);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 none !important;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
input[type="text"]:focus {
  /* font-size: 16px !important; line-height: 22px !important;*/
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}
.spacer-12 {
  width: 100%;
  height: 120px;
}
.spacer-11 {
  width: 100%;
  height: 110px;
}
.spacer-10 {
  width: 100%;
  height: 100px;
}
.spacer-9 {
  width: 100%;
  height: 90px;
}
.spacer-8 {
  width: 100%;
  height: 80px;
}
.spacer-7 {
  width: 100%;
  height: 70px;
}
.spacer-6 {
  width: 100%;
  height: 60px;
}
.spacer-5 {
  width: 100%;
  height: 50px;
}
.spacer-4 {
  width: 100%;
  height: 40px;
}
.spacer-3 {
  width: 100%;
  height: 30px;
}
.spacer-2 {
  width: 100%;
  height: 20px;
}
.spacer-1 {
  width: 100%;
  height: 10px;
}
.edge-12 {
  margin-left: 120px;
  margin-right: 120px;
}
.edge-11 {
  margin-left: 110px;
  margin-right: 110px;
}
.edge-10 {
  margin-left: 100px;
  margin-right: 100px;
}
.edge-9 {
  margin-left: 90px;
  margin-right: 90px;
}
.edge-8 {
  margin-left: 80px;
  margin-right: 80px;
}
.edge-7 {
  margin-left: 70px;
  margin-right: 70px;
}
.edge-6 {
  margin-left: 60px;
  margin-right: 60px;
}
.edge-5 {
  margin-left: 50px;
  margin-right: 50px;
}
.edge-4 {
  margin-left: 40px;
  margin-right: 40px;
}
.edge-3 {
  margin-left: 30px;
  margin-right: 30px;
}
.edge-2 {
  margin-left: 20px;
  margin-right: 20px;
}
.edge-1 {
  margin-left: 10px;
  margin-right: 10px;
}
.shadow {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.wrapper-l {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wrapper-s {
  margin-top: 10px;
  margin-bottom: 10px;
}
.no-marg {
  margin: 0 !important;
}
.no-pad {
  padding: 0 !important;
}
/* ======= RESET CSS ======= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  /*vertical-align:baseline;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
html {
  overflow-y: scroll;
}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: inherit;
}
/* ======= PRE-SET CLASS ======= */
.clearfix {
  float: none;
  clear: both;
}
body {
  /*font-family: 'Open Sans', sans-serif; background: url("../images/bg.jpg") no-repeat center top;*/
}
body {
  font-family: 'Baskerville', serif;
  font-size: 14px;
  font-weight: 400;
  color: #54595e;
}
a {
  color: #8a7768;
}
a:hover {
  color: #54595e;
  text-decoration: none;
}
.no-padding {
  padding: 0;
}
.dmw-button {
  padding: 10px 20px;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}
.dmw-button.white {
  background: #fff;
  border: 1px solid #cacacb;
  color: #a44630;
  margin-bottom: 20px;
}
.dmw-button.dark {
  background: #20201f;
  border: 1px solid #20201f;
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
.dmw-button.clay {
  background: #e7b55b;
  /* Old browsers */
  font-weight: 400;
  color: #FFF;
  margin-bottom: 20px;
}
.dmw-button.clay i {
  font-size: 22px;
  display: inline;
  float: right;
  margin-left: 10px;
  margin-top: -2px;
}
.dmw-button.red {
  background: #770D0A;
  /* Old browsers */
  font-weight: 700;
  color: #FFF;
  margin-bottom: 20px;
}
.dmw-button.red i {
  font-size: 22px;
  display: inline;
  float: right;
  margin-left: 10px;
  margin-top: -2px;
}
.dmw-button.footer-share {
  border: 0;
  background: transparent;
  font-weight: 700;
  font-size: 17px;
  color: #20201f;
}
.dmw-button.footer-share i {
  font-size: 14px;
}
.dmw-button.fat {
  font-weight: 700;
  margin-top: 30px;
}
.gmap {
  width: 100%;
  height: 400px;
  display: block;
}
@media (max-width: 660px) {
  .col-xss-6 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 300px;
    float: none;
    margin: auto;
  }
  .col-xxs-12:after {
    content: ' ';
    clear: both;
    display: block;
  }
}
.box-share.widget {
  color: #54595e;
  font-size: 22px;
  padding: 0;
  width: auto;
  border: 0;
  float: right;
  margin-top: 0;
  height: 27px;
  position: absolute;
  cursor: pointer;
  top: 3px;
  right: 15px;
}
.box-share.widget a {
  color: #54595e;
}
.box-share.widget a:hover {
  color: #e7b55b;
}
.box-share.widget .share-links {
  position: absolute;
  right: -20px;
  width: auto;
  overflow: hidden;
  margin-right: 16px;
}
.box-share.widget .share-links a {
  line-height: 25px;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 5px 3px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
}
.box-share.widget .share-links a.share-fb {
  background: #3b5998;
}
.box-share.widget .share-links a.share-tw {
  background: #4099FF;
}
.box-share.widget .share-links a.share-li {
  background: #0e76a8;
}
.box-share.widget .share-links a.share-gp {
  background: #dd4b39;
}
.box-share.widget .share-links a.share-em {
  background: #444;
}
.box-share.widget .share-links[data-expand=top] {
  bottom: 25px;
  height: 0;
  -webkit-transition: height .5s;
  transition: height .5s;
  width: 110px;
}
.box-share.widget .share-links[data-expand=top].active {
  height: 36px;
  width: 110px;
}
.box-share.widget .share-links[data-expand=bottom] {
  top: 40px;
  height: 0;
}
.box-share.widget .share-links[data-expand=bottom].active {
  height: 25px;
}
/**********************************************************************************************************************/
.trans-border {
  color: #fff;
  background: #fff;
  background: rgba(138, 138, 138, 0.75);
  display: inline-block;
  padding: 5px 5px;
  border-radius: 50px;
  border: 0;
}
.trans-border:hover {
  color: #fff;
  text-decoration: none;
}
.trans-border div {
  background: #b39063;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
  font-weight: 300;
}
.trans-border-icon {
  color: #fff;
  background: #fff;
  background: rgba(138, 138, 138, 0.75);
  display: inline-block;
  border-radius: 50px;
  padding-top: 4px;
  border: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.trans-border-icon i {
  background: #b39063;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  position: relative;
}
.trans-border-icon i:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 25%;
}
form .required {
  background: #ffffff url(../images/input-star.png) no-repeat right 7px;
}
.error {
  border-color: red !important;
}
/* CHECKBOX */
.checkbox-box {
  float: left;
}
.checkbox-box span {
  border: 1px solid #bbbbbb;
  float: left;
  background: #fff;
  margin: 0;
}
.checkbox-box .ez-hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin: 0;
  float: left;
}
.checkbox-box .ez-checkbox {
  float: right;
  width: 28px;
  background: none;
  height: 28px;
  display: inline-block;
  *display: inline;
  cursor: pointer;
  left: 0;
  top: 0;
}
.checkbox-box .ez-checked {
  background: transparent url(../images/checkbox.png) center no-repeat;
}
.checkbox-box .ez-checkbox {
  zoom: 1;
  *display: inline;
  _height: 28px;
}
.checkbox-box .name {
  float: left;
  margin-left: 15px;
  color: #404040;
  font-size: 15px;
  line-height: 28px;
}
.checkbox-box .name a {
  text-decoration: underline;
}
.checkbox-box .name a:hover {
  text-decoration: none;
}
/* BOOTSTRAP GRID ADDTION */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 660px) {
  .col-xss-6 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 300px;
    float: none;
    margin: auto;
  }
  .col-xxs-12:after {
    content: ' ';
    clear: both;
    display: block;
  }
}
.contents-wrapper {
  padding: 0 0 100px 0;
  position: relative;
  border-top: 10px solid #e7b55b;
  border-bottom: 10px solid #e7b55b;
  background-image: url('../images/top-bg-pattern.jpg'), url('../images/bottom-bg-pattern.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: -70px top, bottom right;
}
@media (max-width: 1366px) {
  .contents-wrapper {
    background-size: 30%;
    background-position: -50px top, bottom right;
  }
}
@media (max-width: 425px) {
  .contents-wrapper {
    background-size: 90%;
    background-position: -120px top, bottom right;
  }
}
.home-page .contents-wrapper,
.contact-page .contents-wrapper {
  padding: 0;
  border: none;
  background-image: none;
}
.box-cookie {
  padding: 12px;
  text-align: center;
  background: #e7b55b;
  color: #333;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid #F1D29B;
}
.box-cookie a {
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}
.box-cookie a:hover {
  color: #000;
  text-decoration: none;
}
.box-cookie .dmw-button {
  margin-bottom: 0;
  margin-left: 15px;
  border: none;
}
header {
  position: relative;
  z-index: 33;
}
header .header-top {
  background: #ededed;
  height: 130px;
  padding: 15px 30px 20px;
  width: 100%;
}
@media (max-width: 767px) {
  header .header-top {
    height: 255px;
  }
}
@media (max-width: 480px) {
  header .header-top {
    height: 220px;
  }
}
header .header-top .logo-container {
  text-align: center;
}
header .header-top .logo-container img {
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  header .header-top .logo-container img {
    width: 280px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  header .header-top .logo-container img {
    width: 230px;
    margin-top: 7px;
  }
}
@media (max-width: 330px) {
  header .header-top .logo-container img {
    width: 180px;
    margin-top: 7px;
  }
}
@media (max-width: 480px) {
  header .header-top .info-container {
    text-align: right;
  }
}
header .header-top .language-switcher {
  float: right;
  padding-top: 25px;
}
header .header-top .language-switcher ul li {
  float: left;
}
header .header-top .language-switcher ul li a {
  color: #666;
  border-left: 1px solid #ddd9d6;
  padding: 5px 10px;
}
header .header-top .language-switcher ul li a:hover {
  color: #8a7768;
}
header .header-top .language-switcher ul li.active a {
  color: #ac4d95;
}
header .header-top .language-switcher ul li:last-of-type a {
  border-right: 1px solid #ddd9d6;
  margin-right: 15px;
}
header .header-top .contact-info {
  float: left;
  font-size: 15px;
  padding-top: 25px;
}
header .header-top .contact-info i {
  margin-right: 15px;
  color: #20201f;
}
header .header-top .contact-info a {
  color: #20201f;
  font-weight: 300;
}
header .header-top .contact-info a:hover {
  color: #D2AC67;
}
header .header-top .contact-info a:hover i {
  color: #D2AC67;
}
@media (max-width: 767px) {
  header .header-top .contact-info {
    padding-top: 0;
    float: right;
  }
}
header .header-top .reservation-link-container {
  text-align: right;
  text-transform: uppercase;
  padding-top: 35px;
}
header .header-top .reservation-link-container span {
  display: inline-block;
  margin-right: 20px;
  line-height: 34px;
  font-size: 16px;
  vertical-align: top;
}
header .header-top .reservation-link-container span:last-of-type {
  width: 46px;
  height: 34px;
  background: url('../images/icon-reservation.png') no-repeat;
}
header .header-top .reservation-link-container a:hover span:last-of-type {
  background: url('../images/icon-reservation-h.png') no-repeat;
}
@media (max-width: 480px) {
  header .header-top {
    height: 145px;
  }
  header .header-top .info-container {
    padding-right: 0;
  }
  header .header-top .info-container .contact-info {
    font-size: 12px;
    margin-bottom: 0;
  }
  header .header-top .logo-container {
    padding: 0 0 0 10px;
  }
  header .header-top .logo-container a > img {
    max-width: 100%;
    height: auto;
    margin-top: 17px;
  }
  header .header-top .buttons-wrapper {
    padding: 0;
    margin-top: 10px;
  }
  header .header-top .buttons-wrapper button {
    width: 35px;
    height: 35px;
    margin-left: 5px;
  }
}
body .select2-container .select2-choice .select2-arrow b:after,
body .select2-container .select2-choice .select2-text {
  color: #20201f;
}
.nav-bar {
  background: #20201f;
}
.nav-bar .col-xs-12 {
  min-height: 0px;
}
.navbar {
  margin: 0 auto;
  border: none;
  min-height: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  .navbar {
    width: 100%;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 991px) {
  .navbar.collapse {
    display: block;
    visibility: visible;
  }
}
.navbar:after {
  clear: none;
}
.navbar ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .navbar ul {
    width: 100%;
    top: 80px;
    left: 0;
    background: #2a2d30;
    z-index: 999;
  }
}
.navbar ul li {
  display: inline-block;
  margin-right: -4px;
  background: transparent transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (max-width: 991px) {
  .navbar ul li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
  }
}
.navbar ul li:last-of-type {
  border: none;
}
.navbar ul li a {
  display: block;
  padding: 0 20px 0 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Baskerville', serif;
  color: #ffffff;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media (max-width: 1080px) {
  .navbar ul li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navbar ul li a {
    border: 1px solid #555759;
    border-bottom: none;
  }
}
@media (min-width: 991px) {
  .navbar ul li:hover a {
    background: transparent;
  }
}
@media (max-width: 991px) {
  .navbar ul li:hover a {
    background: #d2ac67;
    border-right: 0;
  }
}
.navbar ul li.active > a {
  background: transparent;
}
@media (max-width: 991px) {
  .navbar ul li.active > a {
    background: #d2ac67;
    border-right: 0;
  }
}
.navbar ul li:last-of-type a {
  border-right: 0;
}
@media (max-width: 991px) {
  .navbar ul li:last-of-type a {
    border: 1px solid #555759;
  }
}
.navbar li.dropdown {
  position: relative;
  overflow: visible;
}
.navbar li.dropdown .dropdown-menu {
  display: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.navbar li.dropdown.open .dropdown-menu,
.navbar li.dropdown.open-init .dropdown-menu {
  display: block;
  position: absolute;
  left: -70px;
  top: 60px;
  background: #e7b55b;
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu,
  .navbar li.dropdown.open-init .dropdown-menu {
    position: relative;
    top: 0px;
    width: 100%;
    border: 1px solid #555759;
    border-top: none;
    border-bottom: none;
  }
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner {
  position: relative;
  display: inline-block;
  float: left;
  bottom: 0;
  padding: 10px 10px 10px 10px;
  width: 200px;
}
@media (min-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner {
    display: block;
    float: none;
    width: 100%;
    top: 0;
    padding: 10px 0 0 10px !important;
  }
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li {
  display: block;
  float: none;
  border: none;
  border-top: 1px solid #555759;
  background: none;
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li:first-of-type,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li:first-of-type {
  border-top: none !important;
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner li,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li {
    padding: 10px 0;
  }
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li:hover,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li:hover {
  background: #000;
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li.active,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li.active {
  background: #000;
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li.title:hover,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li.title:hover {
  background: none;
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner li.title,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li.title {
    border: 1px solid #555759;
  }
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li.title a,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li.title a {
  font-size: 16px;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 18px;
}
.navbar li.dropdown.open .dropdown-menu .dropdown-inner li a,
.navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li a {
  display: block;
  height: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  text-transform: none;
  border: none;
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner li a,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li a {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .navbar li.dropdown.open .dropdown-menu .dropdown-inner li,
  .navbar li.dropdown.open-init .dropdown-menu .dropdown-inner li {
    margin: 0;
  }
}
.navbar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .navbar-toggle {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #770d0a;
    color: #ffffff;
    display: block;
    font-size: 15px;
    top: 20px;
    right: 0px;
    z-index: 9999;
    border-radius: 0;
  }
}
.select2-container .select2-choice {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.select2-container .select2-choice .select2-arrow {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.select2-container .select2-choice .select2-arrow b {
  background: transparent !important;
}
.select2-container .select2-choice .select2-arrow b:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  content: "\f107";
  font-size: 12px;
  margin-left: 10px;
  color: #ffffff;
}
.select2-container .select2-choice .select2-text {
  color: #ffffff;
  display: inline-block;
  height: 30px;
  float: left;
  font-weight: 300;
}
.select2-container .select2-choice > .select2-chosen {
  outline: 0;
  border: 0;
}
.select2-container.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container.select2-dropdown-open .select2-arrow b:after {
  content: "\f077";
  font-size: 8px;
  font-weight: normal;
}
.language-switcher .select2-container {
  /*padding-top: 17px !important;
        border-bottom: 1px solid #5f5a56;
        padding-bottom: 19px !important;
        padding-right:14px;
        height:64px;*/
}
.language-switcher .select2-container:hover,
.language-switcher .select2-container .select2-container-active.select2-dropdown-open {
  /*background:#c15238;
            color:#fff;*/
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.language-switcher .select2-container:hover .select2-text,
.language-switcher .select2-container .select2-container-active.select2-dropdown-open .select2-text,
.language-switcher .select2-container:hover .select2-choice .select2-arrow b:after,
.language-switcher .select2-container .select2-container-active.select2-dropdown-open .select2-choice .select2-arrow b:after {
  color: #efefff;
}
.language-switcher .select2-container .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 30px;
}
.select2-drop {
  background: #e7b55b;
  border: 1px solid #ffffff;
  min-width: 170px;
}
.select2-results {
  max-height: 250px;
}
.select2-results .select2-highlighted {
  background: #20201F;
}
.select2-results .select2-text {
  float: left;
  display: inline-block;
  height: 30px;
  padding-top: 3px;
}
.select2-results li {
  float: left;
  width: 100%;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
}
.flag {
  width: 26px;
  height: 26px;
  background-size: 100% 100% !important;
  float: left;
  position: static;
  margin-top: 0px;
  margin-right: 10px;
}
.flag.ba,
.flag.BA {
  background: url('../images/flags/square/lang-ba.png') no-repeat transparent;
}
.flag.de,
.flag.DE {
  background: url('../images/flags/square/lang-de.png') no-repeat transparent;
}
.flag.en,
.flag.EN {
  background: url('../images/flags/square/lang-en.png') no-repeat transparent;
}
.flag.hr,
.flag.HR {
  background: url('../images/flags/square/lang-hr.png') no-repeat transparent;
}
.flag.it,
.flag.IT {
  background: url('../images/flags/square/lang-it.png') no-repeat transparent;
}
.flag.rs,
.flag.RS {
  background: url('../images/flags/square/lang-rs.png') no-repeat transparent;
}
.flag.ru,
.flag.RU {
  background: url('../images/flags/square/lang-ru.png') no-repeat transparent;
}
.flag.si,
.flag.SI {
  background: url('../images/flags/square/lang-si.png') no-repeat transparent;
}
.flag.tr,
.flag.TR {
  background: url('../images/flags/square/lang-tr.png') no-repeat transparent;
}
.flag.rounded.ba,
.flag.rounded.BA {
  background: url('../images/flags/rounded/lang-ba.png') no-repeat transparent;
}
.flag.rounded.de,
.flag.rounded.DE {
  background: url('../images/flags/rounded/lang-de.png') no-repeat transparent;
}
.flag.rounded.en,
.flag.rounded.EN {
  background: url('../images/flags/rounded/lang-en.png') no-repeat transparent;
}
.flag.rounded.hr,
.flag.rounded.HR {
  background: url('../images/flags/rounded/lang-hr.png') no-repeat transparent;
}
.flag.rounded.it,
.flag.rounded.IT {
  background: url('../images/flags/rounded/lang-it.png') no-repeat transparent;
}
.flag.rounded.rs,
.flag.rounded.RS {
  background: url('../images/flags/rounded/lang-rs.png') no-repeat transparent;
}
.flag.rounded.ru,
.flag.rounded.RU {
  background: url('../images/flags/rounded/lang-ru.png') no-repeat transparent;
}
.flag.rounded.si,
.flag.rounded.SI {
  background: url('../images/flags/rounded/lang-si.png') no-repeat transparent;
}
.flag.rounded.tr,
.flag.rounded.TR {
  background: url('../images/flags/rounded/lang-tr.png') no-repeat transparent;
}
.slider {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #c15238;
}
.slider.under {
  top: -65px;
  z-index: 1;
}
.slider .owl-carousel .owl-item {
  float: left;
}
.slider .owl-carousel .owl-item div.title {
  display: none;
}
.slider .loading-container {
  position: absolute;
  top: 0;
  left: 0;
}
.slider .loading-container .loading-overlay {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .loading-container .loading-image {
  position: absolute;
  display: block;
  background: url('../images/slider/loading.gif') rgba(255, 255, 255, 0.5) no-repeat center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .slides {
  width: 100%;
  height: auto;
  overflow: hidden;
  height: 0;
}
.slider .slides .slide-item {
  height: 640px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .slider .slides .slide-item {
    height: 400px;
  }
}
.slider .slides .slide-content {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 230px;
  text-align: center;
}
@media (max-width: 1440px) {
  .slider .slides .slide-content {
    top: 170px;
  }
}
@media (max-width: 1240px) {
  .slider .slides .slide-content {
    top: 90px;
  }
}
@media (max-width: 768px) {
  .slider .slides .slide-content {
    top: 40px;
  }
}
@media (max-width: 425px) {
  .slider .slides .slide-content {
    top: 25px;
  }
}
.slider .slides .slide-title {
  font-size: 44px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
  font-family: 'Baskerville', serif;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .slider .slides .slide-title {
    font-size: 26px;
    padding-bottom: 0;
  }
}
.slider .slides .slide-text {
  padding: 5px;
  padding-bottom: 15px;
  font-size: 26px;
  color: #ffcc00;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
  font-weight: 400;
  font-family: 'Baskerville', serif;
}
@media (max-width: 480px) {
  .slider .slides .slide-text {
    font-size: 18px;
    padding-bottom: 10px;
    width: 300px;
    margin: 0 auto;
    line-height: 1.1;
    word-break: break-word;
  }
}
@media (max-width: 375px) {
  .slider .slides .slide-text {
    font-size: 16px;
    width: 270px;
    overflow: hidden;
  }
}
.slider .slides .slide-link .dmw-button {
  border: 1px solid #fff;
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 480px) {
  .slider .slides .slide-link .dmw-button {
    font-size: 14px;
    padding: 6px 15px;
    margin: 0;
  }
}
@media (max-width: 374px) {
  .slider .slides .slide-link .dmw-button {
    font-size: 12px;
    padding: 5px 12px;
  }
}
.slider .slides img {
  width: 100%;
}
.slider .jssorb21 {
  position: absolute;
}
.slider .jssorb21 div,
.slider .jssorb21 div:hover,
.slider .jssorb21 .av {
  position: absolute;
  /* size of bullet elment */
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  color: white;
  font-size: 12px;
  background: url('../images/slider/b21.png') no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.slider .jssorb21 div {
  background-position: -5px -5px;
}
.slider .jssorb21 div:hover,
.slider .jssorb21 .av:hover {
  background-position: -35px -5px;
}
.slider .jssorb21 .av {
  background-position: -65px -5px;
}
.slider .jssorb21 .dn,
.slider .jssorb21 .dn:hover {
  background-position: -95px -5px;
}
.slider .jssora21l,
.slider .jssora21r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url('../images/slider/a21.png') center center no-repeat;
  overflow: hidden;
  z-index: 1;
}
.slider .jssora21l {
  background-position: -3px -33px;
  top: 50%;
  margin-top: -27px;
}
@media (max-width: 1200px) {
  .slider .jssora21l {
    left: 10px !important;
  }
}
.slider .jssora21r {
  background-position: -63px -33px;
  top: 50%;
  margin-top: -27px;
}
@media (max-width: 1200px) {
  .slider .jssora21r {
    right: 10px !important;
  }
}
.slider .jssora21l:hover {
  background-position: -123px -33px;
}
.slider .jssora21r:hover {
  background-position: -183px -33px;
}
.slider .jssora21l.jssora21ldn {
  background-position: -243px -33px;
}
.slider .jssora21r.jssora21rdn {
  background-position: -303px -33px;
}
.slider.inner-full-width {
  width: 100%;
  height: auto;
}
.slider.inner-full-width .slider,
.slider.inner-full-width .slides {
  width: 100%;
  height: auto;
}
.slider-shadow {
  position: absolute;
  bottom: 0;
  height: 200px;
  z-index: 9999;
  width: 100%;
  display: none;
}
#inner-slider {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#inner-slider .slider,
#inner-slider .slides {
  width: 100%;
  height: auto;
}
#inner-slider .jssora21l,
#inner-slider .jssora21r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url('../images/slider/a21.png') center center no-repeat;
  overflow: hidden;
}
#inner-slider .jssora21l {
  background-position: -15px -33px;
}
#inner-slider .jssora21r {
  background-position: -50px -33px;
}
#inner-slider .jssora21l:hover {
  background-position: -135px -33px;
}
#inner-slider .jssora21r:hover {
  background-position: -170px -33px;
}
#inner-slider .jssora21l.jssora21ldn {
  background-position: -255px -33px;
}
#inner-slider .jssora21r.jssora21rdn {
  background-position: -290px -33px;
}
body.accommodation-page #inner-slider {
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  /* #home-slider {
       display:none;
     }*/
}
.reservation-form {
  margin-bottom: 0px;
  z-index: 2;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de2338+0,ac4d95+100 */
  background: #e7b55b;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .reservation-form {
    margin-top: 0;
    background: #e7b55b;
  }
}
@media (max-width: 767px) {
  .reservation-form {
    text-align: center;
  }
}
.reservation-form .dmw-button {
  width: 100%;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .reservation-form .dmw-button {
    width: auto;
    margin-bottom: 5px;
    margin-top: 15px;
  }
}
.reservation-form .button-reset {
  background: transparent;
  text-align: center;
  font-size: 13px;
  color: #20201f;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 0;
  float: right;
}
@media (max-width: 991px) {
  .reservation-form .button-reset {
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
  }
}
.reservation-form .input-fields {
  /*background: rgba(138, 138, 138, 0.75);
        min-height: 54px;
        padding-top: 14px;
        border-radius: 60px;
        margin-top: 23px;*/
  color: #fff;
}
@media (max-width: 767px) {
  .reservation-form .input-fields {
    background: transparent;
  }
}
.reservation-form .input-fields .col-xs-12 {
  /*border-right:1px solid #372e2d;
            &:last-of-type {
             border-right:0;
           }
           @media (max-width:@media_sm) {
               border:0;
           }*/
}
.reservation-form .dmw-button.dark {
  font-size: 16px;
  line-height: 18px;
}
.reservation-form label {
  float: left;
  background: rgba(255, 255, 255, 0.25);
  padding: 10px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  width: 50%;
  color: #20201f;
}
@media (max-width: 1440px) {
  .reservation-form label {
    font-size: 11px;
    width: 50%;
    overflow: hidden;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .reservation-form label {
    margin-left: 7.5%;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .reservation-form label {
    margin-left: 0;
    width: 100%;
    font-size: 14px;
  }
}
.reservation-form input {
  width: 50%;
  color: #1b3e3f;
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  float: left;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .reservation-form input {
    width: 35%;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .reservation-form input {
    width: 100%;
  }
}
.reservation-form input::-webkit-input-placeholder {
  color: #20201f;
  text-transform: uppercase;
}
.reservation-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #20201f;
  text-transform: uppercase;
}
.reservation-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #20201f;
  text-transform: uppercase;
}
.reservation-form input:-ms-input-placeholder {
  color: #20201f;
  text-transform: uppercase;
}
.reservation-form .date i {
  color: #20201f;
  position: absolute;
  top: 3px;
  right: 16px;
}
@media (max-width: 767px) {
  .reservation-form .date i {
    top: 13px;
    right: 0;
    left: 0;
    margin-left: 200px;
  }
}
.night-count-selection .select2-container,
.hotel-selection .select2-container {
  width: 50%;
}
.night-count-selection .select2-chosen,
.hotel-selection .select2-chosen {
  color: #1b3e3f;
  height: 40px;
  vertical-align: top;
  padding-top: 8px;
  text-align: center;
}
.night-count-selection .select2-choice .select2-arrow b:after,
.hotel-selection .select2-choice .select2-arrow b:after {
  color: #1b3e3f;
  margin-left: 2px;
  margin-top: 8px;
}
.night-count-selection .select2-dropdown-open.select2-drop-above .select2-choice,
.hotel-selection .select2-dropdown-open.select2-drop-above .select2-choice,
.night-count-selection .select2-dropdown-open.select2-drop-above .select2-choices,
.hotel-selection .select2-dropdown-open.select2-drop-above .select2-choices {
  background: transparent;
  border: 0;
}
.night-count-selection .select2-container .select2-choice,
.hotel-selection .select2-container .select2-choice,
.night-count-selection .select2-dropdown-open.select2-drop-above .select2-choice,
.hotel-selection .select2-dropdown-open.select2-drop-above .select2-choice {
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  color: #1b3e3f !important;
  border-radius: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .night-count-selection .select2-container,
  .hotel-selection .select2-container {
    width: 35%;
    float: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .night-count-selection .select2-container,
  .hotel-selection .select2-container {
    width: 100%;
  }
}
.night-count-selection .select2-container.select2-dropdown-open .select2-choice,
.hotel-selection .select2-container.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.night-count-selection .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after,
.hotel-selection .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after {
  content: "\f106";
  font-size: 12px;
  font-weight: normal;
}
.night-count-selection .select2-container.select2-container-active *,
.hotel-selection .select2-container.select2-container-active * {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  body.en .reservation-form .date label {
    line-height: 1;
    padding: 9px 10px 0;
  }
}
@media (min-width: 768px) {
  body.en .reservation-form .date label {
    line-height: 1;
    padding: 9px 10px 0;
  }
}
@media (min-width: 1200px) {
  body.en .reservation-form .date label {
    line-height: 1;
    padding: 9px 11px 0;
  }
}
@media (min-width: 1440px) {
  body.en .reservation-form .date label {
    line-height: 1;
    padding: 7px 10px 0;
  }
}
footer .footer-top {
  color: #fff;
  background: #e6e6e6;
  font-weight: 300;
}
footer .footer-top a {
  color: #20201f;
}
footer .footer-top a:hover {
  color: #20201f;
}
footer .footer-top .footer-nav {
  background: #ededed;
  padding: 60px 0;
}
footer .footer-top .footer-logo {
  width: 100%;
  max-width: 381px;
}
@media (max-width: 991px) {
  footer .footer-top .footer-logo {
    max-width: 100%;
  }
}
footer .footer-top .dyna {
  font-family: 'Ephesis', sans-serif;
  font-size: 40px;
}
footer .footer-top .footer-contact {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Baskerville', serif;
  text-align: right;
  color: #20201f;
}
@media (max-width: 767px) {
  footer .footer-top .footer-contact {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-contact {
    text-align: center;
  }
}
footer .footer-top .footer-contact > div {
  display: block;
  width: auto;
  float: none;
  font-size: 14px;
}
footer .footer-top .footer-contact > div a:hover {
  color: #de2338;
}
footer .footer-top .footer-contact > div.heading {
  color: #666;
  font-size: 18px;
}
footer .footer-top .footer-contact > div:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
footer .footer-top .footer-contact ul.contact-data {
  font-family: 'Baskerville', serif;
  font-size: 14px;
  margin-top: 30px;
}
footer .footer-top .footer-contact ul.contact-data a {
  color: #666;
}
footer .footer-top .footer-contact ul.contact-data a:hover {
  color: #555;
}
footer .footer-top .footer-contact ul.contact-data span {
  font-weight: 400;
  color: #20201f;
  text-transform: lowercase;
}
footer .footer-top .footer-contact ul.contact-data li {
  margin-bottom: 2px;
}
footer .footer-top .work-hours {
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 30px;
}
footer .footer-top .copyright {
  text-align: left;
}
@media (max-width: 991px) {
  footer .footer-top .copyright {
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-top .copyright {
    margin-top: 20px;
  }
}
footer .footer-top .footer-navigation-horizontal {
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-column-count: 2;
  column-count: 2;
}
footer .footer-top .footer-navigation-horizontal a {
  display: block;
  color: #20201f;
  text-transform: uppercase;
  font-size: 15px;
}
footer .footer-top .footer-navigation-horizontal li {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
footer .footer-top .footer-navigation-horizontal li:last-of-type a {
  border-right: 0;
}
@media (max-width: 991px) {
  footer .footer-top .footer-navigation-horizontal {
    display: none;
  }
}
footer .footer-top .dmlink span {
  color: red;
}
footer .footer-top .share-holder {
  padding-top: 75px;
}
footer .footer-top .footer-social {
  display: inline-block;
}
@media (max-width: 767px) {
  footer .footer-top .footer-social {
    margin-bottom: 20px;
  }
}
footer .footer-top .btn {
  width: 32px;
  height: 32px;
  padding: 6px 5px;
  color: #20201f;
  line-height: 22px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-right: 1px solid #20201F;
  background: transparent;
  border-radius: 0;
}
footer .footer-top .btn.act-fb {
  color: #20201f;
  background: transparent;
  width: 68px;
  height: 40px;
  font-size: 20px;
  padding-top: 10px;
}
footer .footer-top .btn.act-fb:hover {
  color: #cccccc;
  background: #5f0a08;
}
footer .footer-top .btn.act-gp {
  color: #6d6e71;
  background: transparent;
  width: 68px;
  height: 40px;
  font-size: 20px;
  padding-top: 10px;
}
footer .footer-top .btn.act-gp:hover {
  color: #ffffff;
  background: #6d6e71;
}
footer .footer-top .btn.act-tw {
  color: #6d6e71;
  background: transparent;
  width: 68px;
  height: 40px;
  font-size: 20px;
  padding-top: 10px;
}
footer .footer-top .btn.act-tw:hover {
  color: #ffffff;
  background: #6d6e71;
}
footer .footer-top .btn.act-in {
  color: #6d6e71;
  background: transparent;
  width: 68px;
  height: 40px;
  font-size: 20px;
  padding-top: 10px;
}
footer .footer-top .btn.act-in:hover {
  color: #ffffff;
  background: #6d6e71;
}
footer .footer-top .btn.act-li {
  color: #6d6e71;
  background: transparent;
  width: 68px;
  height: 40px;
  font-size: 20px;
  padding-top: 10px;
}
footer .footer-top .btn.act-li:hover {
  color: #ffffff;
  background: #6d6e71;
}
footer .footer-top .btn.act-yt {
  color: #6d6e71;
  background: transparent;
  width: 68px;
  height: 40px;
  font-size: 20px;
  padding-top: 10px;
}
footer .footer-top .btn.act-yt:hover {
  color: #ffffff;
  background: #5f0a08;
}
footer .footer-top .btn:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
footer .footer-top .btn:first-of-type {
  border-left: 1px solid #923d3b;
}
footer .footer-top .btn:last-of-type {
  border-right: none;
}
footer .footer-top .icons {
  padding-top: 75px;
}
footer .footer-top .icons div {
  display: inline-block;
  font-size: 11px;
  font-weight: 100;
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid #595b5e;
  margin-bottom: 20px;
}
footer .footer-top .icons div:last-of-type {
  border-right: 0;
}
footer .footer-top .icons div i {
  font-size: 15px;
}
footer .footer-top .external-links a {
  border: 1px solid #646769;
  padding: 5px 15px;
  display: inline-block;
  margin: 0 6px 30px;
  text-transform: uppercase;
}
footer .footer-top .footer-banners img {
  margin: 0 6px;
}
footer .footer-top .footer-banners a {
  border-right: 1px solid #646769;
  display: inline-block;
  padding: 10px;
  margin-bottom: 30px;
}
footer .footer-top .footer-banners a:last-of-type {
  border: 0;
}
footer .box-share {
  position: relative;
  height: 44px;
  display: inline-block;
}
footer .box-share .trans-border {
  cursor: pointer;
}
footer .box-share .trans-border div {
  padding: 5px 20px;
}
footer .box-share .trans-border i {
  text-shadow: none;
  font-size: 16px;
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
footer .box-share .share-links {
  position: absolute;
  width: auto;
  overflow: hidden;
  margin-right: 16px;
}
footer .box-share .share-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 8px 3px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
}
footer .box-share .share-links a.share-fb {
  background: #3b5998;
}
footer .box-share .share-links a.share-tw {
  background: #4099FF;
}
footer .box-share .share-links a.share-li {
  background: #0e76a8;
}
footer .box-share .share-links a.share-gp {
  background: #dd4b39;
}
footer .box-share .share-links a.share-em {
  background: #444;
}
footer .box-share .share-links[data-expand=top] {
  bottom: 44px;
  height: 0;
  -webkit-transition: height .5s;
  transition: height .5s;
  width: 110px;
}
footer .box-share .share-links[data-expand=top].active {
  height: 35px;
  width: 110px;
}
footer .box-share .share-links[data-expand=bottom] {
  top: 32px;
  height: 0;
}
footer .box-share .share-links[data-expand=bottom].active {
  height: 25px;
}
.footer-top .footer-nav .social-container {
  display: inline-block;
  padding: 75px 40px 0;
}
@media (max-width: 991px) {
  .footer-top .footer-nav .social-container {
    border-right: none;
    display: block;
    text-align: center;
    padding: 25px 40px 0;
  }
  .footer-top .footer-nav .social-container .box-share {
    float: none;
  }
  .footer-top .footer-nav .social-container .footer-social {
    float: none;
  }
}
.footer-top .footer-nav .footer-social {
  display: inline-block;
  float: left;
}
.footer-top .footer-nav .footer-social .btn {
  color: #20201F;
  background-color: transparent;
  border-radius: 0;
  height: 40px;
  width: 40px;
  font-size: 20px;
}
.footer-top .footer-nav .box-share {
  float: left;
  height: 40px;
}
.footer-top .footer-nav .box-share .footer-share {
  margin-right: 10px;
  padding: 8px 7px 7px;
}
.footer-top .footer-nav .free-wifi {
  margin: 15px 0 25px;
}
.info-area {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de2338+0,ac4d95+100 */
  background: #de2338;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#de2338), to(#ac4d95));
  background: linear-gradient(to right, #de2338 0%, #ac4d95 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de2338', endColorstr='#ac4d95', GradientType=1);
  /* IE6-9 */
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.nl-container {
  display: inline-block;
  width: auto;
}
@media (max-width: 991px) {
  .nl-container {
    display: block;
  }
}
@media (max-width: 767px) {
  .nl-container {
    display: block;
  }
  .nl-container .newsletter-subscription {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
}
.nl-container .newsletter-subscription {
  font-family: 'Baskerville', serif;
  padding: 60px 0 0;
  float: left;
}
@media (max-width: 991px) {
  .nl-container .newsletter-subscription {
    padding: 0 0 20px;
    width: 100%;
    text-align: center;
  }
}
.nl-container .newsletter-subscription form input {
  height: 40px;
  background-color: transparent;
  border: 1px solid #BFBFBF;
  border-right: none;
  color: #20201F;
  padding: 0 15px;
  width: 180px;
}
.nl-container .newsletter-subscription form input::-webkit-input-placeholder {
  color: #BFBFBF;
}
.nl-container .newsletter-subscription form input:-moz-placeholder {
  /* Firefox 18- */
  color: #BFBFBF;
  opacity: 1;
}
.nl-container .newsletter-subscription form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #BFBFBF;
  opacity: 1;
}
.nl-container .newsletter-subscription form input:-ms-input-placeholder {
  color: #BFBFBF;
}
.nl-container .newsletter-subscription form > div {
  display: inline-block;
}
@media (max-width: 991px) {
  .nl-container .newsletter-subscription form > div input {
    float: none;
    border-right: 1px solid #9E9E9E;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .nl-container .newsletter-subscription form > div {
    display: block;
    width: auto;
    margin: 0 auto;
    float: none;
  }
}
.nl-container .newsletter-subscription form > span {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.nl-container .newsletter-subscription form > span i {
  margin-right: 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .nl-container .newsletter-subscription form > span {
    margin-bottom: 15px;
    display: inline-block;
  }
}
.nl-container .newsletter-subscription form > p {
  font-family: 'Baskerville', serif;
  font-size: 15px;
  font-weight: 400;
  color: #20201F;
  margin: 0 0 10px 0;
}
.nl-container .newsletter-subscription form .action-container {
  position: relative;
}
.nl-container .newsletter-subscription form .nl-subscribe {
  height: 40px;
  padding: 0 20px;
  background-color: transparent;
  color: #20201F;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #BFBFBF;
  position: absolute;
  top: 0;
}
.nl-container .newsletter-subscription form .nl-subscribe:hover {
  background: #20201F;
  color: #FFF;
}
.footer-bottom .copyright,
.footer-bottom .footer-bottom-links {
  padding: 40px 0;
  color: #20201f;
  font-family: 'Baskerville', serif;
}
@media (max-width: 991px) {
  .footer-bottom .copyright,
  .footer-bottom .footer-bottom-links {
    padding: 5px 0;
  }
}
.footer-bottom .footer-logo {
  margin-top: 25px;
  text-align: right;
}
@media (max-width: 991px) {
  .footer-bottom .footer-logo {
    margin: 15px 0;
    text-align: center;
  }
}
body footer .footer-top .footer-contact .tripadvisor-badge {
  margin-top: 40px;
}
body footer .footer-top .footer-contact .tripadvisor-badge > div {
  float: right;
  margin-right: -10px;
}
@media (max-width: 991px) {
  body footer .footer-top .footer-contact .tripadvisor-badge {
    margin: 15px auto;
    display: table;
  }
  body footer .footer-top .footer-contact .tripadvisor-badge > div {
    float: none;
    margin: 0 auto;
  }
}
.rc-container {
  margin-top: 10px;
}
.rc-container > div {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .rc-container > div {
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@media (max-width: 480px) {
  .rc-container > div {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 60px top;
            transform-origin: 60px top;
  }
}
.rc-container > div > div {
  width: auto !important;
}
.dimedia-logo img {
  max-height: 20px;
  margin-left: 5px;
}
.intro-text {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .intro-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.intro-text:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 104px;
  position: absolute;
  left: 0;
  margin-top: -54px;
}
@media (max-width: 767px) {
  .intro-text:before {
    display: none;
  }
}
.intro-text h1 {
  color: #333;
  font-size: 50px;
  font-family: 'Ephesis', sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}
.intro-text .inner-text {
  color: #666;
  margin-top: 25px;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Baskerville', serif;
}
@media (max-width: 680px) {
  .intro-text .inner-text {
    line-height: 1.5;
    font-size: 16px;
  }
}
.accommodations-slider {
  margin: 0 0 70px;
  padding: 0;
}
.accommodations-slider div.content-holder {
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .accommodations-slider div.content-holder {
    top: 330px;
  }
}
@media (max-width: 425px) {
  .accommodations-slider div.content-holder {
    top: 150px;
  }
}
@media (max-width: 320px) {
  .accommodations-slider div.content-holder {
    top: 100px;
  }
}
.accommodations-slider div.content-holder span.title {
  font-family: 'Baskerville', serif;
  font-size: 33px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  width: 200px;
  line-height: 1.2;
}
.accommodations-slider .owl-controls {
  margin: 40px 0 0;
}
.accommodations-slider .owl-controls .owl-dots {
  text-align: center;
}
.accommodations-slider .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #C8DEDB;
  border-radius: 10px;
}
.accommodations-slider .owl-controls .owl-dots .owl-dot.active {
  background-color: #e7b55b;
}
.homepage-location {
  margin: auto auto 60px;
  overflow: hidden;
  background-size: cover;
}
.homepage-location .location-wrapper {
  background: #FFF;
  font-size: 16px;
  font-family: 'Baskerville', serif;
  font-weight: 200;
  color: #666;
  text-align: center;
  float: none;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
  width: 20%;
}
@media (max-width: 1440px) {
  .homepage-location .location-wrapper {
    width: 25%;
  }
}
@media (max-width: 1366px) {
  .homepage-location .location-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .homepage-location .location-wrapper {
    width: 35%;
  }
}
@media (max-width: 660px) {
  .homepage-location .location-wrapper {
    width: 60%;
  }
}
.homepage-location .location-wrapper h3 {
  color: #333;
  font-family: 'Ephesis', sans-serif;
  font-size: 50px;
  font-weight: 400;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .homepage-location .location-wrapper h3 {
    padding: 20px 0;
  }
}
.homepage-location .location-wrapper p {
  margin: 0 10px 50px;
  line-height: 1.6;
}
.homepage-location .location-wrapper a {
  background: #e7b55b;
  text-transform: lowercase;
  font-size: 15px;
  color: #FFF;
  padding: 9px 21px;
  margin: 0 0 60px;
  display: inline-block;
  border: 1px solid #e7b55b;
}
.homepage-location .location-wrapper a:hover {
  background: #FFF;
  color: #e7b55b;
}
.homepage-location .location-wrapper:after,
.homepage-location .location-wrapper:before {
  content: '';
  display: block;
  width: 100px;
  margin: 0 auto;
  border: 2px solid #e7b55b;
}
.homepage-video {
  text-align: center;
  font-family: 'Baskerville', serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0 auto 80px;
}
.homepage-video a {
  background: #e7b55b;
  text-transform: lowercase;
  font-size: 15px;
  color: #FFF;
  padding: 9px 21px;
  margin: 50px 0 0;
  display: inline-block;
  border: 1px solid #e7b55b;
}
.homepage-video a:hover {
  background: #FFF;
  color: #e7b55b;
}
.homepage-video h3 {
  font-family: 'Ephesis', sans-serif;
  color: #333;
  font-size: 50px;
  font-weight: 400;
  padding: 0 0 50px;
}
.homepage-video iframe {
  margin: 50px 0 0 0;
  max-width: 100%;
}
.homepage-banners {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .homepage-banners > .container {
    width: 100%;
  }
}
.homepage-banners img {
  width: 100%;
  margin-bottom: 15px;
}
.homepage-banners h3 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  margin-top: -35px;
  width: calc(100% - 100px);
  text-align: left;
  background: url(../images/corner.png) bottom left no-repeat;
  padding: 16px;
  line-height: 20px;
  color: #fff;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .homepage-banners {
    width: 80%;
    margin: 0 auto;
  }
}
.homepage-content-wrapper {
  border-top: 10px solid #e7b55b;
  border-bottom: 10px solid #e7b55b;
  background-image: url('../images/top-bg-pattern.jpg'), url('../images/bottom-bg-pattern.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
}
@media (max-width: 1366px) {
  .homepage-content-wrapper {
    background-size: 30%;
    background-position: -50px top, bottom right;
  }
}
.page-text h1,
.simple-page h1 {
  color: #333;
  font-size: 42px;
  font-family: 'Ephesis', sans-serif;
  font-weight: 100;
  text-transform: none;
  margin: 40px 0 20px;
}
.page-text {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.page-text .pt-intro {
  font-family: 'Baskerville', serif;
  margin-top: 5px;
  line-height: 25px;
  font-size: 18px;
  font-weight: 300;
}
.download-file {
  display: inline-block;
  margin-top: 15px;
  margin-right: 30px;
  font-size: 17px;
}
.download-file i {
  margin-right: 10px;
}
.hr-divider {
  border-bottom: 1px dashed black;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.hr-divider img {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: -25px;
  background: #fff;
}
.page-text .pt-text,
.page-text .pt-intro {
  font-family: 'Baskerville', serif;
  font-weight: 300;
  font-size: 18px;
  padding: 20px 0 60px;
  clear: both;
}
.page-text .pt-text li {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 30px;
  display: block;
  vertical-align: top;
  width: 100%;
}
.page-text .pt-text li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #770D0A;
  font-size: 23px;
  position: absolute;
  left: 0;
}
.page-text .dmw-button i {
  font-size: 23px;
  margin-top: 1px;
}
.page-text .trans-border {
  display: block;
  width: 30%;
  margin: auto;
  margin-bottom: 60px;
  background: transparent;
  padding: 0;
  min-width: 260px;
}
.page-item {
  text-align: left;
  margin-bottom: 30px;
}
.page-item:last-of-type {
  margin-bottom: 40px;
}
.page-item img {
  width: 100%;
}
.page-item .trans-border {
  padding: 0;
  background: transparent;
  width: 40%;
  min-width: 260px;
}
.page-item h2 {
  font-size: 25px;
  font-family: 'Baskerville', serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #e7b55b;
  margin: 15px 0 25px;
}
@media (max-width: 991px) {
  .page-item h2 {
    margin-top: 20px;
  }
}
.page-item .pi-text {
  margin-bottom: 30px;
  color: #4a4a4a;
  margin-top: 25px;
  line-height: 23px;
  font-size: 16px;
  font-weight: 300;
}
.main-content {
  margin-top: 65px;
  /*padding: 65px 0 100px 0;
    border-top: 10px solid #e7b55b;
    border-bottom: 10px solid #e7b55b;*/
}
.gallery-holder h1 {
  color: #54595e;
  font-size: 28px;
  font-family: 'Ephesis', sans-serif;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 25px;
}
.no-photo-news {
  text-align: left;
  /*.col-md-6 {
      width:100% !important;
      padding:0;
    }*/
}
.ground-plan-download {
  clear: both;
}
.ground-plan-download a {
  background: #20201F;
  width: 100%;
  text-align: right;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 8px 25px;
  position: relative;
}
.ground-plan-download a span {
  margin-right: 15px;
}
.ground-plan-download a i {
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  top: 7px;
}
body.accommodation-page .pt-text.pt-inner-text {
  margin-top: 40px;
}
body.our_location-page .pt-intro ul {
  margin-left: 20px;
}
body.our_location-page .pt-intro ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}
.contact-page h1 {
  color: #54595e;
  font-size: 28px;
  font-family: 'Tinos', serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-page h2 {
  font-size: 28px;
  font-family: 'Tinos', serif;
  font-weight: 700;
  text-transform: none;
  color: #54595e;
  margin-bottom: 25px;
  margin-top: 15px;
}
.contact-page input,
.contact-page textarea {
  border: 1px solid #222;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.contact-page textarea {
  height: 200px;
  resize: none;
}
.contact-page .checkbox-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-page button {
  margin-bottom: 20px;
}
.contact-page button.submit {
  background: #770D0A;
  /* Old browsers */
  font-family: 'Baskerville', serif;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 80px;
  border: none;
}
.contact-page button.submit i {
  font-size: 22px;
  display: inline;
  float: right;
  margin-left: 10px;
  margin-top: -2px;
}
.contact-page .contact-data {
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact-page .contact-data div {
  margin-bottom: 5px;
}
.contact-page .contact-data i {
  margin-right: 10px;
  color: #222;
  width: 16px;
  text-align: centeR;
  font-size: 16px;
}
.contact-page .contact-data i.fa-mobile {
  font-size: 22px;
  float: left;
  margin-top: 2px;
}
.contact-page .contact-data a {
  color: #222;
}
.contact-info {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 21px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .g-recaptcha div:first-child div:first-child {
    width: 100% !important;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -31px;
  }
  .checkbox-box > span {
    margin-right: 10px;
  }
  .checkbox-box .name {
    font-size: 12px;
    float: none;
    line-height: 1.3;
    margin-left: 0px;
  }
  .checkbox-box .name a {
    color: #222;
  }
}
section.contact-page {
  border-top: 10px solid #e7b55b;
  border-bottom: 10px solid #e7b55b;
  background-image: url('../images/top-bg-pattern.jpg'), url('../images/bottom-bg-pattern.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  padding-top: 65px;
}
@media (max-width: 1366px) {
  section.contact-page {
    background-size: 30%;
    background-position: -50px top, bottom right;
  }
}
section.contact-page h1,
section.contact-page h2 {
  color: #333;
  font-size: 32px;
  font-family: 'Ephesis', sans-serif;
  font-weight: 100;
  text-transform: none;
  margin: 40px 0 20px;
}
section.contact-page p {
  font-family: 'Baskerville', serif;
  font-weight: 300;
  font-size: 18px;
}
.booking-page .contents-wrapper {
  background: none;
  padding: 0;
}
.booking-page .contents-wrapper .contact-page {
  border: none;
}
.pdf-download {
  background: #770D0A;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0;
  display: inline-block;
}
.pdf-download:hover {
  background: #e7b55b;
  color: #fff;
}
.pdf-download i {
  margin-right: 15px;
}
.ui-datepicker {
  z-index: 15 !important;
}
.acco-type {
  margin-bottom: 10px;
}
.acco-type .form-group {
  background: #fff;
  color: #666;
  font-size: 14px;
  width: 100%;
  position: relative;
}
.acco-type .form-group label {
  position: relative;
  top: 1px;
  margin-bottom: 10px;
  color: #770D0A;
  font-size: 16px;
  text-transform: uppercase;
}
.acco-type .form-group .select2-container.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 42px !important;
  padding: 8px 12px;
  border: 1px solid #222;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  z-index: 10;
  position: relative;
  cursor: pointer;
}
.acco-type .form-group .select2-container.form-control:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  top: 7px;
  font-size: 21px;
  z-index: 5;
}
.acco-type .form-group .select2-container.form-control.active:after {
  content: "\f106";
}
.acco-type .form-group .select2-container.form-control .select2-choice {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-map li {
  list-style-type: none;
  margin-left: 0;
  padding: 5px 0;
}
.site-map .dropdown ul {
  margin-left: 40px;
}
.site-map li a:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 6px;
  float: left;
  margin-top: 9px;
  margin-right: 5px;
  color: #c15238;
  display: none;
}
.site-map li a {
  color: #c15238;
  text-decoration: none;
}
.site-map h1 {
  color: #54595e;
  font-size: 28px;
  font-family: 'Tinos', serif;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 25px;
}
.sm-list {
  margin-bottom: 30px;
}
/*.sm-list li {
  margin-left:40px;
  list-style-type:disc;
}*/
.sm-list li.no-bullet {
  margin-left: 0;
  list-style-type: none;
}
.side-bar .select2-container .select2-choice .select2-arrow b {
  background: #f3daad !important;
}
.side-bar section {
  margin-bottom: 30px;
  clear: both;
}
.side-bar .reservation-form {
  margin-top: 0;
  background: #e7b55b;
  padding: 20px;
}
.side-bar .reservation-form h2 {
  color: #20201f;
  font-weight: 100;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: 'Ephesis', sans-serif;
  text-align: left;
}
.side-bar .reservation-form input {
  background: #f3daad;
  color: #1b3e3f;
  padding: 0 15px;
  -moz-border-radius: 50px;
  margin-bottom: 15px;
  width: 100%;
  text-transform: none;
}
.side-bar .reservation-form input::-webkit-input-placeholder {
  color: #1b3e3f;
  font-size: 14px;
  text-transform: none;
}
.side-bar .reservation-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #1b3e3f;
  font-size: 14px;
  text-transform: none;
}
.side-bar .reservation-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1b3e3f;
  font-size: 14px;
  text-transform: none;
}
.side-bar .reservation-form input:-ms-input-placeholder {
  color: #1b3e3f;
  font-size: 14px;
  text-transform: none;
}
.side-bar .reservation-form .select2-container {
  margin-bottom: 15px;
  width: 100%;
}
.side-bar .reservation-form .select2-container .select2-choice {
  background: #f3daad;
  text-transform: none;
  padding: 0 15px;
}
.side-bar .reservation-form .select2-container .select2-choice .select2-arrow {
  background: #f9eeeb;
  text-transform: uppercase;
}
.side-bar .reservation-form .select2-container .select2-choice .select2-arrow b:after {
  color: #20201F;
}
.side-bar .reservation-form .select2-container .select2-choice > .select2-chosen {
  color: #1b3e3f;
  text-align: left;
}
.side-bar .reservation-form .date i {
  top: 13px;
  right: 25px;
  z-index: 99;
  cursor: pointer;
  color: #20201F;
}
.side-bar .reservation-form i.fa-ellipsis-h {
  position: absolute;
  top: 13px;
  right: 25px;
  z-index: 99;
  cursor: pointer;
  color: #20201F;
}
.side-bar .reservation-form .trans-border {
  width: 100%;
  margin-bottom: 15px;
}
.side-bar .reservation-form .dmw-button {
  padding: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.side-bar .reservation-form .dmw-button i {
  float: right;
}
.side-bar .navigation {
  background: #e7b55b;
}
.side-bar .navigation h2 {
  font-family: 'Ephesis', sans-serif;
  font-weight: 100;
  font-size: 36px;
  color: #20201F;
  padding: 25px;
  text-align: left;
}
.side-bar .navigation li {
  color: #fff;
}
.side-bar .navigation li a {
  font-family: 'Baskerville', serif;
  color: #20201F;
  font-weight: 300;
  display: block;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: none;
  text-decoration: none;
  padding: 15px 15px;
  border-top: 1px solid #c79f56;
}
.side-bar .navigation li a i {
  margin-right: 10px;
  float: left;
  margin-top: 2px;
  color: #20201F;
}
.side-bar .navigation li a span {
  display: inline-block;
  width: 90%;
}
.side-bar .navigation li:hover a,
.side-bar .navigation li.active a {
  background: #c79f56;
  color: #20201F;
}
.side-bar .navigation li:hover a i,
.side-bar .navigation li.active a i {
  color: #20201F;
}
.side-bar .navigation li:last-of-type {
  padding-bottom: 10px;
}
@-moz-document url-prefix() {
  .side-bar .navigation li a i {
    margin-top: 3px;
  }
}
.box-pagination {
  height: 37px;
  text-align: left;
}
@media (min-width: 767px) {
  .box-pagination {
    text-align: right;
  }
}
.box-pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.box-pagination ul li {
  display: inline;
}
.box-pagination ul li a {
  float: left;
  padding: 0 16px;
  font-weight: 400;
  line-height: 37px;
  text-decoration: none;
  border: none;
  color: #666666;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media (max-width: 991px) {
  .box-pagination ul li a {
    padding: 0 9px;
  }
}
.box-pagination ul li a:hover {
  color: #ffffff;
  background-color: #ed1c24;
}
.box-pagination ul li a i {
  font-size: 25px;
  line-height: 32px;
}
.box-pagination ul li.active a {
  background-color: #ed1c24;
  color: #ffffff;
  cursor: default;
}
.box-pagination ul li.disabled a {
  background-color: none;
  color: #c4b1bc;
  cursor: not-allowed;
}
.box-pagination ul li.disabled a:hover {
  background: none;
}
.box-pagination ul li.prev a {
  font-size: 22px;
  line-height: 37px;
  padding-left: 10px;
}
.box-pagination ul li.next a {
  font-size: 22px;
  line-height: 37px;
  padding-right: 10px;
}
.gallery-wrap {
  width: 100%;
}
.gallery-wrap .item-wrap {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51%, rgba(234, 234, 234, 0.51)), to(#eaeaea));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(234, 234, 234, 0.51) 51%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#eaeaea', GradientType=0);
}
.gallery-wrap .page-item.gallery {
  background: none;
  -webkit-filter: none;
          filter: none;
}
.gallery-wrap .gallery-title {
  position: absolute;
  bottom: 150px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.gallery-wrap .gallery-title h2 {
  margin: 0;
  font-family: 'Ephesis', sans-serif;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 6px #333;
}
.gallery-wrap .gallery-title a {
  display: block;
  width: 100%;
  color: #000;
}
.gallery-wrap .gallery-title a:hover {
  color: #ee162d;
}
#booking-calendar .ui-widget-content {
  bordeR: 0;
  padding: 0;
}
#booking-calendar .ui-widget-header {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#booking-calendar .ui-widget-header {
  background: #54595e;
}
#booking-calendar .ui-state-default,
#booking-calendar .ui-widget-content .ui-state-default,
#booking-calendar .ui-widget-header .ui-state-default {
  border: 0;
  background: #eee5e0;
  color: #54595e;
}
#booking-calendar .ui-datepicker th {
  color: #54595e;
  font-size: 14px;
  font-weight: 300;
}
#booking-calendar .ui-datepicker td span,
#booking-calendar .ui-datepicker td a {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#booking-calendar .ui-datepicker .ui-datepicker-week-end a {
  background: #cccccc;
}
#booking-calendar .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 32.33%;
  border: 1px solid #e2d6d0;
  background: #fff;
}
@media (max-width: 660px) {
  #booking-calendar .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  #booking-calendar .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
#booking-calendar .ui-datepicker.ui-datepicker-multi {
  width: 100% !important;
  background: transparent;
}
#booking-calendar .ui-datepicker-group.ui-datepicker-group-first {
  margin-right: 1%;
}
#booking-calendar .ui-datepicker-group.ui-datepicker-group-middle {
  margin-left: .5%;
  margin-right: .5%;
}
#booking-calendar .ui-datepicker-group.ui-datepicker-group-last {
  margin-left: 1%;
}
#booking-calendar .full-day .ui-state-default {
  background: #54595e !important;
}
#booking-calendar .first-day .ui-state-default {
  background: #212531;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #eee5e0), color-stop(50%, #54595e));
  background: linear-gradient(to right bottom, #eee5e0 50%, #54595e 50%);
  display: inline-block;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-family: sans-serif;
  width: 100%;
}
#booking-calendar .last-day .ui-state-default {
  background: #212531;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #54595e), color-stop(50%, #eee5e0));
  background: linear-gradient(to right bottom, #54595e 50%, #eee5e0 50%);
  display: inline-block;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-family: sans-serif;
  width: 100%;
}
.nl-popup {
  max-width: 600px;
}
.nl-popup .nl-popup-wrapper {
  margin-top: 10px;
}
.nl-popup .btn {
  font-family: 'Baskerville', serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  padding: 8px 14px;
  border-radius: 3px;
  border: none;
  margin: 0;
  margin-top: 20px;
  width: auto;
  height: auto;
  float: none;
  text-transform: none;
  position: relative;
  top: auto;
  right: auto;
}
.nl-popup .btn.btn-primary {
  background: #255A05;
}
.nl-popup .btn.btn-primary:hover {
  background: #112a02;
}
.nl-popup .btn.btn-default {
  background: #770D0A;
}
.nl-popup .btn.btn-default:hover {
  background: #480806;
}
.nl-popup .btn-close {
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 5px 9px;
  border-radius: 0 0 0 3px !important;
  margin-top: 0 !important;
}
.nl-popup input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  float: left;
  margin-right: 5px;
  -webkit-appearance: checkbox;
  display: initial;
}
.nl-popup label {
  font-weight: 400;
}
.nl-popup .preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .nl-popup {
    width: 90% !important;
  }
}
