html,body {
  max-width: 100%;
  height: 100%;
  font-family: "Open Sans", "DejaVu Sans Condensed";
}

html {
  overflow-x: hidden;
}

body {
  background: #fafafa;
}

body.landing {
  background: white;
}

body.landing .wrapper {
  height: 100%;
}

body.landing .row {
  margin-right: 0;
  margin-left: 0;
}

body.modal-open {
  overflow: visible;
}

body.modal-open .wrapper > .page-header,body.modal-open .wrapper > .footer {
  position: relative;
  z-index: -1;
}

body:not(.landing) .wrapper.with-bg {
  background: url("/img/leaf-background.png") no-repeat;
  background-position: right 0 bottom 150px;
  background-size: 280px;
}

body > .wrapper {
  opacity: 0;
  visibility: hidden;
}

*,input,textarea,button {
  outline: 0 !important;
  -webkit-font-smoothing: antialiased;
}

*:focus,*:hover,*:visited,*:active,input:focus,input:hover,input:visited,input:active,textarea:focus,textarea:hover,textarea:visited,textarea:active,button:focus,button:hover,button:visited,button:active {
  outline: 0 !important;
}

::selection {
  background: #BF9B5C;
  color: white;
}

img,table {
  max-width: 100%;
}

#post-video {
  width: 100% !important;
  height: 100% !important;
}

.preparationTimeModal {
  z-index: 99;
}

.preparationTimeModal .modal-dialog {
  width: 380px;
  top: 50%;
  transform: translateY(-50%) !important;
}

.preparationTimeModal button.close {
  opacity: 1;
  position: relative;
  cursor: pointer;
  z-index: 999;
}

.preparationTimeModal h4 {
  text-align: center;
  color: #BF9B5C;
  position: relative;
  font-size: 20px;
}

.preparationTimeModal h4:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #BF9B5C;
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  bottom: -7px;
}

.preparationTimeModal .modal-body {
  text-align: center;
  padding: 30px 15px;
}

.preparationTimeModal .modal-footer,.preparationTimeModal .modal-header {
  border: none;
}

.preparationTimeModal .modal-footer {
  display: flex;
  justify-content: space-between;
}

.preparationTimeModal .modal-footer .accepted {
  background: #BF9B5C;
  color: white;
  text-decoration: none;
  padding: 6px 12px;
}

.preparationTimeModal .modal-footer .not-accepted {
  background: #b28a46;
  color: white;
  border: none;
  border-radius: 0px;
}

.preparationTimeModal .modal-footer .not-accepted span {
  font-size: 16px;
}

.modal-backdrop {
  display: none;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999999;
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.loader.closed {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.loader > div {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.container {
  padding: 0 !important;
}

.container.mini {
  max-width: 970px;
}

.divider {
  margin-top: 25px;
  margin-bottom: 25px;
  background: url("/img/bullets.svg") no-repeat left center;
  background-size: contain;
  height: 8px;
}

.divider.center {
  background-position: center center;
}

.text-highlighted {
  position: relative;
}

.text-highlighted:after {
  content: '';
  z-index: -1;
  position: absolute;
  right: 2px;
  bottom: 0;
  left: 2px;
  height: .5em;
  background: #dfce9f;
}

.pagination {
  color: #c7a11b;
  font-family: "Open Sans", "DejaVu Sans Condensed";
}

.pagination li {
  display: inline-block;
  margin: 0 3px;
}

.pagination li a,.pagination li span {
  color: #c7a11b;
  border-radius: 0 !important;
  border-color: #c7a11b !important;
}

.pagination li a:hover,.pagination li a:focus,.pagination li span:focus,.pagination li span:hover {
  background-color: #c7a11b;
  border-color: #c7a11b;
  color: white;
}

.pagination li:not(.active) span {
  color: #c7a11b !important;
}

.pagination .active a,.pagination .active a:focus,.pagination .active a:hover,.pagination .active span,.pagination .active span:focus,.pagination .active span:hover {
  background-color: #c7a11b;
  border-color: #c7a11b;
}

hr {
  border-color: #f8da46;
}

.preloader,.preloader * {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
  opacity: 0;
}

.gm-style-iw {
  text-align: center !important;
  font-size: 13px !important;
  font-family: 'DejaVu Sans Condensed' !important;
}

.gm-style-iw img {
  height: 50px;
  margin-top: 10px;
}

.sweet-alert h1,.sweet-alert h2,.sweet-alert h3,.sweet-alert h4,.sweet-alert h5,.sweet-alert h6 {
  font-family: "Lato", "DejaVu Sans Caps";
}

.sweet-alert p {
  font-family: "Open Sans", "DejaVu Sans Condensed";
}

.theme-button {
  display: inline-block;
  background: #BF9B5C;
  padding: 10px 30px;
  color: white;
  text-align: center;
  transition: all .3s ease;
}

.theme-button,.theme-button:active,.theme-button:focus,.theme-button:visited {
  text-decoration: none;
  color: white;
}

.theme-button:hover,.theme-button:active:hover,.theme-button:focus:hover,.theme-button:visited:hover {
  background: #b28a46;
  color: white;
  text-decoration: none;
}

.grid {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding: 0 60px;
  pointer-events: none;
  opacity: .25;
}

.grid div {
  height: 100%;
  border-left: 1px solid #b3b3b3;
}

.grid div:last-child {
  border-right: 1px solid #b3b3b3;
}

.modal.auth {
  text-align: center;
}

.modal.auth:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 100%;
}

.modal.auth .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 40px);
  -webkit-transform: translate(0, 10%);
  -moz-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  -o-transform: translate(0, 10%);
  transform: translate(0, 10%);
}

.modal.auth.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.auth .modal-content {
  border-radius: 0;
}

.modal.auth .modal-header {
  border: 0 none;
}

.modal.auth .modal-header h4 {
  text-align: center;
  margin-top: 30px;
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #514e4e;
  user-select: none;
  pointer-events: none;
  position: relative;
}

.modal.auth .modal-header h4:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: calc(50% - 20px);
  background: #d3ac1e;
  width: 40px;
  height: 1px;
}

.modal.auth .modal-body {
  padding: 20px 50px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
}

.modal.auth .modal-body .input-group {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.modal.auth .modal-body .input-group:focus {
  border-color: #BF9B5C;
}

.modal.auth .modal-body .input-group input,.modal.auth .modal-body .input-group .input-group-addon {
  border-radius: 0;
  border: 0;
  color: #909090;
}

.modal.auth .modal-body .input-group .input-group-addon {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  background: none;
  padding-right: 1px;
  line-height: 33px;
  pointer-events: none;
}

.modal.auth .modal-body .input-group input {
  border: 1px solid #eae0bb;
  padding-left: 33px;
  padding-top: 11px;
  padding-bottom: 8px;
  box-shadow: none;
  height: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.modal.auth .modal-body .input-group input::-webkit-input-placeholder {
  color: #a9a9a9;
}

.modal.auth .modal-body .input-group input::-moz-placeholder {
  color: #a9a9a9;
}

.modal.auth .modal-body .input-group input:-ms-input-placeholder {
  color: #a9a9a9;
}

.modal.auth .modal-body .input-group input:-moz-placeholder {
  color: #a9a9a9;
}

.modal.auth .modal-body .input-group input:focus {
  border-color: #BF9B5C;
}

.modal.auth .modal-body .submit {
  text-align: center;
}

.modal.auth .modal-body .submit button {
  background: #d3ac1e;
  color: white;
  padding: 13px 40px 10px 40px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-family: "Lato", "DejaVu Sans Caps";
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.modal.auth .modal-body .submit button:hover {
  background: #a68818;
}

.modal.auth .modal-body .submit button:focus {
  outline: 0;
  border: 0;
}

.modal.auth .modal-body .link {
  margin-top: 15px;
  text-align: center;
}

.modal.auth .modal-body .link a,.modal.auth .modal-body .link a:visited,.modal.auth .modal-body .link a:focus,.modal.auth .modal-body .link a:active {
  text-decoration: none;
  color: #b4b4b4;
}

.modal.auth .modal-body .link a:hover,.modal.auth .modal-body .link a:visited:hover,.modal.auth .modal-body .link a:focus:hover,.modal.auth .modal-body .link a:active:hover {
  text-decoration: underline;
  color: #b4b4b4;
}

.modal.auth .modal-footer {
  border: 0 none;
  padding: 0;
  margin-top: 10px;
}

.modal.auth .modal-footer button {
  display: block;
  width: 100%;
  padding: 15px;
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 14px;
  border: 0 none;
  border-radius: 0;
  background: #fafafa;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.modal.auth .modal-footer button:active,.modal.auth .modal-footer button:focus {
  outline: 0;
  box-shadow: none;
}

.modal.auth .modal-footer button i {
  margin-left: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.modal.auth .modal-footer button:hover {
  background: #e6e6e6;
}

.modal.auth .modal-footer button:hover i {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

.page-header {
  margin: 0 0 30px 0;
  padding: 20px 0;
  border: 0;
  position: relative;
  z-index: 100;
}

.page-header .logo a {
  display: inline;
  text-decoration: none !important;
}

.page-header .logo img {
  max-height: 70px;
  max-width: 170px;
}

.page-content {
  position: relative;
  z-index: 50;
  margin: 0 15px;
}

.page-content.box {
  background: white;
  padding: 20px;
}

.page-content.box.xl-padding {
  padding: 20px 25px;
}

.page-content.box.mini {
  max-width: 650px;
}

.page-content.box.large {
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
}

.page-content.box.large:not(.no-padding) {
  padding: 20px 30px !important;
}

.page-content.box.full-width {
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
}

.page-content.box.no-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.page-content p img {
  max-width: 100% !important;
  height: auto !important;
}

.page-content table {
  max-width: 100% !important;
}

.page-content .alert a,.page-content .alert a:visited,.page-content .alert a:focus,.page-content .alert a:active {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.page-content .alert a:hover,.page-content .alert a:visited:hover,.page-content .alert a:focus:hover,.page-content .alert a:active:hover {
  text-decoration: underline;
  color: white;
}

.page-content .alert.alert-warning {
  background: #BF9B5C;
  color: white;
  border: 0 none;
}

.page-content .page-title {
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  color: #dfce9f;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

.page-content .page-title span {
  display: inline-block;
  border: 1px solid #dfce9f;
  padding: 13px 40px 7px 40px;
}

.page-content .go-back {
  margin-bottom: 15px;
}

.page-content .go-back a,.page-content .go-back a:visited,.page-content .go-back a:focus,.page-content .go-back a:active {
  display: inline-block;
  text-decoration: none;
  color: #716767;
}

.page-content .go-back a i,.page-content .go-back a:visited i,.page-content .go-back a:focus i,.page-content .go-back a:active i {
  font-size: 16px;
  color: #d0d0d0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.page-content .go-back a span,.page-content .go-back a:visited span,.page-content .go-back a:focus span,.page-content .go-back a:active span {
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  color: #716767;
  padding-left: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.page-content .go-back a:hover i,.page-content .go-back a:visited:hover i,.page-content .go-back a:focus:hover i,.page-content .go-back a:active:hover i {
  color: #94743a;
}

.page-content .go-back a:hover span,.page-content .go-back a:visited:hover span,.page-content .go-back a:focus:hover span,.page-content .go-back a:active:hover span {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

.page-content ul:not(.rrssb-buttons):not(.pagination):not(.nav):not(.pager):not(.wizard),.page-content ol:not(.rrssb-buttons):not(.pagination):not(.nav):not(.pager):not(.wizard) {
  padding: 0;
  list-style: none !important;
}

.page-content ul:not(.rrssb-buttons):not(.pagination):not(.nav):not(.pager):not(.wizard) li,.page-content ol:not(.rrssb-buttons):not(.pagination):not(.nav):not(.pager):not(.wizard) li {
  position: relative;
  margin: 10px 0;
}

.page-content ul:not(.rrssb-buttons):not(.pagination):not(.nav):not(.pager):not(.wizard) li:before,.page-content ol:not(.rrssb-buttons):not(.pagination):not(.nav):not(.pager):not(.wizard) li:before {
  content: '';
  position: absolute;
  left: -25px;
  height: 2px;
  width: 15px;
  background: #BF9B5C;
  top: .5em;
}

.page-content p {
  word-wrap: break-word;
}

.page-content .rrssb-buttons {
  margin-bottom: 20px;
}

a.big-action {
  display: inline-block;
  padding: 15px;
  margin: 7px 0;
  margin-right: 15px;
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 14px;
  border: 1px solid #514e4e;
  color: #BF9B5C;
}

a.big-action,a.big-action:active,a.big-action:focus,a.big-action:visited {
  text-decoration: none;
  color: #BF9B5C;
}

a.big-action i {
  font-size: 1.2em;
}

a.big-action span {
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

a.big-action:hover {
  text-decoration: none;
  color: #BF9B5C;
}

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

.container.micro {
  max-width: 600px;
}

.page-header .navbar,.rightPanel .navbar {
  color: #514e4e;
  background: none;
  border: 0 none;
  z-index: 100;
  margin: 0;
  min-height: auto;
}

.page-header .navbar .container-fluid,.rightPanel .navbar .container-fluid {
  padding: 0;
}

.page-header .navbar .navigation,.rightPanel .navbar .navigation {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  width: 100%;
}

.page-header .navbar .navbar-header,.rightPanel .navbar .navbar-header {
  margin: 0;
}

.page-header .navbar .navbar-header .navbar-toggle,.rightPanel .navbar .navbar-header .navbar-toggle {
  border: 0 none;
  border-radius: 0;
  padding: 0;
  margin: 21px 15px 0 0;
  font-size: 22px;
}

.page-header .navbar .navbar-header .navbar-toggle:hover,.page-header .navbar .navbar-header .navbar-toggle:focus,.rightPanel .navbar .navbar-header .navbar-toggle:hover,.rightPanel .navbar .navbar-header .navbar-toggle:focus {
  outline: 0;
  background: none;
  border: 0;
}

.page-header .navbar .navbar-header .navbar-brand img,.rightPanel .navbar .navbar-header .navbar-brand img {
  height: 50px;
}

.page-header .navbar ul.nav,.rightPanel .navbar ul.nav {
  background: white;
}

.page-header .navbar ul.nav > li,.rightPanel .navbar ul.nav > li {
  text-transform: uppercase;
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 14px;
}

.page-header .navbar ul.nav > li a,.rightPanel .navbar ul.nav > li a {
  background: none;
  padding: 0;
  color: #514e4e;
  line-height: 34px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.page-header .navbar ul.nav > li a:hover,.page-header .navbar ul.nav > li a:focus,.page-header .navbar ul.nav > li a:active,.page-header .navbar ul.nav > li a:visited,.rightPanel .navbar ul.nav > li a:hover,.rightPanel .navbar ul.nav > li a:focus,.rightPanel .navbar ul.nav > li a:active,.rightPanel .navbar ul.nav > li a:visited {
  text-decoration: none;
  color: #514e4e;
}

.page-header .navbar ul.nav > li.login,.rightPanel .navbar ul.nav > li.login {
  text-align: center;
  margin: 10px 0;
}

.page-header .navbar ul.nav > li.login button,.rightPanel .navbar ul.nav > li.login button {
  background: #BF9B5C;
  color: white;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
  border-radius: 3px;
  border: 0 none;
  padding: 5px 9px;
}

.page-header .navbar ul.nav > li.login button:focus,.rightPanel .navbar ul.nav > li.login button:focus {
  border: 0 none;
  outline: 0;
}

.page-header .navbar ul.nav > li.login button i,.rightPanel .navbar ul.nav > li.login button i {
  margin-right: 3px;
}

.page-header .navbar ul.nav > li.lang,.rightPanel .navbar ul.nav > li.lang {
  font-size: 12px;
}

.page-header .navbar ul.nav > li.lang > a,.rightPanel .navbar ul.nav > li.lang > a {
  line-height: 30px;
  height: 30px;
  border: 2px solid #514e4e;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.page-header .navbar ul.nav > li.lang > a:hover,.rightPanel .navbar ul.nav > li.lang > a:hover {
  color: #94743a !important;
  border-color: #94743a;
}

.page-header .navbar ul.nav > li.lang ul.dropdown-menu,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu {
  text-transform: none;
  min-width: auto;
  border-radius: 0;
}

.page-header .navbar ul.nav > li.lang ul.dropdown-menu li,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu li {
  padding: 0;
  position: relative;
  display: inline-block;
}

.page-header .navbar ul.nav > li.lang ul.dropdown-menu li a,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu li a {
  text-align: left;
  line-height: 30px;
  height: 30px;
  color: #a6a6a6 !important;
  border: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.page-header .navbar ul.nav > li.lang ul.dropdown-menu li a span,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu li a span {
  height: 29px;
  display: inline-block;
  border-bottom: 1px solid #a6a6a6;
}

.page-header .navbar ul.nav > li.lang ul.dropdown-menu li a span:after,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu li a span:after {
  content: initial;
}

.page-header .navbar ul.nav > li.lang ul.dropdown-menu li a:hover,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu li a:hover {
  border: 0;
  color: #8d8d8d !important;
}

.page-header .navbar ul.nav > li.lang ul.dropdown-menu li a:hover span:after,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu li a:hover span:after {
  content: initial;
  width: 0;
}

.page-header .navbar ul.nav > li.reservation,.rightPanel .navbar ul.nav > li.reservation {
  margin-left: 10px;
  font-size: 13px;
}

.page-header .navbar ul.nav > li.reservation a,.rightPanel .navbar ul.nav > li.reservation a {
  border-radius: 2px;
  padding: 3px 14px;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.page-header .navbar ul.nav > li.reservation a,.page-header .navbar ul.nav > li.reservation a:focus,.page-header .navbar ul.nav > li.reservation a:visited,.page-header .navbar ul.nav > li.reservation a:active,.rightPanel .navbar ul.nav > li.reservation a,.rightPanel .navbar ul.nav > li.reservation a:focus,.rightPanel .navbar ul.nav > li.reservation a:visited,.rightPanel .navbar ul.nav > li.reservation a:active {
  background: #BF9B5C;
  color: white;
}

.page-header .navbar ul.nav > li.reservation a:hover,.page-header .navbar ul.nav > li.reservation a:focus:hover,.page-header .navbar ul.nav > li.reservation a:visited:hover,.page-header .navbar ul.nav > li.reservation a:active:hover,.rightPanel .navbar ul.nav > li.reservation a:hover,.rightPanel .navbar ul.nav > li.reservation a:focus:hover,.rightPanel .navbar ul.nav > li.reservation a:visited:hover,.rightPanel .navbar ul.nav > li.reservation a:active:hover {
  background: #b8904a;
}

.page-header .navbar ul.nav > li.reservation a i,.rightPanel .navbar ul.nav > li.reservation a i {
  margin-right: 5px;
}

.page-header .navbar ul.nav > li.reservation:hover a,.page-header .navbar ul.nav > li.reservation:hover a:focus,.page-header .navbar ul.nav > li.reservation:hover a:visited,.page-header .navbar ul.nav > li.reservation:hover a:active,.rightPanel .navbar ul.nav > li.reservation:hover a,.rightPanel .navbar ul.nav > li.reservation:hover a:focus,.rightPanel .navbar ul.nav > li.reservation:hover a:visited,.rightPanel .navbar ul.nav > li.reservation:hover a:active {
  background: #b8904a !important;
}

.page-header .navbar ul.nav > li:not(.no-line).active,.page-header .navbar ul.nav > li:not(.no-line):hover,.rightPanel .navbar ul.nav > li:not(.no-line).active,.rightPanel .navbar ul.nav > li:not(.no-line):hover {
  background: none;
}

.page-header .navbar ul.nav > li:not(.no-line).active > a,.page-header .navbar ul.nav > li:not(.no-line).active > a:hover,.page-header .navbar ul.nav > li:not(.no-line).active > a:active,.page-header .navbar ul.nav > li:not(.no-line).active > a:visited,.page-header .navbar ul.nav > li:not(.no-line).active > a:focus,.page-header .navbar ul.nav > li:not(.no-line):hover > a,.page-header .navbar ul.nav > li:not(.no-line):hover > a:hover,.page-header .navbar ul.nav > li:not(.no-line):hover > a:active,.page-header .navbar ul.nav > li:not(.no-line):hover > a:visited,.page-header .navbar ul.nav > li:not(.no-line):hover > a:focus,.rightPanel .navbar ul.nav > li:not(.no-line).active > a,.rightPanel .navbar ul.nav > li:not(.no-line).active > a:hover,.rightPanel .navbar ul.nav > li:not(.no-line).active > a:active,.rightPanel .navbar ul.nav > li:not(.no-line).active > a:visited,.rightPanel .navbar ul.nav > li:not(.no-line).active > a:focus,.rightPanel .navbar ul.nav > li:not(.no-line):hover > a,.rightPanel .navbar ul.nav > li:not(.no-line):hover > a:hover,.rightPanel .navbar ul.nav > li:not(.no-line):hover > a:active,.rightPanel .navbar ul.nav > li:not(.no-line):hover > a:visited,.rightPanel .navbar ul.nav > li:not(.no-line):hover > a:focus {
  background: none;
  outline: 0;
}

.page-header .navbar ul.nav > li:not(.no-line).active > a:after,.page-header .navbar ul.nav > li:not(.no-line):hover > a:after,.rightPanel .navbar ul.nav > li:not(.no-line).active > a:after,.rightPanel .navbar ul.nav > li:not(.no-line):hover > a:after {
  width: calc(100% - 20px);
  left: 10px;
}

.page-header .navbar ul.nav > li ul.dropdown-menu li,.rightPanel .navbar ul.nav > li ul.dropdown-menu li {
  padding: 0;
}

.page-header .navbar ul.nav > li ul.dropdown-menu li a,.rightPanel .navbar ul.nav > li ul.dropdown-menu li a {
  position: relative;
  padding: 1px 0;
  font-size: 13px;
  font-family: "Lato", "DejaVu Sans Caps";
  color: #514e4e !important;
}

.page-header .navbar ul.nav > li ul.dropdown-menu li a span,.rightPanel .navbar ul.nav > li ul.dropdown-menu li a span {
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.page-header .navbar ul.nav > li ul.dropdown-menu li a:focus,.rightPanel .navbar ul.nav > li ul.dropdown-menu li a:focus {
  background: none;
  outline: 0;
}

.page-header .navbar ul.nav > li ul.dropdown-menu li:hover > a,.rightPanel .navbar ul.nav > li ul.dropdown-menu li:hover > a {
  background: none;
  color: #514e4e;
}

.page-header .navbar ul.nav > li ul.dropdown-menu li:hover > a span:after,.rightPanel .navbar ul.nav > li ul.dropdown-menu li:hover > a span:after {
  width: 100%;
}

li.dropdown-submenu {
  position: relative;
  font-family: "Lato", "DejaVu Sans Caps";
  margin-right: -7px;
}

li.dropdown-submenu > .dropdown-menu {
  top: 0;
  border-radius: 5px;
  margin-top: -5px !important;
  left: 0;
}

li.dropdown-submenu > .dropdown-menu .dropdown-menu li {
  padding: 0;
}

li.dropdown-submenu:hover > .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  pointer-events: initial !important;
}

li.dropdown-submenu > a:before {
  display: block;
  font-family: FontAwesome;
  font-size: 11px;
  color: #514e4e;
  float: right;
  margin-right: 3px;
  content: "\f078";
  margin-top: 2px;
  position: absolute;
  top: 0;
  right: 9px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

li.dropdown-submenu:hover > a:after {
  color: #d9d9d9;
}

li.dropdown-submenu.pull-left {
  float: none;
}

li.dropdown-submenu > .dropdown-menu {
  border-radius: 6px;
}

.dropdown-menu-right li.dropdown-submenu {
  margin-left: -7px;
  margin-right: 0;
}

.dropdown-menu-right li.dropdown-submenu > a {
  margin-left: 7px;
}

.dropdown-menu-right li.dropdown-submenu > a:before {
  content: "\f053";
  left: -10px;
}

.nav .dropdown.dropdown-menu .dropdown-submenu.sub a {
  padding-right: 20px;
}

html[lang="ge"] .page-header .navbar ul.nav > li,html[lang="ge"] .rightPanel .navbar ul.nav > li {
  text-transform: none;
}

.reward-navbar {
  display: flex;
  cursor: pointer;
  max-width: 160px;
  height: 65px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #BF9B5F;
  padding: 5px;
  margin-left: 5px;
  margin-top: -28px;
}

.reward-text {
  display: flex;
  color: #BF9B5F;
  flex-flow: column;
  padding: 9px 15px;
  font-family: Gotham Pro;
}

.reward-text span {
  font-size: 12px;
  line-height: 12px;
}

.intro {
  padding: 0;
  position: relative;
  height: 100%;
}

.intro a {
  text-decoration: none;
}

.intro .float-box {
  position: absolute;
  top: 50%;
  left: 15px;
  width: calc(100% - 75px);
  max-width: 750px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
  z-index: 99;
  border: 10px solid #c8a31c;
  -moz-border-image: -moz-linear-gradient(left, #b8904a 0%, #d5bd93 100%);
  -webkit-border-image: -webkit-linear-gradient(left, #b8904a 0%, #d5bd93 100%);
  border-image: linear-gradient(to right, #b8904a 0%, #d5bd93 100%);
  border-image-slice: 1;
}

.intro .float-box h1 {
  color: #BF9B5C;
  margin: 0;
  font-size: 35px;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
}

.intro .float-box h4 {
  color: #9e9b93;
  margin: 0 0 20px 0;
  font-size: 16px;
}

.intro .float-box a {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #9e9b93;
  font-size: 12px;
  color: #9e9b93;
  -webkit-transition: color .3s, border .3s, background .3s;
  -moz-transition: color .3s, border .3s, background .3s;
  -ms-transition: color .3s, border .3s, background .3s;
  -o-transition: color .3s, border .3s, background .3s;
  transition: color .3s, border .3s, background .3s;
  text-decoration: none;
}

.intro .float-box a:hover {
  color: white;
  background: #BF9B5C;
  border-color: #BF9B5C;
  text-decoration: none;
}

.intro .leftPanel {
  text-align: center;
  height: 100%;
  padding: 10px 60px;
}

.intro .leftPanel a {
  display: block;
  width: 300px;
}

.intro .leftPanel img {
  max-width: 170px;
  z-index: 10;
}

.intro .leftPanel .weather {
  margin-top: 20px;
  font-style: italic;
  color: #817f7f;
}

.intro .leftPanel .weather .temperature {
  margin: 5px 0;
  font-size: 30px;
}

.intro .leftPanel .weather .temperature canvas {
  width: 35px !important;
  height: 35px !important;
}

.intro .leftPanel .weather a,.intro .leftPanel .weather a:active,.intro .leftPanel .weather a:focus,.intro .leftPanel .weather a:visited {
  margin-top: 5px;
  color: #817f7f;
  text-decoration: none;
}

.intro .leftPanel .weather a:hover,.intro .leftPanel .weather a:active:hover,.intro .leftPanel .weather a:focus:hover,.intro .leftPanel .weather a:visited:hover {
  color: #817f7f;
  text-decoration: underline;
}

.intro .social {
  position: absolute;
  width: calc(100% - 120px);
  bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.intro .social .title {
  margin-bottom: 15px;
  font-style: italic;
  color: #817f7f;
}

.intro .social .links {
  display: flex;
  margin: 0 auto;
  width: 30%;
}

.intro .social .links a {
  display: inline-block;
  font-size: 22px;
  margin-right: 4px;
  color: #cdb181;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.intro .social .links a:hover {
  color: #BF9B5C;
}

.intro .rightPanel {
  padding: 0;
  height: 100%;
  position: relative;
}

.intro .rightPanel .navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: white;
}

.intro .rightPanel .navbar ul.nav li a {
  overflow: visible;
}

.intro .rightPanel .navbar ul.nav li.active a,.intro .rightPanel .navbar ul.nav li:hover a {
  background: none;
}

.intro .rightPanel .carousel {
  width: 100%;
  height: 100%;
}

.intro .rightPanel .carousel .carousel-indicators {
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  width: auto;
  height: auto;
}

.intro .rightPanel .carousel .carousel-indicators li,.intro .rightPanel .carousel .carousel-indicators li.active {
  display: block;
  margin: 15px 0;
  border-radius: 0;
  border: 2px solid white;
  background: none;
  text-indent: 0;
  color: white;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.intro .rightPanel .carousel .carousel-indicators li,.intro .rightPanel .carousel .carousel-indicators li:active,.intro .rightPanel .carousel .carousel-indicators li.active,.intro .rightPanel .carousel .carousel-indicators li.active:active {
  width: 30px;
  height: 30px;
}

.intro .rightPanel .carousel .carousel-indicators li:hover,.intro .rightPanel .carousel .carousel-indicators li.active:hover {
  background: rgba(255, 255, 255, 0.2);
}

.intro .rightPanel .carousel .carousel-indicators li i,.intro .rightPanel .carousel .carousel-indicators li.active i {
  margin-top: 7px;
}

.intro .rightPanel .carousel .carousel-inner {
  height: 100%;
}

.intro .rightPanel .carousel .carousel-inner .item {
  height: 100%;
  width: 100%;
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.intro .rightPanel .carousel .carousel-inner .item.active div {
  -webkit-animation: zoom 60s infinite linear;
  -moz-animation: zoom 60s infinite linear;
  -ms-animation: zoom 60s infinite linear;
  -o-animation: zoom 60s infinite linear;
  animation: zoom 60s infinite linear;
}

.intro .rightPanel .carousel .carousel-inner .item div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 32% center;
}

.intro .rightPanel .social {
  display: block;
  width: 100%;
  bottom: 60px;
}

.intro .rightPanel .social .title {
  margin-bottom: 5px;
}

.intro .rightPanel .social .title,.intro .rightPanel .social .links a,.intro .rightPanel .social .links a:hover {
  color: white;
}

.intro .scroll-down {
  position: absolute;
  z-index: 99;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-animation: bounce 1.5s infinite linear;
  -moz-animation: bounce 1.5s infinite linear;
  -ms-animation: bounce 1.5s infinite linear;
  -o-animation: bounce 1.5s infinite linear;
  animation: bounce 1.5s infinite linear;
}

.intro .scroll-down a,.intro .scroll-down a:hover,.intro .scroll-down a:visited,.intro .scroll-down a:focus,.intro .scroll-down a:active {
  color: white;
  text-decoration: none;
}

.leftPanel.hidden-xs {
  position: relative;
  left: -40px;
}

#home_award_logo {
  display: inline;
}

#home_award_logo img {
  width: 69px;
  margin-left: 20px;
}

#week-weather .modal-body {
  padding: 20px 20px 40px 20px;
}

#week-weather .modal-dialog {
  width: 600px !important;
}

#week-weather .list {
  text-align: center;
}

#week-weather .list .item {
  display: inline-block;
  width: calc(100% / 3 - 40px);
  margin: 10px;
}

#week-weather .list .item .date {
  margin-bottom: 10px;
  font-family: "Lato", "DejaVu Sans Caps";
}

#week-weather .list .item .temperature {
  margin: 5px 0;
  font-size: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 13px;
}

#week-weather .list .item .temperature canvas {
  width: 45px !important;
  height: 45px !important;
  margin-right: 10px;
}

.about {
  padding-top: 80px;
  z-index: 50;
  position: relative;
}

.about.bg {
  background-position-y: -550px;
  background-size: contain;
}

.about .container > .row {
  width: 100%;
  padding: 0 30px;
}

.about .image {
  position: relative;
  padding: 0;
}

.about .image:before {
  content: '';
  position: absolute;
  top: 35px;
  right: -15px;
  bottom: 35px;
  left: -15px;
  border: 10px solid #BF9B5C;
  z-index: -1;
}

.about .image > div {
  padding: 5px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.about .image > div:hover {
  cursor: pointer;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.about .image img {
  width: 100%;
}

.about .text .title {
  color: #BF9B5C;
  font-size: 30px;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
}

.about .text a,.about .text a:focus,.about .text a:visited,.about .text a:active {
  position: relative;
  display: inline-block;
  border: 1px solid #514e4e;
  padding: 10px 50px;
  margin-top: 15px;
  font-size: 13px;
  color: #514e4e;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.about .text a:after,.about .text a:focus:after,.about .text a:visited:after,.about .text a:active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  background: #BF9B5C;
  z-index: -1;
  opacity: 0;
}

.about .text a:hover,.about .text a:focus:hover,.about .text a:visited:hover,.about .text a:active:hover {
  color: #514e4e;
  text-decoration: none;
}

.about .text a:hover:after,.about .text a:focus:hover:after,.about .text a:visited:hover:after,.about .text a:active:hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.about.tour {
  padding-top: 70px;
}

.about.tour .text {
  padding-left: 0;
  padding-right: 50px;
}

.section-header {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 50;
}

.section-header br {
  content: '';
  margin: 10px;
  display: block;
}

.section-header .image div {
  display: inline-block;
  padding: 10px 0;
  background: white;
}

.section-header .image img {
  height: 60px;
  opacity: .7;
}

.section-header .title {
  font-size: 30px;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  margin: 20px 0 30px;
  color: #BF9B5C;
}

.section-header .description {
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
  color: #9f9f9f;
}

.services .row.background {
  width: 100%;
  background-size: cover;
  padding: 70px 10px;
  margin: 0;
}

.services .row.background > div {
  position: relative;
  z-index: 50;
  padding: 0 20px;
}

.services .row.background > div a {
  display: block;
  text-decoration: none;
  color: white;
  margin: 20px 0;
}

.services .row.background > div a > div {
  position: relative;
  padding: 50px 0;
  text-align: center;
  border: 3px solid white;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.services .row.background > div a > div:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #BF9B5C;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.services .row.background > div a > div .image {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px auto;
}

.services .row.background > div a > div .image img {
  max-height: 100%;
  max-width: 100%;
}

.services .row.background > div a > div .title {
  color: white;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 22px;
}

.services .row.background > div a > div .arrow {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  opacity: 0;
  font-size: 20px;
  color: #BF9B5C;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-animation: bounce-right 1.5s infinite linear;
  -moz-animation: bounce-right 1.5s infinite linear;
  -ms-animation: bounce-right 1.5s infinite linear;
  -o-animation: bounce-right 1.5s infinite linear;
  animation: bounce-right 1.5s infinite linear;
}

.services .row.background > div a:hover > div {
  text-decoration: none;
  color: white;
}

.services .row.background > div a:hover > div:after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  opacity: 1;
}

.services .row.background > div a:hover > div .arrow {
  opacity: 1;
}

.wellness {
  padding: 20px 0;
  position: relative;
  z-index: 50;
}

.wellness .row > div {
  padding: 0 40px;
  position: relative;
}

.wellness .row > div:not(:last-child) {
  margin-bottom: 75px;
}

.wellness .row > div > div {
  position: relative;
}

.wellness .row > div .image {
  position: relative;
  height: 300px;
  width: 100%;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.wellness .row > div .image:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -25px;
  bottom: 20px;
  left: 35px;
  border: 10px solid #BF9B5C;
}

.wellness .row > div .image > a,.wellness .row > div .image > a:hover,.wellness .row > div .image > a:active,.wellness .row > div .image > a:focus,.wellness .row > div .image > a:visited {
  text-decoration: none;
  color: initial;
}

.wellness .row > div .image > a .img {
  box-shadow: inset 0 0 0 5px white;
  position: relative;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.wellness .row > div .image > a .img::before,.wellness .row > div .image > a .img::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  border: 5px solid transparent;
  width: 0;
  height: 0;
}

.wellness .row > div .image > a .img::before {
  bottom: 0;
  left: 0;
}

.wellness .row > div .image > a .img::after {
  top: 0;
  right: 0;
}

.wellness .row > div .image > a:hover .img::before,.wellness .row > div .image > a:hover .img::after {
  width: 100%;
  height: 100%;
}

.wellness .row > div .image > a:hover .img::before {
  border-top-color: #BF9B5C;
  border-left-color: #BF9B5C;
}

.wellness .row > div .image > a:hover .img::after {
  border-bottom-color: #BF9B5C;
  border-right-color: #BF9B5C;
}

.wellness .row > div .image > a .title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 18px;
  font-weight: bold;
}

.wellness .row > div .image > a .link {
  position: relative;
  z-index: 10;
  width: calc(100% - 20px);
  -webkit-transform: translateY(calc(-50% - 5px));
  -moz-transform: translateY(calc(-50% - 5px));
  -ms-transform: translateY(calc(-50% - 5px));
  -o-transform: translateY(calc(-50% - 5px));
  transform: translateY(calc(-50% - 5px));
  margin-left: 10px;
  padding: 10px 0;
  color: black;
  font-size: 14px;
  background: white;
  text-align: center;
  display: block;
  color: black;
  text-decoration: none;
  font-family: "Lato", "DejaVu Sans Caps";
}

.wellness .row > div .image > a:hover .link {
  background: #BF9B5C;
}

.wellness .row > div .image > a:hover .link span:after {
  background: #BF9B5C;
}

.wellness-category .cover {
  margin-top: 20px;
  position: relative;
  padding: 0;
}

.wellness-category .cover:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  left: -15px;
  border: 10px solid #BF9B5C;
  z-index: -1;
}

.wellness-category .cover > div {
  padding: 5px;
}

.wellness-category .cover > div > div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.wellness-category .cover > div > div:hover {
  cursor: pointer;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.wellness-category .cover > div > img {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.wellness-category .cover > div > img:hover {
  cursor: pointer;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.wellness-category .description {
  margin-top: 30px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 15px;
  color: #333;
}

.wellness-category .list .item:not(.single) {
  margin: 80px 0;
}

.wellness-category .list .item.single {
  margin: 30px 0;
}

.wellness-category .list .item.single .info {
  margin-top: 30px;
  text-align: center;
  padding: 0 15px;
}

.wellness-category .list .item.single .info .description {
  text-align: left;
}

.wellness-category .list .item.single .info .buttons {
  margin-top: 30px;
}

.wellness-category .list .item .image {
  height: 100%;
  padding: 0 30px;
  position: relative;
  margin-bottom: 50px;
}

.wellness-category .list .item .image:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  right: 0;
  left: 0;
  border: 10px solid #BF9B5C;
}

.wellness-category .list .item .image div {
  padding-bottom: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.wellness-category .list .item .image div:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.wellness-category .list .item .image img {
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.wellness-category .list .item .image img:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.wellness-category .list .item .info {
  padding: 0;
}

.wellness-category .list .item .info .title {
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 24px;
  color: #BF9B5C;
}

.wellness-category .list .item .info .description {
  margin-top: 15px;
  font-size: 14px;
}

.wellness-category .list .item .info .buttons {
  margin-top: 25px;
}

.wellness-schedule li::before {
  display: none;
}

.wellness-schedule__table tr {
  line-height: 34px;
}

.wellness-schedule__table tr:not(:first-child) {
  border-bottom: 1px solid #f8f8f8;
}

.wellness-schedule__table__title {
  width: 320px;
}

.contact-section {
  position: relative;
  z-index: 50;
}

.contact-section .map {
  width: 100%;
  height: 300px;
}

.contact {
  font-family: "Open Sans", "DejaVu Sans Condensed";
}

.contact .info {
  margin-top: 30px;
  color: #676664;
  font-size: 16px;
}

.contact .info div {
  margin: 10px 0;
}

.contact .info i {
  font-size: 22px;
  width: 20px;
  margin-right: 5px;
  color: #aeadac;
}

.contact .info a,.contact .info a:visited,.contact .info a:focus,.contact .info a:active {
  display: inline-block;
  color: #676664;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  line-height: 13px;
}

.contact .info a:hover,.contact .info a:visited:hover,.contact .info a:focus:hover,.contact .info a:active:hover {
  text-decoration: none;
}

.contact .form {
  margin-top: 30px;
  padding: 40px 30px;
  border: 1px solid #dfce9f;
}

.contact .form .title {
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact .form .inputs .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  height: 38px;
}

.contact .form .inputs .select2-selection__arrow {
  top: 7px;
}

.contact .form .inputs .select2-selection__rendered {
  padding-left: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #777;
}

.contact .form .inputs .row > div {
  margin: 5px 0;
  position: relative;
}

.contact .form .inputs .row > div input,.contact .form .inputs .row > div textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 7px 0;
  margin: 0;
}

.contact .form .inputs .row > div input:focus ~ span,.contact .form .inputs .row > div textarea:focus ~ span {
  width: calc(100% - 30px);
  left: 15px;
}

.contact .form .inputs .row > div textarea {
  min-height: 120px;
  resize: vertical;
}

.contact .form .inputs .row > div textarea ~ span {
  bottom: 5px;
}

.contact .form .inputs .row > div span {
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #BF9B5C;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact .contact-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact .contact-footer .captcha {
  margin: 20px 0;
  text-align: center;
}

.contact .contact-footer .captcha .g-recaptcha {
  display: inline-block;
}

.contact .contact-footer .submit {
  text-align: center;
}

.contact .contact-footer .submit button {
  padding: 15px 60px;
  background: #e6d8b5;
  border: 0 none;
  border-radius: 5px;
  color: #828181;
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact .contact-footer .submit button:hover {
  background: #ddca9a;
}

.contact .map {
  margin-top: 30px;
  padding: 0 25px;
  position: relative;
}

.contact .map:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 25%;
  left: 0;
  right: 0;
  height: 50%;
  border: 10px solid #bf9b5c;
}

.contact .map .canvas {
  height: 350px;
  width: 100%;
}

.input-required-star,.textarea-required-star {
  position: absolute;
  right: 15px;
  top: 25%;
  text-decoration: none;
  color: red;
}

.textarea-required-star {
  top: 7%;
}

.contact .select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
  border-color: transparent !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.contact .select2-container.select2-container--default.select2-container--open .select2-dropdown--above {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.contact .select2-container.select2-container--default.select2-container--open .select2-results__option {
  color: #656565;
  padding: 6px 0;
}

.contact .select2-container.select2-container--default.select2-container--open .select2-results__option:first-child {
  display: none;
}

.contact .select2-container.select2-container--default.select2-container--open .select2-results__option--highlighted {
  color: #fff;
}

.contact .select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open img {
  transform: rotate(180deg);
}

.contact .select2-results__options .select2-results__option.select2-results__option--highlighted {
  font-weight: bold;
  color: #000 !important;
  background: transparent !important;
}

.contact .custom-subject img {
  width: 10px;
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
}

.category .featured-news {
  margin: 20px -15px 50px -15px;
  position: relative;
  user-select: none;
}

.category .featured-news:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: calc(50% - 40px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  height: 80px;
  background: #e2d0a1;
}

.category .featured-news .single {
  position: relative;
  margin-bottom: 20px;
}

.category .featured-news .single .image {
  width: 100%;
  overflow: hidden;
  height: 300px;
}

.category .featured-news .single .image div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-filter: brightness(85%);
  -moz-filter: brightness(85%);
  -ms-filter: brightness(85%);
  -o-filter: brightness(85%);
  filter: brightness(85%);
}

.category .featured-news .single .caption {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.category .featured-news .single .caption .title {
  color: white;
  font-size: 16px;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.category .featured-news .single .caption .info {
  color: white;
  font-size: 13px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  margin-top: 5px;
}

.category .featured-news .single a {
  display: block;
  position: relative;
}

.category .featured-news .single a:hover .image div {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}

.category .featured-news .single a:hover .caption {
  -webkit-transform: translateY(-13px);
  -moz-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}

.category .featured-news .single a:hover .caption .title {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  color: #a78241;
}

.category .news-list .single {
  border: 1px solid #efefef;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.category .news-list .single:not(:last-child) {
  margin-bottom: 20px;
}

.category .news-list .single:hover {
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.05);
}

.category .news-list .single:hover .image div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.category .news-list .single:hover .title a {
  color: #a78241 !important;
  text-decoration: none;
}

.category .news-list .single .image {
  overflow: hidden;
  padding: 0;
  height: 190px;
}

.category .news-list .single .image a {
  display: block;
  height: 100%;
  width: 100%;
}

.category .news-list .single .image div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.category .news-list .single .info {
  padding: 15px;
  position: relative;
}

.category .news-list .single .info .title {
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  font-size: 15px;
  max-height: 40px;
  overflow: hidden;
}

.category .news-list .single .info .title a,.category .news-list .single .info .title a:visited,.category .news-list .single .info .title a:focus,.category .news-list .single .info .title a:active {
  color: black;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.category .news-list .single .info .description {
  font-family: "Open Sans", "DejaVu Sans Condensed";
  color: #9f9f9f;
  max-height: 60px;
  overflow: hidden;
  margin: 10px 0;
}

.category .news-list .single .info .bottom-line {
  color: #9f9f9f;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  margin: 10px 0;
}

.category .news-list .single .info .bottom-line div {
  padding: 0;
}

.category .news-list .single .info .bottom-line .date span {
  margin-right: 5px;
}

.category .news-list .single .info .bottom-line .date span a,.category .news-list .single .info .bottom-line .date span a:visited,.category .news-list .single .info .bottom-line .date span a:focus,.category .news-list .single .info .bottom-line .date span a:active {
  text-decoration: none;
  color: #9f9f9f;
}

.category .news-list .single .info .bottom-line .date span a:hover,.category .news-list .single .info .bottom-line .date span a:visited:hover,.category .news-list .single .info .bottom-line .date span a:focus:hover,.category .news-list .single .info .bottom-line .date span a:active:hover {
  text-decoration: underline;
  color: #9f9f9f;
}

.category .news-list .single .info .bottom-line .more {
  text-align: right;
  padding-right: 5px;
  margin-top: 5px;
}

.category .news-list .single .info .bottom-line .more a {
  text-decoration: none;
  color: #514e4e;
  position: relative;
}

.post {
  font-family: "Open Sans", "DejaVu Sans Condensed";
}

.post .content {
  font-size: 15px;
  color: #333;
}

.post .content blockquote {
  font-size: 1em;
  border-color: #BF9B5C;
  color: #BF9B5C;
  padding: 5px 15px;
  font-style: italic;
  font-weight: bold;
}

.post .image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.post .image:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -12px;
  left: -12px;
  height: 50%;
  border: 7px solid #bf9b5c;
  z-index: -1;
}

.post .image > div {
  height: 100%;
  padding: 0 7px;
}

.post .image a {
  display: block;
  height: 100%;
  width: 100%;
}

.post .image a > div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.post .title {
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
  text-align: center;
}

.post .meta {
  color: #bfbfbf;
  text-align: center;
}

.post .meta a,.post .meta a:visited,.post .meta a:focus,.post .meta a:active {
  color: #bfbfbf;
  text-decoration: none;
}

.post .meta a:hover,.post .meta a:visited:hover,.post .meta a:focus:hover,.post .meta a:active:hover {
  color: #bfbfbf;
  text-decoration: underline;
}

.post .meta span {
  margin-left: 3px;
  margin-right: 10px;
}

.post .gallery {
  margin: 20px -10px 0 -10px;
  position: relative;
}

.post .gallery > div {
  height: 180px;
  padding: 0 10px;
  margin-bottom: 15px;
}

.post .gallery > div a {
  display: block;
  height: 100%;
  width: 100%;
}

.post .gallery > div a > div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -ms-filter: brightness(90%);
  -o-filter: brightness(90%);
  filter: brightness(90%);
}

.post .gallery > div a:hover > div {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}

.post .gallery:after {
  content: '';
  position: absolute;
  top: 25%;
  right: 30px;
  left: 30px;
  height: 50%;
  background: #bf9b5c;
  z-index: -1;
}

.related-news {
  margin: 20px -15px 50px -15px;
  position: relative;
  user-select: none;
}

.related-news .single {
  position: relative;
  margin-bottom: 20px;
}

.related-news .single .image {
  height: 170px;
  width: 100%;
  overflow: hidden;
}

.related-news .single .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.related-news .single .image div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-filter: brightness(85%);
  -moz-filter: brightness(85%);
  -ms-filter: brightness(85%);
  -o-filter: brightness(85%);
  filter: brightness(85%);
}

.related-news .single .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  font-size: 14px;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.related-news .single a {
  display: block;
  position: relative;
}

.related-news .single a:hover .image div {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}

.related-news .single a:hover .title {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #a78241;
}

.faq > .row {
  margin-top: 30px;
}

.faq .questions .panel {
  border: 0 none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: none;
}

.faq .questions .panel-heading {
  cursor: pointer;
  background: none;
  border: none;
  padding: 20px 0;
  line-height: 20px;
  font-family: "Lato", "DejaVu Sans Caps";
  user-select: none;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.faq .questions .panel-heading h4 {
  display: inline-block;
  font-size: 14px;
}

.faq .questions .panel-heading h5 {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}

.faq .questions .panel-heading .plus {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  width: 20px;
  height: 20px;
}

.faq .questions .panel-heading .plus .vertical {
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 0px;
  background: #fad23b;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.faq .questions .panel-heading .plus .horizontal {
  position: absolute;
  top: calc(50% + 3px);
  left: -20px;
  right: 0;
  height: 1px;
  background: #fad23b;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.faq .questions .panel-heading.collapsed .plus .vertical {
  top: 3px;
  height: 20px;
  background: #555252;
  opacity: 1;
}

.faq .questions .panel-heading.collapsed .plus .horizontal {
  left: 0;
  background: #555252;
}

.faq .questions .panel-heading.collapsed:hover .plus > div {
  background: #fad23b;
}

.faq .questions .panel-body {
  border: none !important;
  padding: 20px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
}

.faq .message-box .box {
  border: 1px solid #dfce9f;
  padding: 35px;
  text-align: center;
}

.faq .message-box .box h4 {
  font-size: 16px;
  font-family: "Lato", "DejaVu Sans Caps";
  font-weight: bold;
  color: #dfce9f;
  position: relative;
}

.faq .message-box .box h4:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  height: 3px;
  width: 60px;
  background: #dfce9f;
}

.faq .message-box .box input,.faq .message-box .box textarea {
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 15px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 13px;
  color: #999895;
  margin: 20px 0 10px 0;
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.faq .message-box .box input::-webkit-input-placeholder,.faq .message-box .box textarea::-webkit-input-placeholder {
  color: #b2b1af;
}

.faq .message-box .box input::-moz-placeholder,.faq .message-box .box textarea::-moz-placeholder {
  color: #b2b1af;
}

.faq .message-box .box input:-ms-input-placeholder,.faq .message-box .box textarea:-ms-input-placeholder {
  color: #b2b1af;
}

.faq .message-box .box input:-moz-placeholder,.faq .message-box .box textarea:-moz-placeholder {
  color: #b2b1af;
}

.faq .message-box .box input:focus,.faq .message-box .box textarea:focus {
  border-color: #BF9B5C;
}

.faq .message-box .box input {
  margin-bottom: 0;
}

.faq .message-box .box textarea {
  resize: none;
  overflow: auto;
  height: 150px;
}

.faq .message-box .box .captcha {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-bottom: 20px;
  overflow: hidden;
}

.faq .message-box .box button {
  text-align: center;
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 15px;
  color: #747171;
  background: #dfce9f;
  border-radius: 5px;
  border: 0 none;
  box-shadow: none;
  padding: 9px 30px 5px 30px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.faq .message-box .box button:hover {
  background: #d6c084;
}

.faq .message-box .box button:focus {
  outline: 0;
  border: 0 none;
  box-shadow: none;
}

.payment-ok,.payment-error {
  display: flex;
  width: 100%;
  height: 57vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.payment-ok img,.payment-error img {
  margin-bottom: 34px;
}

.payment-ok p,.payment-error p {
  font-size: 16px;
  color: #333333;
  margin: 0;
}

.payment-ok span,.payment-error span {
  font-size: 14px;
  display: block;
  max-width: 265px;
  text-align: center;
  color: rgba(51, 51, 51, 0.6);
  line-height: 24px;
  margin-top: 22px;
}

.payment-ok a,.payment-error a {
  width: 250px;
  height: 43px;
  display: block;
  text-decoration: none;
  border: 1px solid #BF9B5C;
  font-size: 16px;
  line-height: 43px;
  color: #333333;
  text-align: center;
  margin-top: 53px;
}

.gallery .list {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.gallery .list:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 80px;
  right: 0;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 220px);
  border: 10px solid #e3d5ae;
}

.gallery .list .album {
  height: 100%;
  margin-bottom: 30px;
}

.gallery .list .album:nth-child(4n + 1) {
  clear: both;
}

.gallery .list .album a {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
}

.gallery .list .album .cover {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.gallery .list .album .cover .image {
  height: 100%;
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.gallery .list .album .cover .title {
  padding: 10px 0;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.gallery .list .album .cover .title h4 {
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 16px;
  color: black;
  margin: 0;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.gallery .list .album .cover .title p {
  margin: 0;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  color: #e6e6e6;
}

.gallery .list .album .cover:hover .title h4 {
  color: #bf9b5f;
}

.video-gallery .list .video {
  margin-top: 50px;
}

.video-gallery .list .video .cover {
  position: relative;
}

.video-gallery .list .video .image {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 20px;
  position: relative;
}

.video-gallery .list .video .image:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 0;
  bottom: 20px;
  left: 20px;
  background: #BF9B5C;
}

.video-gallery .list .video .image div {
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-gallery .list .video .overlay {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(191, 155, 92, 0.4);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.video-gallery .list .video .overlay i {
  position: absolute;
  color: white;
  font-size: 35px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 20px));
  -moz-transform: translate(-50%, calc(-50% + 20px));
  -ms-transform: translate(-50%, calc(-50% + 20px));
  -o-transform: translate(-50%, calc(-50% + 20px));
  transform: translate(-50%, calc(-50% + 20px));
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.video-gallery .list .video h5 {
  padding-right: 20px;
  font-family: "Lato", "DejaVu Sans Caps";
  line-height: 1.3em;
  text-decoration: none;
  color: black;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.video-gallery .list .video a,.video-gallery .list .video a:visited,.video-gallery .list .video a:focus,.video-gallery .list .video a:active {
  text-decoration: none;
}

.video-gallery .list .video a:hover,.video-gallery .list .video a:visited:hover,.video-gallery .list .video a:focus:hover,.video-gallery .list .video a:active:hover {
  text-decoration: none;
}

.video-gallery .list .video a:hover h5,.video-gallery .list .video a:visited:hover h5,.video-gallery .list .video a:focus:hover h5,.video-gallery .list .video a:active:hover h5 {
  color: #BF9B5C;
  text-decoration: none;
}

.video-gallery .list .video a:hover .overlay,.video-gallery .list .video a:visited:hover .overlay,.video-gallery .list .video a:focus:hover .overlay,.video-gallery .list .video a:active:hover .overlay {
  opacity: 1;
}

.video-gallery .list .video a:hover .overlay i,.video-gallery .list .video a:visited:hover .overlay i,.video-gallery .list .video a:focus:hover .overlay i,.video-gallery .list .video a:active:hover .overlay i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.album .order a {
  height: 25px;
  width: 25px;
  position: relative;
  display: inline-block;
  margin: 0 2px;
}

.album .order a div {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #ececec;
  border: 2px solid rgba(191, 155, 95, 0);
}

.album .order a.active div {
  border-color: #bf9b5f;
}

.album .order .row div {
  height: 100%;
  width: 100%;
}

.album .order .column div {
  height: 11px;
  width: 11px;
  position: absolute;
}

.album .order .column div:first-child {
  top: 0;
  left: 0;
}

.album .order .column div:last-child {
  right: 0;
  bottom: 0;
}

.album .order .column div:nth-child(2) {
  top: 0;
  right: 0;
}

.album .order .column div:nth-child(3) {
  bottom: 0;
  left: 0;
}

.album .list {
  margin: 0 -15px;
}

.album .list .photo {
  height: 250px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 30px;
}

.album .list .photo.full {
  width: 100%;
  height: 450px;
}

.album .list .photo .item {
  position: relative;
  height: 100%;
  width: 100%;
}

.album .list .photo .item:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 40px;
  bottom: 0;
  left: 25%;
  background: #bf9b5f;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.album .list .photo .item .image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.album .list .photo .item .image div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.album .list .photo .item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(191, 155, 92, 0.3);
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.album .list .photo .item .overlay .icon {
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}

.album .list .photo .item .overlay .icon i {
  color: white;
  font-size: 30px;
}

.album .list .photo .item:hover:after {
  bottom: -30px;
}

.album .list .photo .item:hover .image div {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.album .list .photo .item:hover .overlay {
  opacity: 1;
}

.album .list .photo .item:hover .overlay .icon {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.team .cover img {
  width: 100%;
}

.team .container {
  padding: 0 15px !important;
}

.team .line {
  width: 100%;
  height: 20px;
  background: #BF9B5C;
}

.team .info {
  margin-top: 30px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  color: #a5a5a5;
}

.team .members {
  margin-top: 50px;
}

.member {
  margin-bottom: 40px;
}

.member:hover .image div {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.member:hover .details {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.member .image {
  border: 10px solid #BF9B5C;
  padding: 0 15px;
  height: 240px;
}

.member .image div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: white;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.member .details {
  margin-top: 30px;
  text-align: center;
  -webkit-transition: 0.3s 0.15s all ease-in-out;
  -moz-transition: 0.3s 0.15s all ease-in-out;
  -o-transition: 0.3s 0.15s all ease-in-out;
  transition: 0.3s 0.15s all ease-in-out;
}

.member .details .name {
  font-size: 16px;
  font-family: "Lato", "DejaVu Sans Caps";
  font-weight: bold;
}

.member .details .name a,.member .details .name a:focus,.member .details .name a:visited,.member .details .name a:active {
  color: #606060;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.member .details .name a:hover,.member .details .name a:focus:hover,.member .details .name a:visited:hover,.member .details .name a:active:hover {
  color: #BF9B5C;
  text-decoration: none;
}

.member .details .position {
  font-size: 14px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  color: #606060;
  margin: 7px;
  height: 40px;
  overflow: hidden;
}

.member .details .email a,.member .details .email a:focus,.member .details .email a:visited,.member .details .email a:active {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 5px 15px;
  background: #BF9B5C;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.member .details .email a i,.member .details .email a:focus i,.member .details .email a:visited i,.member .details .email a:active i {
  margin-right: 5px;
}

.member .details .email a:hover,.member .details .email a:focus:hover,.member .details .email a:visited:hover,.member .details .email a:active:hover {
  background: #b28a46;
}

.member-page .info {
  margin-top: 20px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  color: #a5a5a5;
}

.vacancies .list .single {
  margin: 30px 0;
  border: 1px solid #e8e7e7;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  padding: 20px;
}

.vacancies .list .single:hover {
  border-color: #BF9B5C;
}

.vacancies .list .single:hover .info .title a,.vacancies .list .single:hover .info .title a:visited,.vacancies .list .single:hover .info .title a:active,.vacancies .list .single:hover .info .title a:focus {
  color: #d2ba79;
}

.vacancies .list .single:hover .info .description {
  color: #959393;
}

.vacancies .list .single:hover .more {
  opacity: 1;
}

.vacancies .list .single .info .title {
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  font-size: 18px;
  color: #dfce9f;
}

.vacancies .list .single .info .title a,.vacancies .list .single .info .title a:visited,.vacancies .list .single .info .title a:active,.vacancies .list .single .info .title a:focus {
  color: #dfce9f;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.vacancies .list .single .info .description {
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
  color: #b8b8b8;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.vacancies .list .single .more {
  opacity: .6;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  margin-top: 20px;
  text-align: center;
}

.vacancies .list .single .more a,.vacancies .list .single .more a:visited,.vacancies .list .single .more a:active,.vacancies .list .single .more a:focus {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #BF9B5C;
  border: 1px solid #BF9B5C;
  padding: 10px 20px;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.vacancies .list .single .more a:hover,.vacancies .list .single .more a:visited:hover,.vacancies .list .single .more a:active:hover,.vacancies .list .single .more a:focus:hover {
  color: white;
}

.vacancies .list .single .more a:hover:before,.vacancies .list .single .more a:visited:hover:before,.vacancies .list .single .more a:active:hover:before,.vacancies .list .single .more a:focus:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}

.vacancies .list .single .more a:before,.vacancies .list .single .more a:visited:before,.vacancies .list .single .more a:active:before,.vacancies .list .single .more a:focus:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #BF9B5C;
  text-align: center;
  color: white;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.vacancy .name {
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  color: #BF9B5C;
}

.vacancy .name h4 {
  display: inline-block;
  border-bottom: 2px solid #BF9B5C;
  padding-bottom: 5px;
  margin: 10px 0;
}

.vacancy .date {
  color: #a5a5a5;
  text-align: right;
}

.vacancy .date i {
  margin-right: 5px;
}

.vacancy .vacancy-content {
  margin-top: 5px;
}

.accommodation .single-item .image-row {
  flex-grow: 0 !important;
}

.accommodation .title {
  font-weight: bold;
}

.accommodation .paddingleft .description {
  height: 230px;
  overflow-y: hidden;
}

.accommodation .modal {
  background: rgba(0, 0, 0, 0.7);
}

.accommodation .modal-dialog {
  width: 640px !important;
}

.accommodation .modal-dialog .modal-body {
  padding: 30px 66px;
}

.accommodation .modal-dialog .modal-footer button {
  width: 150px;
  padding: 10px 30px;
  background: #b8904a;
  margin: 30px auto;
  font-family: 'Open Sans', 'Dejavu Sans Condensed', sans-serif;
}

.accommodation .modal-dialog .modal-footer button:hover {
  background: #b28a46;
}

.accomodation-video-container {
  padding: 60px 0;
  position: relative;
  display: table;
  margin: 0 auto;
}

.accomodation-video-container #play {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 61px;
  height: 61px;
  background-color: rgba(216, 216, 216, 0.63);
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
}

.accomodation-video-container #play:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-top: 2.5px;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
}

.accomodation-video-container #play.paused {
  display: none !important;
}

.accomodation-video-container #play.paused:after {
  height: 17px;
  border-color: #fff transparent #fff #fff;
  border-style: double;
  border-width: 0px 15px 0px 15px;
  margin-left: 15px;
}

.accomodation-video-container .accomodation-video-volume-on,.accomodation-video-container .accomodation-video-volume-off {
  display: inline-block;
  position: absolute;
  bottom: 4%;
  left: 3.2%;
  width: 30px;
  height: 30px;
  background-image: url("/img/volume_off.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
  transition: opacity .3s ease;
  cursor: pointer;
  margin-bottom: 60px;
  z-index: 1;
}

.accomodation-video-container .accomodation-video-volume-on:hover,.accomodation-video-container .accomodation-video-volume-off:hover {
  opacity: 1;
}

.accomodation-video-container .accomodation-video-volume-on {
  background-image: url("/img/volume_on.svg");
}

.accomodation-video-container .iframe-box {
  position: relative;
  overflow: hidden;
  filter: brightness(0.9);
  cursor: pointer;
}

.accomodation-video-container .iframe-box .video-poster {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-size: cover;
  background-position: center;
}

.accomodation-video-container .iframe-box video {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.accomodation-video-container .iframe-box video[poster] {
  height: 100%;
}

.accommodation .title.inside {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  margin-top: 40px;
}

.accommodation hr {
  border-color: #eee;
  margin: 40px 0;
}

.accommodation .items {
  margin-top: 70px;
}

.accommodation .items .title {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
}

.accommodation .items .item {
  margin-top: 40px;
  margin-bottom: 70px;
}

.accommodation .items .item .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.accommodation .items .item .name {
  font-size: 20px;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  font-weight: bold;
  margin-bottom: 20px;
}

.accommodation .items .item .description {
  margin-bottom: 20px;
}

.accommodation .items .item .info span {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999;
}

.accommodation .items .item .info b {
  color: black;
}

.accommodation .item-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}

.accommodation .paddingleft {
  padding-left: 30px;
  position: relative;
}

.accommodation .single-item .extra {
  line-height: 25px;
}

.accommodation .single-item .extra p {
  margin: 0;
}

.accommodation .carousel {
  position: relative;
  height: 100%;
}

.accommodation .carousel .carousel-inner {
  height: 100%;
}

.accommodation .carousel .item {
  height: 100%;
}

.accommodation .carousel .item div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.accommodation .carousel .left-arrow,.accommodation .carousel .right-arrow {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  font-size: 10px;
  color: white;
  text-align: center;
  padding: 10px 13px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.accommodation .carousel .left-arrow:hover,.accommodation .carousel .right-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.accommodation .carousel .left-arrow {
  left: 30px;
}

.accommodation .carousel .right-arrow {
  right: 30px;
}

.accommodation .action-button {
  display: inline-block;
  border-radius: 4px;
  margin-top: 20px;
  background: #BF9B5C;
  padding: 10px 30px;
  color: white;
  text-align: center;
  transition: all .3s ease;
}

.accommodation .action-button,.accommodation .action-button:active,.accommodation .action-button:focus,.accommodation .action-button:visited {
  text-decoration: none;
  color: white;
}

.accommodation .action-button:hover,.accommodation .action-button:active:hover,.accommodation .action-button:focus:hover,.accommodation .action-button:visited:hover {
  background: #b28a46;
  color: white;
  text-decoration: none;
}

.accommodation .action-button-light {
  display: inline-block;
  margin-right: 15px;
  margin-top: 20px;
  border: 1px solid #BF9B5C;
  border-radius: 4px;
  padding: 10px 30px;
  color: #111;
  text-align: center;
  transition: all .3s ease;
}

.accommodation .action-button-light,.accommodation .action-button-light:active,.accommodation .action-button-light:focus,.accommodation .action-button-light:visited {
  text-decoration: none;
  color: #111;
}

.accommodation .action-button-light:hover,.accommodation .action-button-light:active:hover,.accommodation .action-button-light:focus:hover,.accommodation .action-button-light:visited:hover {
  background: #fafafa;
  text-decoration: none;
}

.accommodation .single-item:last-child {
  border: 0;
  padding-bottom: 0;
}

.accommodation .single-item {
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(191, 155, 92, 0.4);
}

.accommodation .single-item .name {
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  font-size: 20px;
  font-weight: bold;
}

.accommodation .single-item .info {
  margin: 10px 0;
}

.accommodation .single-item .info b {
  font-size: 18px;
}

.accommodation .single-item ul {
  margin-left: 25px;
}

.accommodation .single-item .description {
  margin: 10px 0;
}

.accommodation .single-item .action-button {
  margin-right: 5px;
}

.accommodation .carousel {
  width: 520px;
}

.accommodation .carousel .item {
  height: 360px;
  width: 520px;
}

.accommodation .carousel-inner {
  width: 520px;
}

.accommodation .button-group {
  position: absolute;
  bottom: 0;
  width: 350px;
}

#accommodation-details {
  background: rgba(0, 0, 0, 0.85);
}

#accommodation-details .modal-footer button {
  opacity: 1;
  background: #BF9B5C;
}

#accommodation-details .modal-footer button {
  position: relative;
  width: 150px;
  margin: 20px auto;
}

#accommodation-details .modal-footer button:hover {
  background: #b28a46;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0 !important;
  border-color: #d8d8d8 !important;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #BF9B5C !important;
}

.select2-container--default .select2-results__option:not(.select2-results__option--highlighted) {
  background-color: white !important;
}

.reservation .wizard {
  margin-top: 30px;
}

.reservation .steps .nav.nav-pills {
  text-align: center;
  margin-bottom: 15px;
}

.reservation .steps .nav.nav-pills > li {
  border-radius: 0;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 15px;
  float: none;
  display: inline-block;
  margin: 15px 0;
}

.reservation .steps .nav.nav-pills > li:first-child {
  margin-top: 0;
}

.reservation .steps .nav.nav-pills > li.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.reservation .steps .nav.nav-pills > li .number {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background: #d0cfcf;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.reservation .steps .nav.nav-pills > li .name {
  display: none;
  margin-left: 4px;
  line-height: 30px;
}

.reservation .steps .nav.nav-pills > li a,.reservation .steps .nav.nav-pills > li a:active,.reservation .steps .nav.nav-pills > li a:focus,.reservation .steps .nav.nav-pills > li a:visited {
  color: #d0cfcf;
  padding: 5px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.reservation .steps .nav.nav-pills > li a,.reservation .steps .nav.nav-pills > li a:hover,.reservation .steps .nav.nav-pills > li a:active,.reservation .steps .nav.nav-pills > li a:focus,.reservation .steps .nav.nav-pills > li a:visited,.reservation .steps .nav.nav-pills > li:hover a,.reservation .steps .nav.nav-pills > li:hover a:hover,.reservation .steps .nav.nav-pills > li:hover a:active,.reservation .steps .nav.nav-pills > li:hover a:focus,.reservation .steps .nav.nav-pills > li:hover a:visited,.reservation .steps .nav.nav-pills > li:active a,.reservation .steps .nav.nav-pills > li:active a:hover,.reservation .steps .nav.nav-pills > li:active a:active,.reservation .steps .nav.nav-pills > li:active a:focus,.reservation .steps .nav.nav-pills > li:active a:visited,.reservation .steps .nav.nav-pills > li:focus a,.reservation .steps .nav.nav-pills > li:focus a:hover,.reservation .steps .nav.nav-pills > li:focus a:active,.reservation .steps .nav.nav-pills > li:focus a:focus,.reservation .steps .nav.nav-pills > li:focus a:visited,.reservation .steps .nav.nav-pills > li:visited a,.reservation .steps .nav.nav-pills > li:visited a:hover,.reservation .steps .nav.nav-pills > li:visited a:active,.reservation .steps .nav.nav-pills > li:visited a:focus,.reservation .steps .nav.nav-pills > li:visited a:visited {
  background: none;
  color: #d0cfcf;
}

.reservation .steps .nav.nav-pills > li.active a,.reservation .steps .nav.nav-pills > li.active a:hover,.reservation .steps .nav.nav-pills > li.active a:active,.reservation .steps .nav.nav-pills > li.active a:focus,.reservation .steps .nav.nav-pills > li.active a:visited,.reservation .steps .nav.nav-pills > li.validated a,.reservation .steps .nav.nav-pills > li.validated a:hover,.reservation .steps .nav.nav-pills > li.validated a:active,.reservation .steps .nav.nav-pills > li.validated a:focus,.reservation .steps .nav.nav-pills > li.validated a:visited {
  color: #BF9B5C;
  background: none;
}

.reservation .steps .nav.nav-pills > li.active .number,.reservation .steps .nav.nav-pills > li.validated .number {
  background: #BF9B5C;
}

.reservation .steps .nav.nav-pills > li:not(.active):hover a,.reservation .steps .nav.nav-pills > li:not(.active):hover a:hover,.reservation .steps .nav.nav-pills > li:not(.active):hover a:active,.reservation .steps .nav.nav-pills > li:not(.active):hover a:focus,.reservation .steps .nav.nav-pills > li:not(.active):hover a:visited {
  color: #b7b5b5;
}

.reservation .steps .nav.nav-pills > li:not(.active):hover .number {
  background: #b7b5b5;
}

.reservation .steps .price {
  margin-top: 10px;
  text-align: left;
  padding: 20px;
  color: #686868;
  border: 1px solid #BF9B5C;
}

.reservation .steps .price span {
  float: right;
  font-weight: bold;
}

.reservation .steps .price > div {
  padding: 10px;
}

.reservation .steps .price > div:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.reservation .tab-content {
  padding: 30px 0;
}

.reservation .tab-pane > .row {
  margin: 15px -10px;
  padding: 0 5px;
}

.reservation .tab-pane > .row > div {
  padding: 0 5px;
}

.reservation .title {
  color: #686868;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  font-size: 20px;
  margin-bottom: 15px;
}

.reservation label {
  display: block;
  position: relative;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-weight: 100;
  margin-bottom: 15px;
  color: #686868;
}

.reservation label:not(.no-line):after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #BF9B5C;
}

.reservation label.caps {
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: .9em;
  font-weight: bold;
}

.reservation input {
  width: 100%;
  display: block;
  font-weight: 100;
  padding: 10px;
  border: 1px solid #d8d8d8;
  color: #686868;
}

.reservation input::-webkit-input-placeholder {
  color: #686868;
}

.reservation input::-moz-placeholder {
  color: #686868;
}

.reservation input:-ms-input-placeholder {
  color: #686868;
}

.reservation input:-moz-placeholder {
  color: #686868;
}

.reservation input.form-control {
  height: auto;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.reservation input.form-control:focus {
  border-color: #d8d8d8;
}

.reservation input.has-error {
  border-color: #ed2c18;
}

.reservation .error-text {
  color: #ed2c18;
  font-size: 11px;
  text-align: left;
  display: block;
  margin: 10px 0;
}

.reservation textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  border: 1px solid #d8d8d8;
  color: #686868;
  font-weight: 100;
  padding: 10px;
}

.reservation .radio {
  margin-top: 0;
  margin-bottom: 6px;
}

.reservation .radio input[type="radio"],.reservation .radio input[type="checkbox"] {
  display: none;
}

.reservation .radio input[type="radio"]:checked + label,.reservation .radio input[type="checkbox"]:checked + label {
  background: #BF9B5C;
  color: white;
  border-color: #BF9B5C;
}

.reservation .radio label {
  width: 100%;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  text-align: center;
  margin: 0;
  padding: 10px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.reservation .radio label:hover {
  background: rgba(191, 155, 92, 0.7);
  border-color: #BF9B5C;
  color: white;
}

.reservation .radio label:after {
  content: initial;
}

.reservation .radio.custom {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.reservation .radio.custom.invisible {
  opacity: 0;
  visibility: hidden;
}

.reservation .checkbox label {
  display: inline-block;
  padding: 0 6px;
}

.reservation .checkbox .icheck {
  background: none;
  border: 2px solid #dad7d7;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.reservation .checkbox .icheck ins {
  background: none;
}

.reservation .checkbox .icheck.hover {
  border-color: #BF9B5C;
}

.reservation .checkbox .icheck.hover ins {
  background: none;
}

.reservation .checkbox .icheck.checked {
  background: #BF9B5C;
  border-color: #BF9B5C;
}

.reservation .checkbox .icheck.checked ins {
  background: none;
  box-shadow: none;
}

.reservation .single-service {
  display: flex;
  justify-content: flex-start;
}

.reservation .single-service label {
  padding-left: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.reservation .single-service label .price {
  color: green;
}

.reservation .select2-container {
  width: 100% !important;
}

.reservation .select2-container--default .select2-selection--single {
  height: initial;
  padding: 6px 5px;
  border-color: #d8d8d8;
  border-radius: 0;
}

.reservation .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.reservation .buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.reservation .buttons div {
  padding: 0;
}

.reservation .buttons div:not(.prev) {
  display: block;
  background: #BF9B5C;
  color: white;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  border-radius: 2px;
  width: 100%;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.reservation .buttons div:not(.prev):hover {
  background: #c6a66e;
  color: white;
  text-decoration: none;
}

.reservation .buttons .next span,.reservation .buttons .prev span {
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.reservation .buttons .prev {
  color: #686868;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  cursor: pointer;
  display: inline-block;
}

.reservation .buttons .prev i {
  margin-right: 5px;
}

.reservation .buttons .prev.disabled {
  display: none;
}

.reservation .buttons .prev:hover span {
  -webkit-transform: translateX(-5px) !important;
  -moz-transform: translateX(-5px) !important;
  -ms-transform: translateX(-5px) !important;
  -o-transform: translateX(-5px) !important;
  transform: translateX(-5px) !important;
}

.reservation .buttons .next i {
  margin-left: 5px;
}

.reservation .buttons .next:hover span {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.reservation .panel {
  margin: 15px 0 0 0;
}

.reservation .panel .panel-heading {
  cursor: pointer;
}

.reservation .panel .panel-title {
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 15px;
}

.reservation .panel.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.reservation .panel.disabled .panel-heading {
  pointer-events: none;
}

.reservation .panel.has-error {
  border-color: #ed2c18;
}

.bootstrap-datetimepicker-widget ul li::before {
  content: none;
  display: none;
}

.add-guest-btn {
  border-radius: 2px;
  margin-top: 35px;
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
  transition: all .3s ease;
}

.add-guest-btn .glyphicon {
  margin-left: 5px;
}

.remove-guest-btn {
  border-radius: 2px;
  width: 42px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  font-size: 13px;
  transition: all .3s ease;
  margin-top: 35px;
}

.guest-row {
  padding-bottom: 20px;
}

.reservation-terms-checkbox-row {
  display: none;
}

.reservation-terms-checkbox-row .icheck:not(.checked) {
  pointer-events: none;
}

.reservation-terms-checkbox-row .icheck:not(.checked) + label {
  pointer-events: none;
}

.reservation-terms-checkbox-row a {
  color: black;
  text-decoration: none;
  transition: all .3s ease;
}

.reservation-terms-checkbox-row a:hover,.reservation-terms-checkbox-row a:active {
  text-decoration: none;
  color: #6d6a6a;
}

.personal-information.tab-pane.active + .reservation-terms-checkbox-row {
  display: block;
}

#reservation-terms .modal-content {
  border-radius: 4px;
}

#reservation-terms .modal-content .term-text-container {
  max-height: 55vh;
  overflow-y: scroll;
  margin-bottom: 10px;
  padding-right: 10px;
}

#reservation-terms button {
  border-radius: 0;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  padding: 8px 20px;
  font-size: 12px;
  border: 1px solid #ccc;
  color: #737373;
  transition: all .3s ease;
}

#reservation-terms button.btn-primary {
  background-color: #BF9B5C;
  border-color: #BF9B5C;
  color: white;
}

#reservation-terms button.btn-primary:hover,#reservation-terms button.btn-primary:active {
  box-shadow: none;
  background-color: #c9ab76;
}

.buttons .next[disabled],.buttons .finish[disabled] {
  opacity: .65;
  pointer-events: none;
  cursor: not-allowed;
}

.reserve-status > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.reserve-status .status-icon {
  margin: 0 auto 20px auto;
  color: white;
  font-size: 30px;
  padding: 10px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  padding: 0 10px;
}

.reserve-status .status-icon.success {
  background: #BF9B5C;
}

.reserve-status .status-icon.error {
  background: #da1c1c;
}

.reserve-status .message {
  color: #a7a7a7;
}

.restaurant .restaurant-title h5 {
  color: black;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.restaurant .single-menu {
  margin: 20px 0;
}

.restaurant .single-menu a,.restaurant .single-menu a:visited,.restaurant .single-menu a:active,.restaurant .single-menu a:focus {
  text-decoration: none;
  display: block;
  text-align: center;
}

.restaurant .single-menu a:hover .title,.restaurant .single-menu a:visited:hover .title,.restaurant .single-menu a:active:hover .title,.restaurant .single-menu a:focus:hover .title {
  color: #BF9B5C;
}

.restaurant .single-menu a:hover .image ._img,.restaurant .single-menu a:visited:hover .image ._img,.restaurant .single-menu a:active:hover .image ._img,.restaurant .single-menu a:focus:hover .image ._img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.restaurant .single-menu .image {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.restaurant .single-menu .image ._img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.restaurant .single-menu .image .overlay {
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 10px 15px;
  color: white;
  background: #BF9B5C;
  z-index: 99;
  font-family: "Lato", "DejaVu Sans Caps";
}

.restaurant .single-menu .title {
  color: black;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.restaurant .single-menu .description {
  color: #716f6f;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 12px;
}

.restaurant .single-menu .price {
  margin-top: 10px;
  color: #BF9B5C;
  font-family: "Lato", "DejaVu Sans Caps";
}

.restaurant .restaurant-categories {
  margin-top: 28px;
}

.restaurant .restaurant-categories.mini {
  margin-right: -10px;
  margin-left: -10px;
}

.restaurant .single-category {
  margin: 10px 0;
}

.restaurant .single-category a,.restaurant .single-category a:visited,.restaurant .single-category a:active,.restaurant .single-category a:focus {
  display: block;
  background: #BF9B5C;
  color: white;
  text-decoration: none;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  text-align: center;
  padding: 17px 5px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.restaurant .single-category a:hover,.restaurant .single-category a:visited:hover,.restaurant .single-category a:active:hover,.restaurant .single-category a:focus:hover {
  background: #b28a46;
}

.restaurant .single-category.active a,.restaurant .single-category.active a:visited,.restaurant .single-category.active a:active,.restaurant .single-category.active a:focus,.restaurant .single-category.active a:hover {
  background: #b38638;
}

.restaurant .single-category:nth-child(6n + 1) {
  clear: both;
}

.restaurant .single-category.mini {
  margin: 8px 0;
  padding: 0 10px;
}

.restaurant .single-category.mini a,.restaurant .single-category.mini a:visited,.restaurant .single-category.mini a:active,.restaurant .single-category.mini a:focus {
  padding: 12px 5px;
}

.restaurant .bar {
  padding: 15px 20px;
  background: #f5f5f5;
  margin: 10px 0 15px 0;
  font-size: 13px;
}

.restaurant .bar a,.restaurant .bar a:visited,.restaurant .bar a:active,.restaurant .bar a:focus,.restaurant .bar a:hover {
  color: black;
  text-decoration: none;
}

.restaurant .single-dish {
  margin: 20px 0;
  position: relative;
}

.restaurant .single-dish a,.restaurant .single-dish a:visited,.restaurant .single-dish a:active,.restaurant .single-dish a:focus {
  text-decoration: none;
  display: block;
}

.restaurant .single-dish a:hover .title,.restaurant .single-dish a:visited:hover .title,.restaurant .single-dish a:active:hover .title,.restaurant .single-dish a:focus:hover .title {
  color: #BF9B5C;
}

.restaurant .single-dish a:hover .image div,.restaurant .single-dish a:visited:hover .image div,.restaurant .single-dish a:active:hover .image div,.restaurant .single-dish a:focus:hover .image div {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.restaurant .single-dish .preparation-time {
  background: #BF9B5C;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  left: 20px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.restaurant .single-dish .preparation-time i {
  color: white;
}

.restaurant .single-dish .preparation-time p {
  margin: 0;
  color: white;
  font-weight: bold;
  font-size: 13px;
  margin-left: 5px;
}

.restaurant .single-dish .image {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
}

.restaurant .single-dish .image a {
  width: 100%;
  height: 100%;
  display: block;
}

.restaurant .single-dish .image div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.restaurant .single-dish .title {
  color: black;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.restaurant .single-dish .description {
  color: #716f6f;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 12px;
}

.restaurant .add {
  margin-top: 10px;
  line-height: 40px;
}

.restaurant .add .price {
  padding: 0;
  color: #BF9B5C;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: bold;
}

.restaurant .add .price.with-total {
  line-height: 20px;
  font-size: 16px;
}

.restaurant .add .price.with-total .total-single-price {
  font-size: 10px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  color: #079e07;
}

.restaurant .add .action-button {
  padding: 0;
}

.restaurant .add .action-button button {
  position: relative;
  color: white;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  width: 100%;
  height: 40px;
  border: 0;
  margin: 0;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.restaurant .add .action-button button.add {
  background: #BF9B5C;
}

.restaurant .add .action-button button.add:hover {
  background: #ae8844;
}

.restaurant .add .action-button button.remove {
  background: #de1717;
}

.restaurant .add .action-button button.remove span {
  display: none;
}

.restaurant .add .action-button button.remove:hover {
  background: #c50b0b;
}

.restaurant .add .action-button button.remove:before {
  content: '\f00d';
  font-family: FontAwesome;
  color: white;
  z-index: 99;
  margin-right: 5px;
}

.restaurant .add .action-button button.remove:after {
  content: attr(data-remove);
  color: white;
  z-index: 99;
  margin-right: 5px;
}

.num {
  font-size: 0;
  padding-left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.num .container-fluid {
  padding: 0;
  max-width: 130px;
  float: right;
}

.num .input-number {
  width: 40%;
  padding: 0;
  vertical-align: top;
  text-align: center;
  outline: none;
  font-family: 'Open Sans';
}

.num .input-number,.num .input-number-decrement,.num .input-number-increment {
  background: #f9f9f9;
  font-size: 14px;
  font-weight: bold;
  color: #949494;
  border: 0;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.num .input-number-decrement,.num .input-number-increment {
  display: inline-block;
  width: 30%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.bottom-cart-line {
  border-top: 1px solid #f3f3f3;
  margin: 20px 0;
  padding: 20px 0 0 0;
  line-height: 40px;
}

.bottom-cart-line .back,.final-cart .back {
  padding-left: 0;
  margin-bottom: 10px;
}

.bottom-cart-line .back a,.bottom-cart-line .back a:visited,.bottom-cart-line .back a:active,.bottom-cart-line .back a:focus,.final-cart .back a,.final-cart .back a:visited,.final-cart .back a:active,.final-cart .back a:focus {
  color: #525252;
  text-decoration: none;
}

.bottom-cart-line .back a:hover,.bottom-cart-line .back a:visited:hover,.bottom-cart-line .back a:active:hover,.bottom-cart-line .back a:focus:hover,.final-cart .back a:hover,.final-cart .back a:visited:hover,.final-cart .back a:active:hover,.final-cart .back a:focus:hover {
  color: black;
  text-decoration: none;
}

.bottom-cart-line .back a:hover span,.bottom-cart-line .back a:visited:hover span,.bottom-cart-line .back a:active:hover span,.bottom-cart-line .back a:focus:hover span,.final-cart .back a:hover span,.final-cart .back a:visited:hover span,.final-cart .back a:active:hover span,.final-cart .back a:focus:hover span {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
}

.bottom-cart-line .back a span,.bottom-cart-line .back a:visited span,.bottom-cart-line .back a:active span,.bottom-cart-line .back a:focus span,.final-cart .back a span,.final-cart .back a:visited span,.final-cart .back a:active span,.final-cart .back a:focus span {
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.bottom-cart-line .back a i,.bottom-cart-line .back a:visited i,.bottom-cart-line .back a:active i,.bottom-cart-line .back a:focus i,.final-cart .back a i,.final-cart .back a:visited i,.final-cart .back a:active i,.final-cart .back a:focus i {
  margin-right: 8px;
}

.cart {
  padding-right: 0;
  text-align: center;
}

.total-items,.total-sum,.checkout {
  margin-top: 5px;
  margin-bottom: 5px;
}

.total-items {
  margin: 0 10px;
}

.total-items .quantity {
  background: #16bf8d;
  color: white;
  padding: 4px 8px;
  margin: 0 3px;
  font-family: 'Open Sans';
}

.total-sum {
  margin: 0 10px;
}

.total-sum .price {
  font-family: 'Open Sans';
}

.checkout {
  height: 40px;
  background: #BF9B5C;
  padding: 0 25px;
  border: 0 none;
  margin-left: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.checkout,.checkout:visited,.checkout:focus,.checkout:active {
  color: white;
  text-decoration: none;
}

.checkout:hover {
  background: #a78241;
  color: white;
  text-decoration: none;
}

.checkout i {
  margin-right: 9px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #BF9B5C;
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover,.bootstrap-datetimepicker-widget table td span.active {
  background-color: #BF9B5C;
}

.bootstrap-datetimepicker-widget {
  font-family: 'Open Sans', 'DejaVu Sans Condensed';
}

.bootstrap-datetimepicker-widget table thead th {
  font-weight: normal;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background-color: #ae8844;
}

.bootstrap-datetimepicker-widget table thead th.disabled,.bootstrap-datetimepicker-widget table thead th.disabled:hover {
  color: rgba(241, 236, 236, 0.56);
}

.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table td span {
  color: #9e9e9e;
}

.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover,.bootstrap-datetimepicker-widget table td span.disabled:hover {
  color: #cecece;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months thead tr th,.bootstrap-datetimepicker-widget .datepicker .datepicker-years thead tr th {
  color: #ccc;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months thead tr th:hover,.bootstrap-datetimepicker-widget .datepicker .datepicker-years thead tr th:hover {
  color: white;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days thead {
  background-color: #BF9B5C;
  color: white;
  font-size: 13px;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days thead tr th {
  border-radius: 0;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days tbody tr td {
  border-radius: 0;
  font-size: 13px;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker,.bootstrap-datetimepicker-widget .timepicker .timepicker-minutes,.bootstrap-datetimepicker-widget .timepicker .timepicker-hours {
  background: #f5f5f5;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a,.bootstrap-datetimepicker-widget .timepicker .timepicker-minutes a,.bootstrap-datetimepicker-widget .timepicker .timepicker-hours a {
  color: #c8c8c8;
}

.bootstrap-datetimepicker-widget .timepicker td.separator {
  width: 10px;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker a[data-action="incrementHours"],.bootstrap-datetimepicker-widget .timepicker a[data-action="decrementHours"] {
  float: right !important;
  margin-right: 10px !important;
  font-weight: normal;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker a[data-action="incrementMinutes"],.bootstrap-datetimepicker-widget .timepicker a[data-action="decrementMinutes"] {
  float: left !important;
  margin-left: 10px !important;
  font-weight: normal;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker .timepicker-minute {
  color: #b3b3b3;
}

.restaurant-order .order-calendar .calendar-title {
  color: #909090;
  margin-bottom: 15px;
  font-weight: bold;
}

.restaurant-order .final-cart {
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.restaurant-order .final-cart .back {
  padding-left: 15px !important;
}

.restaurant-order .final-cart .total-items {
  margin-left: 0;
  margin-right: 4px;
}

.restaurant-order .final-cart .total-sum {
  margin: 0 4px;
}

.restaurant-order .checkout[disabled] {
  opacity: .7;
}

.restaurant-order label {
  display: block;
  margin: 10px 0;
  color: #969696;
}

.restaurant-order input.form-control {
  border-radius: 0;
  border: 1px solid #d0d0d0;
  box-shadow: none;
  height: 40px;
}

.restaurant-order .error-input {
  border: 1px solid #e60808 !important;
}

.restaurant-order .num .container-fluid {
  float: initial;
  clear: both;
  margin: 0;
  max-width: 140px;
}

.restaurant-order .error-message-container {
  text-align: center;
  margin: 0 0 20px 0;
  color: #e60808;
  font-size: 16px;
}

.restaurant-order .error-container {
  color: #e60808;
  font-size: 12px;
  margin-top: 5px;
}

.restaurant-order .all-items-list {
  margin-top: 40px;
}

.restaurant-order .all-items-list .item {
  padding: 5px 0;
  margin: 10px 0;
  border-left: 3px solid #BF9B5C;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.restaurant-order .all-items-list .item .actions {
  padding: 0;
  text-align: right;
}

.restaurant-order .all-items-list .item .actions .price {
  color: #BF9B5C;
  font-weight: bold;
  font-family: 'Open Sans';
  margin-right: 8px;
  font-size: 14px;
}

.restaurant-order .all-items-list .item .actions .delete {
  font-size: 14px;
}

.restaurant-order .all-items-list .item .actions .delete i,.restaurant-order .all-items-list .item .actions .delete:visited i,.restaurant-order .all-items-list .item .actions .delete:focus i,.restaurant-order .all-items-list .item .actions .delete:active i {
  color: #dc0909;
  text-decoration: none;
}

.restaurant-order .all-items-list .item .actions .delete:hover i,.restaurant-order .all-items-list .item .actions .delete:visited:hover i,.restaurant-order .all-items-list .item .actions .delete:focus:hover i,.restaurant-order .all-items-list .item .actions .delete:active:hover i {
  color: #c70808;
  text-decoration: none;
}

.restaurant-order .input-group-addon {
  background: none;
  color: #BF9B5C;
  border-radius: 0;
  cursor: pointer;
}

#order-success-modal .modal-body {
  padding: 50px;
}

#order-success-modal .success-icon {
  margin: 0 auto 20px auto;
  background: #BF9B5C;
  color: white;
  font-size: 30px;
  padding: 10px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  padding: 0 10px;
}

#order-success-modal .message {
  color: #a7a7a7;
}

hr.grey {
  border-color: #f5f5f5;
}

.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active {
  background: #BF9B5C !important;
}

.datetimepicker-hours > table,.datetimepicker-minutes > table {
  width: 195px;
}

.datetimepicker-hours > table > thead,.datetimepicker-minutes > table > thead {
  display: none;
}

.programs__title-border {
  max-width: 240px;
  border: solid 1px #dfce9f;
  margin: 13px auto;
}

.programs__title {
  text-align: center;
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 20px;
  color: #dfce9f;
  margin-top: 14px;
}

.programs__text__description {
  max-width: 1040px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
  line-height: 1.93;
  padding: 15px;
  margin: 0 auto 41px auto;
}

.programs__block {
  max-width: 1040px;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  margin: 0 auto 70px auto;
}

.programs__block__item img {
  height: 190px;
  transition: transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.programs__block__item:hover img {
  transform: scale(1.05);
}

.programs__block__item:hover .programs__block__title {
  color: #BF9B5C;
  text-decoration: none;
}

.programs__block__item a:focus {
  text-decoration: none;
}

.programs__block__item a:hover {
  text-decoration: none;
}

.programs__block__item .hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.programs__block__item .hovereffect img {
  object-fit: cover;
  object-position: center;
  position: relative;
  transition: all .4s linear;
}

.programs__block__description {
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 12px;
  line-height: 1.5;
  color: #a5a5a5;
}

.programs__block__title {
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.5;
  margin-top: 21px;
  text-decoration: none;
  transition: 0.5s;
}

.programs__block__title:visited {
  color: #1a1a1a;
  text-decoration: none;
}

.p-reset__line .programIncludes {
  margin-top: 29px;
}

.p-reset__description {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.p-reset__description p {
  padding-right: 40px;
}

.p-reset__description .no-padding {
  padding-left: 0;
}

.p-reset__description h2 {
  max-width: 500px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 18px;
  font-weight: bold;
  color: #b8904a;
  margin-bottom: 20px;
}

.p-reset__description p {
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
  line-height: 1.93;
}

.p-reset__description li {
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
  line-height: 1.5;
}

.p-reset__description .p-rest-manage-title {
  margin-top: 0;
}

.p-reset__description .col-md-6 {
  width: 100%;
}

.p-reset__description .p-reset__vl {
  opacity: 0.3;
  border-left: solid 1px #979797;
  margin-right: 25px;
}

.p-reset__description .p-reset__line {
  padding-right: 0;
}

.p-reset__description .p-reset__line h2 {
  margin-top: 0;
}

.p-reset__description .p-reset__line li:after {
  content: '';
  position: absolute;
  left: -25px;
  height: 2px;
  width: 15px;
  background: #BF9B5C;
  top: .7em;
}

.p-reset__description .p-reset__line li:before {
  display: none;
}

.p-rest-buttons-m {
  margin-top: 40px !important;
}

.programIncludes li {
  display: flex;
}

.programIncludes li div:last-child {
  margin-left: auto;
}

.p-health p {
  max-width: 930px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
  line-height: 1.93;
}

.p-rest-manage-price {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-rest-manage-margin h1 {
  margin-top: 40px !important;
}

.p-rest-manage h1 {
  font-family: "Helvetica", "Open Sans", "DejaVu Sans Condensed";
  font-size: 18px;
  font-weight: 700;
  color: #bf9b5c;
  margin-top: 0;
  margin-bottom: 30px;
}

.p-rest-manage h2 {
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-top: 0;
  margin-bottom: 12px;
}

.p-rest-manage p {
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 16px;
  font-weight: 300;
  color: #959595;
  margin: 0;
}

.p-rest__boxes {
  margin: 41px 0 32px 0;
}

.p-rest__boxes .p__boxes {
  min-height: 80px;
  background-color: #b8904a;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  transition: .3s all ease-in-out;
  opacity: 0.85;
}

.p-rest__boxes .p__boxes:hover {
  opacity: 1;
}

.p-rest__boxes .p__boxes h2 {
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
  line-height: 1.71;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.p-rest-buttons {
  margin-top: 80px;
}

.p-rest-buttons .btn-details {
  width: 190px;
  height: 50px;
  border-radius: 4px;
  background-color: #bf9b5c;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.p-rest-buttons .btn-back {
  width: 190px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #bf9b5c;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.p-rest-buttons .btn-contact {
  width: 190px;
  height: 50px;
  border-radius: 4px;
  background-color: #bf9b5c;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-rest-buttons .rest-btn-flex {
  display: flex;
  justify-content: flex-end;
}

.p-rest-modal .program-rest-modal {
  background: rgba(0, 0, 0, 0.7);
}

.p-rest-modal .program-rest-modal .modal-content {
  max-width: 460px;
  box-shadow: none;
}

.p-rest-modal .program-rest-modal .modal-content .modal-header {
  border-radius: 4px 4px 0 0;
  background-color: #bf9b5c;
}

.p-rest-modal .program-rest-modal .modal-content .modal-header h4 {
  color: #ffffff;
  font-family: "Lato", "DejaVu Sans Caps";
}

.p-rest-modal .program-rest-modal .modal-content .modal-body {
  min-height: 400px;
  max-height: 400px;
  overflow: scroll;
  padding: 30px;
}

.p-rest-modal .program-rest-modal .modal-content .modal-body::-webkit-scrollbar {
  width: 10px;
}

.p-rest-modal .program-rest-modal .modal-content .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.p-rest-modal .program-rest-modal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #888;
}

.p-rest-modal .program-rest-modal .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.p-rest-modal .program-rest-modal .modal-content .modal-body h2 {
  color: #333333;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.p-rest-modal .program-rest-modal .modal-content .modal-body p {
  color: #333333;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 14px;
  line-height: 24px;
}

.p-rest-modal .program-rest-modal .modal-content .modal-body .rest-price {
  font-family: "Lato", "DejaVu Sans Caps";
}

.p-rest-modal .program-rest-modal .modal-content .modal-footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-top: 1px solid #ffffff;
}

.p-rest-modal .program-rest-modal .modal-content .modal-footer a {
  width: 190px;
  height: 43px;
  border-radius: 4px;
  background-color: #bf9b5c;
  border-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-rest-modal .program-rest-modal .modal-content .modal-footer button {
  width: 190px;
  height: 43px;
  border-radius: 4px;
  border: 1px solid #bf9b5c;
  background-color: #ffffff;
}

.p-rest-modal .program-rest-modal .modal-dialog {
  width: 460px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.gel-font {
  font-family: 'gel-font';
}

.datepickers-container .datepicker--nav-title {
  font-family: "Open Sans", "DejaVu Sans Condensed" !important;
}

.datepickers-container .datepicker--content .datepicker--days-names {
  font-family: "Open Sans", "DejaVu Sans Condensed" !important;
}

.datepickers-container .datepicker--content .datepicker--cells {
  font-family: "Open Sans", "DejaVu Sans Condensed" !important;
}

.datepickers-container .datepicker--content .datepicker--cells .datepicker--cell.datepicker--cell-day.-current-,.datepickers-container .datepicker--content .datepicker--cells .datepicker--cell.datepicker--cell-month.-current- {
  color: #BF9B5C;
}

.datepickers-container .datepicker--content .datepicker--cells .datepicker--cell.datepicker--cell-day.-selected-,.datepickers-container .datepicker--content .datepicker--cells .datepicker--cell.datepicker--cell-month.-selected- {
  background: #BF9B5C;
  color: white;
}

.online-reservation-wrapper {
  padding-top: 40px;
  padding-bottom: 130px;
  background-color: white;
}

.online-reservation-wrapper .basic-input-wrapper {
  margin-top: 40px;
}

.online-reservation-wrapper:lang(en),.online-reservation-wrapper:lang(ru) {
  font-family: "Poppins", "DejaVu Sans";
}

.online-reservation-wrapper .basic-input {
  width: 100%;
  height: 60px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  position: relative;
}

.online-reservation-wrapper .basic-input .error-message {
  color: #E93F33;
  margin-top: 5px;
  margin-left: 20px;
  display: none;
}

.online-reservation-wrapper .basic-input .error-message::before {
  content: '*';
  color: #E93F33;
  margin-right: 5px;
}

.online-reservation-wrapper .basic-input.has-error {
  border-color: #E93F33;
}

.online-reservation-wrapper .basic-input.has-error .error-message {
  display: block;
}

.online-reservation-wrapper .basic-input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  padding-left: 30px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
}

.online-reservation-wrapper .basic-input.with-icon i {
  position: absolute;
  display: block;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.online-reservation-wrapper .basic-input.with-icon span {
  position: absolute;
  display: block;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}

.online-reservation-wrapper .basic-input.with-icon input {
  padding-left: 50px;
  padding-right: 45px;
}

.online-reservation-wrapper .basic-input.only-option input {
  padding-left: 30px;
}

.online-reservation-wrapper .basic-input.with-plus-minus input {
  padding-right: 105px;
  font-weight: bold;
}

.online-reservation-wrapper .basic-input.with-plus-minus .plus-minus {
  display: flex;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}

.online-reservation-wrapper .basic-input.with-plus-minus .plus-minus button {
  height: 30px;
  background-color: #E0E0E0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.online-reservation-wrapper .basic-input.with-plus-minus .plus-minus button:first-child {
  margin-right: 10px;
}

.online-reservation-wrapper .basic-input.with-plus-minus .plus-minus img {
  width: 100%;
}

.online-reservation-wrapper .input-border-off {
  border: none;
}

.online-reservation-wrapper .small-loader {
  border: 1px solid transparent;
  border-radius: 50%;
  border-top: 2px solid #888;
  width: 16px;
  height: 16px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 38%;
}

.online-reservation-wrapper .form-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;
}

.online-reservation-wrapper .form-submit button {
  width: 100%;
  max-width: 350px;
  height: 60px;
  border-radius: 4px;
  background-color: #BF9B5C;
  border: none;
  outline: none;
  box-shadow: unset;
  color: white;
  text-align: center;
  font-size: 14px;
  position: relative;
}

.online-reservation-wrapper .form-submit button:disabled {
  background-color: #D8D8D8;
  color: #656565;
}

.online-reservation-wrapper .form-submit a {
  font-size: 14px;
  color: #656565;
  text-decoration: none;
  cursor: pointer;
}

.online-reservation-wrapper .form-submit a img {
  margin-right: 16px;
}

.online-reservation .reservation-title {
  max-width: 200px;
  height: 50px;
  border: 1px solid #dfce9f;
  background-color: #ffffff;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.online-reservation .reservation-title span {
  color: #dfce9f;
  font-family: "BPG Web 002 Caps";
  font-size: 16px;
  font-weight: 700;
}

.online-reservation .reservation-steps {
  margin-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #D8D8D8;
}

.online-reservation .reservation-steps nav ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 908px;
  margin: auto;
}

.online-reservation .reservation-steps nav ul .active .number {
  background-color: #bf9b5c;
  color: #ffffff;
  border: none;
}

.online-reservation .reservation-steps nav ul .active .number span {
  display: block !important;
}

.online-reservation .reservation-steps nav ul .active .number img {
  display: none !important;
}

.online-reservation .reservation-steps nav ul .active .name {
  font-weight: 700;
  color: #656565 !important;
}

.online-reservation .reservation-steps nav ul li {
  list-style: none;
}

.online-reservation .reservation-steps nav ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.online-reservation .reservation-steps nav ul li a.disabled {
  opacity: 0.4;
}

.online-reservation .reservation-steps nav ul li a .number {
  width: 40px;
  height: 40px;
  border: 1px solid #656565;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #656565;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  margin-bottom: 0px;
}

.online-reservation .reservation-steps nav ul li a .number img {
  display: none;
}

.online-reservation .reservation-steps nav ul li a .name {
  color: #656565;
  font-size: 14px;
}

.online-reservation .reservation-steps nav ul li a[verified="true"] .number {
  border-color: #bf9b5c;
}

.online-reservation .reservation-steps nav ul li a[verified="true"] .number span {
  display: none;
}

.online-reservation .reservation-steps nav ul li a[verified="true"] .number img {
  display: block;
}

.online-reservation .reservation-steps nav ul li a[verified="true"] .name {
  color: #bf9b5c;
}

.choose-date-step {
  width: 100%;
}

.line {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #d8d8d8;
  margin: 40px 0;
}

.table {
  max-width: 600px;
  margin: auto;
  margin-top: 40px;
}

.table thead {
  border-bottom: 1px dashed #D8D8D8;
}

.table thead tr th {
  border-top: none;
  border-bottom: none;
  padding-left: 0;
}

.table thead tr th:not(:first-child) {
  text-align: center;
}

.table thead tr th:last-child {
  text-align: right;
}

.table thead tr td {
  border-top: none !important;
  padding-left: 0;
  font-weight: bold;
}

.table tbody tr th {
  border-top: none !important;
  padding-left: 0;
}

.table tbody tr td {
  padding-left: 0;
}

.table tbody tr td div {
  color: #bf9b5c;
  font-size: 14px;
  letter-spacing: -0.56px;
  line-height: 24px;
  margin-top: -15px;
}

.table tbody tr td:not(:first-child) {
  text-align: center;
}

.table tbody tr td:last-child {
  text-align: right;
}

.table tbody tr td:lang(en) span.price,.table tbody tr td:lang(ru) span.price {
  display: flex;
}

.table tbody tr td:lang(en) span.price span:first-child,.table tbody tr td:lang(ru) span.price span:first-child {
  order: 2;
}

.table tbody tr td:lang(en):not(:first-child) span.price,.table tbody tr td:lang(ru):not(:first-child) span.price {
  justify-content: center;
}

.table tbody tr td:lang(en):last-child span.price,.table tbody tr td:lang(ru):last-child span.price {
  justify-content: flex-end;
}

.table tbody > tr > td {
  border-top: none !important;
}

.person-inputs {
  margin-right: 0px;
  margin-left: 0px;
}

.person-inputs:not(:first-child) {
  margin-top: 40px;
  border-top: 1px dashed #D8D8D8;
}

.person-inputs .person-count {
  border-bottom: 1px solid #BF9B5C;
  margin-top: 40px;
  padding: 0px;
}

.person-inputs .person-count p {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.person-inputs select + .select2 {
  width: 100% !important;
  height: 100%;
}

.person-inputs select + .select2 .select2-selection--single {
  height: 100%;
  border: none;
}

.person-inputs select + .select2 .select2-selection__rendered {
  height: 100%;
  text-indent: 22px;
  line-height: 60px;
}

.person-inputs select + .select2 .select2-selection__arrow {
  top: 20px;
  right: 15px;
}

.person-inputs select + .select2 .select2-selection__arrow b {
  display: none;
}

.terms-and-conditions {
  margin-top: 70px;
  cursor: pointer;
}

.terms-and-conditions .terms-input {
  display: flex;
  align-items: center;
}

.terms-and-conditions .error-message {
  color: #E93F33;
  margin-top: 5px;
  margin-left: 20px;
  display: none;
}

.terms-and-conditions .error-message::before {
  content: '*';
  color: #E93F33;
  margin-right: 5px;
}

.terms-and-conditions.has-error .error-message {
  display: block;
}

.terms-and-conditions label {
  margin: 0px;
  cursor: pointer;
}

.terms-and-conditions input {
  display: none;
}

.terms-and-conditions input:checked + i::before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #333333;
  font-size: 8px;
}

.terms-and-conditions i {
  width: 15px;
  height: 15px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-and-conditions a {
  font-size: 14px;
  color: #333333;
  margin-left: 10px;
  line-height: 0;
  font-weight: normal;
  text-decoration: none;
}

.room-reservation-step .form-submit {
  margin-top: 0px;
}

.room-reservation-step .free-room {
  font-size: 14px;
  color: #BF9B5C;
  margin-top: 10px;
  margin-bottom: 8px;
}

.room-reservation-step .info {
  margin-bottom: 0px;
}

.room-reservation-step .info .desc {
  color: #0B0B0B;
  font-size: 14px;
}

.room-reservation-step .single-item {
  border: none;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.room-reservation-step .reservation-item:not(:last-child) {
  border-bottom: 2px solid rgba(191, 155, 92, 0.4);
}

.room-reservation-step .image-col .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 290px;
}

.room-reservation-step .description {
  height: auto !important;
  margin: 0px;
}

.room-reservation-step .description ul {
  list-style: none;
  padding: 0px;
}

.room-reservation-step .description ul li {
  position: relative;
  font-size: 14px;
  color: #0B0B0B;
}

.room-reservation-step .description ul li::before {
  content: '';
  position: absolute;
  left: -25px;
  height: 2px;
  width: 15px;
  background: #BF9B5C;
  top: .5em;
}

.room-reservation-step .description .info-item {
  color: #0B0B0B;
  font-size: 14px;
  margin-top: 31px;
}

.room-reservation-step .button-group {
  position: static;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

.room-reservation-step .button-group p {
  font-size: 18px;
  color: #0B0B0B;
  margin: 0px;
}

.room-reservation-step .button-group p span {
  font-weight: bold;
}

.room-reservation-step .button-group p:lang(en),.room-reservation-step .button-group p:lang(ru) {
  display: flex;
}

.room-reservation-step .button-group p:lang(en) span:first-child,.room-reservation-step .button-group p:lang(ru) span:first-child {
  order: 2;
}

.room-reservation-step .button-group button {
  margin-right: 0px;
  margin-top: 0px;
  width: 190px;
  height: 40px;
  border: none;
  outline: none;
}

.room-reservation-step .button-group button:disabled {
  opacity: 0.5;
}

.room-reservation-step .actions {
  margin-top: 30px;
}

.room-reservation-step .actions .add-transfer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.room-reservation-step .actions .add-transfer p {
  font-size: 15px;
  color: #0B0B0B;
  margin: 0px;
  font-weight: bold;
}

.room-reservation-step .actions .add-transfer p:lang(en),.room-reservation-step .actions .add-transfer p:lang(ru) {
  display: flex;
}

.room-reservation-step .actions .add-transfer p:lang(en) span,.room-reservation-step .actions .add-transfer p:lang(ru) span {
  order: 2;
}

.room-reservation-step .actions .checkbox-label {
  display: flex;
  align-items: center;
  margin: 0px;
  cursor: pointer;
}

.room-reservation-step .actions .checkbox-label i {
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.room-reservation-step .actions .checkbox-label span {
  margin-left: 13px;
  font-size: 14px;
  color: #0B0B0B;
  font-weight: normal;
}

.room-reservation-step .actions input {
  display: none;
}

.room-reservation-step .actions input:checked + i {
  background-color: #BF9B5C;
  border: unset;
}

.room-reservation-step .actions input:checked + i::before {
  content: '\f00c';
  font-family: FontAwesome;
  color: white;
  font-size: 10px;
}

.room-reservation-step .actions .get-wellness {
  padding: 21px 21px 23px 29px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}

.room-reservation-step .actions .get-wellness p {
  font-size: 14px;
  color: #0B0B0B;
  margin: 0px;
}

.room-reservation-step .wellness-programs {
  padding: 40px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  margin-bottom: 40px;
}

.room-reservation-step .wellness-programs.d-none {
  display: none;
}

.room-reservation-step .wellness-programs .program-item {
  display: flex;
  justify-content: space-between;
}

.room-reservation-step .wellness-programs .program-item:not(:last-child) {
  margin-bottom: 30px;
}

.room-reservation-step .wellness-programs .program-item h3 {
  font-size: 18px;
  color: #0B0B0B;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions {
  display: flex;
  align-items: center;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions select + .select2 {
  width: 140px !important;
  height: 40px;
  border: none;
  margin-right: 30px;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions select + .select2 .select2-selection--single {
  border: 1px solid #BF9B5C;
  height: 100%;
  padding: 0px 20px;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions select + .select2 .select2-selection--single .select2-selection__rendered {
  height: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  padding: 0px;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions select + .select2 .select2-selection--single .select2-selection__arrow {
  height: 40px;
  display: flex;
  right: 17px;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions select + .select2 .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions select + .select2.select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions select + .select2.select2-container--disabled .select2-selection__arrow {
  opacity: 0.3;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions p.price {
  display: block;
  margin-right: 38px;
  font-size: 16px;
  color: #0B0B0B;
  width: 85px;
  text-align: center;
  font-weight: bold;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions p.price:lang(en),.room-reservation-step .wellness-programs .program-item .program-item-actions p.price:lang(ru) {
  display: flex;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions p.price:lang(en) span,.room-reservation-step .wellness-programs .program-item .program-item-actions p.price:lang(ru) span {
  order: 2;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions .button-wrapper {
  position: relative;
  width: auto;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions button {
  border: none;
  outline: none;
  box-shadow: none;
  width: 140px;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions button.detail-btn {
  border: 1px solid #BF9B5C;
  color: #333333;
  margin-right: 30px;
  background: none;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions span.custom-tooltip {
  display: none;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions button.book-btn {
  background-color: #BF9B5C;
  color: white;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions button.book-btn:disabled {
  background: #D8D8D8;
  color: #656565;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions button.book-btn:disabled p {
  display: none;
  width: 350px;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions button.book-btn:disabled:focus,.room-reservation-step .wellness-programs .program-item .program-item-actions button.book-btn:disabled:hover {
  position: relative;
}

.room-reservation-step .wellness-programs .program-item .program-item-actions button.book-btn:disabled:focus + span.custom-tooltip,.room-reservation-step .wellness-programs .program-item .program-item-actions button.book-btn:disabled:hover + span.custom-tooltip {
  display: block;
  background: #FFF;
  border: 1px solid #D8D8D8;
  border-radius: 3.5px;
  width: 350px;
  position: absolute;
  bottom: 70px;
  right: 0;
  padding: 20px;
  color: #333333;
  font-size: 14px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.room-reservation-step .wellness-programs .program-item .program-item-actions button.book-btn:disabled:focus + span.custom-tooltip:after,.room-reservation-step .wellness-programs .program-item .program-item-actions button.book-btn:disabled:hover + span.custom-tooltip:after {
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  bottom: -5px;
  border-left: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  transform: rotate(-45deg);
}

.room-reservation-step .modal .modal-dialog {
  height: 100%;
  width: 460px !important;
}

.room-reservation-step .modal .modal-content {
  transform: translateY(-50%);
  top: 50%;
  border-radius: 4px;
}

.room-reservation-step .modal .modal-header {
  background-color: #BF9B5C;
  padding: 21px 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: none;
}

.room-reservation-step .modal .modal-header h2 {
  font-size: 18px;
  color: white;
  margin: 0px;
  font-weight: bold;
}

.room-reservation-step .modal .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}

.room-reservation-step .modal .modal-body .programs {
  height: 270px;
  overflow-y: auto;
}

.room-reservation-step .modal .modal-body .programs::-webkit-scrollbar {
  width: 2px;
}

.room-reservation-step .modal .modal-body .programs::-webkit-scrollbar-track {
  background-color: #E0E0E0;
  border-radius: 2px;
}

.room-reservation-step .modal .modal-body .programs::-webkit-scrollbar-thumb {
  background-color: #7C7C7C;
  border-radius: 2px;
}

.room-reservation-step .modal .modal-footer {
  text-align: center;
  border: none;
  padding: 0px;
  padding-bottom: 40px;
}

.room-reservation-step .modal .modal-footer button,.room-reservation-step .modal .modal-footer a {
  margin: 0;
  width: 190px;
  height: 43px;
  background: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #BF9B5C;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}

.room-reservation-step .modal .modal-footer button:hover,.room-reservation-step .modal .modal-footer a:hover {
  background: none;
}

.room-reservation-step .modal#reservation-contact-modal .modal-body {
  padding-bottom: 63px;
}

.room-reservation-step .modal#reservation-contact-modal .modal-body p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 0px;
}

.room-reservation-step .modal#reservation-contact-modal .modal-body p:last-child {
  margin-top: 20px;
}

.room-reservation-step .modal#reservation-contact-modal .modal-footer {
  padding: 0px 30px;
  padding-bottom: 40px;
}

.room-reservation-step .modal#reservation-contact-modal .modal-footer button,.room-reservation-step .modal#reservation-contact-modal .modal-footer a {
  width: 100%;
  display: block;
}

.room-reservation-step .modal#reservation-contact-modal .modal-footer button.contact-btn,.room-reservation-step .modal#reservation-contact-modal .modal-footer a.contact-btn {
  background-color: #BF9B5C;
  color: white;
  margin-bottom: 20px;
  line-height: 43px;
}

.room-reservation-step .modal#reservation-book-modal .modal-body label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 0px;
  font-weight: bold;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices {
  margin-top: 55px;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-line {
  border: 1px dashed #D8D8D8;
  margin-top: 22px;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item#sale #title {
  width: min-content;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item:not(:first-child) {
  margin-top: 22px;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item span {
  font-size: 14px;
  color: #333333;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item span i {
  font-style: normal;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item span#oneMonth:lang(en),.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item span#oneMonth:lang(ru),.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item span#total:lang(en),.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item span#total:lang(ru) {
  display: flex;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item span#oneMonth:lang(en) i,.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item span#oneMonth:lang(ru) i,.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item span#total:lang(en) i,.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item span#total:lang(ru) i {
  order: 2;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item div #total {
  font-weight: bold;
  width: 65px;
  text-align: right;
}

.room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item div span:not(:last-child) {
  margin-right: 30px;
}

.room-reservation-step .modal#reservation-book-modal .modal-footer {
  border: none;
  margin: 10px;
}

.room-reservation-step .modal#reservation-book-modal .modal-footer button.book-btn {
  background-color: #BF9B5C;
  color: white;
  margin-left: 20px;
}

.typing-error-message {
  height: 50px;
  margin-top: 15px;
}

.reservation-datepicker {
  background-color: white;
  padding: 30px 40px 37px 40px;
  position: absolute;
  top: 20%;
  border: 1px solid #D8D8D8;
  display: none;
}

.reservation-datepicker.active {
  display: block;
}

.reservation-datepicker .datepickers {
  display: flex;
  justify-content: space-between;
}

.reservation-datepicker .datepickers .datepicker-next {
  margin-left: 60px;
}

.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker {
  border: none;
  width: 365px;
}

.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker .datepicker--content,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker .datepicker--content {
  padding: 0px;
}

.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker--nav,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker--nav {
  height: 40px;
  min-height: 40px;
}

.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker--nav .datepicker--nav-title,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker--nav .datepicker--nav-title {
  width: 100%;
  background-color: #E0E0E0;
  font-size: 12px;
  color: #656565;
}

.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker--nav .datepicker--nav-title i,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker--nav .datepicker--nav-title i {
  font-size: 12px;
  color: #656565;
}

.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker--days .datepicker--day-name,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker--days .datepicker--day-name {
  font-size: 12px;
  color: #0B0B0B;
  max-width: 52px;
}

.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker--cells,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker--cells {
  margin-top: 18px;
}

.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker--cells .datepicker--cell.-other-month-,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker--cells .datepicker--cell.-other-month- {
  opacity: 0;
}

.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker--cells .datepicker--cell,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker--cells .datepicker--cell {
  width: 50px;
  height: 50px;
  background-color: #729135;
  border-radius: 0px;
  margin-left: 2px;
  color: white !important;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker--cells .datepicker--cell.-selected-,.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker--cells .datepicker--cell.-in-range-,.reservation-datepicker .datepickers .datepicker-next .datepicker-inline .datepicker--cells .datepicker--cell.-focus-,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker--cells .datepicker--cell.-selected-,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker--cells .datepicker--cell.-in-range-,.reservation-datepicker .datepickers .datepicker-current .datepicker-inline .datepicker--cells .datepicker--cell.-focus- {
  background-color: #BF9B5C;
}

.reservation-datepicker .datepicker-color-guide {
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.reservation-datepicker .datepicker-color-guide p {
  display: flex;
  width: 45%;
  align-items: center;
}

.reservation-datepicker .datepicker-color-guide p i {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  display: inline-block;
}

.reservation-datepicker .datepicker-color-guide p i.chosen {
  background-color: #BF9B5C;
}

.reservation-datepicker .datepicker-color-guide p i.free {
  background-color: #729135;
}

.reservation-datepicker .datepicker-color-guide p i.booked {
  background-color: #D8D8D8;
}

.reservation-datepicker .datepicker-color-guide p span {
  color: #656565;
  font-size: 12px;
  margin-left: 9px;
  display: inline-block;
}

.reservation-datepicker .datepicker-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.reservation-datepicker .datepicker-buttons button {
  width: 250px;
  height: 60px;
  border-radius: 4px;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: unset;
}

.reservation-datepicker .datepicker-buttons button.choose {
  color: white;
  background-color: #BF9B5C;
}

.reservation-datepicker .datepicker-buttons button.refresh-button {
  color: #333333;
  background-color: #D8D8D8;
  margin-right: 20px;
}

.error {
  text-align: center;
}

.error .container {
  background: url("/img/leaf-background-full.png") no-repeat center center;
  background-size: contain;
  padding: 100px 0 !important;
  margin: 50px auto;
  position: relative;
  z-index: 10;
}

.error .container .code {
  font-size: 130px;
  font-family: 'DejaVu Sans Bold Mtavruli';
  color: #272525;
}

.error .container .code span {
  position: relative;
  padding: 0 20px;
}

.error .container .code span:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #BF9B5C;
}

.error .container .title {
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  font-size: 22px;
  color: #272525;
}

.error .container .message {
  margin: 20px 0;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  font-size: 16px;
  color: #bfbfbf;
}

.error .container .button a,.error .container .button a:focus,.error .container .button a:visited,.error .container .button a:active {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #BF9B5C;
  padding: 10px 15px;
  margin-top: 10px;
  font-family: "Poppins", "DejaVu Sans Bold Mtavruli";
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.error .container .button a i,.error .container .button a:focus i,.error .container .button a:visited i,.error .container .button a:active i {
  margin-right: 10px;
}

.error .container .button a:hover,.error .container .button a:focus:hover,.error .container .button a:visited:hover,.error .container .button a:active:hover {
  background: #b8904a;
}

body:not(.landing) .footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

body.landing .footer {
  margin-bottom: 40px;
}

.footer {
  padding: 0 20px;
  margin-top: 40px;
  background: white;
}

.footer .row > div {
  position: relative;
  z-index: 50;
}

.footer .logo {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
}

.footer .logo img {
  max-height: 70px;
  max-width: 170px;
}

.footer .copyright {
  font-size: 14px;
  font-family: "Open Sans", "DejaVu Sans Condensed";
  text-align: center;
}

.footer .copyright .links {
  font-family: "Lato", "DejaVu Sans Caps";
  font-size: 12px;
}

.footer .copyright .links ul {
  border-bottom: 1px solid #e6e6e7;
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: block;
}

.footer .copyright .links ul li {
  display: block;
  margin: 10px 0;
}

.footer .copyright .links ul li a {
  color: black;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.footer .copyright .links ul li a:hover {
  text-decoration: none;
  color: #6d6a6a;
}

.footer .copyright > div {
  margin-bottom: 10px;
}

.footer .copyright > div a,.footer .copyright > div a:focus,.footer .copyright > div a:visited,.footer .copyright > div a:active {
  color: #a78241;
  text-decoration: none;
}

.footer .copyright > div a:hover,.footer .copyright > div a:focus:hover,.footer .copyright > div a:visited:hover,.footer .copyright > div a:active:hover {
  color: #826533;
  text-decoration: none;
}

.footer .copyright .social {
  text-align: center;
  margin-top: 20px;
}

.footer .copyright .social a,.footer .copyright .social a:focus,.footer .copyright .social a:visited,.footer .copyright .social a:active {
  display: inline-block;
  color: #BF9B5C;
  font-size: 22px;
  margin: 0 3px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.footer .copyright .social a:hover,.footer .copyright .social a:focus:hover,.footer .copyright .social a:visited:hover,.footer .copyright .social a:active:hover {
  color: #a78241;
}

.footer .info {
  text-align: right;
}

.footer .info div {
  display: inline-block;
  text-align: center;
}

.footer .info div a,.footer .info div a:focus,.footer .info div a:visited,.footer .info div a:active {
  display: block;
  font-family: 'DejaVu Serif CndFtr';
  color: #817f7f;
  text-decoration: none;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  font-size: 16px;
}

.footer .info div a.mini,.footer .info div a:focus.mini,.footer .info div a:visited.mini,.footer .info div a:active.mini {
  font-size: 13px;
}

.footer .info div a:hover,.footer .info div a:focus:hover,.footer .info div a:visited:hover,.footer .info div a:active:hover {
  color: #a78241;
  text-decoration: none;
}

.u-text-upper {
  text-transform: uppercase;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

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

.u-float-none {
  float: none;
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-horizontal-center {
  margin-left: auto;
  margin-right: auto;
}

.u-margin-bottom-0 {
  margin-bottom: 0;
}

.u-margin-bottom-0-i {
  margin-bottom: 0 !important;
}

.u-margin-bottom-10 {
  margin-bottom: 10px;
}

.u-margin-bottom-20 {
  margin-bottom: 20px;
}

.u-margin-top-0 {
  margin-top: 0;
}

.u-margin-top-0-i {
  margin-top: 0 !important;
}

.u-margin-top-20 {
  margin-top: 20px;
}

.u-margin-none {
  margin: 0;
}

.u-pad-no {
  padding: 0;
}

.u-pad-no-x {
  padding-left: 0;
  padding-right: 0;
}

.u-pad-no-x-left {
  padding-left: 0;
}

.u-pad-no-x-right {
  padding-right: 0;
}

.u-flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.u-flex-center {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.u-font-dejavu-caps {
  font-family: 'DejaVu Sans Caps';
}

.menu-title {
  font-size: 14px;
}

[class^="icon-social-"]:before,[class*=" icon-social-"]:before {
  font-family: "social";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.icon-social-facebook:before {
  content: '\e801';
}

.icon-social-instagram:before {
  content: '\e802';
}

.icon-social-youtube:before {
  content: '\e803';
}

.check-up-container {
  margin-bottom: 10px;
  padding: 5px;
}

.check-up-container a {
  border-radius: 5px;
  background: #BF9B5C;
  color: #FFF;
  width: 100%;
  display: block;
  padding: 25px 0;
  text-align: center;
  font-weight: bold;
  font-family: 'Helvetica', sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.check-up-container a:hover {
  background: #b8904a;
}

@font-face {
  font-family:"DejaVu Sans Bold Mtavruli";src:url("/fonts/dejavu-sans-bold-mtavruli/DejavuSansMBold.eot");src:url("/fonts/dejavu-sans-bold-mtavruli/DejavuSansMBold.eot?#iefix") format("embedded-opentype"), url("/fonts/dejavu-sans-bold-mtavruli/DejavuSansMBold.woff") format("woff"), url("/fonts/dejavu-sans-bold-mtavruli/DejavuSansMBold.ttf") format("truetype"), url("/fonts/dejavu-sans-bold-mtavruli/DejavuSansMBold.svg") format("svg");
}

@font-face {
  font-family:"DejaVu Sans Caps";src:url("/fonts/dejavu-sans-caps/DejaVuSansCaps.eot");src:url("/fonts/dejavu-sans-caps/DejaVuSansCaps.eot?#iefix") format("embedded-opentype"), url("/fonts/dejavu-sans-caps/DejaVuSansCaps.woff") format("woff"), url("/fonts/dejavu-sans-caps/DejaVuSansCaps.ttf") format("truetype"), url("/fonts/dejavu-sans-caps/DejaVuSansCaps.svg") format("svg");
}

@font-face {
  font-family:"DejaVu Serif CndFtr";src:url("/fonts/dejavu-serif-cnd-ftr/DejaVuSerifCndFtr.eot");src:url("/fonts/dejavu-serif-cnd-ftr/DejaVuSerifCndFtr.eot?#iefix") format("embedded-opentype"), url("/fonts/dejavu-serif-cnd-ftr/DejaVuSerifCndFtr.woff") format("woff"), url("/fonts/dejavu-serif-cnd-ftr/DejaVuSerifCndFtr.ttf") format("truetype"), url("/fonts/dejavu-serif-cnd-ftr/DejaVuSerifCndFtr.svg") format("svg");
}

@font-face {
  font-family:'social';src:url("/fonts/social/social.eot?77767255");src:url("/fonts/social/social.eot?77767255#iefix") format("embedded-opentype"), url("/fonts/social/social.woff2?77767255") format("woff2"), url("/fonts/social/social.woff?77767255") format("woff"), url("/fonts/social/social.ttf?77767255") format("truetype"), url("/fonts/social/social.svg?77767255#fontello") format("svg");font-weight:normal;font-style:normal;
}

@font-face {
  font-family:'gel-font';src:url("/fonts/BPG_GEL.ttf");
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .rightPanel .navbar .navigation {
    width: 100%;
  }

  .reward-navbar {
    margin-left: -140px !important;
    margin-top: -10px !important;
  }

  .intro .leftPanel a {
    width: 128px;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .rightPanel .navbar .navigation {
    width: 63%;
  }

  .reward-navbar {
    margin-left: 0px !important;
  }
}

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .rightPanel .navbar .navigation {
    width: 100%;
  }

  .reward-navbar {
    height: 51px;
    margin-left: -170px !important;
    margin-right: 10px;
  }

  .reward-navbar img {
    width: 51px !important;
    margin-left: 9px !important;
  }

  .reward-text {
    padding: 0px 16px;
    line-height: 13px;
  }

  .intro .leftPanel a {
    width: 128px;
  }
}

@media screen and (min-width: 500px) {
  .online-reservation-wrapper .basic-input.with-plus-minus .plus-minus button {
    height: 30px;
    width: 30px;
  }

  .room-reservation-step .wellness-programs .program-item .program-item-actions p.price:lang(en),.room-reservation-step .wellness-programs .program-item .program-item-actions p.price:lang(ru) {
    justify-content: center;
  }

  .room-reservation-step .modal .modal-footer {
    justify-content: space-around;
  }
}

@media screen and (max-width: 765px) and (min-width: 480px) {
  .programs__block__item {
    align-items: center;
  }

  .programs__block__item img {
    width: 65%;
  }
}

@media (min-width: 768px) {
  .modal.auth .modal-dialog:not(.wide) {
    width: 380px;
  }

  .modal.auth .modal-dialog.wide {
    width: 750px;
  }

  .modal.auth .modal-dialog:not(.medium-wide) {
    width: 380px;
  }

  .modal.auth .modal-dialog.medium-wide {
    width: 650px;
  }

  .page-content.box {
    padding: 25px 40px;
  }

  .page-content.box.xl-padding {
    padding: 25px 70px;
  }

  .page-content.box.large:not(.no-padding) {
    padding: 20px 60px;
  }

  .page-content.box.large:not(.no-padding) .container {
    width: 700px;
  }

  .page-content.box.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-content .page-title {
    font-size: 20px;
  }

  .page-content .page-title span {
    padding: 13px 60px 7px 60px;
  }

  .page-content .go-back a i,.page-content .go-back a:visited i,.page-content .go-back a:focus i,.page-content .go-back a:active i {
    font-size: 18px;
  }

  .page-content .go-back a span,.page-content .go-back a:visited span,.page-content .go-back a:focus span,.page-content .go-back a:active span {
    font-size: 16px;
  }

  .page-content .rrssb-buttons {
    width: 50%;
  }

  .page-header .navbar ul.nav,.rightPanel .navbar ul.nav {
    background: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .page-header .navbar ul.nav > li,.rightPanel .navbar ul.nav > li {
    margin-bottom: 20px;
  }

  .page-header .navbar ul.nav > li a,.rightPanel .navbar ul.nav > li a {
    padding: 0 10px;
  }

  .page-header .navbar ul.nav > li.login,.rightPanel .navbar ul.nav > li.login {
    text-align: left;
    margin: 0 3px;
  }

  .page-header .navbar ul.nav > li.login button,.rightPanel .navbar ul.nav > li.login button {
    background: white;
    color: #514e4e;
  }

  .page-header .navbar ul.nav > li.lang,.rightPanel .navbar ul.nav > li.lang {
    margin-left: 5px;
    width: 50px;
  }

  .page-header .navbar ul.nav > li.lang ul.dropdown-menu,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu {
    width: 50px;
  }

  .page-header .navbar ul.nav > li.lang ul.dropdown-menu li,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu li {
    display: block;
    width: 50px;
  }

  .page-header .navbar ul.nav > li.lang ul.dropdown-menu li a,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu li a {
    text-align: center;
  }

  .page-header .navbar ul.nav > li.lang ul.dropdown-menu li:last-child span,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu li:last-child span {
    border-bottom: 0;
  }

  .page-header .navbar ul.nav > li.reservation a,.rightPanel .navbar ul.nav > li.reservation a {
    margin-top: -5px;
    text-align: left;
  }

  .page-header .navbar ul.nav > li:not(.no-line) > a:after,.rightPanel .navbar ul.nav > li:not(.no-line) > a:after {
    content: '';
    position: absolute;
    top: calc(100% - 6px);
    height: 1px;
    left: 50%;
    width: 0;
    background: #BF9B5C;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  .page-header .navbar ul.nav > li:hover > .dropdown-menu,.rightPanel .navbar ul.nav > li:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }

  .page-header .navbar ul.nav > li ul.dropdown-menu,.rightPanel .navbar ul.nav > li ul.dropdown-menu {
    pointer-events: none;
    margin-top: 0;
    border-radius: 5px;
    border: 0 none;
    z-index: 999;
    background: white;
    font-family: "Lato", "DejaVu Sans Caps";
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  .page-header .navbar ul.nav > li ul.dropdown-menu li,.rightPanel .navbar ul.nav > li ul.dropdown-menu li {
    padding: 0 15px;
  }

  .page-header .navbar ul.nav > li ul.dropdown-menu li a span:after,.rightPanel .navbar ul.nav > li ul.dropdown-menu li a span:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #BF9B5C;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  li.dropdown-submenu > .dropdown-menu {
    left: 100%;
  }

  li.dropdown-submenu > a:before {
    content: "\f054";
    right: 0;
  }

  .dropdown-menu-right li.dropdown-submenu ul.dropdown.dropdown-menu.sub {
    right: 100%;
    left: auto;
  }

  .intro .float-box {
    left: 60px;
    top: calc(50% + 70px);
    width: calc(60% - 60px);
    padding: 40px 60px 40px 50px;
  }

  .intro .float-box h1 {
    font-size: 45px;
  }

  .intro .rightPanel .navbar {
    top: 20px;
  }

  .intro .rightPanel .navbar ul.nav li a,.intro .rightPanel .navbar ul.nav li a:hover,.intro .rightPanel .navbar ul.nav li a:focus,.intro .rightPanel .navbar ul.nav li a:active,.intro .rightPanel .navbar ul.nav li a:visited {
    color: white;
  }

  .intro .rightPanel .navbar ul.nav li.lang > a {
    border: 2px solid white;
  }

  .intro .rightPanel .navbar ul.nav li.lang > a:hover {
    color: #cdb181;
    border-color: #cdb181;
  }

  .intro .rightPanel .carousel .carousel-indicators {
    right: 60px;
  }

  .intro .rightPanel .social {
    display: none;
  }

  #week-weather .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
  }

  #week-weather .list .item {
    width: calc(100% / 3 - 20px);
    margin: 20px;
  }

  .about {
    padding-top: 180px;
    padding-bottom: 70px;
  }

  .about .container > .row {
    padding: 0 50px;
  }

  .about .text {
    padding-left: 50px;
  }

  .services .row.background {
    padding: 150px 0;
  }

  .services .row.background > div a {
    margin: 0;
  }

  .services .row.background > div a > div {
    padding: 140px 0 100px 0;
    height: 330px;
  }

  .wellness-category .cover:before {
    right: -35px;
    left: -35px;
  }

  .wellness-category .list .item.single .info {
    margin-top: 70px;
  }

  .wellness-category .list .item.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .wellness-category .list .item.flex:nth-child(even) {
    flex-direction: row-reverse;
  }

  .wellness-category .list .item .image {
    margin-bottom: 0;
    padding: 0 50px;
  }

  .wellness-category .list .item .image:after {
    right: 20px;
    left: 20px;
  }

  .wellness-category .list .item .info {
    padding: 0 30px;
  }

  .contact-section {
    margin-top: 70px;
  }

  .category .featured-news:after {
    bottom: -30px;
    top: initial;
  }

  .category .featured-news .single {
    margin-bottom: 0;
  }

  .category .featured-news .single .image {
    height: 340px;
  }

  .category .news-list .single .image {
    height: 170px;
  }

  .category .news-list .single .info {
    height: 170px;
  }

  .category .news-list .single .info .description {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
    margin: 0;
  }

  .category .news-list .single .info .bottom-line {
    position: absolute;
    right: 15px;
    bottom: 10px;
    left: 15px;
    margin: 0;
  }

  .category .news-list .single .info .bottom-line .more {
    margin-top: 0;
  }

  .post .image:after {
    right: -30px;
    left: -30px;
    border-width: 10px;
  }

  .post .gallery > div {
    margin-bottom: 0;
  }

  .post .gallery:after {
    right: -30px;
    left: -30px;
  }

  .related-news .single {
    margin-bottom: 0;
  }

  .team .container {
    padding: 0 !important;
  }

  .team .line {
    height: 40px;
  }

  .vacancies .list .single {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .vacancies .list .single .info {
    padding-right: 15px;
  }

  .vacancies .list .single .more {
    margin-top: 0;
    text-align: right;
  }

  .accommodation .items .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .accommodation .single-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .accommodation .single-item .image-row {
    flex-grow: 1;
  }

  .reservation .steps {
    min-height: 500px;
  }

  .reservation .steps > div {
    padding: 25px 20px 25px 0;
    border-right: 1px solid #ececec;
  }

  .reservation .steps .nav.nav-pills {
    text-align: left;
    margin-bottom: 0;
    padding: 0;
  }

  .reservation .steps .nav.nav-pills > li {
    clear: both;
    display: block;
  }

  .reservation .steps .nav.nav-pills > li:not(:last-child) .number:after {
    content: '';
    position: absolute;
    top: 44px;
    left: 14px;
    width: 1px;
    height: 10px;
    background: #d0cfcf;
  }

  .reservation .steps .nav.nav-pills > li .name {
    display: inline-block;
  }

  .reservation .steps .nav.nav-pills > li a,.reservation .steps .nav.nav-pills > li a:active,.reservation .steps .nav.nav-pills > li a:focus,.reservation .steps .nav.nav-pills > li a:visited {
    padding: 10px 0;
  }

  .reservation .tab-pane > .row {
    padding: 0 15px;
    margin: 15px -15px;
  }

  .reservation .tab-pane > .row:not(.no-flex) {
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .reservation .tab-pane > .row > div {
    padding: 0 10px;
  }

  .reservation .tab-pane.general-information > .row:not(.no-flex) {
    align-items: flex-start;
  }

  .reservation .title {
    padding: 0 10px;
  }

  .reservation .buttons {
    padding: 0 10px;
  }

  .reservation .buttons div:not(.prev) {
    display: inline-block;
    width: 50%;
  }

  .reservation .panel {
    margin: 15px 10px 0 10px;
  }

  .guest-row {
    display: flex;
    align-items: flex-start;
  }

  .reserve-status .status-icon {
    margin: 0;
  }

  .reserve-status .message {
    margin-left: 20px;
  }

  .restaurant .menus-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .restaurant .single-dish:nth-child(3n + 1) {
    clear: both;
  }

  .bottom-cart-line .back,.final-cart .back {
    margin-bottom: 0;
  }

  .cart {
    text-align: right;
  }

  .total-items,.total-sum,.checkout {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }

  .restaurant-order .all-items-list .item .actions .delete {
    font-size: 16px;
  }

  #order-success-modal .modal-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  #order-success-modal .success-icon {
    margin: 0;
  }

  #order-success-modal .message {
    margin-left: 20px;
  }

  .footer .copyright .links ul {
    display: inline-block;
    padding-bottom: 10px;
  }

  .footer .copyright .links ul li {
    display: inline-block;
    margin: 0 5px;
  }

  .footer .info div {
    text-align: left;
  }

  .u-text-right-sm {
    text-align: right;
  }

  .u-text-left-sm {
    text-align: left;
  }

  .u-text-center-sm {
    text-align: center;
  }

  .u-pad-no-x-left-sm {
    padding-left: 0;
  }

  .u-pad-no-x-right-sm {
    padding-right: 0;
  }

  .u-pad-no-x-sm {
    padding-left: 0;
    padding-right: 0;
  }

  .u-flexbox-sm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .u-flex-center-sm {
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-header .navbar ul.nav,.rightPanel .navbar ul.nav {
    padding-right: 30px;
  }

  .video-gallery .list > div:nth-child(2n + 1) {
    clear: left;
  }

  .footer .info div a,.footer .info div a:focus,.footer .info div a:visited,.footer .info div a:active {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .u-margin-bottom-20-sm {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .modal.auth .modal-dialog.wide {
    width: 950px;
  }

  .modal.auth .modal-dialog.medium-wide {
    width: 700px;
  }

  .page-header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .page-content {
    margin: 0 auto;
  }

  .page-content:not(.mini) {
    max-width: 970px;
  }

  .page-content.box.large:not(.no-padding) .container {
    width: 930px;
  }

  .page-content .rrssb-buttons {
    width: 40%;
  }

  .page-header .navbar .navigation,.rightPanel .navbar .navigation {
    margin-top: -10px;
    width: initial;
  }

  .intro .leftPanel {
    width: 330px !important;
  }

  .intro .rightPanel {
    width: calc(100% - 330px) !important;
  }

  .intro .rightPanel .navbar {
    top: 40px;
  }

  .intro .rightPanel .navbar .navigation {
    padding-right: 15px;
    margin-right: 45px;
  }

  .video-gallery .list > div:nth-child(4n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content.box.large:not(.no-padding) {
    padding: 20px 30px !important;
  }
}

@media (min-width: 1200px) {
  .page-content.box.large:not(.no-padding) .container:not(.mini) {
    width: 1070px;
  }
}

@media (min-width: 1400px) {
  .intro .leftPanel {
    width: 370px !important;
  }

  .intro .rightPanel {
    width: calc(100% - 370px) !important;
  }
}

@media only screen and (max-width: 1280px) and (max-height: 900px) {
  .navigation {
    width: 69% !important;
    margin-top: -31px !important;
  }
}

@media screen and (max-width: 1200px) {
  .accommodation .paddingleft {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .accommodation .single-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .accommodation .paddingleft {
    padding-bottom: 50px;
    margin-bottom: 50px;
    padding-left: 0 !important;
  }

  .accommodation .button-group {
    display: flex;
  }

  .accommodation .row {
    margin: auto auto;
  }

  .accommodation .paddingleft {
    padding-top: 20px;
  }

  .accommodation .paddingleft .description {
    height: auto !important;
  }

  .accommodation .single-item {
    padding-bottom: 0;
    padding-top: 50px;
  }
}

@media screen and (max-width: 980px) {
  .online-reservation .reservation-steps nav ul {
    width: 100%;
  }

  .online-reservation .reservation-steps nav ul .active a {
    justify-content: space-between;
  }

  .online-reservation .reservation-steps nav ul .active .number {
    margin-right: 12px !important;
  }

  .online-reservation .reservation-steps nav ul .active .name {
    display: block !important;
    width: 100px;
  }

  .online-reservation .reservation-steps nav ul li a .number {
    margin-right: 0;
  }

  .online-reservation .reservation-steps nav ul li a .name {
    display: none;
  }

  .room-reservation-step {
    padding: 0px !important;
  }

  .room-reservation-step .single-item {
    padding: 0 15px;
    margin: 30px auto;
  }

  .room-reservation-step .image-col {
    padding: 0px;
    margin-bottom: 20px;
  }

  .room-reservation-step .image-col .img {
    height: 290px;
  }

  .room-reservation-step .wellness-programs {
    padding: 40px 20px;
    border: none;
    background-color: #F7F7F7;
  }

  .room-reservation-step .wellness-programs .program-item {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
  }

  .room-reservation-step .wellness-programs .program-item .program-item-actions {
    flex-wrap: wrap;
  }

  .room-reservation-step .wellness-programs .program-item .program-item-actions select + .select2 {
    position: absolute;
    top: 10px;
    right: 0px;
    margin-right: 0px;
  }

  .room-reservation-step .wellness-programs .program-item .program-item-actions p.price {
    width: 100%;
    text-align: left;
  }

  .room-reservation-step .wellness-programs .program-item .program-item-actions button {
    width: 160px;
  }

  .room-reservation-step .wellness-programs .program-item .program-item-actions button.detail-btn {
    margin-right: 15px;
  }

  .empty-input {
    display: none;
  }
}

@media (max-width: 980px) {
  .room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item#aeroport #title {
    width: min-content;
  }
}

@media screen and (max-width: 769px) {
  .room-reservation-step .image-col .img {
    height: 215px;
  }
}

@media (max-width: 768px) {
  .reward-navbar {
    background: rgba(255, 255, 255, 0.6);
    justify-content: space-evenly;
    width: 130px;
    height: 50px;
    margin-top: 15px;
    margin-left: 150px;
  }

  .reward-navbar img {
    width: 51px !important;
    margin-left: 9px !important;
  }

  .reward-text {
    padding: 0px 10px;
  }

  .reward-text span {
    line-height: 13px;
  }

  .reservation .steps > .steps-menu-affix {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .online-reservation-wrapper .basic-input.with-plus-minus .plus-minus button {
    padding: 0 8px;
  }

  .u-text-right-xs {
    text-align: right;
  }

  .u-text-left-xs {
    text-align: left;
  }

  .u-text-center-xs {
    text-align: center;
  }

  .u-margin-bottom-20-xs {
    margin-bottom: 20px;
  }

  .u-pad-no-x-left-xs {
    padding-left: 0;
  }

  .u-pad-no-x-right-xs {
    padding-right: 0;
  }

  .u-pad-no-x-xs {
    padding-left: 0;
    padding-right: 0;
  }

  .u-pad-20-top-xs {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .tab-pane {
    padding: 0px 20px;
  }

  .online-reservation-wrapper .form-submit {
    flex-direction: column;
    margin-top: 70px;
  }

  .online-reservation-wrapper .form-submit button {
    order: 1;
  }

  .online-reservation-wrapper .form-submit a {
    order: 2;
    margin-top: 30px;
  }

  .online-reservation {
    padding: 0px 20px;
  }
}

@media (max-width: 767px) {
  .grid {
    display: none;
  }

  .page-header .navbar ul.nav,.rightPanel .navbar ul.nav {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }

  .page-header .navbar ul.nav > li.lang > a,.rightPanel .navbar ul.nav > li.lang > a {
    display: none;
  }

  .page-header .navbar ul.nav > li.lang ul.dropdown-menu,.rightPanel .navbar ul.nav > li.lang ul.dropdown-menu {
    text-align: center;
    display: block;
    padding: 0;
  }

  .page-header .navbar ul.nav > li.dropdown-icon:before,.rightPanel .navbar ul.nav > li.dropdown-icon:before {
    display: block;
    font-family: FontAwesome;
    font-size: 11px;
    color: #514e4e;
    float: right;
    margin-right: 3px;
    content: "\f078";
    margin-top: 2px;
    position: absolute;
    top: 5px;
    right: 2px;
  }

  .page-header .navbar ul.nav > li:hover > .dropdown-menu,.rightPanel .navbar ul.nav > li:hover > .dropdown-menu {
    display: block;
  }

  .page-header .navbar ul.nav > li ul.dropdown-menu,.rightPanel .navbar ul.nav > li ul.dropdown-menu {
    position: relative;
    float: none;
    text-align: left;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 0 15px;
  }

  .intro .float-box {
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }

  .about.tour .row {
    flex-direction: column-reverse;
  }

  .wellness-category .container > div[class^='col-'] {
    padding: 0;
  }

  .post .gallery .clearfix {
    display: none;
  }

  .post .gallery > div {
    float: none;
  }

  .accommodation .items .item .img {
    padding-bottom: 50%;
    margin-bottom: 20px;
  }

  .accommodation .single-item .image-row {
    margin-bottom: 20px;
  }

  .accommodation .carousel .item div {
    padding-bottom: 50%;
  }

  .reservation .steps {
    padding: 0;
  }

  .restaurant-order .final-cart {
    text-align: center;
  }

  .footer .row > div {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .u-flexbox-xs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .u-flex-center-xs {
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-reset__description p {
    padding-right: 0;
  }

  .p-rest-buttons .btn-details {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-rest-buttons .btn-back {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-rest-buttons .btn-contact {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-rest-buttons .rest-btn-flex {
    flex-direction: column;
  }

  .p-rest-buttons .padding-zero {
    padding-left: 0;
    padding-right: 0;
    order: 1;
  }

  .p-rest-buttons .p-rest-flex {
    display: flex;
    flex-direction: column;
  }

  .p-rest-modal .program-rest-modal .modal-content {
    max-width: 100%;
  }

  .p-rest-modal .program-rest-modal .modal-dialog {
    width: auto;
  }
}

@media screen and (max-width: 766px) {
  .p-reset__description .p-reset__line h2 {
    margin-top: 20px;
  }
}

@media (max-width: 765px) {
  .accommodation .paddingleft {
    padding-left: 45px;
  }
}

@media screen and (max-width: 765px) {
  .p-reset__description {
    display: block;
    margin-top: 20px;
  }

  .p-reset__description p {
    margin-bottom: 10px;
    max-width: 100%;
  }

  .p-reset__description .p-reset__vl {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .accommodation .modal-dialog {
    width: 350px !important;
  }

  .accommodation .single-item .image-row .carousel,.accommodation .single-item .image-row .carousel-inner {
    width: 100%;
  }

  .accommodation .single-item .image-row .carousel .item,.accommodation .single-item .image-row .carousel-inner .item {
    width: 100%;
    height: 200px;
  }

  .accommodation .paddingleft {
    padding-left: 20px;
  }

}

@media screen and (max-width: 500px) {
  .room-reservation-step .modal .modal-body {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .programs__text__description {
    padding: 15px;
  }

  .programs__block__description {
    padding-bottom: 20px;
  }

  .room-reservation-step .actions .add-transfer p {
    font-size: 12px;
  }

  .room-reservation-step .actions .checkbox-label span {
    font-size: 10px;
  }

  .room-reservation-step .wellness-programs .program-item h3 {
    width: 60%;
  }

  .room-reservation-step .wellness-programs .program-item .program-item-actions select + .select2 {
    width: 100px !important;
  }

  .room-reservation-step .wellness-programs .program-item .program-item-actions .button-wrapper {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .room-reservation-step .modal .modal-dialog {
    width: 100% !important;
    margin: 0;
  }

  .room-reservation-step .modal .modal-footer {
    display: flex;
  }
}

@media (max-width: 470px) {
  .wellness-schedule__table td {
    display: block;
  }

  .wellness-schedule__table td:nth-child(2n) {
    font-weight: bold;
  }
}

@media screen and (max-width: 460px) {
  .tab-pane.choose-date-step .table tbody tr td {
    width: 55px;
  }
}

@media screen and (max-width: 400px) {
  .accommodation .single-item .button-group {
    flex-direction: row;
  }

  .accommodation .description {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 361px) {
  .modal.auth .modal-dialog {
    position: relative;
    bottom: 650px;
  }
}

@media screen and (max-width: 340px) {
  .room-reservation-step .modal#reservation-book-modal .modal-body .book-prices .price-item div span:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 320px) {
  .action-button,.action-button-light {
    padding: 10px 20px !important;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  50% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  50% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-ms-keyframes bounce {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  50% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  50% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-webkit-keyframes bounce-right {
  0% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

@-moz-keyframes bounce-right {
  0% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

@-ms-keyframes bounce-right {
  0% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

@keyframes bounce-right {
  0% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@-moz-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@-ms-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
