/* Color */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Font icon
2.0 Custom Layout
3.0 Forms & Input
4.0 Components  (Modal, Card, Messages, Sidebar, ...)
*/
/*
* ==============1.0 FONTS =================
*/

* {
  padding: 0;
  margin: 0;
}
.material-icons {
  font-family: 'Material Icons', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/Flaticon.eot");
  src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.woff") format("woff"), url("../fonts/flaticon/Flaticon.ttf") format("truetype"), url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon, sans-serif;
  font-size: 20px;
  font-style: normal;
}
.flaticon-pictures:before {
  content: "\f100";
}
.flaticon-error:before {
  content: "\f101";
}
.flaticon-paint-palette-and-brush:before {
  content: "\f102";
}
.flaticon-calendar:before {
  content: "\f103";
}
.flaticon-gears:before {
  content: "\f104";
}
.flaticon-child-seat-for-the-car:before {
  content: "\f105";
}
.flaticon-left-arrow:before {
  content: "\f106";
}
.flaticon-right-arrow:before {
  content: "\f107";
}
.flaticon-iron-weight:before {
  content: "\f108";
}
.flaticon-iron-side-outline-with-two-dots:before {
  content: "\f109";
}
.flaticon-location:before {
  content: "\f10a";
}
.flaticon-home:before {
  content: "\f10b";
}
.flaticon-family:before {
  content: "\f10c";
}
.flaticon-wifi:before {
  content: "\f10d";
}
.flaticon-bathtub:before {
  content: "\f10e";
}
.flaticon-bed:before {
  content: "\f10f";
}
/*
* =========== 2.0 CUSTOM LAYOUT =============
*/

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #5A7E91;
  overflow-x: hidden;
}
body.single {
  background: #FFF;
}
body.stop-scrolling {
  overflow-y: auto !important;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.row {
  margin-right: -15px !important;
  margin-left: -15px !important;
  margin-bottom: 0 !important;
}
.row .col {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 991px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  body:not(.container-small) .container {
    width: 1370px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100% !important;
  }
 body #header .header .logo.right{ display:none; }
}
@media only screen and (max-width: 600px) {

  body #header #main-menu .nav-wrapper{ padding:0 !important; }
}
#mobile-mainmenu.side-nav{
  top:60px;
}
body #sidenav-overlay{ top:60px; }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .row .col.ml1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.ml12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-ml1 {
    margin-left: 8.33333333%;
  }
  .row .col.pull-ml1 {
    right: 8.33333333%;
  }
  .row .col.push-ml1 {
    left: 8.33333333%;
  }
  .row .col.offset-ml2 {
    margin-left: 16.66666667%;
  }
  .row .col.pull-ml2 {
    right: 16.66666667%;
  }
  .row .col.push-ml2 {
    left: 16.66666667%;
  }
  .row .col.offset-ml3 {
    margin-left: 25%;
  }
  .row .col.pull-ml3 {
    right: 25%;
  }
  .row .col.push-ml3 {
    left: 25%;
  }
  .row .col.offset-ml4 {
    margin-left: 33.33333333%;
  }
  .row .col.pull-ml4 {
    right: 33.33333333%;
  }
  .row .col.push-ml4 {
    left: 33.33333333%;
  }
  .row .col.offset-ml5 {
    margin-left: 41.66666667%;
  }
  .row .col.pull-ml5 {
    right: 41.66666667%;
  }
  .row .col.push-ml5 {
    left: 41.66666667%;
  }
  .row .col.offset-ml6 {
    margin-left: 50%;
  }
  .row .col.pull-ml6 {
    right: 50%;
  }
  .row .col.push-ml6 {
    left: 50%;
  }
  .row .col.offset-ml7 {
    margin-left: 58.33333333%;
  }
  .row .col.pull-ml7 {
    right: 58.33333333%;
  }
  .row .col.push-ml7 {
    left: 58.33333333%;
  }
  .row .col.offset-ml8 {
    margin-left: 66.66666667%;
  }
  .row .col.pull-ml8 {
    right: 66.66666667%;
  }
  .row .col.push-ml8 {
    left: 66.66666667%;
  }
  .row .col.offset-ml9 {
    margin-left: 75%;
  }
  .row .col.pull-ml9 {
    right: 75%;
  }
  .row .col.push-ml9 {
    left: 75%;
  }
  .row .col.offset-ml10 {
    margin-left: 83.33333333%;
  }
  .row .col.pull-ml10 {
    right: 83.33333333%;
  }
  .row .col.push-ml10 {
    left: 83.33333333%;
  }
  .row .col.offset-ml11 {
    margin-left: 91.66666667%;
  }
  .row .col.pull-ml11 {
    right: 91.66666667%;
  }
  .row .col.push-ml11 {
    left: 91.66666667%;
  }
  .row .col.offset-ml12 {
    margin-left: 100%;
  }
  .row .col.pull-ml12 {
    right: 100%;
  }
  .row .col.push-ml12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.33333333%;
  }
  .row .col.pull-xl1 {
    right: 8.33333333%;
  }
  .row .col.push-xl1 {
    left: 8.33333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.66666667%;
  }
  .row .col.pull-xl2 {
    right: 16.66666667%;
  }
  .row .col.push-xl2 {
    left: 16.66666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.33333333%;
  }
  .row .col.pull-xl4 {
    right: 33.33333333%;
  }
  .row .col.push-xl4 {
    left: 33.33333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.66666667%;
  }
  .row .col.pull-xl5 {
    right: 41.66666667%;
  }
  .row .col.push-xl5 {
    left: 41.66666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.33333333%;
  }
  .row .col.pull-xl7 {
    right: 58.33333333%;
  }
  .row .col.push-xl7 {
    left: 58.33333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.66666667%;
  }
  .row .col.pull-xl8 {
    right: 66.66666667%;
  }
  .row .col.push-xl8 {
    left: 66.66666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.33333333%;
  }
  .row .col.pull-xl10 {
    right: 83.33333333%;
  }
  .row .col.push-xl10 {
    left: 83.33333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.66666667%;
  }
  .row .col.pull-xl11 {
    right: 91.66666667%;
  }
  .row .col.push-xl11 {
    left: 91.66666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid .row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
}
.kc_row .kc-container,
.kc_row .kc-col-container {
  max-width: none !important;
}
.kc_row .kc-container .row,
.kc_row .kc-col-container .row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.kc_row .kc-container .col,
.kc_row .kc-col-container .col {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .kc_row .kc-container {
    width: 750px;
  }
}
@media (min-width: 991px) {
  .kc_row .kc-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .kc_row .kc-container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  body:not(.container-small) .kc_row .kc-container {
    width: 1370px;
  }
}
@media (max-width: 767px) {
  .kc_row .kc-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .kc_row[data-kc-parallax="true"] {
    background-position: center center !important;
    background-attachment: scroll !important;
  }
}
.kc_tabs .ui-tabs-nav {
  border-radius: 2px 2px 0 0;
}
.kc_tabs .ui-tabs-nav li:first-child {
  border-radius: 2px 2px 0 0;
}
.kc_tabs .ui-tabs-nav li a {
  background-color: transparent;
  color: #222;
}
.kc_tabs .ui-tabs-nav li.ui-tabs-active a {
  background-color: #039be5;
  color: #fff;
}
.kc_tabs .kc-section-active .kc_tab_content {
  padding: 20px 0 !important;
  background-color: #fff;
  height: auto;
  overflow: hidden;
}
@media (max-width: 600px) {
  .kc_tabs .ui-tabs-nav li {
    width: 100%;
  }
}
#sidenav-overlay {
  z-index: 95 !important;
}
.drag-target {
  z-index: 9 !important;
}
.material-tooltip {
  font-size: 12px;
  min-height: inherit;
  line-height: inherit;
  padding: 5px 7px;
}
a {
  color: #6AC6DC;
}
.link {
  color: #6AC6DC;
  transition: all .3s;
}
.link:hover {
  color: #fc7a00;
}
.link.link-white {
  color: #FFF !important;
}
.link.link-white:hover {
  color: #6AC6DC !important;
}
.link.link-black {
  color: #505050 !important;
}
.link.link-black:hover {
  color: #6AC6DC !important;
}
.ots_badge {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 11px;
  border-radius: 2px;
  background: #E7111F;
  width: 16px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  display: inline-block;
  box-shadow: 1px 1px 2px #868686;
}
.ots_badge.inline {
  position: static;
}
a {
  transition: color .3s;
}
a:focus,
a:active {
  outline: none;
}
a:hover {
  color: #6AC6DC;
}
p {
  margin-top: 10px;
  margin-bottom: 5px;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;line-height: 1.5;

}
h1,.h1 {
  font-size: 36px;
  font-family: "BebasNeue";
}
h2, .h2 {
  font-size: 30px;
    font-family: "BebasNeue";
}
h3,.h3 {
  font-size: 24px;
  font-family: "BebasNeue";

}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
ul[class] {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul[class] ul {
  padding-left: 20px;
}
ul[class] li {
  list-style-type: none;
}
ol[class] {
  margin-left: 0;
}
table:not([class]) {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
table:not([class]) thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}
table:not([class]) th {
  padding: 0.4em;
  text-align: left;
}
table:not([class]) tr {
  border-bottom: 1px solid #eee;
}
table:not([class]) td {
  padding: 0.4em;
}
table:not([class]) th:first-child,
table:not([class]) td:first-child {
  padding-left: 0;
}
table:not([class]) th:last-child,
table:not([class]) td:last-child {
  padding-right: 0;
}
table.bordered,
table.bordered > tbody > tr,
table.bordered > thead > tr,
thead {
  border-bottom-color: #e9e9e9;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
  margin-bottom: 10px;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/*
* ========== 3.0 FORMS & INPUT ============
*/

.select-wrapper + label {
  top: -17px;
}
.input-field:not(.field-check-in) .fa {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 1px;
}
.input-field input:not([type="submit"]) {
  text-indent: 15px;
}
input[type="text"]:focus:not(.MuiInputBase-input),
input[type="email"]:focus,
input[type="tel"]:focus,
/* input[type="search"]:focus:not(.MuiInputBase-input), */
input[type="password"]:focus,
.materialize-textarea:focus:not([readonly]),
input.valid[type="text"]:not(.MuiInputBase-input),
input[type=password]:focus,
textarea:focus {
  border-bottom: 1px solid #6AC6DC !important;
  box-shadow: none !important;
}
.input-field input[type=text],
.input-field input[type=password] {
  font-size: 13px;
}
.input-field .prefix.active {
  color: #6AC6DC;
}
textarea {
  border: none;
  resize: none;
  min-height: 100px;
}
.gform_body textarea{
  border: 1px solid #5a7e91;
}
.kc-container{ padding:0; }
.wpcf7-form textarea {
  margin-top: 5px;
  border-bottom: 1px solid #505050 !important;
}
.wpcf7-form input[type="submit"] {
  border: none;
  padding: 10px 30px;
  background: #27b995;
  color: #FFF;
  border-radius: 3px;
  font-size: 18px;
}
.field-calendar {
  position: relative;
}
.field-calendar .space {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.field-calendar.field-data-time .group {
  float: left;
  display: flex;
  align-items: center;
}
.field-calendar.field-data-time .group .fa {
  margin-right: 10px;
  color: #6AC6DC;
}
.field-calendar.field-data-time .group .check_in {
  display: inline-block;
  width: auto;
  max-width: 90px;
}
.field-calendar.field-data-time .group .check_in:hover {
  cursor: pointer;
}
.field-calendar.field-data-time .group .check_in_time {
  max-width: 85px;
}
.field-calendar.field-data-time .group.group-time {
  margin-left: 15px;
}
.input-field .dropdown-content li {
  min-height: 10px;
}
.input-field .dropdown-content li span {
  color: #505050;
  line-height: 1;
}
input.select-dropdown.placeholder {
  /*color: #D9D9D9;*/
  font-family: sans-serif;
}
.sort-by input.select-dropdown.placeholder {
  color: #5A7E91;
}
.form-small .form-control {
  height: 2.7rem !important;
}
.form-small .select-wrapper input.select-dropdown {
  height: 42px !important;
  line-height: 42px;
}
.form-small textarea.form-control {
  height: 150px !important;
  line-height: 30px !important;
  padding: 15px !important;
}
.field-dropdown .select-small input {
  width: 80px !important;
  height: 36px !important;
  line-height: 36px;
}
.field-dropdown .select-small.browser-default {
  height: 40px !important;
}
.field-dropdown .select-small.browser-default option {
  padding: 5px 10px;
}
.field-dropdown .select-dropdown.select-xs {
  max-width: 50px;
}
.field-dropdown .select-dropdown.select-xs input {
  height: 30px !important;
  max-width: 50px;
}
.field-dropdown .select-dropdown.select-xs .dropdown-content {
  min-width: 60px;
}
.form-group label {
  display: block;
  margin-bottom: 3px;
}
.form-group .chips.chips-location {
  height: auto !important;
  min-height: 42px !important;
  padding-right: 15px !important;
}
.form-group .chips.chips-location .chip {
  overflow: hidden;
  float: left;
  position: relative;
  margin-bottom: 3px;
  padding-right: 35px;
}
.form-group .chips.chips-location .chip span {
  display: inline-block;
  width: 118px;
  height: 32px;
  margin-right: 15px;
  overflow-x: hidden;
}
.form-group .chips.chips-location .chip .material-icons {
  position: relative;
}
.form-group .chips.chips-location .chip .material-icons:before {
  position: absolute;
  content: "\f141";
  font: normal normal normal 14px/1 FontAwesome;
  right: 20px;
  bottom: 10px;
  font-size: 8px;
}
.form-group .chips.chips-location .chip .close {
  position: absolute;
  top: 0;
  right: 7px;
}
.form-group .chips.chips-location input {
  height: 32px !important;
  line-height: 32px !important;
  font-size: 12px;
}
.form-group .field-seacrh.field-location .input-location {
  padding-right: 30px;
}
.form-group .field-up-down {
  width: 100px;
  height: 40px;
  position: relative;
}
.form-group .field-up-down .btn-inc {
  position: absolute;
  width: 35px;
  height: 40px;
  top: 0;
  border: 1px solid #CCC;
  cursor: pointer;
  background-color: #FFF;
  transition: all .3s;
}
.form-group .field-up-down .btn-inc:hover {
  background-color: #e6e6e6 !important;
}
.form-group .field-up-down .btn-inc.btn-down {
  left: 0;
  border-radius: 3px 0 0 3px;
  background: url("../images/minus.png") center center no-repeat #FFF;
}
.form-group .field-up-down .btn-inc.btn-up {
  right: 0;
  border-radius: 0 3px 3px 0;
  background: url("../images/plus.png") center center no-repeat #FFF;
}
.form-group .field-up-down .qty {
  position: relative;
  background-color: #FFF;
  text-align: center;
  left: 35px;
  width: 30px;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  font-size: 12px;
  color: #6a6a6a;
  margin: 0;
}
.form-group .field-up-down .qty:focus {
  border-bottom-color: #CCC !important;
}
.form-group .field-up-down.field-small {
  width: 86px;
  height: 30px;
}
.form-group .field-up-down.field-small .btn-inc {
  width: 28px;
  height: 30px;
}
.form-group .field-up-down.field-small .qty {
  left: 28px;
  width: 30px;
  height: 30px;
}
.form-group .field-up-down.style-2 {
  width: 120px;
  height: 35px;
}
.form-group .field-up-down.style-2 .btn-inc {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-color: #5a7e91;
  background-image: none;
}
.form-group .field-up-down.style-2 .btn-inc:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background: #5a7e91;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
}
.form-group .field-up-down.style-2 .btn-inc.btn-up:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 8px;
  background: #5a7e91;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -1px;
}
.form-group .field-up-down.style-2 .qty {
  left: 35px;
  width: 50px;
  height: 35px;
  border: none;
  background: transparent;
  font-size: 15px;
}
.form-group .field-up-down.style-2 .qty:focus {
  border: none !important;
}
.input-radio:not(:checked) + label::before {
  border-color: #d0d0d0;
}
.input-radio:checked + label::after {
  background-color: #6AC6DC;
  border-color: #6AC6DC;
}
::-webkit-input-placeholder {
  color: #D9D9D9;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #D9D9D9;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
}
:-ms-input-placeholder {
  color: #D9D9D9;
}
.form-group {
  position: relative;
  margin-bottom: 10px;
}
.form-group .field-label {
  position: relative;
}
.form-group .form-control,
.form-group .select-dropdown input,
.form-group .texarea,
.form-group .chips {
  border: 1px solid #d0d0d0;
  box-shadow: none !important;
  box-sizing: inherit;
  font-size: 13px;
  margin: 0;
  padding: 0 10px;
/*height: 42px !important;  line-height: 42px !important;*/
  border-radius: 2px;
  text-indent: 10px;

  transition: all .3s;
}
.form-group .btn.btn-primary{
  background: #F9B213;
}
.select-dropdown input[type=checkbox]{margin:5px}

.form-group .form-control:focus,
.form-group .select-dropdown input:focus,
.form-group .texarea:focus,
.form-group .chips:focus,
.form-group .form-control:hover,
.form-group .select-dropdown input:hover,
.form-group .texarea:hover,
.form-group .chips:hover {
  border-color: #6AC6DC !important;
}
.form-group .texarea {
  height: auto !important;
}
.form-group .bottom-border.form-control,
.form-group .bottom-border.select-dropdown input,
.form-group .bottom-border.texarea,
.form-group .bottom-border.chips {
  border: none;
  box-shadow: none !important;
  border-bottom: 1px solid #d0d0d0 !important;
  padding: 0;
  border-radius: 0;
  text-indent: 0;
}
.form-group .bottom-border.form-control:focus,
.form-group .bottom-border.select-dropdown input:focus,
.form-group .bottom-border.texarea:focus,
.form-group .bottom-border.chips:focus,
.form-group .bottom-border.form-control:hover,
.form-group .bottom-border.select-dropdown input:hover,
.form-group .bottom-border.texarea:hover,
.form-group .bottom-border.chips:hover {
  border-color: #6AC6DC !important;
}
.form-group .border-radius {
  border-radius: 5px;
  background: #FFF;
}
.form-group .border-radius.select-wrapper input.select-dropdown {
  border-radius: 5px;
  background: #FFF;
}
.form-group .input-padding:not(.select-wrapper) {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.form-group .input-padding input.select-dropdown {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.form-group .field-icon {
  position: absolute;
  right: 10px;
  top: 19px;
  margin-top: -6px;
  color: #6AC6DC;
  font-size: 13px;
}
.form-group .texarea {
  max-height: 100px;
  height: auto;
  padding: 10px;
}
.form-group .select-wrapper span.caret {
  right: 10px !important;
  color: #6AC6DC;
}
.form-group .select-wrapper .dropdown-content {
  background-color: #505050;

}

.form-group .select-wrapper .dropdown-content li {
  transition: all .3s;
  font-family: sans-serif;
}
.form-group .select-wrapper .dropdown-content li span {
  color: #FFF;
  font-size: 12px;
}
.form-group .select-wrapper .dropdown-content li span label {
  display: inline-flex;
}
.ski-search .form-group .select-wrapper .dropdown-content:not(.multiple-select-dropdown) li:hover{
 background-color: #6AC6DC;
}
.ski-search .form-group .select-wrapper .dropdown-content.multiple-select-dropdown li:hover{
 background-color: transparent;
}
.ski-search .form-group .select-wrapper .dropdown-content.multiple-select-dropdown li.active{
 background-color: #6AC6DC;
}

.ski-search  .form-group .select-wrapper .dropdown-content li.selected {
background-color:transparent;/*#5A7E91*/
}

.ski-search .form-group .select-wrapper .dropdown-content li.active{
background-color:#6AC6DC;
  position: relative;
}
.ski-search .form-group .select-wrapper .dropdown-content.multiple-select-dropdown li.active:before{
    content: "\f00c";
    color: #fff;
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
    position: absolute;
    top: 6px;
    left: 23px;
}
.update-dd.btn{ display:none;
top: -3px;
    right: 0;
    position: absolute;
  background: #6AC6DC;
  padding: 0 5px;
    line-height: 25px;
    height: 25px;
}
.update-dd.btn:hover{color: #fff;}
.dropdown-content li{ min-height: 30px;}
.dropdown-content li:hover{
  background: #6AC6DC;
}
.dropdown-content li > a, .dropdown-content li > span{
  padding: 4px 0 0 20px;
}

.form-group .select-wrapper .dropdown-content li input[type=checkbox]{
  visibility: hidden;
}

.form-group .select-wrapper .dropdown-content .input-checkbox:checked + label::before {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.form-group .field-check-in .space .fa {
  color: #6AC6DC;
}
.form-group .irs-with-grid {
  height: 75px;
}
.form-group .irs-with-grid .irs {
  margin-top: -8px;
  height: 75px;
}
.form-group .irs-with-grid .irs .irs-line {
  top: 45px;
}
.form-group .irs-with-grid .irs .irs-single {
  background-color: transparent;
  color: #505050;
  font-size: 16px;
  text-transform: uppercase;
  left: 0 !important;
}
.form-group .irs-with-grid .irs .irs-single:after {
  border: none;
}
.form-group .irs-with-grid .irs .irs-from,
.form-group .irs-with-grid .irs .irs-to {
  position: static;
  display: inline-block;
  padding: 0;
  margin-right: 40px;
  background: transparent;
  color: #505050;
  font-size: 16px;
  text-transform: uppercase;
}
.form-group .irs-with-grid .irs .irs-from:after,
.form-group .irs-with-grid .irs .irs-to:after {
  border: none;
}
.form-group .irs-with-grid .irs .irs-to {
  position: relative;
  top: auto;
  left: auto !important;
}
.form-group .irs-with-grid .irs .irs-to:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 10px;
  width: 10px;
  height: 1px;
  background: #d0d0d0;
}
.form-group .irs-with-grid .irs-bar {
  height: 3px;
  background: #d0d0d0;
  top: 45px;
}
.form-group .irs-with-grid .irs-line {
  height: 3px;
}
.form-group .irs-with-grid .irs-line .irs-line-left,
.form-group .irs-with-grid .irs-line .irs-line-mid,
.form-group .irs-with-grid .irs-line .irs-line-right {
  height: 3px;
}
.form-group .irs-with-grid .irs-slider {
  width: 30px;
  height: 30px;
  top: 30px;
  background: #fafafa;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.03);
}
.input-checkbox + label::before {
  border-color: #d0d0d0;
}
.input-checkbox:checked + label::before {
  border-right: 2px solid #6AC6DC;
  border-bottom: 2px solid #6AC6DC;
}
.item-filter-star {
  margin: 0;
}
.item-filter-star label {
  margin-bottom: 5px !important;
}
form .payment-form {
  width: 300px;
}
form .payment-form .card-number {
  background-image: url(../images/cart/cart.png), url(../images/cart/cart.png);
  background-position: 5px -118px, 265px -57px;
  background-size: 120px 361px, 120px 361px;
  background-repeat: no-repeat;
  padding-left: 54px;
  text-indent: 50px !important;
}
form .payment-form .card-number.visa {
  background-position: 5px -160px, 265px -57px;
}
form .payment-form .card-number.visa_electron {
  background-position: 5px -202px, 265px -57px;
}
form .payment-form .card-number.mastercard {
  background-position: 5px -243px, 265px -57px;
}
form .payment-form .card-number.maestro {
  background-position: 5px -285px, 265px -57px;
}
form .payment-form .card-number.discover {
  background-position: 5px -327px, 265px -57px;
}
form .payment-form .card-number.f-valid.visa {
  background-position: 5px -160px, 265px -83px;
}
form .payment-form .card-number.f-valid.visa_electron {
  background-position: 5px -202px, 265px -83px;
}
form .payment-form .card-number.f-valid.mastercard {
  background-position: 5px -243px, 265px -83px;
}
form .payment-form .card-number.f-valid.maestro {
  background-position: 5px -285px, 265px -83px;
}
form .payment-form .card-number.f-valid.discover {
  background-position: 5px -327px, 265px -83px;
}
.btn {
  font-size: 14px;
  box-shadow: none !important;
  text-transform: none;
}
.btn.btn-border {
  border: 1px solid #d0d0d0;
}
.btn.btn-primary {
  background: #6AC6DC;
}
.btn.btn-primary:hover {
  background: #fc7a00;
  color: #FFF;
}
.btn.btn-success {
  background: #27b995;
}
.btn.btn-success:hover {
  background: #00b98c;
  color: #FFF;
}
.btn.btn-warning {
  background: #ff5140;
}
.btn.btn-warning:hover {
  background: #ff3a26;
  color: #FFF;
}
.btn.btn-ghost {
  background: #9d9d9d;
  color: #FFF;
}
.btn.btn-ghost:hover {
  background: ighten(#505050, 20%);
}
.btn.btn-transparent {
  color: #505050;
  border: none;
  background: transparent;
}
.btn.btn-transparent:hover {
  background: transparent;
}
.btn.btn-small {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.btn.btn-medium {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 18px;
}
.btn.btn-large {
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  font-size: 20px;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-icon span {
  vertical-align: top;
}
.filters {
  margin-top: 0;
  padding: 5px 15px !important;
  background: #6AC6DC;
  border-radius: 2px;
}
.filters li {
  float: left;
}
.filters li a {
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  padding: 5px 7px;
  border-radius: 2px;
  transition: all .3s;
}
.filters li a .fa {
  font-size: 14px;
}
.filters li.active a,
.filters li:hover a {
  background-color: #FFF;
  color: #6AC6DC;
  position: relative;
}
.form span.error,
.form label.error {
  position: absolute;
  bottom: 5px;
  color: #fb483a;
  font-size: 11px;
  display: block;
}
.form.has-validate select {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
form.form-box {
  background-color: #FFF;
  margin: 50px 0;
  padding: 20px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
form.form-box .form-top {
  margin-bottom: 40px;
}
form.form-box .form-top h4 {
  margin: 0;
  font-weight: 700;
}
form.form-box .form-top small {
  font-size: 12px;
}
form.form-box .form-bottom .forgot {
  float: right;
  margin-top: 14px;
}
.form-book-tour{
  background: #F5F5F5;
  color: #5A7E91;
  border: 1px solid #BDBDBD;
  padding: 1rem;
}

.form-book-tour .form {
  padding: 20px 25px;
}

.form-book-tour .form .departure-date-group i {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 18px;
  cursor: pointer;
}
.form-book-tour .form .departure-date-group input[name="departure_date"] {
  line-height: 1;
  text-indent: 28px;
}
.form-book-tour .form label {
  margin-bottom: 8px;
}

.whats-included{ display: block; margin:0 0 20px 0; }
.form-book-tour .form .tour-people .select-wrapper input.select-dropdown {
  text-indent: 15px;
}
.sidebar-wrapper .close-form-book {
  display: none;
}
.form-extend {
  background: #fafafa;
}
.review-form textarea {
  resize: none;
  background: #f7f7f7;
}
.form-search {
  position: relative;
}
.form-search input {
  background: #FFF;
}
.form-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 15px;
  box-shadow: none !important;
}
.form-availability-room input,
.form-availability-room textarea {
  background-color: #FFF !important;
}
.form-availability-room .form-control,
.form-availability-room input.select-dropdown,
.form-availability-room .btn {
  border-radius: 35px !important;
  height: 40px !important;
}
.form-availability-room .field-calendar .space {
  top: 10px;
}
/*
* =========== COMPONENTS ============
*/
.btn-yellow, .btn-yellow:hover{
  background: #F9B213; color: #fff;
}
.btn-white, .btn-white:hover{
  background: #fff; color: #6893A9;
  border: 1px solid #ccc;
}
.btn-skiblue, .btn-skiblue:hover{
  background: #3997D3; color: #fff;
}
.section {
  padding-top: 0;
  padding-bottom: 0;
}
.nicescroll-cursors {
  background: #505050 !important;
  border: none !important;
  width: 5px !important;
}
.star {
  color: #6AC6DC;
  margin: 5px 0;
}
.star li {
  float: left;
  margin-right: 5px;
}
.star li .fa {
  color: #838383;
}
.star li .fa.star-yellow {
  color: #6AC6DC;
}
.ots-rate-wrapper .jq-ry-container {
  padding: 0;
}
.ots-rate-wrapper .jq-ry-container .jq-ry-normal-group svg {
  color: #e9e9e9;
}
.ots-rate-wrapper .jq-ry-container .jq-ry-rated-group svg {
  color: #e7552e;
}
.card-featured {
  background: #ea7269;
  background: -moz-linear-gradient(top, #ea7269 0%, #e05c50 36%, #cf4436 100%);
  background: -webkit-linear-gradient(top, #ea7269 0%, #e05c50 36%, #cf4436 100%);
  background: linear-gradient(to bottom, #ea7269 0%, #e05c50 36%, #cf4436 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7269', endColorstr='#cf4436', GradientType=0);
  transform: rotate(-45deg);
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding: 6px 10px;
  position: absolute;
  left: -40px;
  top: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  z-index: 2;
  font-size: 10px;
  box-shadow: 0 0 0 1px #EEE inset;
}
.readmore {
  margin-top: 5px;
  display: inline-block;
  padding: 5px 0;
}
.readmore .fa {
  margin-left: 5px;
  margin-top: 4px;
  float: right;
  transition: all .3s;
}
.readmore:hover .fa {
  margin-left: 10px;
}
nav {
  background-color: transparent;
  box-shadow: none;
}
nav.breadcrumbs {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
nav.breadcrumbs .nav-wrapper {
  text-align: left !important;
}
nav.breadcrumbs .breadcrumb {
  color: #5A7E91;
  font-size: 15px;
}
nav.breadcrumbs .breadcrumb.link {
  color: #5A7E91;
}
nav.breadcrumbs .breadcrumb.link:hover {
  color: #5A7E91;
}
nav.breadcrumbs .breadcrumb:before {
  color: #5A7E91;
  font-size: 11px;
}
nav.breadcrumbs .breadcrumb .string-bold {
  font-weight: bold;
  color: #5A7E91;
}
.breadcrumb-wrapper{
  color: #5A7E91;
  font-family: "Open Sans", sans-serif;
}
.breadcrumb-wrapper ol.breadcrumb {
  padding-left: 0;
  margin-bottom:8px;
}
.breadcrumb-wrapper ol.breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.breadcrumb-wrapper ol.breadcrumb li:not(:last-child):after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 9px;
  right: -12px;
  color: #5A7E91;
}
.breadcrumb-wrapper ol.breadcrumb li a {
  font-size: 13px;
}
.breadcrumb-wrapper ol.breadcrumb li a.link {
  color: #5A7E91;
  transition: all .3s;
}
.breadcrumb-wrapper ol.breadcrumb li a.link:hover {
  color: #6AC6DC;
}
.breadcrumb-wrapper ol.breadcrumb li span {
  font-size: 13px;
  color: #5A7E91;
}
.breadcrumb-wrapper.breadcrumb-2 {
  padding: 28px 15px;
  background: #f2f2f2;
}
.breadcrumb-wrapper.breadcrumb-2 .breadcrumb {
  margin: 0;
}
.breadcrumb-wrapper.breadcrumb-2 .breadcrumb li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 9px;
  right: -12px;
  color: #9d9d9d;
}
.breadcrumb-wrapper.breadcrumb-2 .breadcrumb li a,
.breadcrumb-wrapper.breadcrumb-2 .breadcrumb li span {
  font-size: 16px;
  color: #9d9d9d;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
  line-height: 30px;
  color: #505050;
  border-radius: 2px;
}
.resort-country{ margin-bottom:20px;}
.pagination .page-numbers .material-icons {
  vertical-align: top;
  font-size: 2rem;
}
.pagination .page-numbers.current {
  background-color: #6AC6DC !important;
  color: #FFF;
}
.pagination li {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #9d9d9d;
}
.pagination li a {
  display: block;
  line-height: 35px;
  font-size: 12px;
  height: 35px;
  padding: 0;
}
.pagination li a i {
  line-height: 25px;
  color: #444;
}
.pagination li a i:before {
  font-size: 16px;
}
.pagination li.active {
  background: transparent;
  border: 1px solid #6AC6DC;
}
.pagination li.active a {
  color: #505050;
}
.jq-ry-container {
  padding: 0;
}
.service-nav .pagination {
  text-align: left;
}
.service-nav .pagination li a {
  font-size: 13px;
}
.pagination-circle .owl-controls .owl-pagination .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
}
.pagination-circle .owl-controls .owl-pagination .owl-page span.owl-numbers {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  background: transparent !important;
  border: 1px solid #838383;
  color: #505050 !important;
}
.pagination-circle .owl-controls .owl-pagination .owl-page.active span {
  background-color: #6AC6DC;
}
.pagination-circle .owl-controls .owl-pagination .owl-page.active span.owl-numbers {
  background: transparent !important;
  border-color: #6AC6DC;
}
.slider-control.control-style-center .control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-control.control-style-center .control.control-next {
  right: 0;
}
.slider-control.control-style-center .control .material-icons {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background: #b6b6b6;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  transition: all .3s;
}
.slider-control.control-style-center .control .material-icons:hover {
  background-color: #6AC6DC;
}
.slider-control.control-style-center-mg .control {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.slider-control.control-style-center-mg .control.control-prev {
  left: 15px;
}
.slider-control.control-style-center-mg .control.control-next {
  right: 15px;
}
.slider-control.control-style-center-mg .control .material-icons {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  transition: all .3s;
}
.slider-control.control-style-center-mg .control .material-icons:hover {
  background-color: #6AC6DC;
}
.slider-control.control-style-top-right {
  position: absolute;
  top: -35px;
  right: 15px;
}
.slider-control.control-style-top-right .control .material-icons {
  font-size: 18px;
  width: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all .3s;
  color: #FFF;
  background: #6a6a6a;
}
.slider-control.control-style-top-right .control .material-icons:hover {
  background-color: #6AC6DC;
  border-color: #6AC6DC;
}
.slider-control.control-style-top-left {
  position: absolute;
  top: -35px;
  left: 15px;
}
.slider-control.control-style-top-left .control .material-icons {
  font-size: 22px;
  width: 25px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  background: #6a6a6a;
  text-align: center;
  transition: all .3s;
}
.slider-control.control-style-top-left .control .material-icons:hover {
  background-color: #6AC6DC;
  border-color: #6AC6DC;
}
.ots-slider-wrapper .ots-slider .item {
  /* background-size: cover;
  background-position: center center; */
  
  background-size: cover;
  background-position: center 30%;
}
.ots-slider-wrapper .slider-control {
  position: absolute;
  top: 0;
  color: #FFF;
  width: 25%;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
}
.ots-slider-wrapper .slider-control i:before {
  font-size: 25px;
}
.ots-slider-wrapper .slider-control.next {
  justify-content: flex-end;
  right: 0;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 100%) !important;
}
.ots-slider-wrapper .slider-control.prev {
  justify-content: flex-start;
  left: 0;
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.25) 100%) !important;
}
.ots-slider-wrapper.ots-slider-simple {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.ots-slider-wrapper.ots-slider-simple .ots-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.ots-slider-wrapper.ots-slider-simple .main-search-wrapper {
  position: relative;
  z-index: 2;
}
.ots-slider-wrapper.ots-slider-text .ots-slider .owl-item {
  height: auto !important;
}
.ots-slider-wrapper.ots-slider-text .ots-slider .item {
  height: 550px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ots-slider-wrapper.ots-slider-text .ots-slider .item .content {
  text-align: center;
}
.ots-slider-wrapper.ots-slider-text .ots-slider .item .content .title,
.ots-slider-wrapper.ots-slider-text .ots-slider .item .content .description {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
.ots-slider-wrapper.ots-slider-text .ots-slider .item .content .title {
  font-size: 52px;
  font-weight: bold;
}
.ots-slider-wrapper.ots-slider-text .ots-slider .item .content .description {
  font-size: 28px;
  font-weight: lighter;
}
.ots-slider-wrapper.ots-slider-text .ots-slider .item .content .button-slider {
  margin: 20px auto;
  text-align: center;
  display: inline-block;
}
/*---- Preloader ----*/
.preloader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 999;
}
.preloader-container .logo {
  position: absolute;
  top: calc(50% - 100px);
  left: 50%;
  transform: translateX(-50%);
}
.preloader-container .preloader-wrapper {
  position: absolute;
  top: calc(50% + 230px);
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
}
.preloader-container .preloader-wrapper .spinner-yellow-only {
  border-color: #68C6DC !important;
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #eeeeee;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 100px;
  position: relative;
}
.animated-background:after {
  position: static !important;
  visibility: hidden;
  z-index: -1;
}
.animated-background.xs {
  height: 20px;
}
.animated-background.sm {
  height: 50px;
}
.animated-background.md {
  height: 100px;
}
.animated-background.lg {
  height: 150px;
}
.animated-background.ex-lg {
  height: 250px;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -550px 0;
  }
  100% {
    background-position: 550px 0;
  }
}
/*---- OVERLAY LOADER ----*/
.overlay-load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
}
.overlay-load.fixed {
  position: fixed;
}
.overlay-load.hidden {
  display: none !important;
}
.overlay-load img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  transform: translateX(-50%) translateY(-50%);
}
.overlay-load .preloader8 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 0px;
  text-align: left;
}
.overlay-load .preloader8 span {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #6AC6DC;
  animation: preloader8 2s linear infinite;
}
.overlay-load .preloader8 span:last-child {
  animation-delay: -0.8s;
}
@keyframes preloader8 {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
body .topbar {
  background: #e9e9e9;
}
body .topbar .top-left {
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
body .topbar .top-right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
body .topbar .top-left > a,
body .topbar .top-right > a {
  font-size: 11px;
  display: inline-block;
  padding: 8px 20px;
  height: 36px;
  color: #505050;
  border-right: 1px solid #d0d0d0;
  line-height: 20px;
}
body .topbar .top-left > a .fa,
body .topbar .top-right > a .fa {
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  width: 20px;
  height: 20px;
  background: #FFF;
  display: flex;
  float: left;
  align-content: center;
  justify-content: center;
  margin-right: 5px;
}
body .topbar .top-left > a.user-message .fa,
body .topbar .top-right > a.user-message .fa {
  border: none !important;
  background: transparent !important;
  font-size: 14px !important;
}
body .topbar .top-left > a.user-demo-mode,
body .topbar .top-right > a.user-demo-mode {
  border: none;
}
body .topbar .top-left > *:first-child,
body .topbar .top-right > *:first-child {
  border-left: 1px solid #d0d0d0;
}
body .topbar a {
  color: #505050;
}
body .topbar .dropdown {
  border-right: 1px solid #d0d0d0;
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  cursor: pointer;
}
body .topbar .dropdown .dropdown-button {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
}
body .topbar .dropdown .dropdown-button img {
  float: left;
  display: block;
  max-width: 30px;
  border-radius: 50%;
  margin-top: -8px;
  margin-right: 5px;
}
body .topbar .dropdown .dropdown-content {
  z-index: 9991;
}
body .topbar .dropdown .dropdown-content a {
  font-size: 12px;
}
body .topbar .dropdown .dropdown-content#dropdown-user-dashboard i {
  color: #6AC6DC;
}
body .topbar .dropdown.dropdown-language .dropdown-button img {
  margin-top: 2px;
  border-radius: 0;
}
body .topbar .dropdown.dropdown-language .dropdown-content img {
  float: left;
  margin-top: 5px;
  display: inline-block;
}
body .topbar .button-search-header {
  vertical-align: middle;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}
body .topbar .button-search-header .fa {
  margin-right: 0 !important;
}
body .topbar .top-right .dropdown {
  position: relative;
}
body .topbar .top-right .dropdown .dropdown-content {
  right: 0;
  left: auto !important;
}
body .search-header {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  z-index: 999;
  visibility: hidden;
  transition: all 0.3s 0.2s ease-in-out;
}
body .search-header form {
  position: relative;
  margin-top: 100px;
}
body .search-header form input[type="text"] {
  width: calc(100% - 100px );
  height: 150px !important;
  float: left;
  border: none;
  font-size: 70px;
  font-weight: 700;
  color: #6AC6DC;
  border-bottom: none !important;
}
body .search-header form input[type="text"]::placeholder {
  color: #D9D9D9;
}
body .search-header form button[type="submit"] {
  width: 100px;
  height: 160px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transition: all .3s;
  color: #CCC;
}
body .search-header form button[type="submit"] .fa {
  font-size: 70px;
}
body .search-header form button[type="submit"]:hover {
  background: transparent;
  outline: none;
  color: #838383;
}
body .search-header .search-content {
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
body .search-header .search-content .title {
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #CCC;
}
body .search-header .search-content .item .object {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 15px;
  background: #d0d0d0;
  margin-bottom: 5px;
  transition: all .3s;
}
body .search-header .search-content .item .object img {
  max-width: 50px;
  display: inline-block;
}
body .search-header .search-content .item .object h4 {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #505050;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
body .search-header .search-content .item .object .post-price {
  position: absolute;
  bottom: 5px;
  right: 0;
  background: #505050;
  margin: 0;
  padding: 2px 10px;
}
body .search-header .search-content .item .object:hover {
  background: #c3c3c3;
}
body .search-header .search-content.opened {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
body .search-header .close-search {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 36px;
  height: 36px;
  opacity: 0;
  transform: scale(0.5);
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: auto;
  transition: transform .3s .5s;
}
body .search-header .close-search:after,
body .search-header .close-search:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  background: #000;
}
body .search-header .close-search:after {
  transform: rotate(-45deg);
}
body .search-header .close-search:before {
  transform: rotate(45deg);
}
body .search-header.opened {
  top: 0;
  visibility: visible;
  transition-delay: 0s;
}
body .search-header.opened .close-search {
  opacity: 1;
  transform: scale(1);
}
body #main-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  padding:0;
  background-color: transparent;
  box-shadow: none;
  height: auto;
  line-height: 1;
}
body #main-menu .nav-wrapper {
  display: block;
  /*display: flex;
  align-items: center;
  justify-content: flex-start;*/
}
body #main-menu .nav-wrapper .login-register-button {
  position: absolute;
  color: #838383;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
body #main-menu .nav-wrapper .login-register-button .fa {
  height: auto !important;
  line-height: 1 !important;
}

body #main-menu .logo img {
      max-width: 182px;
}
body #main-menu .logo h2{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
ul#menu-primary{
      display: block;
    margin: 27px 0 0 20px;
}
body #main-menu .dropdown-user,
body #main-menu .user-mini-items,
body #main-menu .user-mini-items-content,
body #main-menu .minicart {
  display: none !important;
}

body #main-menu .main-menu li a {
  line-height: 60px;
  color: var(--header-font-color);
  font-family: var(--header-font);
  font-size: var(--header-font-size);
  transition: all .3s;
}

body #main-menu .main-menu li a:hover {
  background: #FFF;
  color: #6AC6DC;
}

nav#main-menu ul li.has-submenu a { padding:0 21px; }

body #main-menu .main-menu li:last-child a {

}
body #main-menu .main-menu li.current-menu-parent > a,
body #main-menu .main-menu li.current-menu-item > a {
  background: transparent;
  color: #5A7E91;
}
body #main-menu .main-menu li.current-menu-parent:not(:first-child) > a,
body #main-menu .main-menu li.current-menu-item:not(:first-child) > a {
  background: #FFF;
  color: #5A7E91;
}
body #main-menu .main-menu li.menu-new {
  position: relative;
}
body #main-menu .main-menu li.menu-new:after {
  content: 'new';
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 0;
  display: inline-block;
  padding: 3px 5px;
  background: #6AC6DC;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  font-size: 10px;
}
body #main-menu .main-menu li.menu-new a {
  padding-right: 35px;
}
body #main-menu .main-menu li.has-submenu {
  position: relative;

}
body #main-menu .main-menu li.has-submenu:after{
    content: "\f107";
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
    font-size: 20px;
    float: left;
    color: #5A7E91;
    position: absolute;
    right: 0;
    top: 40%;
}

body #main-menu .submenu li.has-submenu:after{
   right: 15px;
    top: 30%;
}
body #main-menu .main-menu li.has-submenu .toggle-submenu {
  position: absolute;
  height: auto;
  line-height: 1;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
body #main-menu .main-menu li.has-submenu .toggle-submenu .fa {
  line-height: 1;
  height: auto;
  color: #6a6a6a;
}
body #main-menu .main-menu li.has-submenu .submenu {
  position: absolute;
  top: 100%;
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding-left: 0;
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 15;
}
body #main-menu .main-menu li.has-submenu .submenu li {
  display: block;
  float: left;
  width: 100%;
  font-size:20px;
}
body #main-menu .main-menu li.has-submenu .submenu li a {
    font-size: 16px;
    line-height: 25px;
    padding: 8px 15px;
    font-family: sans-serif;
    text-transform: none;
}
body #main-menu .main-menu li.has-submenu .submenu li#menu-item-4568{
  float: right;
    font-weight: 700;
    text-align: right;
    padding: 20px 20px 0 0;
}
li#menu-item-4568 a{
  font-size: 20px;
}
body #main-menu .main-menu li.has-submenu .submenu .toggle-submenu {
  right: 15px;
}
body #main-menu .button-collapse {
  margin-left: 0 !important;
}
body #header {
  background: #FFF;
}
body #header .header {
 /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.03);*/
}
body #header .header .user-nav-mobile {
  display: none;
}
body #header.header-style-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  background: transparent;
}
body #header.header-style-2 .topbar {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body #header.header-style-2 .topbar .top-left > a,
body #header.header-style-2 .topbar .top-right > a,
body #header.header-style-2 .topbar .dropdown {
  border-right: none;
  color: #FFF;
}
body #header.header-style-2 .topbar .top-left > a .dropdown-button,
body #header.header-style-2 .topbar .top-right > a .dropdown-button,
body #header.header-style-2 .topbar .dropdown .dropdown-button {
  color: #FFF;
}
body #header.header-style-2 .topbar .top-left > a i,
body #header.header-style-2 .topbar .top-right > a i,
body #header.header-style-2 .topbar .dropdown i {
  background: transparent !important;
}
body #header.header-style-2 .topbar .top-left > a .dropdown-content li a,
body #header.header-style-2 .topbar .top-right > a .dropdown-content li a,
body #header.header-style-2 .topbar .dropdown .dropdown-content li a {
  color: #505050 !important;
}
body #header.header-style-2 .topbar .top-left > *:first-child,
body #header.header-style-2 .topbar .top-right > *:first-child {
  border-left: none;
}
body #header.header-style-2 .topbar > a {
  color: #FFF;
}
body #header.header-style-2 .topbar > a i:not(.fa-angle-down) {
  color: #505050 !important;
}
body #header.header-style-2 .topbar .minicart .fa {
  background-color: #FFF;
}
body #header.header-style-2 .topbar a.user-demo-mode .material-icons {
  color: #505050 !important;
}
body #header.header-style-2 .header {
  box-shadow: none;
}
body #header.header-style-2 .header #main-menu {
  background: transparent;
}
body #header.header-style-2 .header #main-menu li a {
  color: #FFF !important;
}
body #header.header-style-2 .header #main-menu li a:hover {
  color: #6AC6DC !important;
  background: transparent !important;
}
body #header.header-style-2 .header #main-menu li .toggle-submenu .fa {
  color: #FFF !important;
}
body #header.header-style-2 .header #main-menu li .submenu li a {
  color: #505050 !important;
}
body #header.header-style-2 .header #main-menu li .submenu li a:hover {
  color: #6AC6DC !important;
}
body #header.header-style-2 .header #mobile-mainmenu li a {
  color: #505050 !important;
}
body #header.header-style-2 .header #mobile-mainmenu li .toggle-submenu .fa {
  color: #505050 !important;
}
body #header.background-gradient {
  /*background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.3) 100%) !important; */
}
body.admin-bar #header.header-style-2 {
  top: 32px;
}
body #main-menu-mobile {
  background: transparent;
  color: transparent;
  height: auto;
  line-height: 1;
}
body #main-menu-mobile ul {
  transition: background .3s .3s;
}
body #main-menu-mobile ul.submenu-opened {
  transition: background 0s 0s;
  transform: scale(0.8);
  background: #f6f6f6;
}
body #main-menu-mobile .side-nav {
  padding-bottom: 0;
}
body #main-menu-mobile .side-nav li {
  border-bottom: 1px solid #f1f1f1;
}
body #main-menu-mobile .side-nav li:last-child {
  border-top: 1px solid #f1f1f1;
}
body #main-menu-mobile .side-nav li.has-submenu {
  display: table;
  width: 100%;
}
body #main-menu-mobile .side-nav li.has-submenu .toggle-submenu {
  display: table-cell;
  top: 0;
  right: 0;
  line-height: 1;
  width: 50px;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  cursor: pointer;
}
body #main-menu-mobile .side-nav li.has-submenu .toggle-submenu .fa {
  height: auto;
  line-height: 1;
  color: #000;
  transform: rotate(-90deg);
}
body #main-menu-mobile .side-nav li.has-submenu .submenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 0;
  margin-left: 0;
  background: #FFF;
  transform: translateX(-100%);
  transition: transform 0.3s, z-index 0s 0.3s;
  z-index: 999;
}
body #main-menu-mobile .side-nav li.has-submenu .submenu .submenu-head {
  line-height: 49px;
  color: #444;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #DEDEDE;
  position: relative;
  cursor: pointer;
}
body #main-menu-mobile .side-nav li.has-submenu .submenu .submenu-head .close-submenu {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CECECE;
}
body #main-menu-mobile .side-nav li.has-submenu .submenu .submenu-head .close-submenu .fa {
  line-height: 1;
  height: auto;
}
body #main-menu-mobile .side-nav li.has-submenu .submenu.opened {
  transition: transform 0.3s, z-index 0s 0s;
  transform: translateX(0);
}
body #mobiledropdown-languages-mobile {
  display: none;
}
body.has-header-sticky #header-sticky-wrapper {
  height: auto !important;
}
body.has-header-sticky.has-header-style-2 #header-sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.has-header-sticky.sticky-running .topbar {
  display: none;
}
body.has-header-sticky.sticky-running #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
body.has-header-sticky.sticky-running #header.header-style-2 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
body.has-header-sticky.sticky-running #header.header-style-2 .header #main-menu li > a {
  color: #505050 !important;
}
body.has-header-sticky.sticky-running #header.header-style-2 .header #main-menu li > a:hover {
  color: #6AC6DC !important;
}
body.has-header-sticky.sticky-running #header.header-style-2 .header #main-menu li.current-menu-parent > a,
body.has-header-sticky.sticky-running #header.header-style-2 .header #main-menu li.current_page_item > a {
  color: #6AC6DC !important;
}
body.has-header-sticky.sticky-running.admin-bar #header {
  top: 32px !important;
}
body #header.has-description #main-menu .nav-wrapper {
  position: relative;
  padding-bottom: 30px;
}
body #header.has-description #main-menu .nav-wrapper .site-description {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #505050;
}
body #header.header-style-2.has-description #main-menu .nav-wrapper .site-description {
  color: #FFF;
}
body.sticky-running #header.has-description #main-menu .nav-wrapper {
  padding-bottom: 0;
}
body.sticky-running #header.has-description #main-menu .nav-wrapper .site-description {
  display: none;
}
body .ots-slider-wrapper.ots-slider-text .main-search-wrapper {
  margin-top: 0;
  background: #FFF;
}
body .ots-slider-wrapper.ots-slider-text .main-search-wrapper .mt_tabs {
  margin-top: -55px;
  background: transparent;
  height: 55px;
}
.main-search-wrapper .mt_tabs .tab {
  height: 55px;
  line-height: 55px;
  display: block;
  float: left;
}
.resort-box .mt_tabs .tab {
  line-height: 30px;

}
body .ots-slider-wrapper.ots-slider-text .main-search-wrapper .mt_tabs .tab a {
  background: rgba(255, 255, 255, 0.6);
  padding: 0 25px;
}
body .ots-slider-wrapper.ots-slider-text .main-search-wrapper .mt_tabs .tab a.active {
  background: #5A7E91;
}
body.has-header-style-2 .main-search-wrapper {
  margin-top: 0px;
}
.mt_tabs {
  height: 50px;
  background: transparent;
}
.heading .mt_tabs .tab{
   margin-right:10px;
   max-width: 49%;
}
.heading .mt_tabs .tab a{
  background: rgba(114, 153, 179, 1);
  color: #fff;
  height:50px;
  font-weight: 700;
}
body .main-search-wrapper .heading .mt_tabs .tab a{
  font-weight: 700;
  padding-top: 10px;
}
.heading .mt_tabs .tab{
   line-height:30px;
}
.heading .mt_tabs .tab.ikw span{
  padding: 0 0 0 10px;
  display: block; float:left;
}
li.tab.ikw a.i-know-where img {
  width:15px; height: 18px;
  position:absolute; top:16px;left:10px}

.mt_tabs .tab a {
  color: #fff;
  padding: 0 15px;
  font-weight: bold;
}
.mt_tabs .tab a .fa {
  width: 14px;
  height: 20px;
  line-height: 20px;
}

.mt_tabs .tab a.active .fa {
  /*border: 1px solid #FFF;*/
}
.heading .mt_tabs .tab a.active {
  background: rgba(90, 126, 145, 1);
  color: #FFF;
}
.mt_tabs .tab a:not(.active):hover {
  color: #6AC6DC;
}
.mt_tabs .indicator {
  background-color: #6AC6DC; display: none;
}
.mt_tabs#tabs-car-infomation .tab {
  text-transform: none;
}
.mt_tabs#tabs-car-infomation .tab a {
  font-size: 13px;
}
.mt_tabs.tabs-break {
  height: auto;
  display: block;
}
.mt_tabs.tabs-break .tab {
  float: left;
}
.mt_tabs.tabs-break .indicator {
  display: none !important;
}
.tab-content {
  padding: 15px 25px;
  background-color: rgba(90, 126, 145, 1);
  box-shadow: 0 2px 6px rgba(0,0,0,.05), 0 0 0 1px rgba(0,0,0,.07);
  border-radius: 0 2px 2px 2px;
}
.tabs-wrap .mt_tabs{
  border-bottom: 1px solid #BDBDBD;
 height: 30px; margin-bottom: 10px;
  overflow: visible;
}

.tabs-wrap .mt_tabs .tab a{
  color: #5A7E91;
  height: 30px;
  position: relative;
  padding:0 20px 0 10px;
}
.tabs-wrap .mt_tabs .tab a.active{
  color: #6AC6DC;
  background: #fff;
  border: 1px solid #BDBDBD;
  border-bottom: none;
  height: 30px;
}
.resort-box .tabs-wrap .mt_tabs .tab a.active{
  background: #F5F5F5;
}
/*.tabs-wrap .mt_tabs .tab a.active:after{
  content:"";
  width: 100%;
  position:absolute;
  height:5px;
  background:red;
  left: 0; bottom: 5px;
}*/

/*--- ALERT --- */
.sweet-alert .sa-icon {
  width: 60px !important;
  height: 60px !important;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  height: 25px !important;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  bottom: 14px !important;
}
.sweet-alert button {
  font-size: 13px !important;
  padding: 7px 20px !important;
  margin: 15px 5px 0 5px !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}
/*--- MESSAGE ---*/
.message {
  padding: 15px !important;
  margin-bottom: 20px;
  margin-top: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.message.text-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.message.text-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.message.text-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.message.text-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body .pac-container {
  z-index: 9999;
  width: 300px !important;
}
body .pac-container .pac-item {
  padding: 7px 15px !important;
  transition: all .3s;
  font-size: 13px !important;
}
body .pac-container .pac-item .pac-item-query {
  transition: all .3s;
  font-weight: bold !important;
}
body .pac-container .pac-item:hover {
  color: #6AC6DC;
}
body .pac-container .pac-item:hover .pac-item-query {
  color: #6AC6DC;
}
body .pac-container.pac-logo:after {
  background-image: none !important;
}
.modal {
  overflow: hidden;
}
.modal .modal-title {
  padding: 24px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.modal .modal-title .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-radius: 0;
  transition: all .3s;
}
.modal .modal-title .modal-close:hover {
  background: #ff6341;
}
.modal .modal-content {
  /*padding-top: 0 !important;
  height: calc(100% - 130px) !important;*/
}
.modal.modal-fixed-footer {
  height: auto !important;
  min-height: 300px;
  max-height: 70%;
}
.modal#modal-expand-map {
  max-height: 90%;
}
.modal#modal-expand-map .modal-content {
  padding-bottom: 10px;
}
.modal#modal-expand-map .content-map {
  height: 450px;
  max-height: 90%;
}
.modal#modal-expand-map .journey-content {
  margin-top: 20px;
}
.modal#modal-expand-map.modal-change-journey .content-map {
  height: 400px;
}
.modal#modal-contact-form {
  min-height: 350px;
  overflow-y: auto;
  max-height: 90%;
}
.modal#modal-contact-form .modal-content {
  position: static;
  height: auto;
}
.modal#modal-login-form {
  overflow-y: auto;
}
.modal#modal-login-form .modal-title .mt_tabs .tab {
  float: left;
  width: 50%;
}
.modal#modal-login-form .modal-title .mt_tabs .tab a.active {
  background: #FFF !important;
  color: #505050 !important;
}
.modal#modal-login-form .modal-title .mt_tabs .indicator {
  display: none !important;
}
.modal#modal-login-form .modal-content {
  padding: 0;
}
.modal#modal-login-form .modal-content .tab-content {
  padding: 20px;
  text-align: left;
}
.ots-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow-y: auto;
  background: rgba(196, 196, 196, 0.7);
  opacity: 0;
  transition: opacity .15s linear;
}
.ots-modal .ots-modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  max-width: 95%;
  max-height: 100%;
  margin: 10px;
  text-align: left !important;
}
.ots-modal .ots-modal-dialog .ots-modal-content {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  max-height: 100%;
  color: #505050 !important;
  display: flex;
  flex-direction: column;
  outline: 0;
  background-clip: padding-box;
}
.ots-modal .ots-modal-close {
  display: flex;
  align-items: center;
}
.ots-modal .ots-modal-close svg{
  margin-right: 0.5rem;
}
.ots-modal .ots-modal-dialog .ots-modal-content .ots-modal-header {
  position: sticky;
  overflow: hidden;
  top: 0;
  background: #fff;
  z-index: 2;
  /* min-height: 16.428571429px; */
  flex: 0 0 auto !important;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.ots-modal .ots-modal-dialog .ots-modal-content .ots-modal-body {
  position: relative;
  padding: 40px;
  flex: 1 1 auto !important;
  overflow-y: scroll;
}
.ots-modal .ots-modal-dialog .ots-modal-content .ots-modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.modal-login-form .ots-modal-dialog .ots-modal-body {
  padding: 0 !important;
}
.modal-login-form .ots-modal-dialog .ots-modal-body .mt_tabs li {
  width: 50%;
  float: left;
}
.modal-login-form .ots-modal-dialog .ots-modal-body .mt_tabs li a {
  text-transform: none;
  text-align: center;
}
.modal-login-form .ots-modal-dialog .ots-modal-body .mt_tabs .indicator {
  display: none !important;
}
.modal-login-form .ots-modal-dialog .ots-modal-body .tab-content {
  padding-top: 20px;
}
.modal-login-form .ots-modal-dialog .ots-modal-body .tab-content .ots-select .dropdown-content {
  padding-left: 0 !important;
}
.modal-login-form .ots-modal-dialog .ots-modal-body .tab-content .form-group .field-icon {
  line-height: 1 !important;
}
.modal-login-form .ots-modal-dialog .ots-modal-body .tab-content .btn-login,
.modal-login-form .ots-modal-dialog .ots-modal-body .tab-content .btn-register,
.modal-login-form .ots-modal-dialog .ots-modal-body .tab-content .btn-lost-password {
  font-size: 14px;
}
.modal-login-form .ots-modal-dialog .ots-modal-body .tab-content .forgot {
  color: #6AC6DC !important;
}

/*---- VC----*/
.card .card-image {
  position: relative;
}
.card .card-image .date {
  position: absolute;
  bottom: 10px;
  color: #6AC6DC;
  left: 20px;
  line-height: 1;
}
.card .card-image .date .month {
  font-size: 45px;
  font-weight: 600;
}
.card .link-absolute {
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  height: 100%;
  z-index: 2;
}
.card .link-absolute span {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  text-indent: 10px;
  overflow: hidden;
}
.card .card-content {
  padding: 20px 20px 30px;
}
.card .card-content .card-title {
  font-size: 22px;
  line-height: 1;
}
.card .card-content .card-title .format .fa {
  font-size: 13px;
  color: #c3c3c3;
  vertical-align: middle;
}
.card .card-content .readmore {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 1;
}
.card .fotorama {
  border-radius: 2px;
}
.card.card-blog .card-content {
  padding: 20px 20px 40px;
}
.card.card-service {
  position: relative;
}
.card.card-service .card-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%) !important;
  z-index: 2;
}
.card.card-service .card-image img {
  transition: transform .3s;
}
.card.card-service .card-image .price {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0 15px;
  font-size: 28px;
  color: #FFF;
  z-index: 3;
}
.card.card-service .card-image .price span {
  margin-top: 10px;
}
.card.card-service .ots-slider-wrapper {
  padding: 0;
}
.card.card-service .ots-slider-wrapper .ots-slider {
  position: static;
}
.card.card-service .ots-slider-wrapper .ots-slider .owl-wrapper-outer {
  height: auto !important;
}
.card.card-service .ots-slider-wrapper .ots-slider .owl-wrapper-outer .ots-slider-item {
  height: auto !important;
}
.card.card-service .ots-slider-wrapper .ots-slider .item img {
  transform: none !important;
  transition: none !important;
}
.card.card-service .card-content {
  padding-top: 0;
}
.card.card-service .card-content .amenities {
  padding: 8px 0;
  margin-left: -20px;
  margin-right: -20px;
  background: #f1f1f1;
}
.card.card-service .card-content .amenities .item {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 1px solid #9d9d9d;
  text-align: center;
}
.card.card-service .card-content .amenities .item span {
  display: block;
  margin-top: -4px;
  font-weight: bold;
  font-size: 12px;
}
.card.card-service .card-content .card-title {
  margin-top: 15px;
}
.card.card-service.card-car .card-content .amenities {
  background: transparent;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
.card.card-service.card-no-box {
  background: #FFF;
  box-shadow: none;
  border-radius: 0;
}
.card.card-service.card-no-box img {
  border-radius: 0;
}
.card.card-service.card-no-box .card-content .amenities {
  background: #FFF;
}
.card.card-service.card-no-box .card-content .card-title {
  font-size: 18px;
  font-weight: bold;
}
.card.card-service.card-no-box.card-in-map {
  background: #FFF;
}
.card.card-service.card-no-box.card-in-map .card-content {
  padding-left: 15px;
  padding-right: 15px;
}
.card.card-service:hover .card-image {
  cursor: auto;
}
.card.card-service:hover .card-image img {
  transform: scale(1.1);
}
.card.card-list .card-image {
  overflow: hidden;
}
.card.card-list .card-image img {
  height: 220px;
  width: auto;
  max-width: none;
}
.card.card-list .card-content {
  margin-left: -10px;
  padding-left: 0;
}
.card.card-list .card-content .amenities {
  margin-left: 0;
  margin-right: 0;
  background: transparent !important;
}
.card.card-list .card-content .amenities .item {
  width: 40px !important;
  height: 40px !important;
}
.card.card-list .card-content .amenities .item i[class^="flaticon-"]:before {
  font-size: 16px;
}

.holiday-price .price {
  /*position: absolute;
  bottom: 15px;
  right: 15px;*/
  line-height:25px;
  font-size: 28px;
  color: #6AC6DC;
}
.holiday-price .price-small{
  color: #5A7E91;
  font-size:18px;
}
.holiday-price .price span {
  font-size: 12px;
  color: #505050;
}
.card.card-location .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.card.card-location .card-overlay .price {
  color: #e6e6e6;
  text-transform: uppercase;
}
.card.card-location .card-overlay .card-title {
  display: block;
  position: static;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card.card-location .weather-item {
  position: absolute;
  top: 15px;
  right: 20px;
}
.card.card-location .weather-item .title {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}
.card.card-location .weather-item .currently {
  color: #FFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.card.card-location .weather-item .info-weather {
  min-width: 110px;
}
.card.card-blog .card-image img {
  transition: transform .3s;
}
.card.card-blog:hover .card-image {
  cursor: auto;
}
.card.card-blog:hover .card-image img {
  transform: scale(1.1);
}
/*---- List  ----*/
.list.style-1 {
  transition: all .3s;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.list.style-1:hover {
  border-color: #6AC6DC;
}
.list.style-1 .thumbnail {
  height: 100%;
  position: relative;
  border-radius: 2px 0 0 2px;
  overflow: hidden;
}
.list.style-1 .thumbnail .featured {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  background-color: #6AC6DC;
  color: #FFF;
  font-size: 12px;
}
.list.style-1 .content .title a {
  color: #505050;
  transition: all .3s;
}
.list.style-1 .content .title a:hover {
  color: #6AC6DC;
}
.list.style-1 .content .count span .fa {
  color: #9d9d9d;
}
.list.style-1 .amenities-room .amenity .fa {
  color: #9d9d9d;
}
.list.style-1 .more .price {
  position: absolute;
  top: 10px;
  right: -10px;
  padding: 3px 7px;
  background: #6AC6DC;
  color: #FFF;
}
.list.style-1 .more .price:after {
  content: "";
  height: 10px;
  position: absolute;
  bottom: -10px;
  right: 0;
  border-bottom: 7px solid #e36d00;
  border-right: 10px solid transparent;
  transform: rotateX(186deg);
}
.list.style-1 .more .readmore {
  position: absolute;
  bottom: 10px;
  right: 5px;
  padding: 5px 7px;
  color: #6AC6DC;
  font-weight: bold;
  border: 1px solid #6AC6DC;
  border-radius: 2px;
  float: right;
  transition: all .3s;
}
.list.style-1 .more .readmore:hover {
  color: #FFF;
  background-color: #6AC6DC;
}
.featured {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #6AC6DC;
  color: #FFF;
  padding: 3px 5px;
  font-size: 12px;
}
.review-core {
  position: absolute;
  left: 15px;
  bottom: 35px;
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-radius: 50%;
  border: 1px solid #FFF;
  font-weight: bold;
  z-index: 3;
}
.review-core:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  border: 1px solid #FFF;
  z-index: 1;
}
.review-core:before {
  content: attr(data-content);
  position: absolute;
  left: 0;
  bottom: -22px;
  color: #FFF;
  font-size: 10px;
  z-index: 2;
  width: 100px;
}
.guarantee {
  position: absolute;
  top: -10px;
  right: -15px;
  max-width: 65px !important;
  z-index: 1;
}
/* ---- Post ---- */
blockquote {
  border-left: 3px solid #6AC6DC;
  padding: 15px 10px;
  margin-left: 20px;
  font-size: 18px;
  font-style: italic;
  position: relative;
}
.tabs iframe {
  width: 100%;
  min-height: 350px;
}
.post-slider .fotorama {
  position: relative;
}
.post-slider .fotorama .fotorama__nav-wrap {
  position: absolute;
  bottom: 0;
}
.post-slider .fotorama .fotorama__nav-wrap .fotorama__thumb-border {
  border-color: #6AC6DC;
}
.post-slider.hotel-gallery .fotorama__nav-wrap {
  position: relative;
}
.post-slider.hotel-gallery .fotorama__nav--thumbs {
  padding-top: 15px;
  padding-bottom: 15px;
}
.post-slider.hotel-gallery .fotorama__nav--thumbs .fotorama__thumb-border {
  height: 48px;
}
.post-slider.hotel-gallery .fotorama__nav--thumbs .fotorama__nav__frame {
  height: 50px;
}
.post-slider.hotel-gallery .fotorama__nav--thumbs .fotorama__nav__frame img {
  height: 50px !important;
}
.item.content-testimonial .content {
  padding: 0 15px;
}
.item.content-testimonial .content .post-thumbnail img {
  max-width: 100px;
  border-radius: 50%;
}
#expand-price-each-day {
  margin-bottom: 5px;
}
#price-each-day {
  margin-top: 15px;
  display: none;
}
/* ---- Single ----*/
body.single-ots_hotel {
  background: #f7f7f7;
}
body.single-ots_hotel .breadcrumb-wrapper {
  background: #FFF;
}
body.single-ots_hotel .single-wrapper,
body.single-ots_hotel .sidebar {
  background: #FFF;
  margin-top: 25px;
  padding: 25px;
}
body.single-ots_hotel .sidebar .widgettitle {
  border: none !important;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 0;
}
body.single-ots_hotel .tab-details-hotel .tabs {
  background: #FFF;
  height: 40px;
}
body.single-ots_hotel .tab-details-hotel .tabs .tab {
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  background: #f7f7f7;
}
body.single-ots_hotel .tab-details-hotel .tabs .tab a {
  text-transform: none;
  font-weight: normal;
}
body.single-ots_hotel .tab-details-hotel .tabs .indicator {
  display: none !important;
}
body.single-ots_hotel .tab-details-hotel .tab-content {
  padding: 15px 0;
}
.single .post-heading {
  font-weight: bold;
  margin-top: 20px;
}
.single .featured {
  font-size: 12px;
  font-weight: normal;

}
.single .post-content-group .post-info span {
  margin-right: 20px;
}
.single-tour .tour-program {
  padding-bottom: 20px;
}
.single-tour .tour-program:after {
  content: '';
  display: table;
  clear: both;
}
.single-tour .tour-program .tour-point {
  width: 75px;
  height: 75px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #505050;
  text-align: center;
  font-weight: bold;
  border: 5px solid #6AC6DC;
  background: #f7f7f7;
  z-index: 1;
}
.single-tour .tour-program .tour-main {
  position: relative;
  margin-left: 150px;
  padding: 20px;
  background: #f7f7f7;
  border-left: 2px solid #6AC6DC;
  z-index: 0;
}
.single-tour .tour-program .tour-main:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid transparent;
  border-right: 10px solid #6AC6DC;
  top: 25px;
  left: -20px;
  z-index: 1;
}
.single-tour .tour-program .tour-main:before {
  content: '';
  position: absolute;
  top: 35px;
  left: -100px;
  width: 100px;
  height: 1px;
  border-bottom: 1px dashed #6a6a6a;
  z-index: 0;
}
.single-tour .tour-program .tour-main .tour-program-title {
  color: #040404;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.single-tour .tour-program .tour-main .tour-program-description {
  margin-top: 10px;
  font-style: italic;
}
.related-post .post-video iframe {
  min-height: 150px;
  height: auto;
}
.single-car .container-car {
  margin-top: -60px;
}
.single-car .container-car .car-title {
  background: #5d5d5d;
  min-height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.single-car #price-included .price-item {
  display: flex;
  align-items: center;
}
.single-car #price-included .price-item .price {
  margin-left: auto;
}
/* ---- Sidebar ---- */
.sidebar .widget {
  margin-bottom: 20px;
}
.sidebar .widget .widgettitle {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.sidebar .widget.widget-style-2 {
  padding: 20px;
  border: 1px solid #d0d0d0;
  font-weight: 300;
}
.sidebar.hotel-sidebar .widget .widgettitle {
  border-bottom: 1px solid #d0d0d0;
}
.sidebar.hotel-sidebar .widget .logo img {
  max-width: 150px;
}
.sidebar.room-sidebar .date-group-wrapper {
  position: relative;
}
.sidebar.room-sidebar .date-group-wrapper:after {
  content: '\f061';
  font-family: FontAwesome, sans-serif;
  font-size: 28px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -12px;
}
.sidebar.room-sidebar .date-group-wrapper .date-group .day {
  display: block;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 50%;
  color: #505050;
  transition: all .3s;
}
.sidebar.room-sidebar .date-group-wrapper .date-group .month {
  margin-top: 5px;
  display: block;
  text-align: center;
}
.sidebar.room-sidebar .date-group-wrapper .date-group:hover .day {
  color: #6AC6DC;
  cursor: pointer;
}
.sidebar.room-sidebar .field-check-in {
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
}
.sidebar.car-sidebar .car-price {
  background-color: #000000;
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.sidebar.car-sidebar .widget-style-2 {
  background: #FFF;
}
/*---- Single Hotel -----*/
.single-post iframe {
  width: 100%;
}
.single-post .related-post .entry-video {
  margin-top: 0;
}
.single-post .related-post .entry-video iframe {
  max-height: 208px;
}
.single-post .section.infomation .item-child {
  padding: 20px 15px;
  border: 1px solid #d0d0d0;
}
.single-post .section.infomation .item-child .title {
  border-bottom: 1px solid #d0d0d0;
}
.single-post .section.infomation .item-child .info .fa,
.single-post .section.infomation .item-child .amenities .amenity .fa {
  color: #6AC6DC;
}
.single-post .section.infomation .item-child.price h3 {
  color: #6AC6DC;
}
.single-post .section.infomation .item-child.price h3 span {
  color: #b6b6b6;
  font-weight: 300;
}
/* ---- Single Room ---- */
.cart-info {
  margin-top: 22px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.cart-info .thumbnail img {
  border-radius: 2px 2px 0 0;
}
.cart-info .description {
  font-size: 12px;
}
.cart-info .item-info li {
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px dashed #e9e9e9;
}
.cart-info #counpon-wrapper {
  box-shadow: none;
  position: relative;
}
.cart-info #counpon-wrapper:after {
  content: '\f107';
  font-family: 'FontAwesome', sans-serif;
  font-size: 13px;
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 1;
}
.cart-info #counpon-wrapper .collapsible-body {
  padding: 15px;
}
.cart-info #counpon-wrapper .btn {
  height: 30px;
  line-height: 30px;
  padding: 0 1.1rem;
}
/*---- Single tour ----*/
.single-tour {
  margin-bottom: 30px;
}
.sidebar-tour .close{
  position: absolute; right: 10px;
    top: 35px;
    font-size: 20px;
}
.toggle-map-large {
  height: 38px;
  margin-bottom: 28px;
}
.toggle-larger-map-wrapper {
  margin-bottom: 20px;
  display: none;
}
.toggle-larger-map-wrapper .map-content {
  height: 450px;
}
.checkout-form .payments {
  padding: 15px;
  background: #f1f1f1;
  border-radius: 2px;
}
.checkout-form .payments .payment-item {
  margin-bottom: 20px;
}
.checkout-form .payments .payment-item label:before,
.checkout-form .payments .payment-item label:after {
  top: 50%;
  margin: 0 4px 4px;
}
.checkout-form .payments .payment-item .payment-des {
  display: none;
  position: relative;
  background: #dcdcdc;
  padding: 10px;
  margin-top: 10px;
  border-radius: 2px;
}
.checkout-form .payments .payment-item .payment-des:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  left: 58px;
  border: 8px solid transparent;
  border-bottom: 8px solid #dcdcdc;
}
.checkout-form .payments .payment-item .payment-form {
  display: none;
}
.icon-order {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  display: flex !important;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.icon-order.icon-order-completed {
  border: 2px solid #41aa3b;
  color: #41aa3b;
}
.icon-order.icon-order-cancelled {
  border: 2px solid #D54730;
  color: #D54730;
}
.icon-order.icon-order-incomplete {
  border: 2px solid #E09629;
  color: #E09629;
}
.status-order {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 12px;
  color: #FFF !important;
  margin-left: 10px;
}
.status-order.incomplete {
  background-color: #E09629;
}
.status-order.completed {
  background-color: #4caf50;
}
.status-order.cancelled {
  background-color: #D54730;
}
.status-post {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 12px;
  color: #FFF !important;
  margin: 0 !important;
}
.status-post.publish {
  background-color: #4caf50;
}
.status-post.pending {
  background-color: #ffab00;
}
.status-post.draft {
  background-color: #9e9e9e;
}
.status-post.trash {
  background-color: #616161;
}
.payment-success-page {
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
}
/*---- Single Service ----*/
.service-gallery {
  position: relative;
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: height .3s;
}
.service-gallery .view-gallery {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 1;
  display: inline-block;
  background: #FFF;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #838383;
  font-weight: bold;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.service-gallery .view-gallery.top {
  top: 15px;
  bottom: auto;
}

.service-gallery .gallery-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 100%) !important;
}
.service-gallery .gallery-title .title {
  position: relative;
  height: 90px;
  line-height: 1.2;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.service-gallery .gallery-title .title .star {
  font-size: 12px !important;
  letter-spacing: 0 !important;
}
.service-gallery .gallery-title .title .address {
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.service-gallery .gallery-title .title .review-core {
  position: absolute;
  bottom: 30px;
  left: auto;
  right: 3px;
  font-size: 15px !important;
}
.service-gallery .gallery-title .title .review-core:before {
  left: auto;
  right: 0;
  line-height: 1;
}
.hotel-logo {
  width: 90px !important;
  height: auto;
}
.amenities-head {
  padding: 7px 0;
  background-color: #f5f5f5;
}
.amenities.style-2 a .fa {
  font-size: 16px;
  border: 1px solid #d0d0d0;
  padding: 5px;
  color: #838383;
  border-radius: 3px;
  margin-right: 2px;
  transition: all .3s;
}
.amenities.style-2 a .fa:hover {
  color: #6AC6DC;
}
/*---- BLOG ----*/
.home.blog,
body.archive,
body.search,
.single-post {
  background-color: #eeeeee;
}
.home.blog #header,
body.archive #header,
body.search #header,
.single-post #header {
  background-color: #FFF;
}
.home.blog ol.breadcrumb,
body.archive ol.breadcrumb,
body.search ol.breadcrumb,
.single-post ol.breadcrumb {
  background: #FFF;
  padding: 5px 20px;
  border-left: 3px solid #6AC6DC;
}
.single-post .post-title,
.page .post-title {
  word-break: break-all;
  word-wrap: break-word;
}
.single-post .info span,
.page .info span {
  margin-right: 10px;
}
.single-post img,
.page img {
  max-width: 100%;
}
.single-post .post-item,
.page .post-item {
  background-color: #FFF;
}
.best-room-wrapper {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 50px;
  background: rgba(255, 255, 255, 0.8);
  width: calc(100% - 200px);
  max-width: calc(100% - 50px);
  padding: 0 25px 20px 25px;
  font-family: 'Times New Roman', sans-serif !important;
  min-height: 150px;
}
.best-room-wrapper .sub-title {
  font-size: 20px;
  font-style: italic;
  color: #f3a43e;
}
.best-room-wrapper .title {
  font-size: 38px;
}
.best-room-wrapper .price {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  color: #da4d4d;
  font-weight: bold;
}
.best-room-wrapper .btn {
  position: absolute;
  bottom: 15px;
  right: 25px;
}
.post-item {
  position: relative;
}
.post-item .post-title {
  display: inline-block;
  position: relative;
}
.post-item .post-title .small-info {
  position: absolute;
  top: -3px;
  right: -45px;
  line-height: 15px;
}
.post-item.post-grid {
  margin-bottom: 20px;
  background: #f8f8f8;
}
.post-item.post-grid .post-content {
  padding: 15px;
}
.post-item.has-sticky {
  border: 1px dashed #6AC6DC;
  border-bottom: 3px solid #6AC6DC;
}
.post-item .entry-audio,
.post-item .entry-video {
  margin-top: 20px;
}
.post-item.card .entry-video iframe {
  max-width: 100%;
  max-height: 300px;
}
.post-item.card .card-title {
  font-weight: bold;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.post-item.card .card-image .card-title {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}
.post-item.card .card-image .card-title a {
  color: #FFF;
}
.post-item.card .card-image .card-title a:hover {
  color: #6AC6DC;
}
.post-item.card .card-image .card-title .icon-format {
  color: #FFF;
}
.post-item.card .card-content {
  padding-bottom: 20px;
}
.post-item.card .card-content iframe {
  width: 99.9% !important;
}
.post-item.card .card-content img {
  max-width: 100%;
  height: auto;
}
.post-item.card .card-content p {
  margin-top: 10px;
}
.post-item.card .card-action {
  padding-top: 0;
  border-top: none;
}
.post-item.card .card-action a {
  text-transform: none !important;
}
.single .post-item .post-stick {
  top: 0;
}
.post-password-form {
  padding: 20px;
  background: #fafafa;
}
.post-password-form label {
  display: block;
}
.post-password-form input[type="password"] {
  display: block;
  width: 70%;
  border: 1px solid #d0d0d0;
  height: 30px !important;
  line-height: 30px !important;
  max-width: 200px;
  transition: all .3s;
  padding: 0 15px;
  margin-bottom: 10px;
  background: #FFF;
}
.post-password-form input[type="password"]:focus,
.post-password-form input[type="password"]:hover {
  border-color: #6AC6DC !important;
}
.post-password-form input[type="submit"] {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #6AC6DC;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
#comments .comment-list ul:not([class]),
#comments .comment-list ul:not([class]) li {
  list-style-type: disc;
}
#comments .comment-list ol:not([class]),
#comments .comment-list ol:not([class]) li {
  list-style-type: decimal;
}
#comments .comment-list ol:not([class]) ul:not([class]),
#comments .comment-list ol:not([class]) li ul:not([class]),
#comments .comment-list ol:not([class]) ul:not([class]) li,
#comments .comment-list ol:not([class]) li ul:not([class]) li {
  list-style-type: disc;
}
#comments .comment-list .pingback .info-comment {
  margin-left: 0 !important;
}
#comments .comment-list .pingback .children {
  margin-left: 20px;
}
#comments .comment-list .pingback .children .info-comment {
  margin-left: 65px !important;
}
#comments .comment-list .comment {
  position: relative;
}
#comments .comment-list .comment .avatar {
  position: absolute;
  border-radius: 50%;
}
#comments .comment-list .comment .info-comment {
  margin-left: 65px;
}
#comments .comment-list .comment .comment-content {
  margin-top: 15px;
}
#comments .comment-list .comment .comment-reply-link {
  position: absolute;
  right: 15px;
  top: 0;
}
#comments .comment-list .children {
  margin-left: 20px;
  padding-left: 0;
}
#comments .comment-list .children li .avatar {
  max-width: 40px;
  height: auto;
}
#comments .comment-respond .comment-reply-title {
  font-size: 18px;
  margin-bottom: 20px;
}
#comments .comment-respond .comment-reply-title small {
  float: right;
  font-size: 12px;
}
#comments #commentform {
  margin-bottom: 20px;
}
#comments #commentform .form-control {
  background-color: #FFF;
  line-height: 16px !important;
}
/*---- Widget ----*/
.service-sidebar .sidebar-item {
  padding: 15px 15px 0;
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
  border: 1px solid #BDBDBD;
  margin: 20px 0;
  position: relative;
  background: #F5F5F5;
}
.service-sidebar .sidebar-item.default-style {
  padding: 0;
  box-shadow: none;
}
.service-sidebar .sidebar-item .service-sidebar-filter {
  margin: -15px -15px 10px;
  padding: 15px;
  background: #F5F5F5;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.service-sidebar .sidebar-item .service-sidebar-filter .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  font-weight: bold;
  font-size: 18px;
}
.service-sidebar .sidebar-item .service-sidebar-form {
  padding-bottom: 15px;
}
.service-sidebar .sidebar-item .form label {
  display: block;
  color: #5A7E91;
  font-size: 14px;
}
.service-sidebar .sidebar-item .expand-map {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #FFF;
  border: 1px solid #d0d0d0;
  color: #6a6a6a;
}
.main-sidebar {
  padding: 20px;
}
.main-sidebar .widget ul {
  list-style-type: none;
  padding-left: 0;
}
.main-sidebar .widget ul ul {
  margin-left: 15px;
}
.main-sidebar .widget ul li {
  list-style-type: none;
  padding: 5px 0;
}
.main-sidebar .widget ul li a {
  color: #505050;
  transition: all .3s;
  font-weight: bold;
}
.main-sidebar .widget ul li a:hover {
  color: #6AC6DC;
}
.main-sidebar .widget select {
  display: block !important;
}
.main-sidebar .widget select:active,
.main-sidebar .widget select:hover,
.main-sidebar .widget select:focus {
  border: 1px solid #d0d0d0;
  outline: none;
}
.main-sidebar .widget img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.main-sidebar .widget.widget_calendar table td,
.main-sidebar .widget.widget_calendar table th {
  padding: 4px;
  text-align: center;
}
.main-sidebar .widget.widget_tag_cloud .tagcloud a {
  margin-right: 3px;
  text-transform: none;
  font-size: 11px !important;
  transition: all .3s;
  padding: 3px 5px;
  background: #595959;
  color: #FFF;
  margin-bottom: 3px !important;
  display: inline-block;
}
.main-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #6AC6DC;
}
.main-sidebar .widget.widget_categories ul ul {
  margin-left: 0;
}
.main-sidebar .widget.widget_categories ul li {
  position: relative;
  padding: 5px 5px 5px 15px;
}
.main-sidebar .widget.widget_categories ul li:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #6AC6DC;
  top: 14px;
  left: 0;
}
.main-sidebar .widget.widget_calendar .calendar_wrap {
  border: 1px solid #EEE;
  padding-top: 15px;
  background: #FFF;
}
.main-sidebar .widget.widget_calendar .calendar_wrap table tbody td a {
  background: #6AC6DC;
  display: block;
  color: #FFF;
}
.main-sidebar .widget.widget_calendar .calendar_wrap table tfoot {
  background: #EEE;
}
.main-sidebar .widget.widget_calendar #today {
  color: #6AC6DC;
}
.main-sidebar .widget.widget_calendar #today a {
  color: #FFF;
}
.main-sidebar .widget.widget_rss .widgettitle .rsswidget {
  margin-left: 15px;
  display: inline-block;
}
.main-sidebar .widget.widget_icl_lang_sel_widget #lang_sel {
  width: 100%;
}
.main-sidebar .widget.widget_icl_lang_sel_widget #lang_sel li {
  width: 100%;
}
.main-sidebar .widget.widget_icl_lang_sel_widget #lang_sel li > a {
  height: 2rem;
  line-height: 2rem;
  border: 1px solid #d0d0d0;
  transition: all .3s;
  padding: 0 10px;
  background-color: transparent;
}
.main-sidebar .widget.widget_icl_lang_sel_widget #lang_sel li > a:hover {
  border-color: #6AC6DC;
}
.main-sidebar .widget.widget_icl_lang_sel_widget #lang_sel li > a span {
  color: #9d9d9d;
}
.main-sidebar .widget.widget_icl_lang_sel_widget #lang_sel li ul {
  background-color: #505050;
  width: 100%;
  display: block;
  top: 46px;
}
.main-sidebar .widget.widget_icl_lang_sel_widget #lang_sel li ul li {
  background-color: #505050;
  transition: all .3s;
}
.main-sidebar .widget.widget_icl_lang_sel_widget #lang_sel li ul li a span {
  color: #FFF;
}
.main-sidebar .widget.widget_icl_lang_sel_widget #lang_sel li ul li:hover {
  background-color: #6AC6DC;
}
/*---- Map ----*/
.ots-infowindow {
  position: relative;
}
.ots-infowindow.window-haft-map {
  background-position: 50% 22%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-radius: 56%;
  position: relative;
}
.ots-infowindow .card {
  position: absolute;
  width: 280px;
  bottom: -50px;
  left: 60px;
  opacity: 0;
  transform: scale(0.5);
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.07, 1.45, 0.28, 1.22);
  z-index: 1;
}
.ots-infowindow .card:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: -18px;
  bottom: 60px;
  border: 10px solid transparent;
  border-right: 10px solid #FFF;
  z-index: 1;
}
.ots-infowindow .card.open {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.ots-infowindow .card .close-info-map {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  z-index: 1;
}
/*---- Page 404 ----*/
.error404 {
  overflow: hidden;
}
.error404 .page-404 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.error404 .page-404 .footer-404 {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.login-register {
  background-size: cover;
  background-position: center center;
}
.login-register .form-lost-password {
  display: none;
}
/*---- Back to top ----*/
#scroll-back-to-top {
  width: 40px;
  bottom: 40px;
  right: 15px;
  height: 40px;
  z-index: 10;
  position: fixed;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  background-color: #505050;
}
#scroll-back-to-top:hover {
  background-color: #6AC6DC;
}
#scroll-back-to-top .fa {
  font-size: 30px;
  color: #FFF;
  top: 13px;
}
/*--- Maintenance Mode ----*/
.maintenance-page {
  width: 100%;
  height: 100vh;
  font-family: 'Lato', sans-serif;
  overflow: hidden;
}
.maintenance-page #maintenance-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.maintenance-page #maintenance-wrapper .maintenance-header {
  margin-bottom: 30px;
}
.maintenance-page #maintenance-wrapper .maintenance-header .logo:not(.logo-404) {
  max-width: 100px;
}
.maintenance-page #maintenance-wrapper h1 {
  margin: 0;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
}
.maintenance-page #maintenance-wrapper p {
  margin: 0;
  color: #b3b3b3;
  text-align: center;
  letter-spacing: 1px;
}
.maintenance-page #maintenance-wrapper .maintenance-countdown {
  margin-top: 30px;
}
.maintenance-page #maintenance-wrapper .maintenance-countdown .countdown-container {
  position: static;
  width: 100%;
  text-align: center;
}
.maintenance-page #maintenance-wrapper .maintenance-countdown .countdown-container .time {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  padding: 5px 20px;
}
.maintenance-page #maintenance-wrapper .maintenance-countdown .countdown-container .time .text {
  color: #FFF;
  font-size: 48px;
}
.maintenance-page #maintenance-wrapper .maintenance-countdown .countdown-container .time .label {
  margin-top: 20px;
  font-weight: 300;
  color: #FFF;
}
.maintenance-page #maintenance-wrapper .maintenance-footer {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
}
/*---- User Dashboard ---- */
.small-info {
  font-size: 10px;
  padding: 3px 5px;
  background: #6AC6DC;
  border-radius: 2px;
  color: #FFF;
}
.tag.tag-service {
  padding: 3px 5px 3px 20px;
  background: #6AC6DC;
  display: inline-block;
  border-radius: 10px 3px 3px 10px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 3px;
  position: relative;
}
.tag.tag-service:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFF;
  top: 10px;
  left: 6px;
}
.service-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #747474;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.payment-img {
  max-width: 60px !important;
}
.partner-page .navside {
  padding: 20px;
  background-color: #2E3E4E;
  color: rgba(255, 255, 255, 0.87);
}
.partner-page .navside .user-menu {
  margin-top: 30px;
  height: auto;
  line-height: 1;
  background: transparent;
  box-shadow: none;
}
.partner-page .navside .user-menu ul li {
  position: relative;
  float: none;
}
.partner-page .navside .user-menu ul li a {
  display: flex;
  align-items: center;
  height: 35px;
  font-size: 13px;
  line-height: 35px;
  transition: all .3s;
}
.partner-page .navside .user-menu ul li a i {
  display: inline-block;
  margin-right: 20px;
  float: left;
  height: auto;
  line-height: 1;
}
.partner-page .navside .user-menu ul li .caret {
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF;
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background .3s;
  cursor: pointer;
}
.partner-page .navside .user-menu ul li .caret:hover {
  background-color: #3E3232;
}
.partner-page .navside .user-menu ul li .sub {
  display: none;
}
.partner-page .navside .user-menu ul li .sub li a {
  opacity: .7;
}
.partner-page .navside .user-menu ul li.active a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #6AC6DC;
}
.partner-page .pagetitle {
  background-color: #F5F5F5;
  padding: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.partner-page .main-content .content .box {
  position: relative;
  margin-bottom: 25px;
  padding: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.partner-page .main-content .content .box.box-large {
  padding: 20px;
}
.partner-page .main-content .content .box.box-small {
  padding: 10px;
}
.partner-page .main-content .content .box .icon.success .material-icons {
  background-color: #6CC788;
}
.partner-page .main-content .content .box .icon.blue .material-icons {
  background-color: #2091EA;
}
.partner-page .main-content .content .box .icon .material-icons {
  color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}
.partner-page .main-content .content .box .title small {
  opacity: 0.6;
}
.partner-page .main-content .content .button-action {
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
  z-index: 1;
  transition: right .3s;
}
.partner-page .main-content .content .card-service .card-content {
  position: relative;
}
.partner-page .main-content .content .card-service .card-content .card-title {
  margin-right: 15px;
}
.partner-page .main-content .content .card-service .card-content .button-action {
  top: 0;
}
.partner-page .main-content .content .card-service .card-content .button-action .material-icons {
  color: #505050;
}
.partner-page .main-content .content .booking-history .action {
  height: 16px;
}
.partner-page .main-content .content .booking-history .action i {
  line-height: 19px;
}
.dropdown-content.dropdown-action li {
  min-height: 38px;
}
.dropdown-content.dropdown-action li a {
  line-height: 18px;
  padding: 10px 16px;
  color: #505050;
  font-size: 12px;
}
.dropdown-content.dropdown-action li.divider {
  min-height: 0 !important;
}
/*--- Socials Icon ---*/
.socials-share {
  right: 0;
  border-radius: 0 !important;
  height: 50px;
  padding-top: 0;
  bottom: 40%;
  left: auto;
  top: auto;
  z-index: 3;
}
.socials-share ul,
.socials-share li {
  list-style-type: none !important;
  padding-left: 0;
}
.socials-share .btn-floating.btn-large {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  background: #5c7ae3 !important;
}
.socials-share .btn-floating.btn-large i {
  line-height: 1;
  color: #FFF !important;
}
.socials-share ul {
  right: auto;
  left: 6px;
}
.cart-mini {
  z-index: 3;
  padding: 15px;
  background-color: #FFF;
  display: none;
}
.cart-mini .item {
  padding: 7px 0 2px 0;
}
.cart-mini .item .col-left {
  width: 30%;
  float: left;
  display: inline-block;
}
.cart-mini .item .col-right {
  width: 70%;
  float: left;
  display: inline-block;
}
.cart-mini .item .col-right .info {
  margin-left: 5px;
}
.cart-mini .item .col-right .info p {
  color: #505050;
  margin: 0;
  line-height: 22px;
}
.cart-mini .sub-total {
  padding: 5px 7px;
}
.minicart {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}
.minicart .fa {
  margin-top: 0 !important;
  margin-right: 0 !important;
}
.minicart .ots_badge {
  left: 30px !important;
}
.minicart .overlay-load img {
  width: 25px;
  height: 25px;
}
.card-accepted .item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}
.card-accepted .item img {
  width: 50px;
}
footer {
  overflow: hidden;
}
.material-checkbox {
  position: relative;
  display: inline-block;
  color: #fff;
  cursor: pointer;

  font-size: 14px;
  line-height: 18px;
}
.row.right.phone-contact{ width: 470px;}
.material-checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.42);
  outline: none;
  opacity: 0;
  transform: scale(1);
  -ms-transform: scale(0); /* Graceful degradation for IE */
  transition: opacity 0.5s, transform 0.5s;
}

.material-checkbox > input:checked {
  background-color: #6AC6DC;
}

.material-checkbox:active > input {
  opacity: 1;
  transform: scale(0);
  transition: opacity 0s, transform 0s;
}

.material-checkbox > input:disabled {
  opacity: 0;
}

.material-checkbox > input:disabled + span {
  cursor: initial;
}

.material-checkbox > span::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  border: solid 2px rgba(0, 0, 0, 0.42);
  border-radius: 0px;
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  transition: border-color 0.5s, background-color 0.5s;
}

.material-checkbox > input:checked + span::before {
  border-color: #6AC6DC;
  background-color: #6AC6DC;
}

.material-checkbox > input:active + span::before {
  border-color: #2196f3;
}

.material-checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.42);
}

.material-checkbox > input:disabled + span::before {
  border-color: rgba(0, 0, 0, 0.26);
}

.material-checkbox > input:checked:disabled + span::before {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.26);
}

.material-checkbox > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 14px;
  border: solid 2px transparent;
  border-left: none;
  border-top: none;
  transform: translate(5.5px, 1px) rotate(45deg);
  -ms-transform: translate(5.5px, 2px) rotate(45deg);
}

.material-checkbox > input:checked + span::after {
  border-color: #fff;
}

.card.card-ski{ padding: 15px;
border: 1px solid #69A4BA;
}

h2.holiday-title{
  font-family: "BebasNeue";
  line-height:1; font-size:28px;}

.ski-data h4{ font-weight: 700; font-size:16px;}
#subscribe-mobile{ display:none;}

.res-form-vl h4{
  padding: 0 15px;
    font-weight: 700;padding:10px 0 0 15px;

}
.service-sidebar .sidebar-item.ski-info-box{
  padding-bottom: 10px;
}
.ski-info-box h2{ text-transform: uppercase; font-size:20px;
    padding-left: 13px;
}
.ski-info-box p{
  padding-left: 13px;
}
.ski-info-box ul{
  list-style-type: none;
  margin: 0;
}
/* h1.kc_title{
  font-family: "BebasNeue";
  line-height:30px; padding-bottom: 20px; } */

.main-search-wrapper h4{ color: #fff; font-size: 14px; font-weight: 700;
}
#flight-filters{padding: 20px 20px 0 20px;
  border:1px solid #bdbdbd;}
  .irs-slider.to{ right: 0;}
  .form-group.time-range{ width: 46%; margin: 0 2%; float: left;}
  .going-out{ height: auto; overflow: hidden;}
  .ft-details-box{ width: 46%; margin: 2%; padding: 10px;
    float: left; border: 1px solid #5a7e91; }
@media(max-width:600px){
  #flight-filters{padding: 10px 5px 0 5px; }
  .kc-css-502178 .kc_col-sm-3,
  .kc-css-366725 .kc_col-sm-3,
  .kc-css-970372 .kc_col-sm-3
  { margin-bottom: 20px;}
  .copyright-text{ width: 100%; clear: both; }

  .kc-css-165662{ display:none;}/*Subscription form*/
  #subscribe-mobile{ display:block;}
  .kc-elm.kc-css-311569{ padding:0;}
  .hide-on-mobile{ display:none;}
}

.home-box{ position: relative; }
.home-box p.scapt{
  position: absolute; width:100%; height:100%;
  top:0; left:0;
  background: rgba(90,126,145,0.7);
  margin:0; padding:0;
}
.home-box p.scapt span{
  position: absolute;
  top: 45%;
  font-family: "Open Sans", sans-serif;;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
}
.flights{ color: #fff; }
.kc-container.home-howdy{ position: relative;
  margin: 130px auto;
color: #5A7E91;
}
.home-howdy:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 140%;
  top: -20%;
  left: 0%;
  z-index: -1;
  background: #EBEBEB;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.kc-row-container.kc-container.home-howdy .kc-wrap-columns{
  width: 90%;
  margin: auto;
}
.kc-css-252319 h4{ font-weight: 700; }

.newsbox-cont{
  position: relative;
}
.newsbox-cont:before{
  content: "";
  position: absolute;
  width: 107%;
  height: 210px;
  top: -2%;
  left: -3%;
  background: #69a4ba;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.newsletter-box{
  position: absolute;
}
.clear{ width: 100%; clear:both;}

.accm-hlt{
  background: #69A4BA;
  color: #fff;
  padding: 20px;
  height: auto;
  overflow: hidden;
}
.accm-hlt h3{
  line-height:1;
  padding-bottom:20px;
}
.accm-hlt ul{ list-style: none; margin:0; padding: 0}

.accm-hlt ul li i.fa{
  position: absolute; left: 0; top:5px;
}
.resort-box{
   min-height: 700px;
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 30px 40px 80px 40px;
}
.resort-box:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top:0; left:0;
  z-index:-1;
  background: #F5F5F5;
  -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.resort-box ul.info{
  margin:20px 0;
  display: block;
  height:auto; overflow: hidden;
}
.resort-box ul.info li{ float: left; width: 50%;}

.rating-wrap{
  position: relative;
}
.rating-wrap .fa-star{
  position: relative; top:-16px;
  font-size: 12px;
}
#photos,#res-photos{
  height: auto; overflow: hidden; position: relative;
}

.group.info ul li{
  margin:10px 0;
}

.btn.btn-blue{
  width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    line-height: 1.3;
    padding: 10px;
    font-weight: 700;
    background: #3997D3;
}

  .ski-hlts-box{ border:1px solid #6AC6DC; height: auto;
  overflow: hidden; font-size:18px;
  width:97%; padding:3%;
  }
  .ski-hlts-box ul{ list-style:none; display:block;
  height:auto; overflow: hidden; }
  .ski-hlts-box ul li{display:block; float:left;
  width:33%; margin:10px 0; }
.resort-hlts-box h4{
  text-align: center; font-family: "BebasNeue";
}
.resort-hlts-box ul{ list-style: none;}
.resort-hlts-box ul li{
  display: block; float: left; width:50%; padding:10px 0;
}

.res-total{
  font-family:"Open Sans";
  font-size: 24px;
}
ul.hltss{ list-style: none; margin:0; padding:0; }

.results-page-form{
  width:80%; margin: auto; height: auto;
}

.btn-text.toggle-trigger{ display: none; }

#hotel-amenities ul{
list-style: none; margin: 0;
}

#hotel-amenities .feedback-link{ display: none; }

/* Holiday Page */
.facilities__container {
  padding-top: 1rem;
  clear: both;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  columns: 3 250px;
}

.facilities__block {
  display: inline-block;
  width: 250px;
}
.facilities__check {
  margin-right: 0.5rem;
}

.booking-details{
font-size: 18px;
}

.booking-details .item-info li {
display: block;
margin-bottom: 10px;
border-bottom: 1px dashed #e9e9e9;}

.booking-details .item-info li .pull-left{
font-weight:700;
}

/* smaller screen */
@media only screen and (max-width: 991px) {
  .intercom-launcher {
    bottom: 90px  !important;
  }
}

.btn-outline {  
  box-sizing: content-box;
  border-radius: 15px;
  background-color: #fff;
  border: solid 3px #333;
  color: #333;
  font-size: 18px;
}

.btn-outline:hover {
  background-color: var(--grey);
}