/*
 Theme Name: HTML Prototypes v1
 Theme URI: 
 Author: EME UI Development Team
 Author URI: 
 Description: 
 Version: 1.1
 License: GNU General Public License v2 or later
 License URI: 
 Tags: 
 Text Domain: htmlprototype
 */
/*---------------------------- [table of contents] ------------------
 1. variables
 2. mixin
 3. typography
 3. links
 4. layout
 4.1 tables
 4.2 forms
 5. site styles 
 6  image styles
 7. media queries
 8. base site notifications
 9. owl carousel
 10. fancybox 3
 -------------------------------------------------------------------*/
@import "vendors/bootstrap-datepicker3-standalone";
/* 1. Variables */
@font-face {
  font-family: anitto;
  src: url(fonts/Anitto.woff);
}
/* 2. Mixin */
/* 3. typography */
.h2, h2 {
  font-size: 30px;
  line-height: 34px;
}
.h3, h3 {
  font-size: 24px;
  line-height: 28px;
}
.h4, h4 {
  font-size: 18px;
  line-height: 22px;
}
.h5, h5 {
  font-size: 14px;
  line-height: 18px;
}
.h6, h6 {
  font-size: 12px;
  line-height: 16px;
}
/* prettify xdebug output */
.xdebug-error {
  font-size: 12px !important;
  width: 95% !important;
  margin: 0 auto 10px auto !important;
  border-color: #666 !important;
  background: #ddd !important;
}
.xdebug-error th, .xdebug-error td {
  padding: 2px !important;
}
.xdebug-error th {
  background: #ccc !important;
}
.xdebug-error span {
  display: none !important;
}
.xdebug-error_description th {
  font-size: 1.2em !important;
  padding: 20px 4px 20px 100px !important;
  background: #ccc no-repeat left top !important;
}
.xdebug-error_callStack th {
  background: #666 !important;
  color: #ddd !important;
}
/* 4. layout */
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd, dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
/* 4.1 tables */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
/* 4.2 forms */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple], select[size] {
  height: auto;
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ccc;
  /* ios border radius fix */
  -webkit-appearance: none;
  border-radius: 0;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px;
  }
}
#contact-us .form-group, #newsletter .form-group, #gdpr .form-group {
  margin-bottom: 15px;
  min-height: 93px;
}
#contact-us .is_required, #newsletter .is_required, #gdpr .is_required {
  font-size: 12px;
  margin-bottom: 15px;
}
#contact-us .is_required .text-danger, #newsletter .is_required .text-danger, #gdpr .is_required .text-danger {
  color: red;
}
#contact-us .is_required a, #newsletter .is_required a, #gdpr .is_required a {
  color: #000000;
}
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 40px;
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}
.has-feedback {
  position: relative;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.response-field-upload {
  border: 1px solid #cccccc;
}
.response-field-upload input {
  width: 100%;
  outline: none !important;
  padding: 10px;
  cursor: pointer;
}
.response-field-date .day, .response-field-date .month, .response-field-date .year, .response-field-time .hours, .response-field-time .minutes, .response-field-time .seconds {
  width: 50px;
}
.input-line > span {
  display: inline-block;
  vertical-align: top;
}
.input-line .above-line {
  margin-top: 7px;
  width: 10px;
  text-align: center;
}
span.am_pm {
  margin-left: 10px;
}
select {
  /* replace with arrow type in your design */
  background: url(images/down_arrow_icon_dark.png) no-repeat right center;
  cursor: pointer;
  outline: none !important;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  padding-right: 30px !important;
}
select::-ms-expand {
  display: none;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p, .alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.list-group {
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
}
.list-group-item a {
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  left: 0;
  transition: left 0.3s ease;
}
.list-group-item a svg {
  width: 45px;
  height: 45px;
}
.list-group-item a:hover {
  left: 5px;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=20);
  padding: 10px;
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: absolute;
  width: auto;
  margin: 10px;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 0;
  right: 0;
  max-width: 290px;
  margin: 0 auto;
}
.modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  border-radius: 10px;
  overflow: hidden;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 0;
}
.modal-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Anton;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 16px;
  background: #b0adad;
  margin: 0;
  padding: 11px;
  color: #fff;
}
.modal-body {
  position: relative;
  padding: 15px;
  background: #fff;
  text-align: center;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.ani {
  animation-duration: 0.5s;
}
.in {
  animation-name: bounceIn;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.995);
  }
}
@keyframes left {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes right {
  0% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes up {
  0% {
    transform: translateY(300px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* 5. site styles 
 *  --------------  write yout site related styles here ------------ */
/* Owls on required devices only / synced Owl sample - remove below this line */
#carousel-on-devices .item h4, #big-images .item h4, #thumbs .item h4 {
  color: #FFF;
  background: #f58220;
  padding: 10rem 0;
  text-align: center;
}
#carousel-on-devices .owl-item h4 {
  margin: 0;
}
#big-images .item h4 {
  padding: 15rem 0;
  margin: 0;
}
#thumbs .item h4 {
  padding: 3rem 0;
  margin-top: 1px;
  margin-bottom: 0;
}
/* Owls on required devices only / synced Owl sample - remove above this line */
/* recaptcha scale down to mobile */
#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
/* --------------  write yout site related styles here ------------ */
/* 6. image styles */
.alignnone {
  margin: 25px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 25px auto 5px auto;
}
.alignright {
  float: right;
  margin: 25px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 25px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 25px 0 20px 20px;
}
a img.alignnone {
  margin: 25px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 25px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.loyality-selector .dropdown-content span:first-child:after {
  height: 0px !important;
}
.section .section-title {
  font-size: 40px;
  color: #08243c;
  font-family: 'Anton';
  text-transform: uppercase;
  line-height: 45px;
  text-align: center;
}
.site-btn {
  font-size: 11px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.site-btn:after {
  content: "";
  position: absolute;
  width: 50%;
  background: #a57741;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: width 0.3s ease;
}
.site-btn:hover, .site-btn:active, .site-btn:focus {
  text-decoration: none;
  color: #000000;
}
.site-btn:hover:after, .site-btn:active:after, .site-btn:focus:after {
  width: 100%;
}
.site-btn.round-corner-btn {
  border: 1px solid #000000;
  border-radius: 7px;
  padding: 10px 15px 9px;
  line-height: 1;
  transition: all 0.3s ease;
}
.site-btn.round-corner-btn:after {
  display: none;
}
.site-btn.round-corner-btn:hover, .site-btn.round-corner-btn:active, .site-btn.round-corner-btn:focus {
  background: #000000;
  color: #ffffff;
}
.site-btn.white-btn {
  border-color: #ffffff;
  color: #ffffff;
}
.site-btn.white-btn:hover {
  background: #ffffff;
  color: #000000;
}
.check-btn {
  font-size: 18px;
  color: #ffffff;
  background: #a57741;
  border-radius: 6px;
  padding: 5px 25px 3px;
  text-transform: uppercase;
  font-family: "Anton";
  display: inline-block;
  vertical-align: top;
  outline: none;
  transition: background 0.3s ease;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-left: 0;
}
.check-btn:hover, .check-btn:active, .check-btn:focus {
  background: #8d5b20;
  text-decoration: none;
  color: #ffffff;
}
.check-btn:after {
  display: none;
}
.new-btns {
  text-align: center;
  margin: 15px auto;
  max-width: 290px;
}
.new-btns .site-btn {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Anton";
  border: 2px solid #a57741;
  color: #a57741;
  padding: 10px 15px 9px;
  border-radius: 5px;
  min-width: 225px;
  max-width: 225px;
  margin-bottom: 15px;
}
.new-btns .site-btn:after {
  width: 0;
  background: none;
}
.new-btns .site-btn:hover, .new-btns .site-btn:active, .new-btns .site-btn:focus {
  background: #a57741;
  color: #ffffff;
}
.new-btns .site-btn:hover:after, .new-btns .site-btn:active:after, .new-btns .site-btn:focus:after {
  width: 0;
  background: none;
}
.coloured-list ul, .gray-list ul {
  margin-top: 15px;
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.coloured-list ul li, .gray-list ul li {
  color: #000000;
  padding-left: 35px;
  position: relative;
  text-align: left;
  margin-top: 15px;
}
.coloured-list ul li:before, .gray-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #a57741;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.coloured-list ul li:after, .gray-list ul li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  background: #a57741;
  width: 9px;
  height: 5px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(-37deg);
  border-top: 0;
  border-right: 0;
}
.coloured-list.gray-list ul li:before, .gray-list.gray-list ul li:before {
  background: #08243c;
}
.coloured-list.gray-list ul li:after, .gray-list.gray-list ul li:after {
  background: none;
}
.things-to-do {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100%;
  margin: 60px 0 0;
  position: relative;
  display: block;
}
.things-to-do .title-area {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.things-to-do .title-area:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 45px;
  border: 5px solid #ffffff;
  border-bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
}
.things-to-do .title-area:after {
  content: "";
  position: absolute;
  width: 175px;
  height: 45px;
  border: 5px solid #ffffff;
  border-top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -60px;
}
.things-to-do .title-area .sub {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.things-to-do .title-area .main {
  font-family: "Anton";
  line-height: 1;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 12px;
}
.offers-section {
  margin-top: 60px;
  text-align: center;
}
.offers-section .content-area {
  margin-top: 25px;
  position: relative;
}
.offers-section .content-area .view-all {
  position: absolute;
  top: 0;
  right: 0;
}
.offers-section .content-area #counter {
  position: absolute;
  top: 10px;
  z-index: 1;
  right: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 10px;
}
.offers-section .content-area .counter {
  font-size: 20px;
  color: red;
}
.offers-section .content-area .offers-slider .item a {
  text-decoration: none;
}
.offers-section .content-area .offers-slider .item a .img-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
}
.offers-section .content-area .offers-slider .item a .img-section.medium {
  display: none;
}
.offers-section .content-area .offers-slider .item a .img-section.large {
  display: none;
}
.offers-section .content-area .offers-slider .item a .content-section {
  background: #ebebeb;
  text-align: center;
  padding: 25px 15px 30px;
  position: relative;
}
.offers-section .content-area .offers-slider .item a .content-section .sub {
  font-size: 11px;
  text-transform: uppercase;
  color: #a57741;
  min-height: 20px;
}
.offers-section .content-area .offers-slider .item a .content-section .main {
  margin: 5px auto;
  max-width: 240px;
  font-size: 28px;
  line-height: 32px;
  min-height: 65px;
  text-transform: uppercase;
  color: #08243c;
  font-family: 'Anton';
}
.offers-section .content-area .offers-slider .item a .content-section .content {
  display: none;
}
.offers-section .content-area .offers-slider .item a .content-section .site-btn {
  margin-top: 10px;
  position: relative;
  top: auto;
  right: auto;
}
.offers-section .content-area .offers-slider .item a:hover .site-btn {
  text-decoration: none;
  color: #000000;
}
.offers-section .content-area .offers-slider .item a:hover .site-btn:after {
  width: 100%;
}
.offers-section .content-area .offers-slider .owl-nav {
  display: none;
}
.offers-section .content-area .offers-slider .owl-dots {
  display: none;
}
.offers-section .site-btn {
  margin-top: 15px;
}
.new-reviews-section .award-image {
  padding-bottom: 25px;
  height: 120px;
  width: auto;
  object-fit: contain;
}
.new-reviews-section .award-title {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.new-reviews-section .award-title-content {
  color: #585858;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
.new-reviews-section .new-awards-slider .owl-nav {
  display: none !important;
}
.new-reviews-section .new-awards-slider .owl-dots {
  margin-top: 20px;
}
.new-reviews-section .new-awards-slider .owl-dots .owl-dot.active span {
  background: #a57741;
}
.new-reviews-section .new-awards-slider .owl-dots .owl-dot span {
  background: #ededed;
  width: 8px;
  height: 8px;
  margin: 3px;
}
@media only screen and (min-width: 1200px) {
  .new-reviews-section .new-awards-slider .owl-nav {
    display: block !important;
  }
}
@media only screen and (min-width: 1600px) {
  .new-reviews-section .new-awards-slider .item {
    padding: 5px;
  }
  .new-reviews-section .new-awards-slider .item a {
    display: block;
    -webkit-box-shadow: 0px 0px 5px 0px #d6d6d6;
    -moz-box-shadow: 0px 0px 5px 0px #d6d6d6;
    box-shadow: 0px 0px 5px 0px #d6d6d6;
  }
  .new-reviews-section .new-awards-slider .item a .img-section {
    width: 47%;
    float: left;
    height: 400px;
    padding-bottom: 0;
  }
  .new-reviews-section .new-awards-slider .item a .img-section.mobile {
    display: none;
  }
  .new-reviews-section .new-awards-slider .item a .img-section.medium {
    display: none;
  }
  .new-reviews-section .new-awards-slider .item a .img-section.large {
    display: block;
  }
  .new-reviews-section .new-awards-slider .item a .content-section {
    width: 53%;
    float: left;
    height: 400px;
    text-align: left;
    padding: 30px;
    position: relative;
    background: #fff;
  }
  .new-reviews-section .new-awards-slider .item a .content-section .contents {
    /*position: absolute;
     top: 50%;
     transform: translateY(-50%); */
    padding-right: 0;
  }
  .new-reviews-section .new-awards-slider .item a .content-section .contents .sub {
    margin-left: -20px;
    margin-top: 30px;
    transition: margin-left 1s ease;
    transition-delay: 0s;
    min-height: auto;
  }
  .new-reviews-section .new-awards-slider .item a .content-section .contents .main {
    width: 230px;
    margin: 5px 0;
    margin-left: -20px;
    margin-top: 10px;
    text-transform: unset;
    min-height: 65px;
    max-height: 65px;
    transition: margin-left 1s ease;
    transition-delay: 0.3s;
  }
  .new-reviews-section .new-awards-slider .item a .content-section .contents .content {
    display: block;
    color: #000000;
    margin: 42px 0 40px;
    margin-left: -20px;
    transition: margin-left 1s ease;
    transition-delay: 0.6s;
  }
  .new-reviews-section .new-awards-slider .item a .content-section .contents .site-btn {
    margin-left: -20px;
    transition: margin-left 1s ease;
    transition-delay: 1s;
    position: absolute;
    bottom: 40px;
  }
  .new-reviews-section .new-awards-slider .owl-item.active .item a .content-section .contents .sub {
    margin-left: 0;
  }
  .new-reviews-section .new-awards-slider .owl-item.active .item a .content-section .contents .main {
    margin-left: 0;
  }
  .new-reviews-section .new-awards-slider .owl-item.active .item a .content-section .contents .content {
    margin-left: 0;
  }
  .new-reviews-section .new-awards-slider .owl-item.active .item a .content-section .contents .site-btn {
    margin-left: 0;
  }
  .new-reviews-section .new-awards-slider .owl-nav {
    display: block;
  }
  .new-reviews-section .new-awards-slider .owl-nav .owl-prev, .new-reviews-section .new-awards-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 12px 18px;
    background-image: url(images/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    transition: all 0.3s ease;
  }
  .new-reviews-section .new-awards-slider .owl-nav .owl-prev.disabled, .new-reviews-section .new-awards-slider .owl-nav .owl-next.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .new-reviews-section .new-awards-slider .owl-nav .owl-prev:hover, .new-reviews-section .new-awards-slider .owl-nav .owl-next:hover {
    opacity: 1;
  }
  .new-reviews-section .new-awards-slider .owl-nav .owl-prev svg, .new-reviews-section .new-awards-slider .owl-nav .owl-next svg {
    height: 10px;
    width: 10px;
  }
  .new-reviews-section .new-awards-slider .owl-nav .owl-next {
    left: auto;
    right: -70px;
    background-image: url(images/arrow-right.svg);
  }
}
@media only screen and (min-width: 1600px) {
  .new-reviews-section .award-title, .new-reviews-section .award-title-content {
    font-size: 16px;
  }
}
.offer-inner-slider {
  margin-top: 30px;
}
.offer-inner-slider .owl-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .offer-inner-slider .owl-nav {
    display: block;
  }
}
.offer-inner-slider .owl-nav .owl-prev, .offer-inner-slider .owl-nav .owl-next {
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 12px 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.offer-inner-slider .owl-nav .owl-prev.disabled, .offer-inner-slider .owl-nav .owl-next.disabled {
  opacity: 0.1;
}
.offer-inner-slider .owl-nav .owl-prev:hover, .offer-inner-slider .owl-nav .owl-next:hover {
  opacity: 1;
}
.offer-inner-slider .owl-nav .owl-prev svg, .offer-inner-slider .owl-nav .owl-next svg {
  height: 20px;
  width: 20px;
  fill: #ffffff;
}
.offer-inner-slider .owl-nav .owl-next {
  left: auto;
  right: 0;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.offer-inner-slider .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
.offer-inner-slider .owl-nav .owl-next:hover {
  opacity: 1;
}
.offer-inner-slider .owl-dots {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .offer-inner-slider .owl-dots {
    display: none;
  }
}
.offer-inner-slider .owl-dots .owl-dot {
  margin-top: 15px;
}
.offer-inner-slider .owl-dots .owl-dot span {
  background: #ffffff;
  width: 8px;
  height: 8px;
  margin: 3px;
}
.offer-inner-slider .owl-dots .owl-dot.active span {
  background: #a57741;
}
.rooms-section {
  margin-top: 65px;
}
.rooms-section .section-title {
  display: block;
  text-decoration: none;
}
.rooms-section .content-area {
  margin-top: 25px;
  text-align: center;
  position: relative;
}
.rooms-section .content-area #counter {
  position: absolute;
  top: 10px;
  z-index: 1;
  right: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 10px;
}
.rooms-section .content-area .rooms-types {
  display: none;
}
.rooms-section .content-area .rooms-slider .item a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.rooms-section .content-area .rooms-slider .item a .img-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
}
.rooms-section .content-area .rooms-slider .item a .img-section .img-label {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}
.rooms-section .content-area .rooms-slider .item a .img-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.rooms-section .content-area .rooms-slider .item a .site-btn {
  margin-top: 30px;
}
.rooms-section .content-area .rooms-slider .item .bottom-section {
  display: none;
}
.rooms-section .content-area .rooms-slider .owl-nav, .rooms-section .content-area .rooms-slider .owl-dots {
  display: none;
}
.rooms-section .content-area .vew-our {
  letter-spacing: 0;
  margin-top: 15px;
}
.rooms-section .content-area .vew-our:after {
  content: none;
}
.rooms-section .content-area .vew-our:hover:after {
  display: none;
}
.rooms-section .content-area .vew-our span {
  display: inline-block;
  vertical-align: top;
  padding: 0px 0 10px 0;
  border-bottom: 2px solid #a57741;
  transition: all 0.3s ease;
  color: #a57741;
}
.rooms-section .content-area .vew-our:hover span {
  border-bottom: 2px solid #000;
}
.reviews-section {
  margin-top: 55px;
}
.reviews-section .content-area {
  margin-top: 15px;
}
.reviews-section .content-area .reviews-slider .item .contents {
  text-align: center;
}
.reviews-section .content-area .reviews-slider .item .contents .rev-title {
  font-size: 20px;
  color: #000000;
}
.reviews-section .content-area .reviews-slider .item .contents .rev-content {
  margin-top: 20px;
}
.reviews-section .content-area .reviews-slider .item .contents .rev-content span {
  color: #585858;
  text-decoration: underline;
  cursor: pointer;
}
.reviews-section .content-area .reviews-slider .item .contents .rev-content span:hover {
  color: #a57741;
}
.reviews-section .content-area .reviews-slider .item .contents .rev-content1 {
  margin-top: 20px;
}
.reviews-section .content-area .reviews-slider .item .bottom {
  margin-top: 30px;
}
.reviews-section .content-area .reviews-slider .item .bottom .logo img {
  width: auto;
  margin: 0 auto;
}
.reviews-section .content-area .reviews-slider .item .bottom .name-wrap {
  text-align: center;
  position: relative;
}
.reviews-section .content-area .reviews-slider .item .bottom .name-wrap:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 1px;
  background: #ededed;
}
.reviews-section .content-area .reviews-slider .item .bottom .name-wrap .name {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 25px;
}
.reviews-section .content-area .reviews-slider .item .bottom .name-wrap .country {
  text-transform: uppercase;
  color: #b7b7b7;
  font-size: 11px;
  margin-top: -5px;
  font-weight: 500;
}
.reviews-section .content-area .reviews-slider .owl-dots .owl-dot span {
  background: #ededed;
  width: 8px;
  height: 8px;
  margin: 3px;
}
.reviews-section .content-area .reviews-slider .owl-dots .owl-dot.active span {
  background: #a57741;
}
.experience-section {
  margin-top: 60px;
}
.experience-section .content-area .box {
  background-position: center;
  background-image: url(images/families.png);
  width: calc(33.33% - 1px);
  height: 330px;
  float: left;
  text-align: center;
  padding: 55px 15px;
  position: relative;
  margin-left: 1px;
  display: block;
  text-decoration: none;
}
.experience-section .content-area .box:first-child {
  margin-left: 0;
}
.experience-section .content-area .box .name {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
}
.experience-section .content-area .box .topic {
  font-size: 26px;
  color: #282828;
  font-family: anitto;
  transform: rotate(-90deg);
  position: absolute;
  top: 147px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.experience-section .content-area .box .last {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
}
.experience-section .content-area .box:nth-child(2) {
  background-image: url(images/romance.png);
}
.experience-section .content-area .box:nth-child(3) {
  background-image: url(images/business.png);
}
.we-make .we-make-section {
  margin-top: 70px;
  background-image: url(images/benefits-back.png);
  padding: 0 15px;
}
.we-make .we-make-section .main-img img {
  width: auto;
  max-width: 100%;
}
.we-make .we-make-section .sub-title {
  font-family: "Anton";
  font-size: 22px;
  text-align: center;
  color: #787878;
  margin-top: 20px;
}
.we-make .we-make-section .section-title {
  margin-top: 5px;
}
.we-make .we-make-section .content-area {
  margin-top: 5px;
  text-align: center;
}
.we-make .we-make-section .content-area .list-area ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.we-make .we-make-section .content-area .list-area ul li {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-top: 15px;
  padding-left: 35px;
  position: relative;
  text-align: left;
}
.we-make .we-make-section .content-area .list-area ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #a57741;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.we-make .we-make-section .content-area .list-area ul li:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  background: #a57741;
  width: 9px;
  height: 5px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(-37deg);
  border-top: 0;
  border-right: 0;
}
.we-make .we-make-section .content-area .guarantee {
  background: #0a6b00;
  display: block;
  font-family: "Anton";
  font-size: 20px;
  line-height: 24px;
  padding: 12px 40px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.we-make .we-make-section .content-area .site-btn {
  margin: 30px 0 50px;
  background: #6e6969;
  color: #ffffff;
  border-color: #6e6969;
}
.we-make .we-make-section .content-area .site-btn:hover, .we-make .we-make-section .content-area .site-btn:active, .we-make .we-make-section .content-area .site-btn:focus {
  background: #a57741;
  border-color: #a57741;
}
.explore-vung-section {
  margin-top: 65px;
}
.explore-vung-section .left-area .section-sub-title {
  font-size: 24px;
  color: #787878;
  font-family: "Anton";
  line-height: 35px;
  text-align: center;
  margin-top: 3px;
}
.explore-vung-section .left-area .weather-time {
  margin: 35px auto 0;
  max-width: 280px;
}
.explore-vung-section .left-area .weather-time .weather, .explore-vung-section .left-area .weather-time .time {
  font-size: 0;
  display: block;
  min-width: 250px;
}
.explore-vung-section .left-area .weather-time .weather .icon, .explore-vung-section .left-area .weather-time .time .icon {
  float: left;
  width: 32px;
  height: 32px;
  position: relative;
}
.explore-vung-section .left-area .weather-time .weather .icon svg, .explore-vung-section .left-area .weather-time .time .icon svg {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.explore-vung-section .left-area .weather-time .weather .txt, .explore-vung-section .left-area .weather-time .time .txt {
  float: left;
  width: 83px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  padding-left: 10px;
  text-align: left;
}
.explore-vung-section .left-area .weather-time .weather .weather-val, .explore-vung-section .left-area .weather-time .time .weather-val {
  float: left;
  font-size: 27px;
  line-height: 1;
  padding: 2px 0 2px 15px;
  color: #000000;
}
.explore-vung-section .left-area .weather-time .time {
  margin-top: 25px;
  position: relative;
}
.explore-vung-section .left-area .weather-time .time:after {
  content: "";
  position: absolute;
  left: 43px;
  right: 0;
  top: -13px;
  height: 1px;
  background: #ededed;
  width: 204px;
}
.explore-vung-section .left-area .weather-time .time #clock {
  float: left;
  font-size: 27px;
  line-height: 1;
  padding: 2px 0 2px 15px;
  color: #000000;
}
.explore-vung-section .left-area .list-area ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.explore-vung-section .left-area .list-area ul li {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-top: 15px;
  padding-left: 35px;
  position: relative;
  text-align: left;
}
.explore-vung-section .left-area .list-area ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #08243c;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.explore-vung-section .left-area .list-area ul li:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 9px;
  height: 5px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(-37deg);
  border-top: 0;
  border-right: 0;
}
.explore-vung-slider-section {
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.explore-vung-slider-section #counter1 {
  position: absolute;
  top: 10px;
  z-index: 1;
  right: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 10px;
}
.explore-vung-slider-section .explore-vung-slider .item a {
  display: block;
  text-decoration: none;
}
.explore-vung-slider-section .explore-vung-slider .item a .img-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 220px;
}
.explore-vung-slider-section .explore-vung-slider .item a .content-section .contents {
  text-align: center;
}
.explore-vung-slider-section .explore-vung-slider .item a .content-section .contents .main {
  margin-top: 25px;
  font-size: 16px;
  color: #000000;
}
.explore-vung-slider-section .explore-vung-slider .item a .content-section .contents .distance {
  margin-top: 0;
  font-size: 13px;
  color: #b7b7b7;
}
.explore-vung-slider-section .explore-vung-slider .owl-nav, .explore-vung-slider-section .explore-vung-slider .owl-dots {
  display: none;
}
.explore-vung-slider-section .site-btn {
  margin-top: 15px;
}
.spa {
  margin-top: 70px;
  text-align: center;
}
.spa .spa-wrap {
  background-image: url(images/spa-background.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 30px 15px;
  display: block;
  color: unset;
}
.spa .spa-wrap .leave {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.06;
  pointer-events: none;
}
.spa .spa-wrap .leave svg {
  width: 193px;
  height: 173px;
}
.spa .spa-wrap .data-section {
  position: relative;
}
.spa .spa-wrap .data-section:after {
  content: "";
  position: absolute;
  border: 5px solid #a57741;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.spa .spa-wrap .data-section .top {
  text-align: center;
  padding: 40px 60px;
}
.spa .spa-wrap .data-section .top svg {
  width: 185px;
  height: 140px;
}
.spa .spa-wrap .data-section .top .sec-para {
  display: none;
}
.spa .spa-wrap .data-section .img-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 170px;
}
.spa .spa-wrap .site-btn {
  margin-top: 20px;
}
.facilities-section {
  margin-top: 70px;
  text-align: center;
}
.facilities-section .sub-section-title {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}
.facilities-section .content-area {
  margin-top: 25px;
  position: relative;
}
.facilities-section .content-area #counter3 {
  position: absolute;
  top: 10px;
  z-index: 1;
  right: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 10px;
}
.facilities-section .content-area .facilities-slider .owl-item .item a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.facilities-section .content-area .facilities-slider .owl-item .item a .img-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
}
.facilities-section .content-area .facilities-slider .owl-item .item a .main {
  font-size: 16px;
  color: #000000;
  padding: 10px 15px;
  background: #ededed;
}
.facilities-section .content-area .facilities-slider .owl-dots {
  display: none;
}
.facilities-section .site-btn {
  margin-top: 15px;
}
.instagram-section {
  margin-top: 35px;
}
.instagram-section .instagram-testo {
  background-image: url(images/rooms-testo-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
  margin: 100px 0;
  text-align: center;
}
.instagram-section .instagram-testo .testo {
  font-size: 26px;
  color: #000000;
  line-height: 36px;
  padding-top: 70px;
  max-width: 900px;
  margin: 0 auto;
}
.instagram-section .instagram-testo .name {
  font-size: 12px;
  text-transform: uppercase;
  color: #787878;
  max-width: 900px;
  margin: 40px auto;
}
.instagram-section .content-area .nav {
  text-align: center;
  margin-bottom: 10px;
}
.instagram-section .content-area .nav li {
  float: left;
  width: 50%;
  text-align: right;
}
.instagram-section .content-area .nav li + li {
  text-align: left;
}
.instagram-section .content-area .nav li:before {
  display: none;
}
.instagram-section .content-area .nav li a {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 12px;
  font-weight: 500;
  text-decoration: none;
  color: #b7b7b7;
  border-bottom: 2px solid #b7b7b7;
}
.instagram-section .content-area .nav li.active a {
  border-bottom: 2px solid #000000;
  color: #000000;
}
.instagram-section .content-area .nav li:hover a {
  border-bottom: 2px solid #787878;
  color: #787878;
}
.instagram-section .content-area .tab-content .tab-pane .first-row a, .instagram-section .content-area .tab-content .tab-pane .second-row a, .instagram-section .content-area .tab-content .tab-pane .first-row span, .instagram-section .content-area .tab-content .tab-pane .second-row span {
  float: left;
  width: 50%;
  border: 1px solid #ffffff;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50%;
}
.instagram-section .content-area .tab-content .tab-pane .second-row a, .instagram-section .content-area .tab-content .tab-pane .second-row span {
  display: none;
  text-decoration: none;
  padding-bottom: 0;
}
.instagram-section .content-area .tab-content .tab-pane .second-row a:last-child, .instagram-section .content-area .tab-content .tab-pane .second-row span:last-child {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-image: url(images/facilitie-back.png);
}
.instagram-section .content-area .tab-content .tab-pane .second-row a .title, .instagram-section .content-area .tab-content .tab-pane .second-row span .title {
  font-size: 30px;
  color: #fff;
  font-family: "Anton";
  line-height: 45px;
  text-align: center;
  margin: 40px 30px 0;
  text-align: left;
  line-height: 38px;
  position: relative;
}
.instagram-section .content-area .tab-content .tab-pane .second-row a .title:after, .instagram-section .content-area .tab-content .tab-pane .second-row span .title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100px;
  background: #ffffff;
  bottom: -22px;
  left: 0;
}
.instagram-section .content-area .tab-content .tab-pane .second-row a .icon-txt, .instagram-section .content-area .tab-content .tab-pane .second-row span .icon-txt {
  margin: 50px 30px 50px;
}
.instagram-section .content-area .tab-content .tab-pane .second-row a .icon-txt .icon, .instagram-section .content-area .tab-content .tab-pane .second-row span .icon-txt .icon {
  float: left;
  width: 18px;
  height: 18px;
  padding-top: 1px;
}
.instagram-section .content-area .tab-content .tab-pane .second-row a .icon-txt .icon svg, .instagram-section .content-area .tab-content .tab-pane .second-row span .icon-txt .icon svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}
.instagram-section .content-area .tab-content .tab-pane .second-row a .icon-txt .text, .instagram-section .content-area .tab-content .tab-pane .second-row span .icon-txt .text {
  float: left;
  width: auto;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
  height: 18px;
}
footer {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
footer .footer .footer-logo-address {
  background-image: url('images/footer-back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 30px 30px;
}
footer .footer .footer-logo-address #logo {
  display: inline-block;
  vertical-align: top;
  width: 230px;
}
footer .footer .footer-logo-address #logo img {
  width: 100%;
}
footer .footer .footer-logo-address .address {
  color: #ffffff;
  font-size: 13px;
  margin-top: 25px;
  font-weight: 500;
}
footer .footer .footer-logo-address .address span {
  display: block;
  color: #a57741;
}
footer .footer .inter-middle-section {
  background: #16140e;
  padding-bottom: 20px;
}
footer .footer .inter-middle-section .subscribe-holder {
  max-width: 260px;
  margin: 0 auto;
}
footer .footer .inter-middle-section .subscribe-holder .subscribeemail {
  font-size: 12px;
  color: rgba(153, 153, 153, 0.3);
  outline: none;
  text-align: center;
  display: block;
  height: 45px;
  font-weight: 500;
  border: 2px solid #252525;
  border-radius: 5px !important;
  webkit-appearance: none;
  width: 100%;
  background: transparent;
}
footer .footer .inter-middle-section .subscribe-holder .subscribeemail:focus {
  outline: none;
}
footer .footer .inter-middle-section .subscribe-holder ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(153, 153, 153, 0.3);
}
footer .footer .inter-middle-section .subscribe-holder ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(153, 153, 153, 0.3);
}
footer .footer .inter-middle-section .subscribe-holder :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(153, 153, 153, 0.3);
}
footer .footer .inter-middle-section .subscribe-holder :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(153, 153, 153, 0.3);
}
footer .footer .inter-middle-section .subscribe-holder .site-btn {
  width: 100%;
  display: block;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 15px 0;
  transition: all 0.3s ease;
  border: none;
  font-size: 18px;
  font-family: "Anton";
  border-bottom: 5px solid #a57741;
  transition: border-color 0.3s ease;
}
footer .footer .inter-middle-section .subscribe-holder .site-btn:hover, footer .footer .inter-middle-section .subscribe-holder .site-btn:active, footer .footer .inter-middle-section .subscribe-holder .site-btn:focus {
  border-bottom: 5px solid #ffffff;
  outline: none;
}
footer .footer .inter-middle-section .middle-section {
  text-align: center;
  margin-top: 50px;
}
footer .footer .inter-middle-section .middle-section .contacts {
  position: relative;
  padding-bottom: 33px;
}
footer .footer .inter-middle-section .middle-section .contacts:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #1f1f1f;
  bottom: 0;
  left: 30px;
  right: 30px;
}
footer .footer .inter-middle-section .middle-section .contacts .plate .first {
  display: block;
  color: #ffffff;
}
footer .footer .inter-middle-section .middle-section .contacts .plate .second {
  display: block;
  font-size: 15px;
  color: #787878;
  margin-top: 0;
}
footer .footer .inter-middle-section .middle-section .contacts .plate .second a {
  color: #787878;
}
footer .footer .inter-middle-section .middle-section .contacts .plate + .plate {
  margin-top: 15px;
}
footer .footer .inter-middle-section .middle-section .bottom-menu {
  padding: 35px 15px 33px;
  margin: 0;
  list-style-type: none;
}
footer .footer .inter-middle-section .middle-section .bottom-menu li {
  width: 50%;
  float: left;
  text-align: left;
}
footer .footer .inter-middle-section .middle-section .bottom-menu li a {
  color: #787878;
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer .footer .inter-middle-section .middle-section .bottom-menu li a:hover, footer .footer .inter-middle-section .middle-section .bottom-menu li a:active, footer .footer .inter-middle-section .middle-section .bottom-menu li a:focus {
  color: #a57741;
  outline: none;
}
footer .footer .inter-middle-section .middle-section .social-media .title {
  color: #ffffff;
  font-weight: 500;
}
footer .footer .inter-middle-section .middle-section .social-media .social-icons {
  padding: 0;
  margin: 8px 0 0;
  list-style-type: none;
  font-size: 0;
}
footer .footer .inter-middle-section .middle-section .social-media .social-icons li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
footer .footer .inter-middle-section .middle-section .social-media .social-icons li a {
  width: 48px;
  height: 48px;
  background: #212121;
  display: block;
  border-radius: 50%;
  position: relative;
}
footer .footer .inter-middle-section .middle-section .social-media .social-icons li a svg {
  fill: #ffffff;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: background 0.3s ease;
}
footer .footer .inter-middle-section .middle-section .social-media .social-icons li:hover a, footer .footer .inter-middle-section .middle-section .social-media .social-icons li:active a, footer .footer .inter-middle-section .middle-section .social-media .social-icons li:focus a {
  background: #a57741;
}
footer .footer .inter-middle-section .middle-section .social-media .copyright {
  font-size: 12px;
  font-weight: 500;
  margin-top: 35px;
  text-align: center;
}
footer .footer .develope {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  background: #1c1a14;
  padding: 15px;
  color: #3a3a3a;
  font-weight: 500;
}
footer .footer .develope a {
  color: #3a3a3a;
  font-weight: 500;
}
.ways-section {
  margin-top: 70px;
}
.ways-section .section-title span {
  display: block;
}
.ways-section .section-title span:first-child {
  color: #a57741;
}
.ways-section .content-area {
  margin-top: 25px;
}
.ways-section .content-area .box {
  text-decoration: none;
}
.ways-section .content-area .box + .box {
  margin-top: 15px;
}
.ways-section .content-area .box + .box .content {
  background: #08243c;
}
.ways-section .content-area .box .img-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
}
.ways-section .content-area .box .content {
  background: #a57741;
  padding: 40px 50px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.ways-section .content-area .box .content .small {
  font-size: 14px;
  text-transform: uppercase;
}
.ways-section .content-area .box .content .title {
  font-family: anitto;
  font-size: 30px;
  margin: 10px 0 15px;
}
.ways-section .content-area .box .content .site-btn {
  margin-top: 25px;
}
.gray-background {
  background: #ededed;
}
.inners {
  color: #000000;
}
.inners .page-title {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #08243c;
  font-family: "Anton";
  margin: 50px 0 0;
  font-weight: 500;
}
.inners .page-content {
  margin-top: 20px;
}
.inners .content-block {
  margin-top: 40px;
}
.inners .content-block .box .img-content.exp-list .img-area {
  position: relative;
}
.inners .content-block .box .img-content.exp-list .img-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
}
.inners .content-block .box .img-content.exp-list .img-area .title-label {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  display: block;
  width: 100%;
  z-index: 1;
}
.inners .content-block .box .img-content.exp-list .img-area .title-label .box-tilte {
  color: #ffffff;
}
.inners .content-block .box .img-content .img-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 230px;
}
.inners .content-block .box .img-content .title-label {
  margin-top: 25px;
}
.inners .content-block .box .img-content .title-label .label {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #a57741;
  display: inline-block;
  vertical-align: text-bottom;
  padding: 3px 5px 2px;
  margin-right: 0;
}
.inners .content-block .box .img-content .title-label .label + .label {
  margin-right: 5px;
}
.inners .content-block .box .img-content .title-label .label:last-child {
  margin-right: 0;
}
.inners .content-block .box .img-content .title-label .box-tilte {
  font-size: 24px;
  font-weight: 500;
  font-family: "Anton";
  color: #000000;
  line-height: 30px;
  margin-top: 7px;
}
.inners .content-block .box .img-content .box-text {
  margin-top: 20px;
  color: #000000;
}
.inners .content-block .box .img-content .btn-label {
  margin-top: 10px;
}
.inners .content-block .box .img-content .btn-label .site-btn {
  margin-left: 15px;
}
.inners .content-block .box .img-content .btn-label .check-btn {
  margin-left: 0;
}
.inners .content-block .box .img-content .btn-label .no-left {
  margin-left: 0;
}
.inners .content-block .box + .box {
  margin-top: 50px;
}
.default-content {
  background: #ededed;
}
.default-content .ul-area .inner-sec-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #08243c;
  font-family: "Anton";
  margin: 30px 0 0;
  font-weight: 500;
}
.default-content .ul-area .inner-sec-content {
  margin-top: 10px;
}
.default-content .ul-area .icons-ul ul {
  margin-top: 35px;
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.default-content .ul-area .icons-ul ul li {
  color: #000000;
  padding-left: 35px;
  position: relative;
  text-align: left;
  margin-top: 10px;
}
.default-content .ul-area .icons-ul ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #a57741;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.default-content .ul-area .icons-ul ul li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  background: #a57741;
  width: 9px;
  height: 5px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(-37deg);
  border-top: 0;
  border-right: 0;
}
.default-content .ul-area .img-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  margin-top: 40px;
}
.default-content .ul-area .check-btn {
  margin: 30px 0;
}
.gal-area .inner-sec-title {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #08243c;
  font-family: "Anton";
  margin: 30px 0 0;
  font-weight: 500;
}
.gal-area .inner-sec-content {
  margin-top: 10px;
}
.gal-area .img-section {
  margin-top: 40px;
}
.gal-area .img-section .img-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}
.gal-area .img-section .img-area + .img-area {
  margin-top: 30px;
}
.awards {
  padding-bottom: 50px;
}
.awards .award-box .award-title {
  font-size: 20px;
  line-height: 25px;
  color: #08243c;
  font-family: "Anton";
  margin: 30px 0 15px;
  font-weight: 500;
}
.awards .award-box .award-logo img {
  max-width: 100%;
}
.awards .award-box .award-list ul {
  margin: 25px 0 0;
  padding: 0;
  list-style-type: none;
  line-height: 26px;
}
.awards .award-box .award-list ul li {
  line-height: 26px;
  color: #626262;
}
.awards .award-box .award-list ul li + li {
  margin-top: 10px;
}
.awards .award-box + .award-box {
  margin-top: 40px;
}
.gallery .nav {
  padding: 0;
  margin: 0 auto;
  max-width: 235px;
}
.gallery .nav li {
  display: block;
  text-align: center;
}
.gallery .nav li a {
  display: block;
  text-transform: uppercase;
  background: #ededed;
  color: #b7b7b7;
  padding: 8px 10px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.gallery .nav li a:hover, .gallery .nav li a:active, .gallery .nav li a:focus {
  text-decoration: none;
  background: #a57741;
  color: #ffffff;
}
.gallery .nav li + li {
  margin-top: 1px;
}
.gallery .nav li + li:before {
  content: "";
  padding: 0;
}
.gallery .nav li.active a {
  background: #a57741;
  color: #ffffff;
}
.gallery .tab-content {
  margin-top: 30px;
}
.gallery .tab-content .tab-pane .gal-img {
  width: 50%;
  float: left;
  border: 1px solid #fff;
  display: block;
  position: relative;
  /*.hov-block{
   position: absolute;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background: rgba(165,119,65,0.5);
   left: 0;
   right: 0;
   margin: 0 auto;
   top: 50%;
   transform: translateY(-50%);
   text-align: center;
   }*/
}
.gallery .tab-content .tab-pane .gal-img .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
  transition: padding-bottom 0.3s ease;
}
.gallery .tab-content .tab-pane .gal-img .img .play {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.gallery .tab-content .tab-pane .gal-img .img .play:after {
  top: 13px;
  left: 17px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #a57741;
}
.gallery .tab-content .tab-pane .gal-img:hover .img .play {
  opacity: 0.7;
}
.attraction {
  padding: 30px 0;
}
.attraction .attraction-box {
  background: #fff;
}
.attraction .attraction-box + .attraction-box {
  margin-top: 30px;
}
.attraction .attraction-box .attr-block-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
}
.attraction .attraction-box .attr-block-contents {
  padding: 30px 20px;
}
.attraction .attraction-box .attr-block-contents .title {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #08243c;
  font-family: "Anton";
  margin: 0;
  font-weight: 500;
}
.attraction .attraction-box .attr-block-contents .sub {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #08243c;
  font-family: "Anton";
  margin-top: 25px;
  font-weight: 500;
}
.attraction .attraction-box .attr-block-contents .svg-time {
  margin-top: 15px;
}
.attraction .attraction-box .attr-block-contents .svg-time .svg-block {
  float: left;
  width: 21px;
  height: 21px;
}
.attraction .attraction-box .attr-block-contents .svg-time .svg-block svg {
  fill: #a57741;
}
.attraction .attraction-box .attr-block-contents .svg-time .time {
  float: left;
  width: calc(100% - 21px);
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
}
.attraction .attraction-box .attr-block-contents .text {
  margin-top: 20px;
}
.attraction .new-btns {
  margin: 40px auto 0;
}
.room-inner .icon-row .check {
  font-size: 0;
  padding: 18px 0;
  border-bottom: 2px solid #a57741;
}
.room-inner .icon-row .check .in {
  display: inline-block;
  vertical-align: top;
}
.room-inner .icon-row .check .in + .in {
  margin-left: 55px;
  position: relative;
}
.room-inner .icon-row .check .in + .in:after {
  content: "";
  position: absolute;
  top: 1px;
  left: -27px;
  width: 1px;
  height: 30px;
  background: #eaeaea;
}
.room-inner .icon-row .check .in .text {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.room-inner .icon-row .check .in .time {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 2px;
}
.room-inner .icon-row .room-facilities {
  padding-top: 10px;
}
.room-inner .icon-row .room-facilities .facility {
  float: left;
  width: 50%;
  padding: 13px 0;
}
.room-inner .icon-row .room-facilities .facility .icon {
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
}
.room-inner .icon-row .room-facilities .facility .icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 30px;
  height: 30px;
}
.room-inner .icon-row .room-facilities .facility .name {
  width: calc(100% - 40px);
  float: left;
  text-transform: uppercase;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
}
.room-inner .slider-row {
  margin-top: 40px;
  position: relative;
}
.room-inner .slider-row #counter4 {
  position: absolute;
  top: 10px;
  z-index: 1;
  right: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 10px;
}
.room-inner .slider-row #room-inner-lg .owl-item .item .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
}
.room-inner .slider-row #room-inner-lg .owl-nav, .room-inner .slider-row #room-inner-lg .owl-dots {
  display: none;
}
.room-inner .slider-row #room-inner-sm {
  display: none;
}
.room-inner .slider-row #room-inner-sm .owl-item .item .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
}
.room-inner .slider-row #room-inner-sm .owl-nav, .room-inner .slider-row #room-inner-sm .owl-dots {
  display: none;
}
.room-inner .room-inner-testo {
  margin: 70px 0;
  text-align: center;
  position: relative;
}
.room-inner .room-inner-testo:after {
  content: "";
  position: absolute;
  background-image: url(images/rooms-testo-back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 180px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.room-inner .room-inner-testo .testo {
  font-size: 22px;
  color: #000000;
  line-height: 36px;
  max-width: 900px;
  margin: 0 auto;
}
.room-inner .room-inner-testo .name {
  font-size: 12px;
  text-transform: uppercase;
  color: #787878;
  max-width: 900px;
  margin: 40px auto;
}
.room-inner .room-amenities-section {
  margin: 0 -15px;
  padding: 45px 15px 50px;
}
.room-inner .room-amenities-section .icons-ul .inner-sec-title {
  font-size: 30px;
  color: #08243c;
  font-family: "Anton";
  font-weight: 500;
}
.room-inner .room-amenities-section .icons-ul ul {
  margin-top: 15px;
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.room-inner .room-amenities-section .icons-ul ul li {
  color: #000000;
  padding-left: 35px;
  position: relative;
  text-align: left;
  margin-top: 15px;
}
.room-inner .room-amenities-section .icons-ul ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #a57741;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.room-inner .room-amenities-section .icons-ul ul li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  background: #a57741;
  width: 9px;
  height: 5px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(-37deg);
  border-top: 0;
  border-right: 0;
}
.room-inner-book-now-section {
  border: 10px solid #ededed;
  text-align: center;
  padding: 60px 15px;
  margin-top: 70px;
}
.room-inner-book-now-section .para {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
.room-inner-book-now-section .btn-wrap {
  margin-top: 35px;
}
.room-inner-book-now-section .btn-wrap .site-btn {
  margin-left: 20px;
}
.related-room {
  margin-top: 60px;
  text-align: center;
  position: relative;
  padding: 0 15px;
}
.related-room .inner-sec-title {
  font-size: 24px;
  color: #08243c;
  font-family: "Anton";
  font-weight: 500;
  text-align: left;
}
.related-room #counter5 {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  z-index: 1;
  right: 10px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px 2px;
  border: 2px solid #ededed;
  color: #3c3c3c;
  line-height: 1;
}
.related-room .rooms-types {
  display: none;
}
.related-room .related-rooms-slider {
  margin-top: 20px;
}
.related-room .related-rooms-slider .item a {
  display: block;
  text-decoration: none;
  text-align: left;
}
.related-room .related-rooms-slider .item a .img-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
  position: relative;
}
.related-room .related-rooms-slider .item a .img-label {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  text-align: left;
  margin-top: 15px;
}
.related-room .related-rooms-slider .item a .site-btn {
  margin-top: 10px;
}
.related-room .related-rooms-slider .owl-nav, .related-room .related-rooms-slider .owl-dots {
  display: none;
}
.related-room .vew-our {
  letter-spacing: 0;
  margin-top: 15px;
}
.related-room .vew-our:hover:after {
  display: none;
}
.related-room .vew-our span {
  display: inline-block;
  vertical-align: top;
  padding: 0px 0 10px 0;
  border-bottom: 2px solid #a57741;
  transition: all 0.3s ease;
}
.related-room .vew-our:hover span {
  border-bottom: 2px solid #000;
}
.room-listing {
  margin-top: 30px;
}
.room-listing .filter-area .filter-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.room-listing .filter-area .styled-input-single {
  position: relative;
  padding: 0 0px 0px 30px;
  text-align: left;
}
.room-listing .filter-area .styled-input-single + .styled-input-single {
  margin-top: 7px;
}
.room-listing .filter-area .styled-input-single label {
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #4f4f4f;
}
.room-listing .filter-area .styled-input-single label:before, .room-listing .filter-area .styled-input-single label:after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 50%;
}
.room-listing .filter-area .styled-input-single label:before {
  left: 0;
  width: 20px;
  height: 20px;
  margin: -11px 0 0;
  background: #f7f7f7;
  box-shadow: 0 0 1px grey;
}
.room-listing .filter-area .styled-input-single label:after {
  left: 3px;
  width: 14px;
  height: 14px;
  margin: -8px 0 0;
  opacity: 0;
  background: #a57741;
  transform: translate3d(-20px, 0, 0) scale(0.5);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.room-listing .filter-area .styled-input-single input[type="radio"], .room-listing .filter-area .styled-input-single input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.room-listing .filter-area .styled-input-single input[type="radio"]:checked + label:after, .room-listing .filter-area .styled-input-single input[type="checkbox"]:checked + label:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.room-listing .filter-area .styled-input--square label:before {
  border: 2px solid black;
  border-radius: 4px;
  box-shadow: none;
}
.room-listing .filter-area .styled-input--square label:after {
  border: none;
  border-radius: 4px;
  width: 10px;
  height: 10px;
  border-radius: 0;
  left: 5px;
  margin: -6px 0 0;
}
.room-listing .room-area {
  margin-top: 33px;
}
.room-listing .room-area .room-box {
  background: #ededed;
}
.room-listing .room-area .room-box + .room-box {
  margin-top: 30px;
}
.room-listing .room-area .room-box .room-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 215px;
}
.room-listing .room-area .room-box .room-content-area {
  padding: 0 20px 50px;
}
.room-listing .room-area .room-box .room-content-area .room-title {
  margin-top: 35px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
}
.room-listing .room-area .room-box .room-content-area .room-facilities {
  margin-top: 10px;
}
.room-listing .room-area .room-box .room-content-area .room-facilities .facility {
  padding: 5px 0;
}
.room-listing .room-area .room-box .room-content-area .room-facilities .facility + .facility {
  position: relative;
}
.room-listing .room-area .room-box .room-content-area .room-facilities .facility + .facility:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
  width: 200px;
  height: 1px;
  background: #e2dede;
}
.room-listing .room-area .room-box .room-content-area .room-facilities .facility .icon {
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
}
.room-listing .room-area .room-box .room-content-area .room-facilities .facility .icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 30px;
  height: 30px;
}
.room-listing .room-area .room-box .room-content-area .room-facilities .facility .name {
  width: calc(100% - 40px);
  float: left;
  text-transform: uppercase;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 15px;
}
.room-listing .room-area .room-box .room-content-area .room-para {
  margin-top: 20px;
}
.room-listing .room-area .room-box .room-content-area .btn-wrap {
  margin-top: 35px;
}
.room-listing .room-area .room-box .room-content-area .btn-wrap .site-btn {
  margin-top: 5px;
}
.contact-us .gray-background {
  background: #ebebeb;
  padding: 50px 15px;
  border: 1px solid #e1e1e1;
  position: relative;
  z-index: 0;
}
.contact-us .gray-background .data-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 30px 50px;
}
.contact-us .gray-background .data-block .address {
  font-size: 16px;
  line-height: 24px;
  color: #f3b85e;
  font-family: "Anton";
  font-weight: 500;
  margin-bottom: 30px;
}
.contact-us .gray-background .data-block .address span {
  display: block;
  font-size: 20px;
  color: #ffffff;
}
.contact-us .gray-background .data-block .contacts {
  position: relative;
}
.contact-us .gray-background .data-block .contacts:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #1f1f1f;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.contact-us .gray-background .data-block .contacts .plate {
  position: relative;
  z-index: 1;
}
.contact-us .gray-background .data-block .contacts .plate:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #a97f4f;
  z-index: -1;
  border-radius: 50%;
}
.contact-us .gray-background .data-block .contacts .plate .first {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff;
  padding: 12px 11px;
  margin: 0 auto 10px;
}
.contact-us .gray-background .data-block .contacts .plate .first svg {
  width: 23px;
  height: 23px;
  fill: #a57741;
}
.contact-us .gray-background .data-block .contacts .plate .second {
  display: block;
  font-size: 13px;
  color: #ffffff;
  margin-top: 0;
}
.contact-us .gray-background .data-block .contacts .plate .second a {
  color: #ffffff;
}
.contact-us .gray-background .data-block .contacts .plate .second + .second {
  margin-top: -5px;
}
.contact-us .gray-background .data-block .contacts .plate + .plate {
  margin-top: 40px;
  position: relative;
}
.contact-us .gray-background .data-block .contacts .plate + .plate:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #a98051;
  top: -24px;
  left: 30px;
  right: 30px;
  width: auto;
  margin: 0 auto;
}
.contact-us .gray-background .contact-form .form-title {
  font-size: 24px;
  font-weight: 600;
  margin: 50px 15px 15px;
}
.contact-us .gray-background .contact-form .dfb-form-group label, .contact-us .gray-background .contact-form .dfb-form-group .is_required {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact-us .gray-background .contact-form .dfb-form-group label .text-danger, .contact-us .gray-background .contact-form .dfb-form-group .is_required .text-danger {
  color: #ff0000;
}
.contact-us .gray-background .contact-form .dfb-form-group .is_required {
  text-transform: none;
  color: #787878;
  font-size: 12px;
}
.contact-us .gray-background .contact-form .dfb-form-group .input-group input, .contact-us .gray-background .contact-form .dfb-form-group .input-group .form-control {
  background: #fff;
  border-radius: 5px !important;
  border: none;
}
.contact-us .gray-background .contact-form .dfb-form-group .input-group input:focus, .contact-us .gray-background .contact-form .dfb-form-group .input-group .form-control:focus {
  border: solid 1px #b3b3b3;
}
.contact-us .gray-background .contact-form .dfb-form-group .input-group .help-block {
  margin-bottom: 0;
  position: absolute;
  bottom: -25px;
}
.contact-us .gray-background .contact-form .dfb-form-group .input-group textarea {
  height: 140px;
  background: #fff;
  border-radius: 5px;
  border: none;
}
.contact-us .gray-background .contact-form .fb-submit-row {
  text-align: right;
  margin-top: 0;
}
.contact-us .gray-background .contact-form .fb-submit-row button {
  border: 1px solid #000;
  border-radius: 7px;
  padding: 11px 40px 10px;
  font-size: 11px;
  line-height: 1;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.contact-us .gray-background .contact-form .fb-submit-row button:hover, .contact-us .gray-background .contact-form .fb-submit-row button:active, .contact-us .gray-background .contact-form .fb-submit-row button:focus {
  background: #000;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.contact-us .gray-background .contact-form .fb-submit-row button#resetBtn {
  margin-left: 15px;
}
.contact-us .gray-background .contact-form .fb-submit-row #resetBtn {
  display: none;
}
.contact-us .map-area {
  padding: 80px 15px 0;
}
.contact-us .map-area .map-title {
  font-size: 30px;
  line-height: 35px;
  color: #08243c;
  font-family: "Anton";
  font-weight: 500;
}
.contact-us .map-area .map-para {
  margin-top: 25px;
}
.contact-us .map-area .map-imgs {
  margin-top: 35px;
  position: relative;
}
.contact-us .map-area .map-imgs a {
  display: block;
}
.contact-us .map-area .map-imgs a svg {
  position: absolute;
  top: 10px;
  left: 10px;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.contact-us .map-area .map-imgs a:hover svg {
  transform: scale(1.2);
}
.contact-us .map-area .map-imgs .img-area {
  display: block;
  text-decoration: none;
  outline: none;
}
.contact-us .map-area .map-imgs .img-area .mobile-img img {
  width: 100%;
}
.contact-us .map-area .map-imgs .img-area .desktop-img {
  display: none;
}
.contact-us .map-area .map-imgs .img-area .desktop-img img {
  width: 100%;
}
.contact-us .map-area .map-imgs .img-area .map-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 11px;
  color: #000000;
  font-weight: 500;
  background: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 15px;
}
.contact-us .map-area .map-imgs .img-area .map-btn img {
  float: left;
  width: auto;
}
.contact-us .map-area .map-imgs .img-area .map-btn .txt {
  color: #585858;
  float: left;
  width: auto;
  padding: 4px 12px 1px 10px;
  font-weight: 600;
  font-size: 11px;
}
.contact-us .map-area .gray-list {
  margin-top: 35px;
}
.plan-ride .gray-background {
  background-image: url('images/plan-ride-back.png');
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  padding: 50px 15px;
}
.plan-ride .gray-background .accordian-section #accordion .panel + .panel {
  position: relative;
}
.plan-ride .gray-background .accordian-section #accordion .panel + .panel:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background: #ededed;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-heading {
  position: relative;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a .title {
  font-size: 0;
  width: calc(100% - 60px);
  display: block;
  float: left;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a .title span {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #585858;
  font-family: "Anton";
  font-weight: 500;
  padding: 32px 0;
  display: inline-block;
  vertical-align: top;
  width: 24px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a .title span.text {
  width: calc(100% - 24px);
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a .drop {
  position: absolute;
  width: 30px;
  height: 30px;
  float: left;
  border: 2px solid black;
  border-radius: 50%;
  padding: 1px 5px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a .drop svg {
  width: 14px;
  height: 14px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a.collapsed .drop {
  transform: translateY(-50%) rotate(-90deg);
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body {
  background: #ffffff;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav {
  display: flex;
  padding: 0;
  margin: 0;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li {
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li + li a {
  border-left: 1px solid #ffffff;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li a {
  border-top: 3px solid #a57741;
  background: #a57741;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Anton";
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li a:hover, .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li a:active, .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li a:focus {
  outline: none;
  text-decoration: none;
  background: #ffffff;
  border-top: 3px solid #a57741;
  color: #a57741;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li.active a {
  background: #ffffff;
  border-top: 3px solid #a57741;
  color: #a57741;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav.tw-tab li {
  width: 50%;
  float: left;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav.th-tab li {
  width: 33.33%;
  float: left;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav.fo-tab li {
  width: 25%;
  float: left;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane {
  padding: 40px 15px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-heading {
  font-size: 24px;
  line-height: 20px;
  color: #08243c;
  font-family: "Anton";
  font-weight: 500;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .tab-img {
  width: 100%;
  margin: 30px 0 30px 0;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-sub-heading {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-top: 17px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-content {
  margin-top: 20px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-list {
  margin-top: 20px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-list ul li {
  padding-left: 20px;
  position: relative;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-list ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 2px;
  background: #000000;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock {
  margin-top: 30px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block + .panel-block {
  margin-top: 55px;
  position: relative;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block + .panel-block:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 100%;
  background: #ededed;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .svg-block {
  height: 42px;
  width: 42px;
  border: 3px solid #a57741;
  border-radius: 50%;
  padding: 8px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content .block-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  color: #08243c;
  font-family: "Anton";
  font-weight: 500;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content .block-text {
  margin-top: 10px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content .block-list {
  margin-top: 10px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content .block-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content .block-list ul li {
  padding-left: 20px;
  position: relative;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content .block-list ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 2px;
  background: #000000;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content .block-img {
  margin-top: 40px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content .block-img img {
  max-width: 100%;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab {
  padding: 40px 15px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-heading {
  font-size: 24px;
  line-height: 20px;
  color: #08243c;
  font-family: "Anton";
  font-weight: 500;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-sub-heading {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-top: 17px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-content {
  margin-top: 20px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-list {
  margin-top: 20px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-list ul li {
  padding-left: 20px;
  position: relative;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-list ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 2px;
  background: #000000;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock {
  margin-top: 30px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block + .panel-block {
  margin-top: 55px;
  position: relative;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block + .panel-block:after {
  content: "";
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background: #ededed;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block .svg-block {
  height: 42px;
  width: 42px;
  border: 3px solid #a57741;
  border-radius: 50%;
  padding: 8px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block .panel-content .block-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  color: #08243c;
  font-family: "Anton";
  font-weight: 500;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block .panel-content .block-text {
  margin-top: 10px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block .panel-content .block-list {
  margin-top: 5px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block .panel-content .block-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block .panel-content .block-list ul li {
  padding-left: 20px;
  position: relative;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block .panel-content .block-list ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 2px;
  background: #000000;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block .panel-content .block-img {
  margin-top: 20px;
}
.plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .no-tab .panel-repaetblock .panel-block .panel-content .block-img img {
  max-width: 100%;
}
.error {
  margin-top: 0;
}
.error .inner-sec-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #08243c;
  font-family: "Anton";
  margin: 30px 0 0;
  font-weight: 500;
}
.error .icons-ul ul {
  margin-top: 15px;
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.error .icons-ul ul li {
  color: #000000;
  padding-left: 35px;
  position: relative;
  text-align: left;
  margin-top: 10px;
}
.error .icons-ul ul li ul {
  margin: 15px 0 20px;
}
.error .icons-ul ul li a {
  color: #585858;
}
.error .icons-ul ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #a57741;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.error .icons-ul ul li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  background: #a57741;
  width: 9px;
  height: 5px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(-37deg);
  border-top: 0;
  border-right: 0;
}
.check-availability .form-availability form .form-group .input-daterange .help-block {
  position: absolute;
  font-size: 10px;
  color: red;
  top: 37px;
}
body .datepicker td span.disabled, body .datepicker td .datepicker td.day.disabled {
  background: none !important;
}
body .datepicker td.day {
  background: none !important;
}
body .datepicker td.day.disabled {
  background: none !important;
  color: #c1c1c1 !important;
}
body .datepicker td.new, body .datepicker td.old {
  background: none !important;
}
.site-map .icons-ul ul {
  margin-top: 15px;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0px;
}
.site-map .icons-ul ul li {
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
  padding: 2px 0 2px 60px;
}
.site-map .icons-ul ul li a, .site-map .icons-ul ul li small {
  color: #000000;
}
.site-map .icons-ul ul li:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 6px;
  background: #08243c;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.site-map .icons-ul ul li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 36px;
  background: none;
  width: 9px;
  height: 5px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(-37deg);
  border-top: 0;
  border-right: 0;
}
.way-point-anim {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms;
}
.way-point-anim.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.datepicker-dropdown:after, .datepicker-dropdown:before {
  display: none !important;
}
.loyality-selector .dropdown .dropdown-content .welcomename {
  font-weight: 500;
  font-size: 13px !important;
  padding: 0 20px !important;
}
/* best rate guaranteed */
.datepicker .head {
  background-color: transparent;
  color: #000;
}
.datepicker .head:hover {
  background: #eee !important;
}
.datepicker thead tr:first-child th:hover {
  background: #eee !important;
}
.datepicker th.switch {
  background-color: transparent;
}
.best-rate-g .default-content {
  padding-bottom: 50px;
}
.best-rate-g .default-content .ul-area .inner-sec-title {
  text-transform: none;
}
.best-rate-g .default-content .ul-area .check-btn {
  margin-bottom: 0;
}
.best-rate-g .default-content .ul-area .icons-ul ul li {
  width: 100%;
  margin-left: 0 !important;
  margin-top: 15px;
}
.best-rate-g .default-content .ul-area .icons-ul ul li:before {
  top: 2px;
}
.best-rate-g .default-content .ul-area .icons-ul ul li:after {
  top: 8px;
}
.best-rate-g .inner-form-title {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #08243c;
  font-family: "Anton";
  margin: 95px 0 50px 0;
  font-weight: 500;
  text-align: center;
}
.best-rate-g .contact-form {
  background-color: #ebebeb;
  padding: 70px 15px;
  overflow: hidden;
}
.best-rate-g .contact-form .form-title {
  font-size: 30px;
  color: #08243c;
  font-weight: 600;
  padding: 0 15px;
}
.best-rate-g .contact-form .dfb-form-group {
  margin-bottom: 12px;
}
.best-rate-g .contact-form .dfb-form-group label, .best-rate-g .contact-form .dfb-form-group .is_required {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.best-rate-g .contact-form .dfb-form-group label .text-danger, .best-rate-g .contact-form .dfb-form-group .is_required .text-danger {
  color: #ff0000;
}
.best-rate-g .contact-form .dfb-form-group .is_required {
  text-transform: none;
  color: #787878;
  font-size: 12px;
}
.best-rate-g .contact-form .dfb-form-group .response-field-dropdown .list {
  max-height: 200px;
  overflow-y: auto;
}
.best-rate-g .contact-form .dfb-form-group .response-field-dropdown .list li.disabled {
  background-color: #e2e2e2 !important;
  color: #a57741 !important;
  font-weight: 700;
}
.best-rate-g .contact-form .dfb-form-group .response-field-datepicker .form-control {
  background-image: url(images/dates-select.png) !important;
  background-repeat: no-repeat !important;
  background-position: 96% center !important;
}
.best-rate-g .contact-form .dfb-form-group .input-group input, .best-rate-g .contact-form .dfb-form-group .input-group .form-control {
  background: #fff;
  border-radius: 5px !important;
  border: none;
}
.best-rate-g .contact-form .dfb-form-group .input-group input:focus, .best-rate-g .contact-form .dfb-form-group .input-group .form-control:focus {
  border: solid 1px #b3b3b3;
}
.best-rate-g .contact-form .dfb-form-group .input-group .help-block {
  margin-bottom: 0;
  position: absolute;
  top: 35px;
  font-size: 10px;
}
.best-rate-g .contact-form .dfb-form-group .input-group textarea {
  height: 140px;
  background: #fff;
  border-radius: 5px;
  border: none;
}
.best-rate-g .contact-form .dfb-form-group .input-group select {
  position: relative;
  background: url(images/down_arrow_icon_dark.png) center right 3px no-repeat #fff !important;
}
.best-rate-g .contact-form .is_required {
  font-size: 12px;
  color: #000;
  margin-top: 10px;
}
.best-rate-g .contact-form .is_required .text-danger {
  color: red;
}
.best-rate-g .contact-form .is_required a {
  color: #000;
}
.best-rate-g .contact-form #brg_file_id_wrap .response-field-upload {
  border: 0;
}
.best-rate-g .contact-form #brg_file_id_wrap .response-field-upload .col-xs-12 {
  position: absolute;
  left: 190px;
  top: 11px;
}
.best-rate-g .contact-form #brg_file_id_wrap .response-field-upload input {
  font-size: 12px;
}
.best-rate-g .contact-form .fb-submit-row {
  text-align: right;
  margin-top: 0;
}
.best-rate-g .contact-form .fb-submit-row button {
  border: 1px solid #000;
  border-radius: 7px;
  padding: 11px 40px 10px;
  font-size: 11px;
  line-height: 1;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.best-rate-g .contact-form .fb-submit-row button:hover, .best-rate-g .contact-form .fb-submit-row button:active, .best-rate-g .contact-form .fb-submit-row button:focus {
  background: #000;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.best-rate-g .contact-form .fb-submit-row button#resetBtn {
  margin-left: 15px;
}
.best-rate-g .contact-form .fb-submit-row #resetBtn {
  display: none;
}
.loyality .login-form {
  margin: 120px auto 10px;
}
.loyality .login-form form .form-group .txt1, .loyality .login-form form .form-group .txt2 {
  font-size: 12px;
}
.loyality .login-form form .form-group button {
  height: 50px;
  padding: 3px 25px 3px;
  font-size: 22px;
}
.loyality.loyality-new-ui {
  background: #ffffff;
}
.loyality .signin .form-wrap, .loyality .register .form-wrap {
  /*background: #ebebeb;*/
  padding-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .loyality .signin .form-wrap, .loyality .register .form-wrap {
    padding: 45px 0 0;
  }
  .loyality .signin .form-wrap .in, .loyality .register .form-wrap .in {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 780px;
    margin: 0 auto;
    align-items: flex-start;
  }
  .loyality .signin .form-wrap .in.new-ui, .loyality .register .form-wrap .in.new-ui {
    justify-content: center;
  }
}
.loyality .signin .form-wrap .in-wrap, .loyality .register .form-wrap .in-wrap {
  max-width: 340px;
  margin: 0 auto;
}
.loyality .signin .form-wrap .in-wrap .blue, .loyality .register .form-wrap .in-wrap .blue {
  background: #08243c;
  border-radius: 25px;
}
@media only screen and (min-width: 992px) {
  .loyality .signin .form-wrap .in-wrap, .loyality .register .form-wrap .in-wrap {
    width: calc(50% - 55px);
    margin: 0;
  }
}
.loyality .signin .form-wrap .in-wrap .text, .loyality .register .form-wrap .in-wrap .text {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 18px 15px 10px;
  color: #08243c;
  font-family: "Anton";
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .loyality .signin .form-wrap .in-wrap .text, .loyality .register .form-wrap .in-wrap .text {
    padding-top: 0;
  }
}
.loyality .signin .form-wrap .middle, .loyality .register .form-wrap .middle {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .loyality .signin .form-wrap .middle, .loyality .register .form-wrap .middle {
    width: 110px;
    height: 350px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.loyality .signin .form-wrap .middle:after, .loyality .register .form-wrap .middle:after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  width: calc(100% - 80px);
  height: 2px;
  background: #d7d7d7;
  top: 22px;
  z-index: 0;
  max-width: 290px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .loyality .signin .form-wrap .middle:after, .loyality .register .form-wrap .middle:after {
    left: auto;
    right: auto;
    width: 2px;
    height: 100%;
    top: 0;
  }
}
.loyality .signin .form-wrap .middle span, .loyality .register .form-wrap .middle span {
  font-size: 13px;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #d7d7d7;
  padding: 9px;
  background: #ebebeb;
  position: relative;
  z-index: 1;
}
.sucess-window {
  background: #d4edda;
  text-align: center;
  padding: 40px 15px;
}
.sucess-window .wrap {
  max-width: 570px;
  margin: 0 auto;
}
.sucess-window .wrap .top {
  padding: 0 15px 20px;
}
.sucess-window .wrap .top svg {
  width: 60px;
  height: 60px;
  fill: #155724;
}
.sucess-window .wrap .top .msg {
  font-size: 18px;
  color: #155724;
  font-weight: 900;
  margin-top: 5px;
}
.sucess-window .wrap .bottom {
  padding: 35px 0 0;
  margin: 0 15px;
  font-size: 14px;
  color: #155724;
  font-weight: 600;
  border-top: 1px solid #b4dfbe;
}
.sucess-window .wrap .bottom .text {
  margin-top: 8px;
}
.sucess-window .wrap .bottom .site-btn {
  margin-top: 25px;
}
.sucess-window .wrap .bottom .site-btn:hover, .sucess-window .wrap .bottom .site-btn:active, .sucess-window .wrap .bottom .site-btn:focus {
  background: #155724;
  color: #ffffff;
  border-color: #155724;
}
.loyality .reset-pwd, .loyality .signin, .loyality .register {
  max-width: none;
}
.loyality .reset-pwd .page-title, .loyality .signin .page-title, .loyality .register .page-title {
  text-align: center;
  font-size: 50px;
  margin: 0 15px 25px;
}
.loyality .reset-pwd .page-txt, .loyality .signin .page-txt, .loyality .register .page-txt {
  margin: 20px 15px;
  text-align: center;
}
.loyality .reset-pwd .form-wrapper, .loyality .signin .form-wrapper, .loyality .register .form-wrapper {
  padding: 40px 15px 50px;
}
.loyality .reset-pwd .form-wrapper form, .loyality .signin .form-wrapper form, .loyality .register .form-wrapper form {
  max-width: 300px;
  margin: 0 auto;
}
.loyality .reset-pwd .form-wrapper form .form-group, .loyality .signin .form-wrapper form .form-group, .loyality .register .form-wrapper form .form-group {
  margin-bottom: 30px;
}
.loyality .reset-pwd .form-wrapper form .form-group .txt, .loyality .signin .form-wrapper form .form-group .txt, .loyality .register .form-wrapper form .form-group .txt {
  font-weight: 600;
}
.loyality .reset-pwd .form-wrapper .error-txt, .loyality .signin .form-wrapper .error-txt, .loyality .register .form-wrapper .error-txt {
  font-size: 14px;
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 15px 30px;
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
  max-width: 620px;
}
.loyality .reset-pwd .form-wrapper .error-txt a, .loyality .signin .form-wrapper .error-txt a, .loyality .register .form-wrapper .error-txt a {
  color: #721c24;
  text-decoration: underline;
}
.loyality .reset-pwd .form-wrapper .error-txt span, .loyality .signin .form-wrapper .error-txt span, .loyality .register .form-wrapper .error-txt span {
  font-weight: 9 0;
  display: inline-block;
}
.loyality .register form .form-group button {
  margin-top: 30px;
}
.loyality .register .form-wrap {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .loyality .register .form-wrap .in {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 665px;
  }
}
@media only screen and (min-width: 992px) {
  .loyality .register .form-wrap .in-wrap {
    width: calc(50% - 28px);
  }
}
.loyality .register .form-wrap .in-wrap.in-wrap:nth-child(2) {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .loyality .register .form-wrap .in-wrap.in-wrap:nth-child(2) {
    margin-top: 0;
  }
}
.loyality .register .form-wrap .in-wrap .blue {
  margin: 0 15px;
  padding: 58px 35px 65px;
}
@media only screen and (min-width: 992px) {
  .loyality .register .form-wrap .in-wrap .blue {
    margin: 0;
  }
}
.loyality .register .form-wrap .in-wrap .blue .svg-wrap {
  position: relative;
  text-align: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.loyality .register .form-wrap .in-wrap .blue .svg-wrap:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background: #213a50;
  top: -3px;
  left: 0;
  z-index: 0;
  border-radius: 50%;
}
.loyality .register .form-wrap .in-wrap .blue .svg-wrap svg {
  width: 63px;
  height: 63px;
  position: relative;
  z-index: 1;
}
.loyality .register .form-wrap .in-wrap .blue .text {
  color: #fff;
  font-family: 'Montserrat';
  padding: 18px 35px 10px;
}
.loyality .register .form-wrap .in-wrap .blue .reg-txt {
  margin-top: 25px;
  color: #afdaff;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  position: relative;
}
.loyality .register .form-wrap .in-wrap .blue .reg-txt:after {
  content: "";
  position: absolute;
  top: -19px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #213a50;
}
.loyality .register .form-wrap .in-wrap .blue .reg-txt a {
  text-decoration: underline;
  color: #afdaff;
  display: block;
}
.reservation {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .new-btns {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .new-btns .site-btn {
    margin: 0 10px;
  }
  .things-to {
    margin-top: 60px;
  }
  .things-to .things-to-do {
    margin-top: 0;
  }
  .things-to .things-to-do .title-area .sub {
    font-size: 18px;
  }
  .things-to .things-to-do .title-area .main {
    font-size: 40px;
  }
  .ways-section .content-area .box .content .title {
    font-size: 40px;
  }
  .offers-section {
    position: relative;
  }
  .offers-section .content-area #counter {
    font-size: 16px;
  }
  .offers-section .content-area .offers-slider .item a .content-section {
    padding: 25px 15px 50px;
  }
  .offers-section .content-area .offers-slider .item a .content-section .main {
    min-height: auto;
  }
  .offers-section .site-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .rooms-section .content-area #counter {
    font-size: 16px;
  }
  .reviews-section .content-area .reviews-slider .item .bottom {
    font-size: 0;
    text-align: center;
  }
  .reviews-section .content-area .reviews-slider .item .bottom .logo {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
  }
  .reviews-section .content-area .reviews-slider .item .bottom .name-wrap {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    text-align: left;
  }
  .reviews-section .content-area .reviews-slider .item .bottom .name-wrap:after {
    width: 1px;
    top: 4px;
    bottom: 3px;
    height: auto;
  }
  .reviews-section .content-area .reviews-slider .item .bottom .name-wrap .name {
    margin-top: 0;
  }
  .reviews-section .content-area .reviews-slider .owl-dots {
    margin-top: 20px;
  }
  .experience-section .content-area .box {
    height: 570px;
  }
  .experience-section .content-area .box:nth-child(2) .topic {
    top: 275px;
  }
  .experience-section .content-area .box:last-child .topic {
    top: 260px;
  }
  .experience-section .content-area .box .name {
    font-size: 22px;
  }
  .experience-section .content-area .box .topic {
    font-size: 48px;
    top: 263px;
  }
  .experience-section .content-area .box .last {
    font-size: 22px;
  }
  .we-make .we-make-section {
    padding: 0 60px;
  }
  .we-make .we-make-section .main-img {
    text-align: center;
    margin-top: 25px;
  }
  .we-make .we-make-section .main-img img {
    width: 320px;
  }
  .we-make .we-make-section .content-area .guarantee {
    text-align: center;
  }
  .explore-vung-section .left-area .weather-time {
    margin: 25px auto 0;
    max-width: none;
    text-align: center;
  }
  .explore-vung-section .left-area .weather-time .weather, .explore-vung-section .left-area .weather-time .time {
    width: auto;
    min-width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
  }
  .explore-vung-section .left-area .weather-time .weather .weather-val, .explore-vung-section .left-area .weather-time .time .weather-val {
    padding-left: 0;
  }
  .explore-vung-section .left-area .weather-time .time {
    margin-top: 0;
  }
  .explore-vung-section .left-area .weather-time .time:after {
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .explore-vung-section .left-area .weather-time .time #clock {
    padding-left: 0;
  }
  .explore-vung-slider-section {
    margin-top: 35px;
  }
  .explore-vung-slider-section #counter1 {
    font-size: 16px;
  }
  .explore-vung-slider-section .explore-vung-slider .item .img-section {
    height: 455px;
  }
  .spa .spa-wrap {
    padding: 40px 60px;
  }
  .spa .spa-wrap:after {
    top: 40px;
    bottom: 90px;
    left: 55px;
    right: 55px;
  }
  .spa .spa-wrap .data-section {
    max-width: 500px;
    margin: 0 auto;
  }
  .spa .spa-wrap .data-section .top {
    padding: 40px 60px 25px;
  }
  .spa .spa-wrap .data-section .img-area {
    height: 300px;
  }
  .facilities-section .content-area {
    margin-top: 20px;
  }
  .facilities-section .content-area #counter3 {
    display: none;
  }
  .facilities-section .content-area .facilities-slider .item {
    width: calc(50% - 2px);
    margin-top: 3px;
    margin-right: 3px;
    float: left;
  }
  .facilities-section .content-area .facilities-slider .item:nth-child(even) {
    margin-right: 0;
  }
  .facilities-section .content-area .facilities-slider .item:nth-child(n+5) {
    display: none;
  }
  .facilities-section .content-area .facilities-slider .item a {
    position: relative;
    display: block;
  }
  .facilities-section .content-area .facilities-slider .item a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 70px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 62%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(62%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 62%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 62%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 62%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 62%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  }
  .facilities-section .content-area .facilities-slider .item a .img-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    position: relative;
  }
  .facilities-section .content-area .facilities-slider .item a .main {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: none;
    color: #ffffff;
    text-align: left;
    padding: 0 20px;
    z-index: 2;
    font-size: 16px;
  }
  .instagram-section {
    margin-top: 35px;
  }
  .instagram-section .content-area .tab-content .tab-pane .first-row a, .instagram-section .content-area .tab-content .tab-pane .second-row a, .instagram-section .content-area .tab-content .tab-pane .first-row span, .instagram-section .content-area .tab-content .tab-pane .second-row span {
    width: 25%;
    padding-bottom: 25%;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a:last-child, .instagram-section .content-area .tab-content .tab-pane .second-row span:last-child {
    text-align: center;
    padding-bottom: 0;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a .title, .instagram-section .content-area .tab-content .tab-pane .second-row span .title {
    margin-top: 25px;
    text-align: center;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a .title:after, .instagram-section .content-area .tab-content .tab-pane .second-row span .title:after {
    right: 0;
    margin: 0 auto;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a .icon-txt, .instagram-section .content-area .tab-content .tab-pane .second-row span .icon-txt {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
  }
  footer .footer .inter-middle-section .subscribe-holder {
    max-width: 470px;
  }
  footer .footer .inter-middle-section .middle-section .contacts:after {
    display: none;
  }
  footer .footer .inter-middle-section .middle-section .bottom-menu {
    padding: 15px 0 20px;
    display: inline-block;
    position: relative;
  }
  footer .footer .inter-middle-section .middle-section .bottom-menu:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #1f1f1f;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  footer .footer .inter-middle-section .middle-section .bottom-menu li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: auto;
  }
  footer .footer .inter-middle-section .middle-section .bottom-menu li a {
    padding: 9px;
  }
  footer .footer .develope {
    font-size: 12px;
  }
  .inners .page-title {
    font-size: 50px;
    line-height: 60px;
    margin: 43px 0 0;
  }
  .inners .page-content {
    margin-top: 15px;
  }
  .inners .content-block .box .img-content .img-area {
    height: 350px;
  }
  .gallery .nav {
    max-width: none;
    text-align: center;
  }
  .gallery .nav li {
    display: inline-block;
    vertical-align: top;
  }
  .gallery .nav li a {
    padding: 8px 20px;
    background: none;
    border-bottom: 2px solid #b7b7b7;
  }
  .gallery .nav li a:hover, .gallery .nav li a:active, .gallery .nav li a:focus {
    background: none;
    color: #a57741;
    border-bottom: 2px solid #a57741;
  }
  .gallery .nav li + li {
    margin-top: 0;
  }
  .gallery .nav li.active a {
    background: none;
    color: #a57741;
    border-bottom: 2px solid #a57741;
  }
  .gallery .tab-content .tab-pane .gal-img {
    width: 33.33%;
  }
  .attraction .attraction-box .attr-block-contents {
    padding: 50px;
  }
  .room-inner .icon-row .check {
    border-bottom: none;
  }
  .room-inner .icon-row .room-facilities {
    font-size: 0;
    padding-top: 0;
  }
  .room-inner .icon-row .room-facilities .facility {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: auto;
    border-top: 2px solid #a57741;
    padding: 25px 0;
  }
  .room-inner .icon-row .room-facilities .facility + .facility {
    padding-left: 40px;
  }
  .room-inner .icon-row .room-facilities .facility .name {
    max-width: 91px;
  }
  .room-inner .slider-row {
    margin-top: 30px;
  }
  .room-inner .room-inner-testo {
    content: "";
    background-image: url(images/rooms-testo-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
  }
  .room-inner .room-inner-testo:after {
    display: none;
  }
  .room-inner .room-inner-testo .testo {
    padding-top: 70px;
    font-size: 26px;
  }
  .room-inner .room-amenities-section {
    margin: 0 -15px;
    padding: 45px 80px 55px;
  }
  .room-inner-book-now-section {
    margin-top: 60px;
    padding: 60px 30px;
  }
  .related-room {
    padding: 0;
  }
  .related-room .inner-sec-title {
    font-size: 30px;
  }
  .related-room .related-rooms-slider .item a .img-section {
    height: 300px;
  }
  .related-room .related-rooms-slider .item a .img-label {
    font-size: 30px;
  }
  .room-listing .filter-area .filter-title {
    float: left;
  }
  .room-listing .filter-area .styled-input-single {
    float: left;
    margin-left: 15px;
  }
  .room-listing .filter-area .styled-input-single + .styled-input-single {
    margin-top: 0;
    margin-left: 20px;
  }
  .room-listing .room-area .room-box .room-img {
    height: 435px;
  }
  .room-listing .room-area .room-box .room-content-area {
    padding: 0 65px 50px;
  }
  .room-listing .room-area .room-box .room-content-area .room-title {
    font-size: 30px;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility {
    float: left;
    width: auto;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility + .facility {
    margin-left: 30px;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility + .facility:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -16px;
    right: 0;
    width: 1px;
    height: 25px;
    background: #e2dede;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility .name {
    width: 90px;
    padding: 5px 0 5px 15px;
  }
  .room-listing .room-area .room-box .room-content-area .btn-wrap .sep {
    display: none;
  }
  .room-listing .room-area .room-box .room-content-area .btn-wrap .site-btn {
    margin-left: 15px;
  }
  .contact-us .gray-background {
    padding: 50px 60px;
  }
  .contact-us .gray-background .data-block .contacts .plate + .plate:after {
    max-width: 300px;
  }
  .plan-ride {
    margin: 0 15px;
  }
  .plan-ride .gray-background {
    padding: 25px 60px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block {
    font-size: 0;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block + .panel-block {
    margin-top: 60px;
    top: 0;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block + .panel-block:after {
    left: 60px;
    width: calc(100% - 60px);
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .svg-block {
    display: inline-block;
    vertical-align: top;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 42px);
    padding: 0 0 0 15px;
    margin-top: 8px;
    font-size: 16px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li {
    width: auto;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li a {
    font-size: 20px;
    line-height: 23px;
    padding: 13px 35px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane {
    padding: 50px 30px;
  }
  .best-rate-g .contact-form {
    padding: 50px 60px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .offers-section {
    /*.content-area #counter{
     display: none;        
     }
     .content-area .offers-slider .item a .content-section .main{
     min-height: 65px;
     }*/
  }
  .offers-section .content-area #counter {
    display: none;
  }
  .offers-section .content-area .offers-slider .item a .img-section.mobile {
    display: none;
  }
  .offers-section .content-area .offers-slider .item a .img-section.medium {
    display: block;
  }
  .offers-section .content-area .offers-slider .item a .img-section.large {
    display: none;
  }
  .offers-section .content-area .offers-slider .item a .content-section .main {
    min-height: 65px;
    max-width: 270px;
  }
  .things-to {
    margin-top: 110px;
  }
  .things-to .things-to-do {
    padding-bottom: 0;
    height: 500px;
  }
  .things-to .things-to-do .title-area .main {
    font-size: 50px;
  }
  .ways-section .content-area .box .img-area {
    padding-bottom: 0;
    height: 450px;
  }
  .default-content .ul-area .inner-sec-title {
    margin: 70px 0 0;
  }
  .default-content .ul-area .inner-sec-content {
    margin-top: 20px;
  }
  .default-content .ul-area .icons-ul ul {
    font-size: 0;
  }
  .default-content .ul-area .icons-ul ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    font-size: 16px;
  }
  .default-content .ul-area .icons-ul ul li:nth-child(even) {
    margin-left: 40px;
  }
  .default-content .ul-area .img-area {
    height: 450px;
  }
  .default-content .ul-area .check-btn {
    margin: 45px 0 30px;
  }
  .gal-area .inner-sec-title {
    margin: 70px 0 0;
  }
  .gal-area .inner-sec-content {
    margin-top: 20px;
  }
  .gal-area .img-section .img-area {
    height: 400px;
    float: left;
    width: 50%;
    border: 1px solid #ffffff;
  }
  .gal-area .img-section .img-area + .img-area {
    margin-top: 0;
  }
  .awards {
    padding: 40px 0;
  }
  .awards .award-box {
    font-size: 0;
    position: relative;
  }
  .awards .award-box .award-title {
    margin: 0;
    position: absolute;
    left: 358px;
    top: 0;
    position: absolute;
  }
  .awards .award-box .award-logo {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .awards .award-box .award-list {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 70px 0 0 50px;
    position: relative;
  }
  .awards .award-box .award-list:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50px;
    right: 0;
    height: 1px;
    background: #dadada;
  }
  .awards .award-box .award-list ul {
    margin-top: 0;
  }
  .awards .award-box .award-list ul li {
    font-size: 14px;
  }
  .gallery .tab-content {
    margin-top: 40px;
  }
  .gallery .tab-content .tab-pane .gal-img {
    width: 25%;
  }
  .attraction {
    padding: 50px 0;
  }
  .attraction .attraction-box .attr-block-img {
    float: left;
    width: 50%;
    padding-bottom: 40%;
  }
  .attraction .attraction-box .attr-block-contents {
    float: left;
    width: 50%;
    padding: 40px;
  }
  .attraction .attraction-box:nth-child(even) .attr-block-img {
    float: right;
  }
  .attraction .attraction-box:nth-child(even) .attr-block-contents {
    float: left;
  }
  .related-room #counter5 {
    display: none;
  }
  .room-listing .room-area .room-box .room-img {
    float: left;
    width: 40%;
    height: 400px;
  }
  .room-listing .room-area .room-box .room-content-area {
    float: left;
    width: 60%;
    background: #f3f3f3;
    height: 400px;
    text-align: left;
    padding: 0 30px 50px;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility + .facility {
    margin-left: 10px;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility + .facility:before {
    display: none;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility .name {
    width: 80px;
    padding: 5px 0 5px 10px;
  }
  .room-listing .room-area .room-box .room-content-area .btn-wrap {
    margin-top: 60px;
  }
  .error .icons-ul ul li {
    width: 100%;
    margin-left: 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .top-menu-wrap {
    right: 210px !important;
  }
  .banner-items {
    width: 994px;
  }
  .way-point-anim .welcome-section {
    transition-delay: 1s;
  }
  .way-point-anim .welcome-section .section-sub-title-top {
    margin-left: -40px;
    transition: margin-left 1s ease;
  }
  .way-point-anim .welcome-section .section-title {
    margin-left: -40px;
    transition: margin-left 1s ease;
  }
  .way-point-anim .welcome-section .section-sub-title {
    margin-left: -20px;
    transition: margin-left 1s ease;
  }
  .way-point-anim.show .welcome-section .section-sub-title-top {
    margin-left: 0;
  }
  .way-point-anim.show .welcome-section .section-title {
    margin-left: 0;
  }
  .way-point-anim.show .welcome-section .section-sub-title {
    margin-left: 0;
    margin-top: 20px;
  }
  .way-point-anim .things-to-do .title-area {
    right: 160px;
    transition: right 1s ease;
    transition-delay: 1s;
  }
  .way-point-anim.show .things-to-do .title-area {
    right: 110px;
  }
  .way-point-anim .ways-section .section-title .ways-one {
    margin-left: -50px;
    transition: margin-left 1s ease;
    transition-delay: 0.3s;
  }
  .way-point-anim .ways-section .section-title .ways-two {
    margin-left: 50px;
    transition: margin-left 1s ease;
    transition-delay: 0.5s;
  }
  .way-point-anim .ways-section .content-area a .content {
    margin-left: -50px;
    transition: margin-left 1s ease;
    transition-delay: 0.5s;
  }
  .way-point-anim .ways-section .content-area a + a .content {
    margin-right: -50px;
    transition: margin-right 1.5s ease;
    transition-delay: 1s;
  }
  .way-point-anim.show .ways-section .section-title .ways-one {
    margin-left: 0;
  }
  .way-point-anim.show .ways-section .section-title .ways-two {
    margin-left: 0;
  }
  .way-point-anim.show .ways-section .content-area a .content {
    margin-left: 0;
  }
  .way-point-anim.show .ways-section .content-area a + a .content {
    margin-right: 0;
  }
  .way-point-anim .offers-slider {
    margin-top: 40px;
    transition: margin-top 1s ease;
    transition-delay: 1s;
  }
  .way-point-anim.show .offers-slider {
    margin-top: 0;
  }
  .way-point-anim .experience-section .content-area .box:nth-child(1) {
    margin-top: -40px;
    transition: margin-top 0.5s ease;
    transition-delay: 0.3s;
  }
  .way-point-anim .experience-section .content-area .box:nth-child(2) {
    margin-top: 40px;
    transition: margin-top 0.5s ease;
    transition-delay: 0.3s;
  }
  .way-point-anim .experience-section .content-area .box:nth-child(3) {
    margin-top: -40px;
    transition: margin-top 0.5s ease;
    transition-delay: 0.3s;
  }
  .way-point-anim.show .experience-section .content-area .box:nth-child(1) {
    margin-top: 0;
  }
  .way-point-anim.show .experience-section .content-area .box:nth-child(2) {
    margin-top: 0;
  }
  .way-point-anim.show .experience-section .content-area .box:nth-child(3) {
    margin-top: 0;
  }
  .way-point-anim .we-make-section .contents-area .sub-title, .way-point-anim .we-make-section-hotel .contents-area .sub-title {
    margin-bottom: -40px;
    transition: margin-bottom 1s ease;
    transition-delay: 0s;
  }
  .way-point-anim .we-make-section .contents-area .section-title, .way-point-anim .we-make-section-hotel .contents-area .section-title {
    margin-bottom: -40px;
    transition: margin-bottom 1s ease;
    transition-delay: 0.5s;
  }
  .way-point-anim .we-make-section .contents-area .list-area, .way-point-anim .we-make-section-hotel .contents-area .list-area {
    margin-bottom: -15px;
    transition: margin-bottom 1s ease;
    transition-delay: 1s;
  }
  .way-point-anim .we-make-section .contents-area .guarantee, .way-point-anim .we-make-section-hotel .contents-area .guarantee {
    margin-bottom: -40px;
    transition: margin-bottom 1s ease;
    transition-delay: 1.5s;
  }
  .way-point-anim .we-make-section .contents-area .btn-wrap, .way-point-anim .we-make-section-hotel .contents-area .btn-wrap {
    margin-bottom: -40px;
    transition: margin-bottom 1s ease;
    transition-delay: 2s;
  }
  .way-point-anim.show .we-make-section .contents-area .sub-title, .way-point-anim.show .we-make-section-hotel .contents-area .sub-title {
    margin-bottom: 0;
  }
  .way-point-anim.show .we-make-section .contents-area .section-title, .way-point-anim.show .we-make-section-hotel .contents-area .section-title {
    margin-bottom: 0;
  }
  .way-point-anim.show .we-make-section .contents-area .list-area, .way-point-anim.show .we-make-section-hotel .contents-area .list-area {
    margin-bottom: 0;
  }
  .way-point-anim.show .we-make-section .contents-area .guarantee, .way-point-anim.show .we-make-section-hotel .contents-area .guarantee {
    margin-bottom: 0;
  }
  .way-point-anim.show .we-make-section .contents-area .btn-wrap, .way-point-anim.show .we-make-section-hotel .contents-area .btn-wrap {
    margin-bottom: 0;
  }
  .way-point-anim #instagramwidget .second-row .insta-box .title {
    padding-left: 30px;
    transition: padding-left 1s ease;
    transition-delay: 2s;
  }
  .way-point-anim #instagramwidget .second-row .insta-box .icon-txt {
    padding-left: 30px;
    transition: padding-left 1s ease;
    transition-delay: 2.5s;
  }
  .way-point-anim.show #instagramwidget .second-row .insta-box .title {
    padding-left: 0;
  }
  .way-point-anim.show #instagramwidget .second-row .insta-box .icon-txt {
    padding-left: 0;
  }
  .icons-ul ul {
    margin-top: 20px;
  }
  .section .section-title {
    font-size: 70px;
    line-height: 75px;
  }
  .offers-section {
    margin-top: 110px;
  }
  .offers-section .content-area .view-all {
    position: absolute;
    top: 28px;
    right: 0;
  }
  .offers-section .content-area .offers-slider .item {
    padding: 5px;
  }
  .offers-section .content-area .offers-slider .item a {
    display: block;
    -webkit-box-shadow: 0px 0px 5px 0px #d6d6d6;
    -moz-box-shadow: 0px 0px 5px 0px #d6d6d6;
    box-shadow: 0px 0px 5px 0px #d6d6d6;
  }
  .offers-section .content-area .offers-slider .item a .img-section {
    width: 47%;
    float: left;
    height: 400px;
    padding-bottom: 0;
  }
  .offers-section .content-area .offers-slider .item a .img-section.mobile {
    display: none;
  }
  .offers-section .content-area .offers-slider .item a .img-section.medium {
    display: none;
  }
  .offers-section .content-area .offers-slider .item a .img-section.large {
    display: block;
  }
  .offers-section .content-area .offers-slider .item a .content-section {
    width: 53%;
    float: left;
    height: 400px;
    text-align: left;
    padding: 30px;
    position: relative;
    background: #fff;
  }
  .offers-section .content-area .offers-slider .item a .content-section .contents {
    /*position: absolute;
     top: 50%;
     transform: translateY(-50%); */
    padding-right: 0;
  }
  .offers-section .content-area .offers-slider .item a .content-section .contents .sub {
    margin-left: -20px;
    margin-top: 30px;
    transition: margin-left 1s ease;
    transition-delay: 0s;
    min-height: auto;
  }
  .offers-section .content-area .offers-slider .item a .content-section .contents .main {
    width: 230px;
    margin: 5px 0;
    margin-left: -20px;
    margin-top: 10px;
    text-transform: unset;
    min-height: 65px;
    max-height: 65px;
    transition: margin-left 1s ease;
    transition-delay: 0.3s;
  }
  .offers-section .content-area .offers-slider .item a .content-section .contents .content {
    display: block;
    color: #000000;
    margin: 42px 0 40px;
    margin-left: -20px;
    transition: margin-left 1s ease;
    transition-delay: 0.6s;
  }
  .offers-section .content-area .offers-slider .item a .content-section .contents .site-btn {
    margin-left: -20px;
    transition: margin-left 1s ease;
    transition-delay: 1s;
    position: absolute;
    bottom: 40px;
  }
  .offers-section .content-area .offers-slider .owl-item.active .item a .content-section .contents .sub {
    margin-left: 0;
  }
  .offers-section .content-area .offers-slider .owl-item.active .item a .content-section .contents .main {
    margin-left: 0;
  }
  .offers-section .content-area .offers-slider .owl-item.active .item a .content-section .contents .content {
    margin-left: 0;
  }
  .offers-section .content-area .offers-slider .owl-item.active .item a .content-section .contents .site-btn {
    margin-left: 0;
  }
  .offers-section .content-area .offers-slider .owl-nav {
    display: block;
  }
  .offers-section .content-area .offers-slider .owl-nav .owl-prev, .offers-section .content-area .offers-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 12px 18px;
    background-image: url(images/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    transition: all 0.3s ease;
  }
  .offers-section .content-area .offers-slider .owl-nav .owl-prev.disabled, .offers-section .content-area .offers-slider .owl-nav .owl-next.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .offers-section .content-area .offers-slider .owl-nav .owl-prev:hover, .offers-section .content-area .offers-slider .owl-nav .owl-next:hover {
    opacity: 1;
  }
  .offers-section .content-area .offers-slider .owl-nav .owl-prev svg, .offers-section .content-area .offers-slider .owl-nav .owl-next svg {
    height: 10px;
    width: 10px;
  }
  .offers-section .content-area .offers-slider .owl-nav .owl-next {
    left: auto;
    right: -70px;
    background-image: url(images/arrow-right.svg);
  }
  .offers-section .site-btn {
    top: 28px;
    right: 30px;
  }
  .rooms-section {
    margin: 0 -15px 0;
    padding-top: 0;
  }
  .rooms-section .room-testo {
    background-image: url(images/rooms-testo-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
  }
  .rooms-section .room-testo .testo {
    font-size: 26px;
    color: #000000;
    line-height: 36px;
    padding-top: 70px;
    max-width: 900px;
    margin: 0 auto;
  }
  .rooms-section .room-testo .name {
    font-size: 12px;
    text-transform: uppercase;
    color: #787878;
    max-width: 900px;
    margin: 40px auto;
  }
  .rooms-section .section-title {
    font-size: 70px;
    line-height: 75px;
    text-align: left;
    padding-left: 8.33333333%;
    display: inline-block;
    vertical-align: top;
  }
  .rooms-section .content-area {
    text-align: left;
  }
  .rooms-section .content-area #counter {
    display: none;
  }
  .rooms-section .content-area .rooms-types {
    display: block;
    position: absolute;
    top: -75px;
    right: 0;
  }
  .rooms-section .content-area .rooms-types .room-name {
    float: left;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
    color: #000000;
    cursor: pointer;
    position: relative;
  }
  .rooms-section .content-area .rooms-types .room-name:after {
    content: "";
    background: #000000;
    width: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease;
  }
  .rooms-section .content-area .rooms-types .room-name:hover:after {
    width: calc(100% - 30px);
  }
  .rooms-section .content-area .rooms-types .room-name.active:after {
    width: calc(100% - 30px);
  }
  .rooms-section .content-area .rooms-slider .item a {
    position: relative;
  }
  .rooms-section .content-area .rooms-slider .item a .img-section {
    padding-bottom: 0;
    height: 550px;
  }
  .rooms-section .content-area .rooms-slider .item a .img-section .img-label {
    left: 130px;
    right: auto;
    bottom: 15px;
    font-size: 34px;
  }
  .rooms-section .content-area .rooms-slider .item a .site-btn {
    position: absolute;
    margin: 0;
    bottom: 22px;
    right: 130px;
    border-color: #ffffff;
    color: #ffffff;
  }
  .rooms-section .content-area .rooms-slider .item a .site-btn:hover {
    background: #ffffff;
    color: #000000;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section {
    display: block;
    max-width: 1100px;
    margin: 4px auto 0;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .img-area {
    float: left;
    width: 430px;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .img-area .img-section {
    height: 135px;
    background-size: cover;
    width: calc(50% - 2px);
    float: left;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .img-area .img-section + .img-section {
    margin-left: 4px;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents {
    float: left;
    width: calc(100% - 430px);
    padding-left: 80px;
    margin-top: 50px;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .svg-set .svg-content-wrap {
    float: left;
    width: auto;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .svg-set .svg-content-wrap .icon {
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    position: relative;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .svg-set .svg-content-wrap .icon svg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .svg-set .svg-content-wrap .labels {
    float: left;
    width: auto;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    line-height: 14px;
    text-align: left;
    padding: 10px 30px 10px 15px;
    position: relative;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .svg-set .svg-content-wrap .labels:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 27px;
    top: 13px;
    right: 12px;
    background: #e5e5e5;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .svg-set .svg-content-wrap:last-child .labels {
    padding-right: 0;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .svg-set .svg-content-wrap:last-child .labels:after {
    background: none;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .content {
    text-align: left;
    line-height: 21px;
    margin-top: 35px;
  }
  .rooms-section .content-area .rooms-slider .owl-nav {
    display: block;
  }
  .rooms-section .content-area .rooms-slider .owl-nav .owl-prev, .rooms-section .content-area .rooms-slider .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 87.5px);
    transform: translateY(-50%);
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 12px 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  .rooms-section .content-area .rooms-slider .owl-nav .owl-prev.disabled, .rooms-section .content-area .rooms-slider .owl-nav .owl-next.disabled {
    opacity: 0.3;
  }
  .rooms-section .content-area .rooms-slider .owl-nav .owl-prev:hover, .rooms-section .content-area .rooms-slider .owl-nav .owl-next:hover {
    opacity: 1;
  }
  .rooms-section .content-area .rooms-slider .owl-nav .owl-prev svg, .rooms-section .content-area .rooms-slider .owl-nav .owl-next svg {
    height: 20px;
    width: 20px;
    fill: #ffffff;
  }
  .rooms-section .content-area .rooms-slider .owl-nav .owl-next {
    left: auto;
    right: 0;
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  .rooms-section .content-area .rooms-slider .owl-nav .owl-next.disabled {
    opacity: 0.3;
  }
  .rooms-section .content-area .rooms-slider .owl-nav .owl-next:hover {
    opacity: 1;
  }
  .rooms-section .content-area .vew-our {
    margin-left: calc((100% - 1100px)/2);
    margin-top: 0;
    position: absolute;
    top: 715px;
  }
  .reviews {
    position: relative;
    margin-top: 0;
  }
  .reviews.hotel-rev {
    margin-top: 120px;
  }
  .reviews:before {
    content: "";
    position: absolute;
    top: 85px;
    right: 0;
    width: 11px;
    background: #a57741;
    height: calc(100% - 55px);
  }
  .reviews:after {
    background: url(images/review-back.png) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 415px;
    position: absolute;
    left: -40px;
    top: 75px;
  }
  .reviews-section {
    /*margin-top: 130px;*/
    margin-top: 0;
  }
  .reviews-section .content-area .reviews-slider .item .contents {
    padding: 0 30px;
  }
  .experience-section {
    margin-top: 125px;
  }
  .experience-section .content-area {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .experience-section .content-area .box {
    padding: 80px 15px 60px;
    height: auto;
    width: calc(33.33% - 7px);
    margin-right: 7px;
  }
  .experience-section .content-area .box:nth-child(2) .topic {
    top: auto;
  }
  .experience-section .content-area .box:last-child {
    margin-right: 0;
  }
  .experience-section .content-area .box:last-child .topic {
    top: auto;
  }
  .experience-section .content-area .box .name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 155px;
    padding-top: 65px;
    border-top: 5px solid #fff;
  }
  .experience-section .content-area .box .name:before {
    content: "";
    position: absolute;
    width: 5px;
    left: 0;
    top: 0;
    bottom: 45px;
    background: #ffffff;
  }
  .experience-section .content-area .box .name:after {
    content: "";
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 45px;
    background: #ffffff;
  }
  .experience-section .content-area .box .topic {
    transform: none;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    top: auto;
    color: #ffffff;
    font-size: 50px;
  }
  .experience-section .content-area .box .last {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    display: inline-block;
    width: 155px;
    padding-bottom: 50px;
    border-bottom: 5px solid #fff;
  }
  .experience-section .content-area .box .last:before {
    content: "";
    position: absolute;
    width: 5px;
    left: 0;
    top: 45px;
    bottom: 0;
    background: #ffffff;
  }
  .experience-section .content-area .box .last:after {
    content: "";
    position: absolute;
    width: 5px;
    right: 0;
    top: 45px;
    bottom: 0;
    background: #ffffff;
  }
  .experience-section .content-area .box .content {
    color: #ffffff;
    margin-top: 30px;
  }
  .experience-section .content-area .box .btn-wrap {
    padding-top: 60px;
  }
  .experience-section .content-area .box .site-btn {
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    bottom: 65px;
  }
  .experience-section .content-area .box:hover .site-btn {
    background: #ffffff;
    color: #000000;
  }
  .we-make-testo {
    background-image: url(images/rooms-testo-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
    margin-top: 100px;
    text-align: center;
  }
  .we-make-testo .testo {
    font-size: 26px;
    color: #000000;
    line-height: 36px;
    padding-top: 70px;
    max-width: 900px;
    margin: 0 auto;
  }
  .we-make-testo .name {
    font-size: 12px;
    text-transform: uppercase;
    color: #787878;
    max-width: 900px;
    margin: 40px auto;
  }
  .exp-testo {
    background-image: url(images/rooms-testo-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
    margin-top: 100px;
    text-align: center;
  }
  .exp-testo .testo {
    font-size: 26px;
    color: #000000;
    line-height: 36px;
    padding-top: 70px;
    max-width: 900px;
    margin: 0 auto;
  }
  .exp-testo .name {
    font-size: 12px;
    text-transform: uppercase;
    color: #787878;
    max-width: 900px;
    margin: 40px auto;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .we-make .we-make-section {
    margin: 50px 15px 150px;
    padding: 0;
    position: relative;
  }
  .we-make .we-make-section .main-img {
    float: left;
    margin: -60px 0 -50px;
    width: 630px;
  }
  .we-make .we-make-section .main-img img {
    width: 560px;
  }
  .we-make .we-make-section .contents-area {
    float: left;
    width: calc(100% - 630px);
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0 30px;
  }
  .we-make .we-make-section .contents-area .sub-title {
    text-align: left;
    margin-top: 0;
    font-size: 30px;
  }
  .we-make .we-make-section .contents-area .section-title {
    text-align: left;
    margin-top: 0;
  }
  .we-make .we-make-section .contents-area .content-area {
    text-align: left;
  }
  .we-make .we-make-section .contents-area .content-area .list-area ul li {
    margin-top: 20px;
  }
  .we-make .we-make-section .contents-area .content-area .guarantee {
    text-align: left;
    padding: 5px 10px;
    display: inline-block;
  }
  .we-make .we-make-section .contents-area .content-area .site-btn {
    margin-bottom: 0;
  }
  .explore-vung {
    position: relative;
  }
  .explore-vung:after {
    content: "";
    position: absolute;
    width: 10px;
    background: #a57741;
    top: 85px;
    height: calc(100% - 515px);
    left: 0px;
  }
  .explore-vung-section {
    margin-top: 0;
  }
  .explore-vung-section .left-area {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  .explore-vung-section .left-area .section-title {
    text-align: left;
  }
  .explore-vung-section .left-area .section-sub-title {
    text-align: left;
    font-size: 30px;
    margin-top: 10px;
  }
  .explore-vung-section .left-area .weather-time {
    text-align: left;
    margin-top: 30px;
  }
  .explore-vung-section .left-area .weather-time .weather {
    padding-left: 0;
  }
  .explore-vung-section .left-area .weather-time .time {
    padding-right: 0;
    padding-left: 0;
  }
  .explore-vung-section .left-area .weather-time .time:after {
    left: -9px;
  }
  .explore-vung-section .left-area .list-area {
    margin-top: 55px;
  }
  .explore-vung-section .left-area .list-area ul li {
    margin-top: 20px;
  }
  .explore-vung-section .map-area {
    float: left;
    width: 50%;
    margin-top: -40px;
    text-align: right;
  }
  .explore-vung-slider-section {
    margin-top: 135px;
    position: relative;
  }
  .explore-vung-slider-section .border {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ededed;
  }
  .explore-vung-slider-section .border:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-left: 16px solid #ffffff;
    border-right: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    transform: rotate(90deg);
    top: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .explore-vung-slider-section .border:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-left: 17px solid #ededed;
    border-right: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-top: 26px solid transparent;
    transform: rotate(90deg);
    top: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .explore-vung-slider-section #counter1 {
    display: none;
  }
  .explore-vung-slider-section .sec-titles {
    font-size: 30px;
    color: #08243c;
    font-family: "Anton";
    margin-top: 3px;
    text-transform: uppercase;
    text-align: left;
  }
  .explore-vung-slider-section .explore-vung-slider {
    margin-top: 15px;
  }
  .explore-vung-slider-section .explore-vung-slider .item .img-section {
    height: 210px;
  }
  .explore-vung-slider-section .explore-vung-slider .owl-nav {
    display: block;
  }
  .explore-vung-slider-section .explore-vung-slider .owl-nav .owl-prev, .explore-vung-slider-section .explore-vung-slider .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 40px);
    transform: translateY(-50%);
    left: -70px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 12px 18px;
    background-image: url(images/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    transition: all 0.3s ease;
  }
  .explore-vung-slider-section .explore-vung-slider .owl-nav .owl-prev.disabled, .explore-vung-slider-section .explore-vung-slider .owl-nav .owl-next.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .explore-vung-slider-section .explore-vung-slider .owl-nav .owl-prev:hover, .explore-vung-slider-section .explore-vung-slider .owl-nav .owl-next:hover {
    opacity: 1;
  }
  .explore-vung-slider-section .explore-vung-slider .owl-nav .owl-prev svg, .explore-vung-slider-section .explore-vung-slider .owl-nav .owl-next svg {
    height: 10px;
    width: 10px;
  }
  .explore-vung-slider-section .explore-vung-slider .owl-nav .owl-next {
    left: auto;
    right: -70px;
    background-image: url(images/arrow-right.svg);
  }
  .explore-vung-slider-section .site-btn {
    position: absolute;
    top: -10px;
    right: 0;
  }
  .spa {
    margin-top: 140px;
  }
  .spa .spa-wrap {
    background-size: cover;
    padding: 0;
    height: 550px;
  }
  .spa .spa-wrap .data-section {
    max-width: none;
    margin: 0;
    height: 550px;
  }
  .spa .spa-wrap .data-section:after {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
  }
  .spa .spa-wrap .data-section .top {
    width: 33%;
    float: right;
    height: 550px;
    position: relative;
    padding: 0;
  }
  .spa .spa-wrap .data-section .top .top-in {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 70px 0 40px;
  }
  .spa .spa-wrap .data-section .top .top-in svg {
    width: 235px;
    height: 240px;
  }
  .spa .spa-wrap .data-section .top .top-in .sec-para {
    display: block;
    margin-top: 30px;
  }
  .spa .spa-wrap .data-section .top .top-in .site-btn {
    display: inline-block;
    margin-top: 35px;
    display: block;
    width: 140px;
    margin: 35px auto 0;
  }
  .spa .spa-wrap .data-section .img-area {
    width: 67%;
    float: left;
    height: 550px;
  }
  .spa .spa-wrap .site-btn {
    display: none;
  }
  .new-dining {
    margin-top: 100px;
  }
  .new-dining .spa-wrap {
    background-size: cover;
    padding: 0;
  }
  .new-dining .spa-wrap .data-section {
    max-width: none;
    margin: 0;
  }
  .new-dining .spa-wrap .data-section:after {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .new-dining .spa-wrap .data-section .top {
    width: 33%;
    float: left;
    position: relative;
    padding: 0;
  }
  .new-dining .spa-wrap .data-section .top .top-in {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 40px 0 70px;
  }
  .new-dining .spa-wrap .data-section .top .top-in svg {
    width: 200px;
    height: 130px;
  }
  .new-dining .spa-wrap .data-section .top .top-in .sec-para {
    display: block;
    margin-top: 30px;
  }
  .new-dining .spa-wrap .data-section .top .top-in .site-btn {
    display: inline-block;
    margin-top: 35px;
    display: block;
    width: 140px;
    margin: 35px auto 0;
  }
  .new-dining .spa-wrap .data-section .img-area {
    width: 67%;
    float: right;
  }
  .new-dining .spa-wrap .site-btn {
    display: none;
  }
  .facilities-section {
    margin-top: 0;
  }
  .facilities-section .facilities-testo {
    background-image: url(images/rooms-testo-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
    margin: 100px 0;
    text-align: center;
  }
  .facilities-section .facilities-testo .testo {
    font-size: 26px;
    color: #000000;
    line-height: 36px;
    padding-top: 70px;
    max-width: 900px;
    margin: 0 auto;
  }
  .facilities-section .facilities-testo .name {
    font-size: 12px;
    text-transform: uppercase;
    color: #787878;
    max-width: 900px;
    margin: 40px auto;
  }
  .facilities-section .section-title {
    display: none;
  }
  .facilities-section .sub-section-title {
    display: none;
  }
  .facilities-section .content-area {
    margin: 20px -17px 0;
  }
  .facilities-section .content-area .title-item {
    width: 25%;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: top;
  }
  .facilities-section .content-area .title-item a {
    display: block;
    text-decoration: none;
    padding-bottom: 100%;
  }
  .facilities-section .content-area .title-item a:before {
    display: none;
  }
  .facilities-section .content-area .title-item a .contents {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .facilities-section .content-area .title-item a .contents .section-title {
    display: block;
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
    font-family: "Anton";
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
    padding-top: 16px;
  }
  .facilities-section .content-area .title-item a .contents .sub-section-title {
    display: block;
    color: #517797;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 17px;
    position: relative;
    letter-spacing: 1px;
  }
  .facilities-section .content-area .title-item a .contents .sub-section-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 17.5px 0 17.5px;
    border-color: #a57741 transparent transparent transparent;
  }
  .facilities-section .content-area .title-item a .contents .site-btn {
    margin-top: 70px;
    color: #ffffff;
  }
  .facilities-section .content-area .title-item a .img-section {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .facilities-section .content-area .title-item a:hover .site-btn:after, .facilities-section .content-area .title-item a:active .site-btn:after, .facilities-section .content-area .title-item a:focus .site-btn:after {
    width: 100%;
  }
  .facilities-section .content-area .facilities-slider .item {
    width: 25%;
    margin: 0;
    border: 2px solid #ffffff;
  }
  .facilities-section .content-area .facilities-slider .item:nth-child(4n) {
    margin-right: 0;
  }
  .facilities-section .content-area .facilities-slider .item:nth-child(n+5) {
    display: block;
  }
  .facilities-section .content-area .facilities-slider .item a .main {
    font-size: 18px;
  }
  .instagram {
    position: relative;
  }
  .instagram.hotel:after {
    content: "";
    position: absolute;
    width: 10px;
    background: #a57741;
    height: 760px;
    bottom: 0;
    right: 0px;
  }
  .instagram-section {
    margin-top: 0;
  }
  .instagram-section.corp {
    margin-top: 90px;
  }
  .instagram-section .instagram-testo {
    margin: 100px 0 80px;
  }
  .instagram-section .content-area .insta-box:hover {
    opacity: 0.8;
  }
  .instagram-section .content-area .nav {
    margin-bottom: 22px;
  }
  .instagram-section .content-area .tab-content .tab-pane .first-row a, .instagram-section .content-area .tab-content .tab-pane .second-row a, .instagram-section .content-area .tab-content .tab-pane .first-row span, .instagram-section .content-area .tab-content .tab-pane .second-row span {
    padding-bottom: 0;
    height: 300px;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a, .instagram-section .content-area .tab-content .tab-pane .second-row span {
    display: block;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a:last-child, .instagram-section .content-area .tab-content .tab-pane .second-row span:last-child {
    width: 50%;
    padding-bottom: 0;
    height: 300px;
    padding: 73px 60px;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a .title, .instagram-section .content-area .tab-content .tab-pane .second-row span .title {
    margin: 0;
    text-align: left;
    font-size: 34px;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a .title:after, .instagram-section .content-area .tab-content .tab-pane .second-row span .title:after {
    left: 0;
    right: auto;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a .icon-txt, .instagram-section .content-area .tab-content .tab-pane .second-row span .icon-txt {
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    display: block;
  }
  footer {
    background: #16140e;
    margin-top: 130px;
  }
  footer .footer .footer-logo-address {
    padding: 70px 30px 40px;
  }
  footer .footer .footer-logo-address #logo {
    width: 345px;
  }
  footer .footer .footer-logo-address .address .separator {
    display: none;
  }
  footer .footer .footer-logo-address .corp-add-wrap .address {
    width: 100%;
  }
  footer .footer .footer-logo-address .corp-add-wrap.two {
    font-size: 0;
  }
  footer .footer .footer-logo-address .corp-add-wrap.two .address {
    width: 315px;
    display: inline-block;
    vertical-align: top;
    margin: 25px 15px 0 0;
  }
  footer .footer .footer-logo-address .corp-add-wrap.two .address + .address {
    margin: 25px 0 0 15px;
    position: relative;
  }
  footer .footer .footer-logo-address .corp-add-wrap.two .address + .address:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    left: -14px;
    top: 6px;
  }
  footer .footer .inter-middle-section {
    max-width: 1100px;
    margin: 0 auto;
  }
  footer .footer .inter-middle-section .subscribe-holder {
    position: relative;
    max-width: 440px;
  }
  footer .footer .inter-middle-section .subscribe-holder:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    background: rgba(48, 48, 48, 0);
    background: -moz-linear-gradient(left, rgba(48, 48, 48, 0) 0%, #303030 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(48, 48, 48, 0)), color-stop(100%, #303030));
    background: -webkit-linear-gradient(left, rgba(48, 48, 48, 0) 0%, #303030 100%);
    background: -o-linear-gradient(left, rgba(48, 48, 48, 0) 0%, #303030 100%);
    background: -ms-linear-gradient(left, rgba(48, 48, 48, 0) 0%, #303030 100%);
    background: linear-gradient(to right, rgba(48, 48, 48, 0) 0%, #303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#303030', GradientType=1);
    top: 24px;
    right: 500px;
  }
  footer .footer .inter-middle-section .subscribe-holder:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    background: #303030;
    background: -moz-linear-gradient(left, #303030 0%, rgba(48, 48, 48, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #303030), color-stop(100%, rgba(48, 48, 48, 0)));
    background: -webkit-linear-gradient(left, #303030 0%, rgba(48, 48, 48, 0) 100%);
    background: -o-linear-gradient(left, #303030 0%, rgba(48, 48, 48, 0) 100%);
    background: -ms-linear-gradient(left, #303030 0%, rgba(48, 48, 48, 0) 100%);
    background: linear-gradient(to right, #303030 0%, rgba(48, 48, 48, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#303030', GradientType=1);
    top: 24px;
    left: 500px;
  }
  footer .footer .inter-middle-section .subscribe-holder .subscribeemail {
    text-align: left;
    padding: 0 165px 0 30px;
  }
  footer .footer .inter-middle-section .subscribe-holder .site-btn {
    position: absolute;
    width: 135px;
    top: 2px;
    right: 2px;
    padding: 6px 15px 0;
    background: #14130e;
  }
  footer .footer .inter-middle-section .middle-section .contacts {
    float: left;
    width: 20%;
    text-align: left;
    padding-bottom: 0;
  }
  footer .footer .inter-middle-section .middle-section .contacts .plate .second {
    font-size: 13px;
    font-weight: 500;
  }
  footer .footer .inter-middle-section .middle-section .contacts .plate + .plate {
    margin-top: 10px;
  }
  footer .footer .inter-middle-section .middle-section .footer-menu {
    float: left;
    width: 30%;
    text-align: left;
    margin-top: -7px;
  }
  footer .footer .inter-middle-section .middle-section .footer-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0;
  }
  footer .footer .inter-middle-section .middle-section .footer-menu ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  footer .footer .inter-middle-section .middle-section .footer-menu ul li a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 6px 15px;
    position: relative;
  }
  footer .footer .inter-middle-section .middle-section .footer-menu ul li a:hover, footer .footer .inter-middle-section .middle-section .footer-menu ul li a:active, footer .footer .inter-middle-section .middle-section .footer-menu ul li a:focus {
    color: #a57741;
    outline: none;
  }
  footer .footer .inter-middle-section .middle-section .footer-menu ul li a:hover:after, footer .footer .inter-middle-section .middle-section .footer-menu ul li a:active:after, footer .footer .inter-middle-section .middle-section .footer-menu ul li a:focus:after {
    content: "";
    position: absolute;
    left: 16px;
    right: 20px;
    bottom: 7px;
    height: 1px;
    background: #a57741;
  }
  footer .footer .inter-middle-section .middle-section .bottom-menu {
    float: left;
    width: 20%;
    text-align: left;
    padding: 0;
    margin-top: -10px;
  }
  footer .footer .inter-middle-section .middle-section .bottom-menu li {
    display: block;
    text-align: left;
  }
  footer .footer .inter-middle-section .middle-section .bottom-menu li a {
    padding: 7px 10px;
  }
  footer .footer .inter-middle-section .middle-section .bottom-menu:after {
    display: none;
  }
  footer .footer .inter-middle-section .middle-section .social-media {
    float: left;
    width: 30%;
    text-align: left;
    padding-left: 30px;
  }
  footer .footer .inter-middle-section .middle-section .social-media .copyright {
    text-align: left;
    margin-top: 27px;
  }
  footer .footer .develope {
    margin-top: 40px;
  }
  .things-to {
    margin-top: 120px;
  }
  .things-to .things-to-do {
    height: 560px;
  }
  .things-to .things-to-do .title-area {
    left: auto;
    right: 110px;
  }
  .things-to .things-to-do .title-area .main {
    font-size: 68px;
  }
  .ways-section {
    margin-top: 75px;
  }
  .ways-section .content-area {
    margin-top: 30px;
  }
  .ways-section .content-area .box {
    position: relative;
  }
  .ways-section .content-area .box + .box .content {
    left: auto;
    right: 100px;
  }
  .ways-section .content-area .box + .box .content:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 10px 26px 0;
    border-color: transparent #08243c transparent transparent;
  }
  .ways-section .content-area .box .img-area {
    height: 500px;
  }
  .ways-section .content-area .box .content {
    padding: 50px;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .ways-section .content-area .box .content:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 10px;
    border-color: transparent transparent transparent #a57741;
  }
  .ways-section .content-area .box .content .title {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .ways-section .content-area .box .content .txt {
    font-size: 16px;
    max-width: 270px;
  }
  .default-content .ul-area .icons-ul ul {
    margin-top: 20px;
  }
  .default-content .ul-area .img-area {
    margin-top: 45px;
  }
  .default-content .ul-area .check-btn {
    margin: 45px 0 60px;
  }
  .gal-area .inner-sec-title {
    margin: 60px 0 0;
  }
  .inners .page-title {
    text-align: center;
    margin: 50px 0 0;
  }
  .inners .page-content {
    margin-top: 25px;
    text-align: center;
  }
  .inners .content-block {
    margin-top: 55px;
  }
  .inners .content-block .box {
    float: left;
    width: calc(50% - 15px);
  }
  .inners .content-block .box:nth-child(even) {
    margin-left: 30px;
  }
  .inners .content-block .box + .box {
    margin-top: 0;
  }
  .inners .content-block .box:nth-child(n+3) {
    margin-top: 50px;
  }
  .inners .content-block .box .img-content {
    position: relative;
  }
  .inners .content-block .box .img-content .img-area {
    position: relative;
  }
  .inners .content-block .box .img-content .img-area .title-label {
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
    display: block;
    width: 100%;
  }
  .inners .content-block .box .img-content .img-area .title-label .box-tilte {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
  }
  .inners .content-block .box .img-content .title-label {
    display: none;
  }
  .inners .content-block .box .img-content .title-label.facil-listing {
    display: block;
  }
  .inners .content-block .box .img-content .box-text {
    min-height: 84px;
  }
  .awards .award-box .award-title {
    font-size: 24px;
    top: 30px;
  }
  .awards .award-box .award-list {
    padding: 90px 0 0 50px;
  }
  .awards .award-box .award-list:after {
    top: 74px;
  }
  .attraction {
    padding: 70px 0;
  }
  .attraction .attraction-box .attr-block-contents {
    padding: 75px 60px;
  }
  .room-inner {
    margin: 55px -15px 0;
  }
  .room-inner .icon-row {
    text-align: center;
  }
  .room-inner .icon-row .check {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .room-inner .icon-row .check .in + .in:after {
    top: 6px;
  }
  .room-inner .icon-row .check .in .text {
    font-size: 14px;
  }
  .room-inner .icon-row .check .in .time {
    font-size: 24px;
  }
  .room-inner .icon-row .room-facilities {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
    position: relative;
  }
  .room-inner .icon-row .room-facilities:after {
    content: "";
    position: absolute;
    top: 24px;
    left: -31px;
    width: 2px;
    height: 30px;
    background: #a57741;
  }
  .room-inner .icon-row .room-facilities .facility {
    padding: 17px 25px 17px 0;
    border-top: 0;
    position: relative;
    text-align: left;
  }
  .room-inner .icon-row .room-facilities .facility + .facility {
    padding-left: 25px;
  }
  .room-inner .icon-row .room-facilities .facility + .facility:after {
    content: "";
    position: absolute;
    top: 23px;
    left: -5px;
    width: 1px;
    height: 30px;
    background: #ededed;
  }
  .room-inner .icon-row .room-facilities .facility .icon svg {
    width: 35px;
    height: 35px;
  }
  .room-inner .slider-row #counter4 {
    display: none;
  }
  .room-inner .slider-row #room-inner-lg .owl-item .item .image {
    padding-bottom: 0;
    height: 450px;
  }
  .room-inner .slider-row #room-inner-lg .owl-nav {
    display: block;
  }
  .room-inner .slider-row #room-inner-lg .owl-nav .owl-prev, .room-inner .slider-row #room-inner-lg .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 12px 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  .room-inner .slider-row #room-inner-lg .owl-nav .owl-prev.disabled, .room-inner .slider-row #room-inner-lg .owl-nav .owl-next.disabled {
    opacity: 0.3;
  }
  .room-inner .slider-row #room-inner-lg .owl-nav .owl-prev:hover, .room-inner .slider-row #room-inner-lg .owl-nav .owl-next:hover {
    opacity: 1;
  }
  .room-inner .slider-row #room-inner-lg .owl-nav .owl-prev svg, .room-inner .slider-row #room-inner-lg .owl-nav .owl-next svg {
    height: 20px;
    width: 20px;
    fill: #ffffff;
  }
  .room-inner .slider-row #room-inner-lg .owl-nav .owl-next {
    left: auto;
    right: 40px;
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  .room-inner .slider-row #room-inner-lg .owl-nav .owl-next.disabled {
    opacity: 0.3;
  }
  .room-inner .slider-row #room-inner-lg .owl-nav .owl-next:hover {
    opacity: 1;
  }
  .room-inner .slider-row #room-inner-sm {
    display: block;
    margin-top: 2px;
  }
  .room-inner .slider-row #room-inner-sm .owl-stage {
    margin: 0 auto;
  }
  .room-inner .slider-row #room-inner-sm .owl-stage .owl-item .item .image {
    padding-bottom: 0;
    height: 140px;
  }
  .room-inner .room-inner-testo {
    margin: 65px 0;
  }
  .room-inner.second {
    margin: 0;
  }
  .room-inner.second .room-amenities-section {
    padding: 45px 130px 65px;
  }
  .room-inner.second .room-amenities-section .icons-ul ul {
    font-size: 0;
    position: relative;
  }
  .room-inner.second .room-amenities-section .icons-ul ul:after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #cecece;
  }
  .room-inner.second .room-amenities-section .icons-ul ul li {
    width: calc(50% - 80px);
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
  }
  .room-inner.second .room-amenities-section .icons-ul ul li:nth-child(even) {
    margin-left: 160px;
  }
  .room-inner-book-now-section {
    padding: 50px 30px;
  }
  .room-inner-book-now-section .para {
    max-width: 532px;
    margin: 0 auto;
  }
  .related-room {
    margin-top: 50px;
  }
  .related-room .related-rooms-slider .item a .img-section {
    height: 260px;
  }
  .related-room .related-rooms-slider .owl-nav {
    display: block;
  }
  .related-room .related-rooms-slider .owl-nav .owl-prev, .related-room .related-rooms-slider .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 60px);
    transform: translateY(-50%);
    left: -85px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 12px 18px;
    background-image: url(images/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  .related-room .related-rooms-slider .owl-nav .owl-prev.disabled, .related-room .related-rooms-slider .owl-nav .owl-next.disabled {
    opacity: 0.3;
  }
  .related-room .related-rooms-slider .owl-nav .owl-prev:hover, .related-room .related-rooms-slider .owl-nav .owl-next:hover {
    opacity: 1;
  }
  .related-room .related-rooms-slider .owl-nav .owl-prev svg, .related-room .related-rooms-slider .owl-nav .owl-next svg {
    height: 10px;
    width: 10px;
  }
  .related-room .related-rooms-slider .owl-nav .owl-next {
    left: auto;
    right: -85px;
    opacity: 0.8;
    transition: all 0.3s ease;
    background-image: url(images/arrow-right.svg);
  }
  .related-room .related-rooms-slider .owl-nav .owl-next.disabled {
    opacity: 0.3;
  }
  .related-room .related-rooms-slider .owl-nav .owl-next:hover {
    opacity: 1;
  }
  .room-listing .room-area .room-box .room-img {
    width: 47%;
  }
  .room-listing .room-area .room-box .room-content-area {
    width: 53%;
    padding: 34px 45px 50px;
    position: relative;
  }
  .room-listing .room-area .room-box .room-content-area .room-title {
    margin: 0;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility + .facility {
    margin-left: 25px;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility + .facility:before {
    display: inline-block;
    vertical-align: top;
    left: -14px;
  }
  .room-listing .room-area .room-box .room-content-area .btn-wrap {
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: 45px;
  }
  .contact-us .gray-background {
    padding: 50px 115px 60px;
  }
  .contact-us .gray-background .data-block {
    padding: 60px 30px 55px;
  }
  .contact-us .gray-background .data-block .address span {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .contact-us .gray-background .data-block .address .separator {
    display: none;
    font-size: 16px;
  }
  .contact-us .gray-background .data-block .contacts {
    font-size: 0;
  }
  .contact-us .gray-background .data-block .contacts .plate {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 0;
  }
  .contact-us .gray-background .data-block .contacts .plate:before {
    left: -5px;
    right: auto;
  }
  .contact-us .gray-background .data-block .contacts .plate .first {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .contact-us .gray-background .data-block .contacts .plate .sec {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 20px;
    margin-top: 11px;
  }
  .contact-us .gray-background .data-block .contacts .plate + .plate {
    margin-top: 0;
    margin-left: 40px;
  }
  .contact-us .gray-background .data-block .contacts .plate + .plate:after {
    margin: 0 auto;
    width: 1px;
    height: 25px;
    top: 11px;
    left: -23px;
    right: auto;
  }
  .contact-us .gray-background .data-block .contacts .plate + .plate .sec {
    margin-top: 11px;
  }
  .contact-us .gray-background .contact-form .form-title {
    font-size: 30px;
  }
  .contact-us .map-area .map-imgs .img-area .mobile-img {
    display: none;
  }
  .contact-us .map-area .map-imgs .img-area .desktop-img {
    display: block;
  }
  .plan-ride .gray-background {
    padding: 45px 110px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a .title span {
    padding: 32px 0 45px;
    font-size: 36px;
    line-height: 40px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a .title span.text {
    padding-left: 10px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a .drop:after {
    content: "show less";
    position: absolute;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    transform: rotate(-90deg);
    display: block;
    width: 100px;
    top: 65px;
    left: -35px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a.collapsed .drop:after {
    content: "show more";
    transform: rotate(90deg);
    display: block;
    top: -70px;
    left: -39px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab {
    font-size: 0;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav {
    width: 140px;
    display: inline-block;
    vertical-align: top;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li {
    width: 100%;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li + li {
    border-left: none;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li + li a {
    border-left: 3px solid #a57741;
    border-top: 1px solid #ffffff;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li a {
    font-size: 22px;
    line-height: 25px;
    padding: 25px 35px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li a:hover, .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li a:active, .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li a:focus {
    border-top: 1px solid #ffffff;
    border-left: 3px solid #a57741;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li.active a {
    border-top: none;
    border-left: 3px solid #a57741;
    border-top: 1px solid #ffffff;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav.tw-tab li {
    width: 100%;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav.th-tab li {
    width: 100%;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav.fo-tab li {
    width: 100%;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content {
    width: calc(100% - 140px);
    display: inline-block;
    vertical-align: top;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane {
    padding: 70px 60px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-content {
    font-size: 16px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-list {
    font-size: 16px;
  }
  .banner .check-availability.second .form-availability {
    position: relative;
    transform: none;
    top: 0;
    width: 994px;
  }
  #newsletter .form-group {
    margin-bottom: 0px;
    min-height: 95px;
  }
  #newsletter #gdpr_compliance_id_wrap {
    margin-bottom: 15px;
  }
  .best-rate-g .contact-form {
    padding: 50px 115px 60px;
  }
  #main-menu1 .has-submenu {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }
  #main-menu1 .has-submenu .sub-arrow {
    display: block;
    background: url(images/lang-drop-icon.png) no-repeat;
    width: 19px;
    height: 10px;
    top: 41px;
    right: -3px;
  }
  #main-menu1 .has-submenu .sub-arrow:before {
    display: none;
  }
  #main-menu1 .sub-menu {
    max-width: 240px !important;
    padding: 0;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.39);
  }
  #main-menu1 .sub-menu li a {
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-items {
    width: 1220px;
    bottom: 135px;
  }
  .section .section-title {
    font-size: 80px;
    line-height: 85px;
  }
  .things-to {
    margin-top: 170px;
  }
  .things-to .things-to-do {
    height: 680px;
  }
  .things-to .things-to-do .title-area .sub {
    font-size: 22px;
  }
  .things-to .things-to-do .title-area .main {
    font-size: 80px;
  }
  .ways-section .content-area .box .content {
    padding: 60px;
  }
  .ways-section .content-area .box .content .title {
    font-size: 60px;
  }
  .offers-section {
    margin-top: 170px;
  }
  .offers-section .section-title {
    font-size: 80px;
  }
  .offers-section .content-area .view-all {
    font-size: 12px;
  }
  .offers-section .content-area .offers-slider .owl-nav .owl-prev, .offers-section .content-area .offers-slider .owl-nav .owl-next {
    left: -100px;
  }
  .offers-section .content-area .offers-slider .owl-nav .owl-next {
    left: auto;
    right: -100px;
  }
  .rooms {
    position: relative;
    z-index: 1;
  }
  .rooms-section {
    margin-top: 75px;
  }
  .rooms-section .room-testo {
    margin-bottom: 70px;
  }
  .rooms-section .room-testo .testo {
    font-size: 30px;
    max-width: 1100px;
  }
  .rooms-section .room-testo .name {
    font-size: 14px;
  }
  .rooms-section .section-title {
    font-size: 80px;
    line-height: 85px;
  }
  .rooms-section .content-area .rooms-types {
    right: 30px;
  }
  .rooms-section .content-area .rooms-types .room-name {
    font-size: 16px;
  }
  .rooms-section .content-area .rooms-slider .item a .img-section {
    height: 640px;
  }
  .rooms-section .content-area .rooms-slider .item a .img-section .img-label {
    font-size: 45px;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section {
    max-width: 1250px;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .img-area {
    width: 500px;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .img-area .img-section {
    height: 155px;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents {
    width: calc(100% - 500px);
    margin-top: 30px;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .svg-set .svg-content-wrap .labels {
    padding-right: 60px;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .svg-set .svg-content-wrap .labels:after {
    height: 40px;
    top: 8px;
  }
  .rooms-section .content-area .rooms-slider .item .bottom-section .contents .content {
    margin-top: 25px;
    line-height: 25px;
  }
  .rooms-section .content-area .vew-our {
    margin-left: calc((100% - 1250px)/2);
    font-size: 12px;
    top: 823px;
  }
  .reviews:after {
    left: 0;
    top: 100px;
  }
  .reviews-section {
    margin-top: 160px;
  }
  .reviews-section .content-area .reviews-slider .item .contents .rev-title {
    font-size: 24px;
  }
  .experience-section .content-area .box {
    padding: 90px 15px;
  }
  .experience-section .content-area .box .topic {
    font-size: 60px;
  }
  .experience-section .content-area .box .content {
    max-width: 400px;
    margin: 35px auto 0;
    min-height: 80px;
  }
  .we-make-testo .testo {
    font-size: 30px;
    max-width: 1020px;
  }
  .exp-testo .testo {
    font-size: 30px;
    max-width: 1020px;
  }
  .we-make .we-make-section {
    margin: 90px 30px 30px;
    padding: 0;
  }
  .we-make .we-make-section .main-img {
    width: 705px;
    text-align: right;
  }
  .we-make .we-make-section .main-img img {
    width: 610px;
  }
  .we-make .we-make-section .contents-area {
    width: calc(100% - 705px);
    padding: 0 120px;
  }
  .we-make .we-make-section .contents-area .content-area .list-area ul li {
    font-size: 20px;
    margin-top: 30px;
  }
  .we-make .we-make-section .contents-area .content-area .guarantee {
    font-size: 26px;
  }
  .explore-vung-slider-section .sec-titles {
    font-size: 36px;
  }
  .explore-vung-slider-section .explore-vung-slider .item .img-section {
    height: 240px;
  }
  .explore-vung-slider-section .explore-vung-slider .item .content-section .contents .main {
    font-size: 18px;
    text-align: left;
  }
  .explore-vung-slider-section .explore-vung-slider .item .content-section .contents .distance {
    font-size: 15px;
    text-align: left;
  }
  .spa .spa-wrap {
    height: 650px;
  }
  .spa .spa-wrap .data-section {
    height: 650px;
  }
  .spa .spa-wrap .data-section .top {
    height: 100%;
  }
  .spa .spa-wrap .data-section .top .top-in {
    padding: 0 130px 0 100px;
  }
  .spa .spa-wrap .data-section .top .top-in svg {
    /*width: 230px;
     height: 145px;*/
  }
  .spa .spa-wrap .data-section .img-area {
    height: 650px;
  }
  .facilities-section .facilities-testo .testo {
    font-size: 30px;
    max-width: 1020px;
  }
  .facilities-section .content-area .title-item a .contents .section-title {
    font-size: 70px;
  }
  .facilities-section .content-area .facilities-slider .item a:before {
    height: 100px;
  }
  .facilities-section .content-area .facilities-slider .item a .main {
    font-size: 24px;
  }
  .instagram-section .instagram-testo .testo {
    font-size: 30px;
    max-width: 1020px;
  }
  .instagram-section .content-area .nav li a {
    font-size: 14px;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a:last-child {
    padding: 65px 60px;
  }
  .instagram-section .content-area .tab-content .tab-pane .second-row a .title {
    font-size: 40px;
    line-height: 47px;
  }
  footer .footer .footer-logo-address .address {
    font-size: 16px;
  }
  footer .footer .inter-middle-section {
    max-width: 1150px;
  }
  footer .footer .inter-middle-section .subscribe-holder .subscribeemail {
    font-size: 14px;
  }
  footer .footer .inter-middle-section .subscribe-holder ::-webkit-input-placeholder {
    font-size: 14px;
  }
  footer .footer .inter-middle-section .subscribe-holder ::-moz-placeholder {
    font-size: 14px;
  }
  footer .footer .inter-middle-section .subscribe-holder :-ms-input-placeholder {
    font-size: 14px;
  }
  footer .footer .inter-middle-section .subscribe-holder :-moz-placeholder {
    font-size: 14px;
  }
  footer .footer .inter-middle-section .middle-section .contacts .plate .first {
    font-size: 15px;
  }
  footer .footer .inter-middle-section .middle-section .contacts .plate .second {
    font-size: 16px;
  }
  footer .footer .inter-middle-section .middle-section .contacts .plate + .plate .second + .second {
    margin-top: -6px;
  }
  footer .footer .inter-middle-section .middle-section .footer-menu {
    padding-left: 20px;
  }
  footer .footer .inter-middle-section .middle-section .footer-menu ul li a {
    font-size: 15px;
  }
  footer .footer .inter-middle-section .middle-section .bottom-menu li a {
    font-size: 15px;
  }
  footer .footer .inter-middle-section .middle-section .social-media .copyright {
    font-size: 13px;
  }
  .inners .page-title {
    font-size: 70px;
    line-height: 80px;
    margin: 50px 0 0;
  }
  .inners .page-content {
    margin-top: 25px;
  }
  .awards {
    padding: 80px 0;
  }
  .attraction .attraction-box .attr-block-img {
    padding-bottom: 0;
    height: 500px;
  }
  .attraction .attraction-box .attr-block-contents {
    padding: 90px;
  }
  .room-inner .icon-row .room-facilities {
    margin-left: 80px;
  }
  .room-inner .icon-row .room-facilities .facility .icon svg {
    width: 40px;
    height: 40px;
  }
  .room-inner .icon-row .room-facilities .facility .name {
    font-size: 14px;
    padding: 7px 15px;
  }
  .room-inner .icon-row .room-facilities:after {
    left: -43px;
  }
  .room-inner .slider-row #room-inner-sm .owl-item .item .image {
    height: 160px;
  }
  .room-inner .room-inner-testo {
    margin: 80px 0;
  }
  .room-inner.second .room-amenities-section {
    padding: 60px 160px 75px;
  }
  .room-inner.second .room-amenities-section .icons-ul .inner-sec-title {
    font-size: 36px;
  }
  .room-inner-book-now-section {
    margin-top: 80px;
  }
  .room-inner-book-now-section .para {
    font-size: 35px;
    line-height: 40px;
    max-width: 800px;
  }
  .room-inner-book-now-section .btn-wrap .check-btn.desktop {
    font-size: 22px;
    padding: 6px 36px;
  }
  .room-inner-book-now-section .btn-wrap .site-btn {
    margin-top: 13px;
  }
  .related-room {
    margin-top: 70px;
  }
  .related-room .inner-sec-title {
    font-size: 36px;
  }
  .related-room .related-rooms-slider .item a .img-section {
    height: 300px;
  }
  .room-listing .filter-area .filter-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .room-listing .filter-area .styled-input-single {
    padding: 3px 0px 3px 30px;
    margin-left: 30px;
  }
  .room-listing .filter-area .styled-input-single + .styled-input-single {
    margin-left: 30px;
  }
  .room-listing .filter-area .styled-input--square label:before {
    border-width: 3px;
  }
  .room-listing .room-area {
    margin-top: 50px;
  }
  .room-listing .room-area .room-box + .room-box {
    margin-top: 40px;
  }
  .room-listing .room-area .room-box .room-img {
    height: 470px;
  }
  .room-listing .room-area .room-box .room-content-area {
    height: 470px;
    padding: 65px 60px 140px;
  }
  .room-listing .room-area .room-box .room-content-area .room-title {
    font-size: 36px;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility + .facility {
    margin-left: 35px;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility + .facility:before {
    left: -18px;
  }
  .room-listing .room-area .room-box .room-content-area .room-facilities .facility .name {
    width: 90px;
    font-size: 14px;
    font-weight: 600;
  }
  .room-listing .room-area .room-box .room-content-area .btn-wrap {
    bottom: 75px;
    left: 60px;
  }
  .room-listing .room-area .room-box .room-content-area .btn-wrap .check-btn {
    font-size: 18px;
    padding: 5px 25px;
  }
  .room-listing .room-area .room-box .room-content-area .btn-wrap .site-btn {
    font-size: 12px;
  }
  .room-listing .room-area .room-box .room-content-area .btn-wrap .site-btn.check-btn {
    font-size: 18px;
  }
  .contact-us .gray-background .data-block .address {
    line-height: 38px;
    font-size: 24px;
  }
  .contact-us .gray-background .data-block .address span {
    font-size: 38px;
  }
  .contact-us .gray-background .data-block .contacts .plate .second {
    font-size: 16px;
  }
  .contact-us .gray-background .data-block .contacts .plate .second a {
    font-size: 16px;
  }
  .contact-us .gray-background .contact-form .form-title {
    margin: 35px 15px 15px;
  }
  .contact-us .map-area {
    padding: 90px 15px 0;
  }
  .contact-us .map-area .map-title {
    font-size: 36px;
  }
  .plan-ride {
    margin: 0 30px;
  }
  .plan-ride .gray-background {
    padding: 45px 130px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-heading a .title span {
    font-size: 40px;
    line-height: 50px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .has-tab .nav li a {
    font-size: 26px;
    line-height: 30px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane {
    padding: 80px 100px;
    font-size: 16px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-heading {
    font-size: 30px;
    line-height: 30px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-sub-heading {
    margin-top: 10px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock {
    margin-top: 35px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .svg-block {
    height: 55px;
    width: 55px;
    padding: 13px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .svg-block svg {
    width: 25px;
    height: 25px;
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content {
    width: calc(100% - 55px);
  }
  .plan-ride .gray-background .accordian-section #accordion .panel .panel-collapse .panel-body .tab-content .tab-pane .panel-repaetblock .panel-block .panel-content .block-title {
    font-size: 24px;
  }
  .banner .check-availability.second .form-availability {
    width: 1220px;
  }
  .explore-vung {
    margin-top: 125px;
  }
}
#home-ibe-form .form-group .input-daterange input {
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .main-menu-container {
    height: calc(100vh - 72px);
    overflow-y: auto;
  }
  .header {
    z-index: 9;
  }
  .bottom-btn-wrap .loyality-selector.loyality-selector .dropdown .dropdown-content {
    z-index: 9;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu-container .bottom-btn-wrap {
    margin-top: 20px;
  }
  .main-menu-container .sm-simple {
    padding: 15px 0 22px;
  }
}
/* 8. base site notifications */
.eb-notice-wrap {
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 0;
}
.eb-notice-wrap .title {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 15px;
  color: #ffffff;
  background: #656565;
  font-weight: 700;
}
.eb-notice-wrap .desc {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 15px;
  color: #ffffff;
}
.eb-notice-wrap .foot {
  width: 100%;
  height: auto;
  float: left;
  padding: 2px 15px;
  color: #ffffff;
  font-size: 10px;
  background: #869791;
}
.eb-notice-wrap.error .desc {
  background: #c7254e;
}
.eb-notice-wrap.info .desc {
  background: #2571c7;
}
.eb-item {
  width: 100%;
  padding: 0;
  height: auto;
  margin: 15px 0;
}
.eb-item div.eb-row {
  margin-bottom: 15px;
  text-align: justify;
}
.eb-item img.eb-img {
  width: 100%;
  height: auto;
}
.eb-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
/* 9. owl carousel */
/**
 * owl carousel v2.2.0
 * copyright 2013-2016 david deutsch
 * licensed under mit (https://github.com/owlcarousel2/owlcarousel2/blob/master/license)
 */
.owl-carousel.off {
  display: block;
}
/* dots */
.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 0;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* 10. fancybox 3 */
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #ffffff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #ffffff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #ffffff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #ffffff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #ffffff;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #ffffff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before, .fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before, .fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after, .fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--right::after, .fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
/* Slideshow button */
.fancybox-button--play::before, .fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #ffffff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/*nice select*/
select {
  display: none;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #f4f4f4;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 40px 0 15px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #626262 transparent transparent transparent;
}
.nice-select.open .list {
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  height: 36px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #d4d4d4;
}
.adult .nice-select, .child .nice-select {
  font-size: 20px;
}
.adult .nice-select .list .option, .child .nice-select .list .option {
  font-size: 12px;
}
@media (min-width: 1600px) {
  .nice-select {
    height: 50px;
    line-height: 50px;
  }
}
