@font-face {
  font-family: 'Avenir Black';
  src: url(../fonts/AvenirLTStd-Black.woff) format("woff2"), url(../fonts/AvenirLTStd-Black.woff2) format("woff"); }

@font-face {
  font-family: 'Avenir BlackOb';
  src: url(../fonts/AvenirLTStd-BlackOblique.woff) format("woff2"), url(../fonts/AvenirLTStd-BlackOblique.woff2) format("woff"); }

@font-face {
  font-family: 'Avenir Book';
  src: url(../fonts/AvenirLTStd-Book.woff) format("woff2"), url(../fonts/AvenirLTStd-Book.woff2) format("woff"); }

@font-face {
  font-family: 'Avenir BookOb';
  src: url(../fonts/AvenirLTStd-BookOblique.woff) format("woff2"), url(../fonts/AvenirLTStd-BookOblique.woff2) format("woff"); }

@font-face {
  font-family: 'Avenir Heavy';
  src: url(../fonts/AvenirLTStd-Heavy.woff) format("woff2"), url(../fonts/AvenirLTStd-Heavy.woff2) format("woff"); }

@font-face {
  font-family: 'Avenir Light';
  src: url(../fonts/AvenirLTStd-Light.woff) format("woff2"), url(../fonts/AvenirLTStd-Light.woff2) format("woff"); }

@font-face {
  font-family: 'Avenir Medium';
  src: url(../fonts/AvenirLTStd-Medium.woff) format("woff2"), url(../fonts/AvenirLTStd-Medium.woff2) format("woff"); }

@font-face {
  font-family: 'Avenir Roman';
  src: url(../fonts/AvenirLTStd-Roman.woff) format("woff2"), url(../fonts/AvenirLTStd-Roman.woff2) format("woff"); }

body {
  font-family: 'Avenir Light', sans-serif;
  font-size: 15px;
  font-weight: 500; }

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

.btn {
  padding: 10px 20px;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: 'Avenir Heavy', sans-serif;
  font-size: 14px;
  border-radius: 0; }
  .btn.btn-primary {
    background: #fd566f;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background-color: #df4c62 !important;
      border-color: transparent !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }

.mc4wp-response .mc4wp-alert {
  padding: 5px 0; }
  .mc4wp-response .mc4wp-alert p {
    font-style: italic;
    font-size: 14px !important; }
  .mc4wp-response .mc4wp-alert.mc4wp-error p {
    color: #fd566f !important; }
  .mc4wp-response .mc4wp-alert.mc4wp-success p {
    color: #008489 !important; }

.select2-container .select2-dropdown {
  border-radius: 3px;
  border-color: #dfdfdf; }
  .select2-container .select2-dropdown.select2-dropdown--above {
    border-bottom: 1px solid #dfdfdf; }
  .select2-container .select2-dropdown.select2-dropdown--below {
    border-top: 1px solid #dfdfdf; }

.lds-dual-ring {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  right: 9px;
  display: none; }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #fd566f;
    border-color: #fd566f transparent #fd566f transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite; }

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.google-control-top-right-area {
  margin-top: 20px;
  margin-right: 20px;
  top: auto !important;
  z-index: 9 !important; }

.google-control-bottom-right-area {
  margin-bottom: 10px;
  margin-right: 20px; }

.google-custom-control {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.google-control-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  width: 121px;
  padding: 10px 0;
  border-radius: 3px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  text-align: right; }
  .google-control-dropdown .item {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400; }
    .google-control-dropdown .item:last-child {
      bordeR: none; }
  .google-control-dropdown.show {
    display: block; }

.hide {
  display: none !important; }

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 768px;
  margin: 0 auto; }

.stt-popup-form .mfp-close {
  top: 20px;
  right: 20px;
  background: transparent url("../images/ico-close.svg") center center no-repeat;
  width: 24px;
  height: 24px;
  line-height: 24px;
  opacity: 0.6; }
  .stt-popup-form .mfp-close:active {
    top: 20px; }
  .stt-popup-form .mfp-close:hover {
    opacity: 1; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.stt-popup-inner {
  padding: 30px; }
  .stt-popup-inner .popup-title {
    font-family: "Avenir Medium";
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 0; }

.media-responsive {
  width: 100%;
  padding: 56.2% 0 0;
  position: relative; }

.media-responsive embed,
.media-responsive iframe,
.media-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

input[type=checkbox] {
  position: relative;
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 17px;
  width: 17px !important;
  margin-bottom: 0;
  margin-right: 8px;
  vertical-align: top;
  border: 1px solid #D7DCE3 !important;
  border-radius: 1px;
  background-color: #fff;
  color: #565a5c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-top: 0;
  top: 2px;
  float: left;
  margin-bottom: 0px; }

input[type=checkbox]:checked:before {
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  content: "\2713";
  content: "\f00c";
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 2px;
  text-align: center;
  width: 15px;
  color: #fd566f;
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 11px; }

input[type=radio] {
  position: relative;
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 17px;
  width: 17px !important;
  margin-right: 8px;
  vertical-align: top;
  border: 1px solid #D7DCE3 !important;
  border-radius: 50%;
  background-color: #fff;
  color: #565a5c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-top: 0;
  top: 2px;
  float: left;
  margin-bottom: 0px; }

input[type=radio]:checked:before {
  content: '';
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #fd566f;
  display: block;
  margin-top: 4px;
  margin-left: 4px; }

.stt-dropdown {
  position: relative; }
  .stt-dropdown .panel-header {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    cursor: pointer;
    position: relative; }
    .stt-dropdown .panel-header:after {
      content: '';
      height: 4px;
      width: 8px;
      background: transparent url("../images/ico-arrow.svg") center center no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 0; }
    .stt-dropdown .panel-header .stt-icon {
      margin-right: 10px; }
    .stt-dropdown .panel-header span.render {
      color: #2a2a2a;
      font-size: 14px;
      font-family: "Avenir Roman"; }
  .stt-dropdown .panel-content {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    display: none; }
    .stt-dropdown .panel-content .panel-content-inner {
      padding: 10px 15px; }

.stt-loader, .stt-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
  display: none; }
  .stt-loader.alway, .stt-preloader.alway {
    display: block; }
  .stt-loader .lds-roller, .stt-preloader .lds-roller {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px; }

.stt-preloader {
  position: fixed;
  background: #fff; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fd566f;
  margin: -3px 0 0 -3px; }

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px; }

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px; }

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px; }

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px; }

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px; }

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px; }

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px; }

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px; }

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.zindex-99999 {
  z-index: 99999; }

.stt-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .stt-number .control {
    padding: 5px 7px 5px 7px; }
  .stt-number .value {
    font-size: 22px;
    min-width: 50px;
    text-align: center;
    position: relative;
    top: 2px; }

.stt-message {
  display: none; }
  .stt-message .alert {
    margin-bottom: 0; }

.stt-breadcrumb {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #eeeeee; }
  .stt-breadcrumb ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding-left: 0 !important; }
    .stt-breadcrumb ul li {
      float: left;
      list-style: none;
      font-family: "Avenir Roman";
      margin-right: 24px;
      position: relative; }
      .stt-breadcrumb ul li:not(.active):after {
        position: absolute;
        content: '';
        display: inline-block;
        height: 4px;
        width: 4px;
        background: #eeeeee;
        border-radius: 50%;
        right: -15px;
        top: 50%;
        margin-top: -2px; }
      .stt-breadcrumb ul li a {
        color: #2a2a2a;
        font-size: 14px;
        font-family: "Avenir Medium"; }
        .stt-breadcrumb ul li a:hover {
          color: #fd566f; }
      .stt-breadcrumb ul li.active {
        color: #7a7a7a;
        margin-right: 0; }
  .stt-breadcrumb.is-page {
    border-top: 1px solid #eeeeee;
    padding: 15px 0;
    margin-bottom: 40px; }

.page-template-default.page .stt-content-wrapper {
  padding-bottom: 40px; }

.inline-block {
  display: inline-block; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.stt-star-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .stt-star-rating .fa {
    color: #ffdc00;
    font-size: 14px;
    margin-right: 3px;
    font: normal normal normal 14px/1 FontAwesome !important; }
    .stt-star-rating .fa.star-none {
      color: #d7dce3; }
  .stt-star-rating .stt-star-half {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .stt-star-rating .stt-star-half .fa-star {
      position: relative;
      top: 0;
      left: 0; }
    .stt-star-rating .stt-star-half .fa-star-half {
      position: absolute;
      top: 0;
      left: 0; }

ul {
  padding: 0;
  margin: 0; }

.stt-owlcarousel, .stt-sidebar-owlcarousel {
  position: relative; }
  .stt-owlcarousel .owl-nav, .stt-sidebar-owlcarousel .owl-nav {
    position: absolute;
    z-index: -1;
    top: -75px;
    right: 0; }
    .stt-owlcarousel .owl-nav button.owl-prev, .stt-sidebar-owlcarousel .owl-nav button.owl-prev {
      outline: none; }
      .stt-owlcarousel .owl-nav button.owl-prev span, .stt-sidebar-owlcarousel .owl-nav button.owl-prev span {
        width: 38px;
        height: 36px;
        display: block;
        background: url("../images/owl_prev.png") left center no-repeat;
        color: transparent; }
      .stt-owlcarousel .owl-nav button.owl-prev.disabled, .stt-sidebar-owlcarousel .owl-nav button.owl-prev.disabled {
        opacity: 0.3; }
      @media (max-width: 1333px) {
        .stt-owlcarousel .owl-nav button.owl-prev, .stt-sidebar-owlcarousel .owl-nav button.owl-prev {
          left: -40px; } }
      @media (max-width: 1092px) {
        .stt-owlcarousel .owl-nav button.owl-prev, .stt-sidebar-owlcarousel .owl-nav button.owl-prev {
          left: -40px; } }
    .stt-owlcarousel .owl-nav button.owl-next, .stt-sidebar-owlcarousel .owl-nav button.owl-next {
      outline: none; }
      .stt-owlcarousel .owl-nav button.owl-next span, .stt-sidebar-owlcarousel .owl-nav button.owl-next span {
        width: 38px;
        height: 36px;
        display: block;
        background: url("../images/owl_next.png") right center no-repeat;
        color: transparent; }
      .stt-owlcarousel .owl-nav button.owl-next.disabled, .stt-sidebar-owlcarousel .owl-nav button.owl-next.disabled {
        opacity: 0.3; }
      @media (max-width: 1333px) {
        .stt-owlcarousel .owl-nav button.owl-next, .stt-sidebar-owlcarousel .owl-nav button.owl-next {
          right: -40px; } }
      @media (max-width: 1092px) {
        .stt-owlcarousel .owl-nav button.owl-next, .stt-sidebar-owlcarousel .owl-nav button.owl-next {
          right: -40px; } }
  .stt-owlcarousel .owl-dots, .stt-sidebar-owlcarousel .owl-dots {
    text-align: center;
    margin-top: 30px; }
    .stt-owlcarousel .owl-dots button, .stt-sidebar-owlcarousel .owl-dots button {
      width: 8px;
      height: 8px;
      margin-left: 10px;
      margin-right: 10px;
      outline: none; }
      .stt-owlcarousel .owl-dots button span, .stt-sidebar-owlcarousel .owl-dots button span {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: #dddddd;
        display: block; }
      .stt-owlcarousel .owl-dots button.active span, .stt-sidebar-owlcarousel .owl-dots button.active span {
        background: #2a2a2a; }

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1190px !important; }

.home .stt-content-wrapper {
  background: #fff; }

.daterangepicker.show-calendar {
  display: block; }

.stt-calendar .daterangepicker.show-calendar {
  display: block !important; }

.stt-calendar-full .daterangepicker.show-calendar {
  display: block !important; }

.stt-preload {
  background: rgba(255, 255, 255, 0.9) url("../images/index.square-circle-preloader.svg") center center no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }
  .stt-preload .loading-center {
    width: 100%;
    height: 100%;
    position: relative; }
    .stt-preload .loading-center .loading-center-absolute {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 50px;
      width: 50px;
      margin-top: -25px;
      margin-left: -25px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-animation: loading-center-absolute 1.5s infinite;
      animation: loading-center-absolute 1.5s infinite; }
      .stt-preload .loading-center .loading-center-absolute .object {
        width: 25px;
        height: 25px;
        background-color: #FFF;
        float: left; }
        .stt-preload .loading-center .loading-center-absolute .object.object1 {
          -webkit-animation: object_one 1.5s infinite;
          animation: object_one 1.5s infinite; }
        .stt-preload .loading-center .loading-center-absolute .object.object2 {
          -webkit-animation: object_two 1.5s infinite;
          animation: object_two 1.5s infinite; }
        .stt-preload .loading-center .loading-center-absolute .object.object3 {
          -webkit-animation: object_three 1.5s infinite;
          animation: object_three 1.5s infinite; }
        .stt-preload .loading-center .loading-center-absolute .object.object4 {
          -webkit-animation: object_four 1.5s infinite;
          animation: object_four 1.5s infinite; }

@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg); } }

@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); } }

@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }

@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }

@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }

@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }

@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }

@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }

@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }

@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }

.stt-pagination {
  margin-top: 10px; }
  .stt-pagination ul.page-numbers {
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .stt-pagination ul.page-numbers li {
      float: left;
      margin-right: 20px;
      list-style: none; }
      .stt-pagination ul.page-numbers li:last-child {
        margin-right: 0; }
      .stt-pagination ul.page-numbers li .page-numbers {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: solid 1px #dddddd;
        background-color: #ffffff;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        display: block;
        color: #7a7a7a; }
        .stt-pagination ul.page-numbers li .page-numbers.current, .stt-pagination ul.page-numbers li .page-numbers:hover {
          color: #fff;
          border-color: #fd566f;
          background: #fd566f; }

.irs[class*="js-irs-"] {
  height: 20px;
  margin-top: 3px; }
  .irs[class*="js-irs-"] .irs-bar {
    background: #fd566f;
    border-radius: 100px;
    height: 2px;
    border-color: #fd566f;
    top: 7px; }
  .irs[class*="js-irs-"] .irs-line {
    background: #00000033;
    border-radius: 100px;
    height: 2px;
    border: 0;
    top: 7px; }
  .irs[class*="js-irs-"] .irs-slider {
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid #fd566f;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .irs[class*="js-irs-"] .irs-min, .irs[class*="js-irs-"] .irs-max, .irs[class*="js-irs-"] .irs-single {
    padding: 0;
    color: #2a2a2a;
    font-size: 14px;
    font-family: "Avenir Medium";
    background: transparent; }
  .irs[class*="js-irs-"] .irs-min {
    visibility: visible !important; }
  .irs[class*="js-irs-"] .irs-max {
    margin-right: -53px;
    visibility: visible !important; }
  .irs[class*="js-irs-"] .irs-from, .irs[class*="js-irs-"] .irs-to, .irs[class*="js-irs-"] .irs-single {
    padding: 0;
    color: #2a2a2a;
    font-size: 12px;
    font-family: "Avenir Medium";
    background: transparent;
    top: -20px; }
  .irs[class*="js-irs-"] .irs-from, .irs[class*="js-irs-"] .irs-to {
    display: none; }

.stt-filter-container {
  position: relative; }

.stt-switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 30px;
  margin-bottom: 0px; }
  .stt-switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .stt-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin-right: 0px; }
    .stt-switch .slider::before {
      line-height: 26px;
      position: absolute;
      content: "";
      height: 24px;
      width: 24px;
      left: 4px;
      bottom: 3px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .stt-switch .slider.round {
      border-radius: 34px; }
      .stt-switch .slider.round:before {
        content: '';
        border-radius: 50%;
        -webkit-transform: translateX(0px);
        transform: translateX(0px); }
  .stt-switch input:checked + .slider {
    background-color: #fd566f; }
  .stt-switch input:checked + .slider:before {
    content: url("../images/ico_check_11.svg");
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
    text-align: center;
    line-height: 26px; }

.stt-marker {
  -webkit-box-shadow: 0 0 4px 0 #00000021;
  box-shadow: 0 0 4px 0 #00000021;
  border: solid 1px #2a2a2a;
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Avenir Medium";
  color: #2a2a2a;
  padding: 10px 12px;
  position: relative;
  border-radius: 2px;
  display: inline-block; }
  .stt-marker:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #fff;
    border: 1px solid #000000;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: none;
    border-left: none; }
  .stt-marker.active {
    border-color: #fd566f; }
    .stt-marker.active:after {
      border-color: #fd566f; }
  .stt-marker:before {
    content: '';
    height: 14px;
    width: 14px;
    background: #fd566f;
    display: inline-block;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -6px;
    border-radius: 50%;
    border: 2px solid #fff; }

.stt-marker-style2 {
  -webkit-box-shadow: 0 0 4px 0 #00000021;
  box-shadow: 0 0 4px 0 #00000021;
  border: solid 1px #2a2a2a;
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Avenir Medium";
  color: #2a2a2a;
  padding: 10px 12px;
  border-radius: 2px;
  display: inline-block; }
  .stt-marker-style2:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #fff;
    border: 1px solid #000000;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: none;
    border-left: none; }
  .stt-marker-style2.active {
    border-color: #fd566f; }
    .stt-marker-style2.active:after {
      border-color: #fd566f; }
  .stt-marker-style2:before {
    content: '';
    height: 14px;
    width: 14px;
    background: #fd566f;
    display: inline-block;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -6px;
    border-radius: 50%;
    border: 2px solid #fff; }

.stt-marker-single {
  width: 40px;
  height: 55px;
  background: url("../images/temp/mapker.svg") no-repeat center center;
  background-size: 35px; }

.mapboxgl-marker {
  display: none !important; }

.mapboxgl-marker.stt-marker-style2,
.mapboxgl-marker.stt-marker-single {
  display: inline-block !important; }

.mapboxgl-popup {
  display: inline-block;
  max-width: 100% !important; }

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Avenir Roman', sans-serif; }
  .mapboxgl-popup-content .stt-mapbox-info {
    border: none !important; }

#stt-google-maps-info-window {
  background: #fff;
  padding: 5px;
  width: 322px;
  border: 1px solid #dfdfdf;
  border-radius: 2px; }
  #stt-google-maps-info-window .image {
    float: left;
    width: 120px;
    margin-right: 10px; }
    #stt-google-maps-info-window .image a img {
      max-width: 100%;
      height: auto; }
  #stt-google-maps-info-window .content {
    float: left;
    width: 180px; }
    #stt-google-maps-info-window .content p {
      margin-bottom: 0; }
    #stt-google-maps-info-window .content h3 {
      font-family: "Avenir Medium";
      font-size: 15px;
      margin-bottom: 5px; }
      #stt-google-maps-info-window .content h3 a {
        color: #2a2a2a; }
      #stt-google-maps-info-window .content h3:hover a {
        color: #fd566f; }
    #stt-google-maps-info-window .content .address {
      color: #7a7a7a;
      font-size: 14px;
      font-family: "Avenir Roman";
      margin-bottom: 5px; }
    #stt-google-maps-info-window .content .price {
      color: #2a2a2a;
      font-size: 18px;
      font-family: "Avenir Medium";
      margin-bottom: 0;
      position: absolute;
      bottom: 8px; }
    #stt-google-maps-info-window .content .stt-star-rating {
      margin-top: 13px; }
    #stt-google-maps-info-window .content .stt-review-text {
      margin-top: -4px;
      display: inline-block;
      vertical-align: middle; }
    #stt-google-maps-info-window .content .map-review {
      font-size: 13px;
      color: #7a7a7a;
      font-family: "Avenir Medium";
      margin-bottom: 0;
      position: absolute;
      bottom: 8px; }
  #stt-google-maps-info-window:after {
    content: '';
    display: block;
    clear: both; }
  #stt-google-maps-info-window:before {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #dfdfdf;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: none;
    border-left: none; }

.stt-info-box {
  overflow: visible !important; }

.pac-container.pac-logo {
  -webkit-box-shadow: 0 1px 2px 0 #00000033;
  box-shadow: 0 1px 2px 0 #00000033;
  background-color: #ffffff;
  border-top: none;
  margin-top: 12px;
  border-radius: 0;
  overflow: visible; }
  .pac-container.pac-logo:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 30px;
    height: 12px;
    width: 12px;
    background: #fff;
    border: 1px solid #00000033;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-bottom: none; }
  .pac-container.pac-logo .pac-item {
    cursor: pointer;
    font-family: "Avenir Roman";
    padding: 7px 10px;
    font-size: 14px; }
    .pac-container.pac-logo .pac-item .pac-item-query {
      font-family: "Avenir Medium";
      color: #2a2a2a; }
    .pac-container.pac-logo .pac-item .pac-icon.pac-icon-marker {
      background: transparent url("../images/icon_location.svg") center center no-repeat;
      background-size: 19px;
      margin-right: 5px;
      margin-top: 4px; }
  .pac-container.pac-logo:after {
    display: none; }

#stt-enquire-success {
  text-align: center;
  display: none;
  margin-top: 30px;
  padding-bottom: 20px; }
  #stt-enquire-success .thank {
    font-family: "Avenir Roman";
    color: #2a2a2a;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 30px; }
  #stt-enquire-success .notice {
    margin-bottom: 10px;
    font-family: "Avenir Roman";
    color: #2a2a2a;
    font-size: 16px; }

.carousel-cell {
  width: 100%; }

.stt-item-carousel .flickity-button {
  background: transparent;
  width: 40px;
  height: 40px;
  outline: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0; }
  .stt-item-carousel .flickity-button:hover {
    background: transparent; }
  .stt-item-carousel .flickity-button svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px; }
  .stt-item-carousel .flickity-button.previous {
    left: 0; }
  .stt-item-carousel .flickity-button.next {
    right: 0; }
  .stt-item-carousel .flickity-button:disabled {
    opacity: 0;
    pointer-events: all; }

.stt-item-carousel:hover .flickity-button {
  opacity: 1; }
  .stt-item-carousel:hover .flickity-button:disabled {
    opacity: 0.3; }

.stt-item-carousel .flickity-page-dots {
  bottom: 15px; }
  .stt-item-carousel .flickity-page-dots .dot {
    background: #fff;
    opacity: 0.3;
    width: 7px;
    height: 7px;
    margin: 0 4px; }
    .stt-item-carousel .flickity-page-dots .dot.is-selected {
      opacity: 1; }

.elementor-widget-wrap .elementor-element h1, .elementor-widget-wrap .elementor-element h2, .elementor-widget-wrap .elementor-element h3, .elementor-widget-wrap .elementor-element h4, .elementor-widget-wrap .elementor-element h5, .elementor-widget-wrap .elementor-element h6, .elementor-widget-wrap .elementor-element p, .elementor-widget-wrap .elementor-element div {
  font-family: "Avenir Roman"; }

.elementor-widget-wrap .elementor-element .elementor-heading-title {
  font-family: "Avenir Roman"; }

.elementor-widget-wrap .elementor-element .fa {
  font: normal normal normal 14px/1 FontAwesome; }

.owl-carousel .owl-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.mfp-bg {
  z-index: 99999999; }

.mfp-wrap {
  z-index: 999999999;
  overflow: hidden auto; }

.bypostauthor {
  display: block; }

.aligncenter {
  text-align: center; }

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.page-links {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #eeeeee; }
  .page-links .post-page-numbers {
    display: inline-block;
    padding: 5px 10px; }

.body-wrapper header.header-style1 {
  background: #fff;
  padding: 0 50px;
  min-height: 80px;
  z-index: 99; }
  .body-wrapper header.header-style1 .navbar {
    padding: 0; }
    .body-wrapper header.header-style1 .navbar h1 {
      margin: 0;
      line-height: 0px;
      margin-right: 35px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .body-wrapper header.header-style1 .navbar .bg-overlay-menu {
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      z-index: 99;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .body-wrapper header.header-style1 .navbar a.navbar-brand {
      margin-right: 0;
      padding: 5px 0; }
      .body-wrapper header.header-style1 .navbar a.navbar-brand.no-logo {
        line-height: 79px; }
      .body-wrapper header.header-style1 .navbar a.navbar-brand img {
        max-height: 80px; }
    .body-wrapper header.header-style1 .navbar .navbar-collapse {
      max-width: 100%; }
      .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 60px;
        border-bottom: 1px solid #dfdfdf;
        padding: 0 16px;
        display: none; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action .close-float-menu {
          cursor: pointer; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action .dropdown-user-dashboard a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action .dropdown-user-dashboard a:hover {
            color: #fd566f; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action .dropdown-user-dashboard a .fa {
            margin-left: 5px; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action .float-menu-account li {
          list-style: none;
          float: left;
          margin-right: 20px; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action .float-menu-account li:first-child a {
            border-right: 1px solid #dfdfdf;
            padding-right: 20px; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action .float-menu-account li:last-child {
            margin-right: 0; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action .float-menu-account li a {
            color: #2a2a2a; }
            .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action .float-menu-account li a:hover {
              color: #fd566f; }
      .body-wrapper header.header-style1 .navbar .navbar-collapse .navbar-brand {
        display: none; }
      .body-wrapper header.header-style1 .navbar .navbar-collapse a {
        color: #2a2a2a;
        font-family: 'Avenir Medium'; }
      .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu {
        position: relative;
        display: block;
        max-width: 100%; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu li.current-menu-item > a, .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu li.current-menu-parent > a, .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu li:hover > a {
          color: #fd566f; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item {
          margin-left: 20px;
          margin-right: 20px;
          float: left;
          position: relative; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item:first-child {
            margin-left: 0; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item > a {
            font-size: 16px;
            font-weight: 500;
            padding: 28px 0;
            display: inline-block; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .fa-icon {
            display: inline-block;
            vertical-align: middle;
            margin-left: 4px;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            background-size: 10px 6px;
            position: relative;
            top: -2px; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            background: #fff;
            min-width: 200px;
            border: none;
            top: 120%;
            padding: 0;
            -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            z-index: 9;
            margin-left: 0; }
            .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li {
              padding: 0 15px;
              list-style: none; }
              .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li a {
                display: block;
                padding: 15px 0; }
              .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li .fa-icon {
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                color: #2a2a2a; }
              .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li:not(:last-child) > a {
                border-bottom: 1px solid #eee; }
              .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children {
                position: relative; }
                .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children .fa-icon {
                  position: absolute;
                  right: 15px;
                  top: 50%;
                  margin-top: -7.5px; }
                .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children .menu-dropdown {
                  position: absolute;
                  left: 100%;
                  top: 20px; }
                .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children:hover > .fa-icon {
                  -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
                  color: #fd566f; }
                .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children:hover > .menu-dropdown {
                  top: 0;
                  opacity: 1;
                  visibility: visible; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children:hover > .fa-icon {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            top: -1px;
            color: #fd566f; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children:hover > .menu-dropdown {
            opacity: 1;
            visibility: visible;
            top: 100%; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children.current-menu-ancestor > a {
            color: #fd566f; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children.current-menu-ancestor > .fa-icon {
            color: #fd566f; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.has-megamenu {
            position: unset; }
            .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.has-megamenu .stt-megamenu-wrapper {
              width: 768px;
              left: 0;
              padding: 20px; }
            .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.has-megamenu .menu-dropdown:not(.stt-megamenu-wrapper) {
              display: none; }
            .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.has-megamenu .fa-icon:not(.megamenu-icon) {
              display: none; }
      .body-wrapper header.header-style1 .navbar .navbar-collapse .stt-header-items .header-item {
        padding: 0 20px;
        margin-right: 0 !important;
        border-right: 1px solid #eeeeee; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .stt-header-items .header-item:nth-child(2) {
          border-right: none; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .stt-header-items .header-item:last-child {
          border-right: none; }
      .body-wrapper header.header-style1 .navbar .navbar-collapse .stt-header-items .header-node {
        margin-right: 10px; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .stt-header-items .header-node:last-child {
          margin-right: 0; }
      .body-wrapper header.header-style1 .navbar .navbar-collapse .stt-header-items a:hover {
        color: #fd566f; }
      .body-wrapper header.header-style1 .navbar .navbar-collapse .stt-header-items a.btn:hover, .body-wrapper header.header-style1 .navbar .navbar-collapse .stt-header-items a.btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #ce465a; }
      .body-wrapper header.header-style1 .navbar .navbar-collapse .stt-header-items a.btn {
        color: #fff; }

.body-wrapper header.transparent {
  margin-bottom: -80px;
  position: relative;
  z-index: 99;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: linear-gradient(rgba(0, 0, 0, 0.6) 2%, transparent); }
  .body-wrapper header.transparent .navbar .navbar-collapse .main-menu > li.menu-item > a {
    color: #fff; }
  .body-wrapper header.transparent .navbar .navbar-collapse .main-menu > li.menu-item:hover > a {
    color: #fd566f; }
  .body-wrapper header.transparent .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .fa-icon {
    color: #fff; }
  .body-wrapper header.transparent .navbar .navbar-collapse .stt-header-items a {
    color: #fff; }
  .body-wrapper header.transparent .navbar .navbar-collapse .stt-header-items .dropdown-menu li a {
    color: #2a2a2a; }
    .body-wrapper header.transparent .navbar .navbar-collapse .stt-header-items .dropdown-menu li a:hover {
      color: #fd566f; }

.body-wrapper header.sticky {
  position: fixed;
  width: 100%; }

@media screen and (max-width: 1350px) {
  .body-wrapper header.header-style1 {
    padding: 0 15px; } }

@media screen and (max-width: 1200px) {
  .body-wrapper header.header-style1 {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .body-wrapper header.header-style1 .navbar {
      width: 100%;
      position: relative;
      text-align: center;
      display: block; }
      .body-wrapper header.header-style1 .navbar h1 {
        margin-right: 0; }
      .body-wrapper header.header-style1 .navbar .navbar-collapse {
        display: block !important;
        position: fixed;
        top: 0;
        width: 400px;
        background: #fff;
        height: 100%;
        z-index: 999;
        left: -100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu {
          display: block;
          overflow-y: auto;
          height: calc(100% - 63px);
          padding-bottom: 50px; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item {
            display: block;
            width: 100%;
            float: none;
            margin: 0; }
            .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item a {
              padding: 15px 15px;
              display: block;
              text-align: left;
              border-bottom: 1px solid #eee; }
            .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children {
              position: relative !important; }
              .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .fa-icon {
                position: absolute;
                right: 5px;
                width: 35px;
                height: 35px;
                top: 10px;
                cursor: pointer;
                background-size: 15px 7px;
                color: #2a2a2a;
                line-height: 35px;
                font-size: 19px;
                margin-left: 0; }
              .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown {
                display: none;
                opacity: 1;
                visibility: visible;
                position: relative;
                padding-left: 20px;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-transition: all 0.2s;
                transition: all 0.2s; }
                .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li {
                  padding: 0; }
                  .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li a {
                    padding: 15px 15px; }
                  .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children {
                    position: relative; }
                    .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children .fa-icon {
                      position: absolute;
                      right: 5px;
                      width: 35px;
                      height: 35px;
                      top: 10px;
                      cursor: pointer;
                      background-size: 15px 7px;
                      -webkit-transform: rotate(0);
                      transform: rotate(0);
                      margin-top: -1.5px; }
                    .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children .menu-dropdown {
                      position: relative;
                      display: none;
                      visibility: visible;
                      opacity: 1;
                      left: 0;
                      top: 0; }
                      .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children .menu-dropdown li a {
                        padding: 15px 15px; }
                    .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children:hover > .fa-icon {
                      -webkit-transform: rotate(0);
                      transform: rotate(0); }
                    .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children.active > .menu-dropdown {
                      display: block; }
                    .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown > li.menu-item-has-children.active .fa-icon {
                      -webkit-transform: rotate(0);
                      transform: rotate(0); }
                .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown.stt-megamenu-wrapper {
                  width: 100%;
                  padding-left: 0;
                  padding-right: 0;
                  padding-bottom: 0; }
                  .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown.stt-megamenu-wrapper .row {
                    width: 100%;
                    display: block;
                    margin: 0; }
                    .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown.stt-megamenu-wrapper .row .col {
                      width: 100%;
                      max-width: none;
                      margin-bottom: 30px; }
                      .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown.stt-megamenu-wrapper .row .col .stmn-el-text {
                        padding-left: 15px;
                        padding-right: 15px;
                        text-align: left; }
                      .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children .menu-dropdown.stt-megamenu-wrapper .row .col .stmn-el-image {
                        text-align: left; }
              .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children:hover .fa-icon {
                -webkit-transform: rotate(0);
                transform: rotate(0);
                top: 10px; }
              .body-wrapper header.header-style1 .navbar .navbar-collapse .main-menu > li.menu-item.menu-item-has-children.active > .menu-dropdown {
                display: block; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .stt-header-items {
          display: none; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .navbar-brand {
          margin-top: 13px;
          display: block;
          border-bottom: 1px solid #dfdfdf;
          padding-bottom: 12px; }
          .body-wrapper header.header-style1 .navbar .navbar-collapse .navbar-brand img {
            height: 50px; }
        .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .body-wrapper header.header-style1 .navbar .navbar-toggler {
        display: block;
        border-radius: 0;
        padding: 1px 5px;
        width: 44px;
        margin-right: 15px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0; }
        .body-wrapper header.header-style1 .navbar .navbar-toggler .navbar-toggler-icon {
          height: 4px;
          width: 100%;
          background: #fd566f;
          margin-top: 6px;
          margin-bottom: 6px;
          line-height: 2px;
          display: block;
          border-radius: 2px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
      .body-wrapper header.header-style1 .navbar.active .bg-overlay-menu {
        opacity: 1;
        visibility: visible; }
      .body-wrapper header.header-style1 .navbar.active .navbar-collapse {
        left: 0; }
      .body-wrapper header.header-style1 .navbar.active .navbar-toggler {
        width: 40px;
        height: 40px;
        z-index: 9;
        position: fixed;
        top: 41px;
        left: 15px; }
  .body-wrapper header.transparent .navbar .navbar-collapse .main-menu > li.menu-item > a {
    color: #2a2a2a; }
  .admin-bar .body-wrapper header.header-style1 .navbar .navbar-collapse .navbar-brand {
    margin-top: 43px; }
  .admin-bar .body-wrapper header.header-style1 .navbar .navbar-collapse .float-menu-action {
    margin-top: 32px; }
  .admin-bar .body-wrapper header.header-style1 .navbar.active .navbar-toggler {
    top: 69px; } }

@media screen and (max-width: 575px) {
  .body-wrapper header.sticky {
    top: 0; }
  .admin-bar .body-wrapper header.sticky .navbar .navbar-collapse .float-menu-action {
    margin-top: 0; } }

@media screen and (max-width: 520px) {
  .body-wrapper header.header-style1 .navbar .navbar-collapse {
    width: 80%; } }

@media screen and (max-width: 480px) {
  .body-wrapper header.header-style1 .navbar .navbar-collapse {
    width: 80%; }
    .body-wrapper header.header-style1 .navbar .navbar-collapse .navbar-brand {
      text-align: left;
      padding-left: 70px; } }

footer#footer {
  font-family: "Avenir Roman"; }
  footer#footer .wpb_wrapper .wpb_content_element {
    margin-bottom: 30px; }
  footer#footer .wpb_wrapper h4 {
    font-family: "Avenir Heavy";
    font-size: 18px;
    color: #2a2a2a; }
  footer#footer .wpb_wrapper p {
    font-family: "Avenir Roman";
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 20px; }
  footer#footer .wpb_wrapper a {
    color: #fd566f; }

.elementor-widget-wp-widget-nav_menu .menu {
  padding: 0;
  margin: 0; }
  .elementor-widget-wp-widget-nav_menu .menu li {
    list-style: none;
    margin-bottom: 20px; }
    .elementor-widget-wp-widget-nav_menu .menu li a {
      font-family: "Avenir Roman";
      font-size: 16px;
      color: #5a5a5a;
      margin-bottom: 20px; }
      .elementor-widget-wp-widget-nav_menu .menu li a:hover {
        color: #fd566f; }

#footer-default {
  border-top: 1px solid #EEE;
  padding: 30px 20px;
  text-align: center;
  margin-top: 50px; }

.stt-list-company {
  background: #ebf4fa;
  padding: 50px 50px 30px 50px;
  text-align: center; }
  .stt-list-company h4 {
    font-family: "Avenir Roman";
    font-size: 28px;
    color: #223551;
    margin-bottom: 25px; }
  .stt-list-company ul {
    padding: 0;
    margin: 0;
    display: inline-block; }
    .stt-list-company ul li {
      display: inline-block;
      list-style: none;
      margin: 20px 30px; }

.stt-list-social {
  text-align: center; }
  .stt-list-social ul {
    padding: 0;
    margin: 0;
    display: inline-block; }
    .stt-list-social ul li {
      float: left;
      list-style: none;
      margin-right: 40px; }
      .stt-list-social ul li:last-child {
        margin-right: 0; }
  .stt-list-social.left {
    text-align: left; }
  .stt-list-social.right {
    text-align: right; }

.stt-mailchimp-form {
  width: 100%;
  position: relative;
  min-height: 50px; }
  .stt-mailchimp-form input[type="email"] {
    height: 50px;
    border: 1px solid #dddddd;
    background: #fff;
    padding: 15px;
    position: absolute;
    width: 100%;
    padding-right: 80px;
    font-size: 16px;
    font-style: oblique;
    color: #aaaaaa; }
    .stt-mailchimp-form input[type="email"]::-webkit-input-placeholder {
      font-size: 16px;
      font-style: oblique;
      color: #aaaaaa; }
    .stt-mailchimp-form input[type="email"]::-moz-placeholder {
      font-size: 16px;
      font-style: oblique;
      color: #aaaaaa; }
    .stt-mailchimp-form input[type="email"]:-ms-input-placeholder {
      font-size: 16px;
      font-style: oblique;
      color: #aaaaaa; }
    .stt-mailchimp-form input[type="email"]::-ms-input-placeholder {
      font-size: 16px;
      font-style: oblique;
      color: #aaaaaa; }
    .stt-mailchimp-form input[type="email"]::placeholder {
      font-size: 16px;
      font-style: oblique;
      color: #aaaaaa; }
  .stt-mailchimp-form input[type="submit"] {
    height: 50px;
    border: none;
    padding: 15px;
    background: #fd566f url("../images/ico-send.svg") center center no-repeat;
    color: transparent;
    position: absolute;
    right: 0; }

.stt-languages {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .stt-languages label {
    font-family: "Avenir Roman";
    font-size: 16px;
    color: #5a5a5a; }
  .stt-languages .select2 {
    width: 100% !important; }
  .stt-languages .select2-container--default .select2-selection--single {
    border: none;
    outline: none;
    min-width: 90px;
    background: #fff url("../images/ico-arrow.svg") right center no-repeat; }
    .stt-languages .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-family: "Avenir Medium";
      font-size: 16px;
      font-weight: 500;
      color: #2a2a2a; }
    .stt-languages .select2-container--default .select2-selection--single .select2-selection__arrow {
      display: none; }
  .stt-languages select {
    font-family: "Avenir Medium";
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: none;
    background: #fff url("../images/ico-arrow.svg") right center no-repeat;
    padding: 0 10px; }
    .stt-languages select::-ms-expand {
      display: none; }

.stt-search-form-widget {
  position: relative; }
  .stt-search-form-widget h2.heading {
    font-family: "Times New Roman", sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff; }
  .stt-search-form-widget.sticky h2.heading {
    display: none; }
  .stt-search-form-widget.with-slider {
    position: relative; }
    .stt-search-form-widget.with-slider .stt-owl-slider {
      width: 100%;
      height: 626px;
      overflow: hidden; }
      .stt-search-form-widget.with-slider .stt-owl-slider .owl-stage-outer {
        height: 100%; }
        .stt-search-form-widget.with-slider .stt-owl-slider .owl-stage-outer .owl-stage {
          height: 100%; }
          .stt-search-form-widget.with-slider .stt-owl-slider .owl-stage-outer .owl-stage .owl-item {
            height: 100%; }
            .stt-search-form-widget.with-slider .stt-owl-slider .owl-stage-outer .owl-stage .owl-item .item {
              height: 100%;
              width: 100%;
              background-size: cover !important; }
      .stt-search-form-widget.with-slider .stt-owl-slider .owl-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        top: auto;
        bottom: 50px;
        right: 50px;
        margin-top: 0;
        width: auto; }
        .stt-search-form-widget.with-slider .stt-owl-slider .owl-nav button {
          font-size: 20px;
          color: #fff;
          background: #fff;
          opacity: 0.7;
          border-radius: 50%;
          outline: none; }
          .stt-search-form-widget.with-slider .stt-owl-slider .owl-nav button.owl-prev {
            margin-left: 0;
            margin-right: 10px; }
            .stt-search-form-widget.with-slider .stt-owl-slider .owl-nav button.owl-prev span {
              width: 40px;
              height: 40px;
              display: block;
              background: transparent url("../images/ico-pre-1.svg") center center no-repeat;
              color: transparent; }
          .stt-search-form-widget.with-slider .stt-owl-slider .owl-nav button.owl-next {
            margin-right: 0;
            float: right; }
            .stt-search-form-widget.with-slider .stt-owl-slider .owl-nav button.owl-next span {
              width: 40px;
              height: 40px;
              display: block;
              background: transparent url("../images/ico-next-1.svg") center center no-repeat;
              color: transparent; }
          .stt-search-form-widget.with-slider .stt-owl-slider .owl-nav button:hover {
            opacity: 0.9; }
      .stt-search-form-widget.with-slider .stt-owl-slider .owl-dots {
        bottom: 50px;
        position: absolute;
        left: 50px;
        opacity: 0; }
        .stt-search-form-widget.with-slider .stt-owl-slider .owl-dots .owl-dot {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          margin-right: 15px;
          opacity: 0.5;
          background: #fff;
          outline: none; }
          .stt-search-form-widget.with-slider .stt-owl-slider .owl-dots .owl-dot.active {
            opacity: 1; }
    .stt-search-form-widget.with-slider:hover .owl-nav {
      opacity: 1; }
    .stt-search-form-widget.with-slider:hover .owl-dots {
      opacity: 1; }
    .stt-search-form-widget.with-slider .slider-content-wrapper {
      position: absolute;
      bottom: 110px;
      width: 100%;
      z-index: 9; }
  .stt-search-form-widget.style2:not(.sticky), .stt-search-form-widget.style3:not(.sticky) {
    border-radius: 3px;
    background-color: #ffffff;
    padding: 30px; }
    .stt-search-form-widget.style2:not(.sticky) .toogle-form-search, .stt-search-form-widget.style3:not(.sticky) .toogle-form-search {
      position: absolute;
      top: 32px;
      right: 30px;
      display: none; }
      @media (max-width: 767px) {
        .stt-search-form-widget.style2:not(.sticky) .toogle-form-search, .stt-search-form-widget.style3:not(.sticky) .toogle-form-search {
          display: inline-block; } }
    .stt-search-form-widget.style2:not(.sticky) h2.heading, .stt-search-form-widget.style3:not(.sticky) h2.heading {
      font-family: "Avenir Medium" !important;
      font-size: 24px;
      color: #2a2a2a;
      margin-bottom: 20px; }
    @media (max-width: 767px) {
      .stt-search-form-widget.style2:not(.sticky).toggle .heading, .stt-search-form-widget.style3:not(.sticky).toggle .heading {
        margin-bottom: 0; }
      .stt-search-form-widget.style2:not(.sticky).toggle form, .stt-search-form-widget.style3:not(.sticky).toggle form {
        display: none; } }
    .stt-search-form-widget.style2:not(.sticky) .stt-search-form, .stt-search-form-widget.style3:not(.sticky) .stt-search-form {
      display: block;
      height: auto; }
      .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field {
        margin-bottom: 20px;
        width: 100% !important;
        height: 50px !important;
        border: solid 1px #cccccc;
        font-size: 14px;
        font-family: "Avenir Roman", sans-serif;
        color: #2a2a2a; }
        .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field:after, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field:after {
          display: none; }
        .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.location, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.location {
          padding: 0;
          z-index: 9; }
          .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.location input[type="text"], .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.location input[type="text"] {
            padding: 15px 20px;
            height: 100%; }
          .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.location .suggestions, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.location .suggestions {
            margin-top: 8px !important;
            left: -1px;
            width: calc(100% + 2px); }
        .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.date, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.date {
          padding: 15px 20px; }
          .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.date .item.start, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.date .item.start {
            border-right: none; }
          .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.date .item.end .stt-icon, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.date .item.end .stt-icon {
            display: none; }
          .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.date.date-time .start, .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.date.date-time .end, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.date.date-time .start, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.date.date-time .end {
            border: solid 1px #cccccc !important; }
          .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.date.date-time .start, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.date.date-time .start {
            margin-right: 20px; }
          .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.date.date-time .end .stt-icon, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.date.date-time .end .stt-icon {
            display: inline-block; }
        .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.guest, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.guest {
          padding: 15px 20px; }
        .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.advance, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.advance {
          padding: 15px 20px;
          display: none; }
        .stt-search-form-widget.style2:not(.sticky) .stt-search-form .field.submit, .stt-search-form-widget.style3:not(.sticky) .stt-search-form .field.submit {
          margin-bottom: 0;
          padding: 0;
          border: none; }
  .stt-search-form-widget.style3.sticky .stt-search-form .field.location {
    width: 25%; }
  .stt-search-form-widget.style3.sticky .stt-search-form .field.date.date-single {
    width: 25%; }
    .stt-search-form-widget.style3.sticky .stt-search-form .field.date.date-single input[type="text"] {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      border: none;
      visibility: hidden;
      opacity: 0; }
    .stt-search-form-widget.style3.sticky .stt-search-form .field.date.date-single .item.start {
      width: 100%;
      border-right: 0 !important;
      margin-right: 0 !important; }
  .stt-search-form-widget.style3.sticky .stt-search-form .field.date.date-time {
    width: 35%;
    padding-left: 0; }
    .stt-search-form-widget.style3.sticky .stt-search-form .field.date.date-time .item {
      padding-left: 30px;
      position: relative; }
      .stt-search-form-widget.style3.sticky .stt-search-form .field.date.date-time .item.start {
        border-right: 0;
        width: 50%;
        border-right: 1px solid #eee;
        padding-right: 20px;
        margin-right: 0; }
      .stt-search-form-widget.style3.sticky .stt-search-form .field.date.date-time .item.end {
        padding-right: 20px;
        width: 50%; }
      .stt-search-form-widget.style3.sticky .stt-search-form .field.date.date-time .item .st-dropdown-time {
        position: absolute;
        padding-top: 5px;
        padding-bottom: 5px;
        top: calc(100% + 10px);
        left: 0;
        width: 100%;
        background: #FFF;
        border: 1px solid #cccccc;
        max-height: 320px;
        overflow-y: auto;
        z-index: 1;
        display: none; }
        .stt-search-form-widget.style3.sticky .stt-search-form .field.date.date-time .item .st-dropdown-time .item {
          display: block;
          width: 100%;
          padding: 8px 10px;
          text-align: center;
          -webkit-transition: all .1s;
          transition: all .1s;
          word-wrap: break-word;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
          .stt-search-form-widget.style3.sticky .stt-search-form .field.date.date-time .item .st-dropdown-time .item:hover {
            background: #EEE; }

.section-heading .elementor-heading-title {
  font-family: "Avenir Medium";
  font-size: 28px;
  color: #2a2a2a;
  margin-bottom: 40px; }

.stt-elements h3.section-heading {
  font-family: "Avenir Medium";
  font-size: 28px;
  color: #2a2a2a;
  margin-bottom: 40px; }
  .stt-elements h3.section-heading .view-all {
    font-size: 16px;
    color: #2a2a2a;
    font-family: "Avenir Medium";
    float: right;
    line-height: 28px;
    position: relative;
    z-index: 2;
    top: 3px; }
    .stt-elements h3.section-heading .view-all:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #fd566f;
      bottom: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      z-index: -1;
      opacity: 1; }
    .stt-elements h3.section-heading .view-all:hover:after {
      height: 13px;
      opacity: 0.7; }

.stt-elements.stt-list-of-destination .item .thumb, .stt-elements.stt-list-of-taxonomy .item .thumb {
  overflow: hidden;
  margin-bottom: 30px; }
  .stt-elements.stt-list-of-destination .item .thumb a, .stt-elements.stt-list-of-taxonomy .item .thumb a {
    display: block; }
    .stt-elements.stt-list-of-destination .item .thumb a img, .stt-elements.stt-list-of-taxonomy .item .thumb a img {
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
  .stt-elements.stt-list-of-destination .item .thumb:hover img, .stt-elements.stt-list-of-taxonomy .item .thumb:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.stt-elements.stt-list-of-destination .item h4, .stt-elements.stt-list-of-taxonomy .item h4 {
  font-size: 18px;
  font-family: "Avenir Medium";
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 0;
  position: relative; }
  .stt-elements.stt-list-of-destination .item h4 a, .stt-elements.stt-list-of-taxonomy .item h4 a {
    color: #2a2a2a; }
  .stt-elements.stt-list-of-destination .item h4:after, .stt-elements.stt-list-of-taxonomy .item h4:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fd566f;
    bottom: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: -1;
    opacity: 1; }

.stt-elements.stt-list-of-destination .item:hover h4:after, .stt-elements.stt-list-of-taxonomy .item:hover h4:after {
  height: 13px;
  opacity: 0.7; }

.stt-elements.stt-list-of-destination.style2 h3.section-heading {
  text-align: center;
  color: #2a2a2a;
  font-family: "Avenir Medium"; }

.stt-elements.stt-list-of-destination.style2 .item {
  border-radius: 5px;
  border: 1px solid #dddddd;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .stt-elements.stt-list-of-destination.style2 .item .thumb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 170px;
    height: 150px;
    margin-bottom: 0; }
  .stt-elements.stt-list-of-destination.style2 .item .content {
    display: inline-block;
    vertical-align: middle; }
    .stt-elements.stt-list-of-destination.style2 .item .content h4:after {
      display: none; }
    .stt-elements.stt-list-of-destination.style2 .item .content h4:hover a {
      color: #fd566f; }
    .stt-elements.stt-list-of-destination.style2 .item .content p.number-property {
      margin-bottom: 0;
      color: #7a7a7a; }

.stt-elements.stt-list-of-destination.style3 .item {
  position: relative; }
  .stt-elements.stt-list-of-destination.style3 .item .thumb {
    margin-bottom: 0; }
  .stt-elements.stt-list-of-destination.style3 .item .content {
    position: absolute;
    bottom: 20px;
    left: 30px; }
    .stt-elements.stt-list-of-destination.style3 .item .content h4 {
      font-family: "Avenir Medium";
      font-size: 18px; }
      .stt-elements.stt-list-of-destination.style3 .item .content h4 a {
        color: #fff; }
      .stt-elements.stt-list-of-destination.style3 .item .content h4:after {
        display: none; }
    .stt-elements.stt-list-of-destination.style3 .item .content p {
      font-family: "Avenir Roman";
      color: #fff;
      font-size: 14px;
      margin-bottom: 0; }

.stt-elements.stt-list-of-taxonomy.style1 .item .thumb {
  position: relative; }
  .stt-elements.stt-list-of-taxonomy.style1 .item .thumb a .count {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
    font-size: 16px; }
  .stt-elements.stt-list-of-taxonomy.style1 .item .thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9; }

.stt-elements.stt-list-of-taxonomy.style1 .item:hover .thumb .count {
  opacity: 1;
  visibility: visible; }

.stt-elements.stt-list-of-taxonomy.style1 .item:hover .thumb:after {
  opacity: 1;
  visibility: visible; }

.stt-elements.stt-list-of-taxonomy.style2 .item {
  border-radius: 5px;
  border: 1px solid #dddddd;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .stt-elements.stt-list-of-taxonomy.style2 .item .thumb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 0; }
  .stt-elements.stt-list-of-taxonomy.style2 .item .info {
    display: inline-block;
    vertical-align: middle; }
    .stt-elements.stt-list-of-taxonomy.style2 .item .info h4 {
      margin-bottom: 5px; }
      .stt-elements.stt-list-of-taxonomy.style2 .item .info h4:after {
        display: none; }
    .stt-elements.stt-list-of-taxonomy.style2 .item .info p.count {
      font-size: 14px;
      color: #7a7a7a;
      margin-bottom: 0; }

.stt-elements .stt-owlcarousel .item {
  margin-bottom: 0; }

.stt-elements.stt-list-of-service.normal h3.section-heading {
  font-size: 18px;
  font-family: "Avenir Medium";
  color: #2a2a2a;
  margin-bottom: 20px; }

.stt-elements.stt-list-of-service.normal .service-wrapper {
  border-top: 2px solid #eeeeee;
  padding-top: 20px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 20px; }

.stt-elements.stt-list-of-service.normal .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .stt-elements.stt-list-of-service.normal .item .thumb {
    margin-right: 15px;
    overflow: hidden; }
    .stt-elements.stt-list-of-service.normal .item .thumb a img {
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .stt-elements.stt-list-of-service.normal .item .thumb:hover a img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .stt-elements.stt-list-of-service.normal .item .content h4 {
    font-family: "Avenir Medium";
    font-size: 14px;
    margin-bottom: 5px; }
    .stt-elements.stt-list-of-service.normal .item .content h4 a {
      color: #2a2a2a; }
    .stt-elements.stt-list-of-service.normal .item .content h4:hover a {
      color: #fd566f; }
  .stt-elements.stt-list-of-service.normal .item .content .review {
    margin-bottom: 10px; }
    .stt-elements.stt-list-of-service.normal .item .content .review .stt-star-rating .fa {
      font-size: 12px; }
    .stt-elements.stt-list-of-service.normal .item .content .review .stt-review-text {
      font-family: "Avenir Roman";
      color: #7a7a7a;
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      top: 0;
      position: relative; }
  .stt-elements.stt-list-of-service.normal .item .content .meta ul {
    overflow: hidden;
    margin-bottom: 10px; }
    .stt-elements.stt-list-of-service.normal .item .content .meta ul li {
      list-style: none;
      float: left;
      margin-right: 20px; }
      .stt-elements.stt-list-of-service.normal .item .content .meta ul li:last-child {
        margin-right: 0; }
      .stt-elements.stt-list-of-service.normal .item .content .meta ul li .stt-icon {
        margin-right: 7px; }
  .stt-elements.stt-list-of-service.normal .item .content .price {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Avenir Medium";
    color: #fd566f; }
  .stt-elements.stt-list-of-service.normal .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.stt-elements.stt-list-of-service.slider.style2 .section-heading {
  text-align: center;
  font-size: 28px;
  font-family: "Avenir Medium" !important;
  margin-bottom: 40px; }

.stt-elements.stt-list-of-service.slider.style2 .search-result .owl-nav {
  top: 43%;
  width: 100%; }
  .stt-elements.stt-list-of-service.slider.style2 .search-result .owl-nav .owl-next {
    right: -70px;
    position: relative;
    float: right; }
    .stt-elements.stt-list-of-service.slider.style2 .search-result .owl-nav .owl-next span {
      width: 40px;
      height: 40px;
      background-image: url("../images/ico-next-6.svg"); }
  .stt-elements.stt-list-of-service.slider.style2 .search-result .owl-nav .owl-prev {
    left: -70px;
    position: relative; }
    .stt-elements.stt-list-of-service.slider.style2 .search-result .owl-nav .owl-prev span {
      width: 40px;
      height: 40px;
      background-image: url("../images/ico-pre-6.svg"); }

.stt-elements.stt-faq .faq-content .item {
  margin-bottom: 0px;
  padding-bottom: 5px; }
  .stt-elements.stt-faq .faq-content .item .header {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 10px;
    cursor: pointer; }
    .stt-elements.stt-faq .faq-content .item .header .stt-icon {
      float: left;
      margin-right: 15px; }
      .stt-elements.stt-faq .faq-content .item .header .stt-icon svg g {
        fill: #008489; }
    .stt-elements.stt-faq .faq-content .item .header .fa {
      font-family: "Font Awesome 5 Free";
      color: #7a7a7a; }
    .stt-elements.stt-faq .faq-content .item .header h5 {
      float: left;
      margin-top: -2px;
      margin-bottom: 0px;
      font-size: 18px;
      color: #2a2a2a;
      width: calc(100% - 50px); }
    .stt-elements.stt-faq .faq-content .item .header .arrow {
      float: right;
      font-size: 20px;
      position: relative;
      top: -16px; }
      .stt-elements.stt-faq .faq-content .item .header .arrow svg g {
        fill: #2a2a2a; }
  .stt-elements.stt-faq .faq-content .item .body {
    font-size: 14px;
    color: #7a7a7a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 0px;
    overflow: hidden;
    padding-bottom: 0px; }
  .stt-elements.stt-faq .faq-content .item.active .body {
    height: auto;
    padding-bottom: 20px; }
  .stt-elements.stt-faq .faq-content .item.active .header .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .stt-elements.stt-faq .faq-content .item.active .header .arrow .fa {
      margin-left: 15px;
      margin-right: 0; }
  .stt-elements.stt-faq .faq-content .item:last-child {
    border-bottom: none; }

.stt-testimonial .item {
  position: relative;
  padding: 40px;
  background: #fff; }
  .stt-testimonial .item .text-review {
    font-size: 18px;
    font-family: "Avenir Medium";
    color: #2a2a2a;
    background: transparent url("../images/quote-circular-button.svg") left center no-repeat;
    margin-bottom: 28px;
    padding: 6px 0 1px 60px; }
  .stt-testimonial .item .text-review-content {
    font-family: "Avenir Roman";
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 100px; }
  .stt-testimonial .item .review-user {
    position: absolute;
    bottom: 40px; }
    .stt-testimonial .item .review-user img {
      height: 60px;
      width: 60px;
      border-radius: 50%;
      margin-right: 20px;
      display: inline-block;
      vertical-align: middle; }
    .stt-testimonial .item .review-user span {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      color: #2a2a2a;
      font-family: "Avenir Medium";
      padding-bottom: 3px;
      position: relative;
      z-index: 2; }
      .stt-testimonial .item .review-user span:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #fd566f;
        bottom: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        z-index: -1;
        opacity: 1; }
      .stt-testimonial .item .review-user span:hover:after {
        height: 13px;
        opacity: 0.7; }

.stt-testimonial.light h3.section-heading {
  color: #fff; }

.stt-testimonial.light .stt-owlcarousel .owl-dots button span {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  display: block; }

.stt-testimonial.light .stt-owlcarousel .owl-dots button.active span {
  background: #fff;
  opacity: 1; }

.stt-testimonial.style2 .item .review-user {
  position: relative;
  bottom: unset;
  text-align: center;
  margin-bottom: 30px; }
  .stt-testimonial.style2 .item .review-user img {
    width: 100px;
    height: 100px;
    margin-right: 0; }

.stt-testimonial.style2 .item .text-review-content {
  font-size: 16px;
  color: #7a7a7a;
  margin-bottom: 25px;
  text-align: center; }

.stt-testimonial.style2 .item span {
  display: block;
  text-align: center;
  color: #fd566f; }

.stt-testimonial.style2 .owl-nav {
  top: 37%;
  width: 100%; }
  .stt-testimonial.style2 .owl-nav .owl-next {
    right: -70px;
    position: relative;
    float: right; }
    .stt-testimonial.style2 .owl-nav .owl-next span {
      background-image: url("../images/ico-next-6.svg");
      width: 40px;
      height: 40px; }
  .stt-testimonial.style2 .owl-nav .owl-prev {
    left: -70px;
    position: relative; }
    .stt-testimonial.style2 .owl-nav .owl-prev span {
      background-image: url("../images/ico-pre-6.svg");
      width: 40px;
      height: 40px; }

.stt-list-of-blog .stt-list-blog .blog-item {
  background: #fff;
  margin-bottom: 40px; }
  .stt-list-of-blog .stt-list-blog .blog-item .thumb {
    overflow: hidden;
    margin-bottom: 30px;
    display: block; }
    .stt-list-of-blog .stt-list-blog .blog-item .thumb a img {
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      width: 100%;
      height: auto; }
    .stt-list-of-blog .stt-list-blog .blog-item .thumb:hover img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .stt-list-of-blog .stt-list-blog .blog-item ul.meta {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 15px; }
    .stt-list-of-blog .stt-list-blog .blog-item ul.meta li {
      list-style: none;
      float: left;
      font-size: 14px;
      color: #5a5a5a;
      text-transform: uppercase;
      position: relative;
      font-family: "Avenir Medium"; }
      .stt-list-of-blog .stt-list-blog .blog-item ul.meta li:not(:last-child) {
        margin-right: 30px; }
        .stt-list-of-blog .stt-list-blog .blog-item ul.meta li:not(:last-child):after {
          content: '';
          right: -15px;
          top: 8px;
          height: 4px;
          width: 4px;
          background: #5a5a5a;
          border-radius: 50%;
          position: absolute;
          display: inline-block; }
      .stt-list-of-blog .stt-list-blog .blog-item ul.meta li a {
        color: #2a2a2a; }
        .stt-list-of-blog .stt-list-blog .blog-item ul.meta li a:hover {
          color: #fd566f; }
  .stt-list-of-blog .stt-list-blog .blog-item h4 {
    font-size: 24px;
    font-family: "Avenir Medium";
    margin-bottom: 30px;
    word-break: break-word; }
    .stt-list-of-blog .stt-list-blog .blog-item h4 a {
      color: #2a2a2a; }
      .stt-list-of-blog .stt-list-blog .blog-item h4 a:hover {
        color: #fd566f; }
  .stt-list-of-blog .stt-list-blog .blog-item p.desc {
    color: #7a7a7a;
    font-family: "Avenir Roman";
    font-size: 14px;
    margin-bottom: 0; }
  .stt-list-of-blog .stt-list-blog .blog-item a.read-more {
    margin-top: 30px;
    display: inline-block;
    color: #2a2a2a;
    font-family: "Avenir Medium";
    position: relative;
    z-index: 2;
    padding-bottom: 2px; }
    .stt-list-of-blog .stt-list-blog .blog-item a.read-more:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #fd566f;
      bottom: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      z-index: -1;
      opacity: 1; }
    .stt-list-of-blog .stt-list-blog .blog-item a.read-more:hover:after {
      height: 11px;
      opacity: 0.7; }

.stt-list-of-blog.blogpage .stt-list-blog .blog-item {
  margin-bottom: 40px; }
  .stt-list-of-blog.blogpage .stt-list-blog .blog-item h4 {
    font-size: 24px;
    margin-bottom: 10px; }
  .stt-list-of-blog.blogpage .stt-list-blog .blog-item .meta {
    margin-bottom: 0; }
    .stt-list-of-blog.blogpage .stt-list-blog .blog-item .meta li {
      color: #5a5a5a;
      text-transform: none; }
      .stt-list-of-blog.blogpage .stt-list-blog .blog-item .meta li a {
        color: #2a2a2a; }
      .stt-list-of-blog.blogpage .stt-list-blog .blog-item .meta li:after {
        display: none !important; }
      .stt-list-of-blog.blogpage .stt-list-blog .blog-item .meta li:not(:last-child) {
        margin-right: 5px; }

.stt-list-of-blog.blogpage .stt-pagination {
  margin-top: 0; }

.stt-become-ahost-form h2 {
  font-size: 36px;
  color: #2a2a2a;
  font-family: "Avenir Medium";
  margin-bottom: 10px; }

.stt-become-ahost-form p.sub-heading {
  font-family: "Avenir Roman";
  font-size: 18px;
  color: #7a7a7a;
  margin-bottom: 40px; }

.stt-become-ahost-form form {
  position: relative; }
  .stt-become-ahost-form form .form-group {
    margin-bottom: 20px; }
    .stt-become-ahost-form form .form-group input[type="text"], .stt-become-ahost-form form .form-group input[type="email"], .stt-become-ahost-form form .form-group input[type="password"] {
      height: 50px;
      font-family: "Avenir Roman";
      color: #7a7a7a;
      font-size: 14px;
      padding: 15px 20px; }
      .stt-become-ahost-form form .form-group input[type="text"].error, .stt-become-ahost-form form .form-group input[type="email"].error, .stt-become-ahost-form form .form-group input[type="password"].error {
        border-color: #cc0000; }
    .stt-become-ahost-form form .form-group button {
      height: 50px;
      font-family: "Avenir Roman";
      color: #fff;
      font-size: 14px;
      padding: 15px 20px;
      border-radius: 3px; }
      .stt-become-ahost-form form .form-group button:focus {
        background: #df4c62;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .stt-become-ahost-form form .remember-group {
    font-family: "Avenir Roman";
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 20px; }
    .stt-become-ahost-form form .remember-group label {
      margin-bottom: 0; }
    .stt-become-ahost-form form .remember-group a {
      color: #fd566f;
      float: right; }
    .stt-become-ahost-form form .remember-group input[type=checkbox].error {
      border-color: #cc0000 !important; }

.stt-number-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  font-family: "Avenir Roman";
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  background: #fd566f;
  border-radius: 50%;
  margin: auto; }

.stt-short-line {
  width: 40px;
  height: 2px;
  background: #fd566f; }

.stt-video-popup-wrapper {
  display: inline-block; }
  .stt-video-popup-wrapper.center {
    display: block;
    text-align: center; }
  .stt-video-popup-wrapper.right {
    float: right; }
  .stt-video-popup-wrapper.left {
    float: left; }
  .stt-video-popup-wrapper .stt-video-popup {
    display: inline-block;
    position: relative; }
    .stt-video-popup-wrapper .stt-video-popup .play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0.7; }
    .stt-video-popup-wrapper .stt-video-popup:hover .play-icon {
      opacity: 1; }

.stt-btn-explode a {
  font-family: "Avenir Medium";
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600; }
  .stt-btn-explode a img {
    background: #fd566f;
    padding: 14px 15px 13px 15px;
    border-radius: 40px;
    margin-left: 15px; }

.stt-slider-only .stt-owl-slider {
  width: 100%;
  height: 626px;
  overflow: hidden; }
  .stt-slider-only .stt-owl-slider .owl-stage-outer {
    height: 100%; }
    .stt-slider-only .stt-owl-slider .owl-stage-outer .owl-stage {
      height: 100%; }
      .stt-slider-only .stt-owl-slider .owl-stage-outer .owl-stage .owl-item {
        height: 100%; }
        .stt-slider-only .stt-owl-slider .owl-stage-outer .owl-stage .owl-item .item {
          height: 100%;
          width: 100%;
          background-size: cover !important; }
  .stt-slider-only .stt-owl-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .stt-slider-only .stt-owl-slider .owl-nav button {
      font-size: 20px;
      color: #fff;
      background: #fff;
      opacity: 0.7; }
      .stt-slider-only .stt-owl-slider .owl-nav button.owl-prev {
        margin-left: 30px; }
        .stt-slider-only .stt-owl-slider .owl-nav button.owl-prev span {
          width: 40px;
          height: 38px;
          display: block;
          background: url(../images/owl_prev.png) center center no-repeat;
          color: transparent; }
      .stt-slider-only .stt-owl-slider .owl-nav button.owl-next {
        margin-right: 30px;
        float: right; }
        .stt-slider-only .stt-owl-slider .owl-nav button.owl-next span {
          width: 40px;
          height: 38px;
          display: block;
          background: url(../images/owl_next.png) center center no-repeat;
          color: transparent; }
  .stt-slider-only .stt-owl-slider .owl-nav {
    bottom: 50px;
    position: absolute;
    right: 50px;
    top: auto;
    width: auto;
    opacity: 1; }
    .stt-slider-only .stt-owl-slider .owl-nav button {
      background: transparent;
      margin-left: 10px;
      opacity: 1; }
      .stt-slider-only .stt-owl-slider .owl-nav button span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: block; }
      .stt-slider-only .stt-owl-slider .owl-nav button.owl-prev span {
        background: transparent url("../images/ico-pre-1.svg") center center no-repeat; }
      .stt-slider-only .stt-owl-slider .owl-nav button.owl-next span {
        background: transparent url("../images/ico-next-1.svg") center center no-repeat; }
  .stt-slider-only .stt-owl-slider .owl-dots {
    bottom: 50px;
    position: absolute;
    left: 135px; }
    .stt-slider-only .stt-owl-slider .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin-right: 15px;
      opacity: 0.5;
      background: #fff;
      outline: none; }
      .stt-slider-only .stt-owl-slider .owl-dots .owl-dot.active {
        opacity: 1; }

.stt-team-member-item {
  text-align: center; }
  .stt-team-member-item .avatar {
    margin-bottom: 20px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: inline-block; }
    .stt-team-member-item .avatar img {
      max-width: 100%;
      height: auto; }
    .stt-team-member-item .avatar .social {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #fd566f;
      text-align: center;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      border-radius: 50%; }
      .stt-team-member-item .avatar .social ul {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .stt-team-member-item .avatar .social ul li {
          list-style: none;
          float: left;
          margin-left: 10px;
          margin-right: 10px; }
    .stt-team-member-item .avatar:hover .social {
      opacity: 0.9; }
  .stt-team-member-item p {
    text-align: center; }
    .stt-team-member-item p.name {
      font-family: "Avenir Medium";
      font-size: 16px;
      color: #2a2a2a;
      margin-bottom: 5px; }
    .stt-team-member-item p.pos {
      margin-bottom: 0;
      font-size: 14px;
      color: #5a5a5a;
      font-style: oblique; }

.stt-custom-banner {
  min-height: 200px;
  background-size: cover !important; }
  .stt-custom-banner h2 {
    font-size: 36px;
    color: #fff;
    line-height: 200px;
    margin-bottom: 0; }

.stt-contact-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block; }

.stt-contact-form input[type="text"], .stt-contact-form input[type="email"], .stt-contact-form input[type="url"] {
  width: 100%;
  height: 60px;
  padding: 22px 15px;
  color: #7a7a7a;
  font-size: 12px;
  border-radius: 3px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  display: block; }

.stt-contact-form textarea {
  width: 100%;
  padding: 22px 15px;
  color: #7a7a7a;
  font-size: 12px;
  border-radius: 3px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  display: block; }

.stt-contact-form input[type="submit"] {
  padding: 10px 30px;
  background: #fd566f;
  font-size: 14px;
  color: #fff;
  font-family: "Avenir Medium";
  border: none;
  margin: auto;
  display: inherit; }
  .stt-contact-form input[type="submit"]:hover {
    background: #c74457; }

.stt-list-of-category ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-bottom: 0 !important; }
  .stt-list-of-category ul li {
    margin-right: 30px;
    list-style: none;
    float: left; }
    .stt-list-of-category ul li a {
      color: #2a2a2a; }
      .stt-list-of-category ul li a:hover {
        color: #fd566f; }
    .stt-list-of-category ul li.active a {
      color: #fd566f; }
    .stt-list-of-category ul li:last-child {
      margin-right: 0; }

.stt-list-of-category.center {
  text-align: center; }

.stt-list-of-category.right {
  text-align: right; }

.stt-list-of-category.left {
  text-align: left; }

.stmn-el-text h3 {
  color: #2a2a2a;
  margin-bottom: 0;
  font-family: "Avenir Medium"; }

.stmn-el-menu .menu li {
  list-style: none; }
  .stmn-el-menu .menu li a {
    font-family: "Avenir Roman" !important;
    font-weight: normal;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee; }
  .stmn-el-menu .menu li:last-child a {
    border-bottom: none; }

.stmn-el-gap .stmn-empty-space {
  display: block;
  width: 100%;
  clear: both; }

.stt-infobox-widget {
  overflow: hidden;
  position: relative; }
  .stt-infobox-widget .info-background {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    overflow: hidden;
    background-size: cover !important; }
  .stt-infobox-widget .info-content {
    display: inline-block;
    background: #fff;
    padding: 15px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .stt-infobox-widget .info-content a {
      color: #2a2a2a; }
      .stt-infobox-widget .info-content a h4 {
        white-space: nowrap;
        font-size: 18px;
        font-family: "Avenir Medium"; }
      .stt-infobox-widget .info-content a p {
        white-space: nowrap;
        font-size: 14px;
        font-style: oblique;
        margin-bottom: 0; }
  .stt-infobox-widget:hover .info-background {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.stt-reset-password-form {
  max-width: 400px;
  margin: auto; }

.stt-currency {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right; }
  .stt-currency label {
    font-size: 16px;
    font-family: "Avenir Roman";
    color: #5a5a5a;
    margin-right: 15px;
    margin-bottom: 0; }
  .stt-currency .select2-container .select2-selection--single {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: none;
    background: #fff url("../images/ico-arrow.svg") right center no-repeat;
    color: #2a2a2a;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 50px; }
    .stt-currency .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 20px;
      padding-left: 0;
      padding-right: 0; }
    .stt-currency .select2-container .select2-selection--single .select2-selection__arrow {
      display: none; }
  .stt-currency select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: none;
    background: #fff url("../images/ico-arrow.svg") right center no-repeat;
    color: #2a2a2a;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 60px; }
    .stt-currency select:active, .stt-currency select:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none; }
    .stt-currency select option {
      padding: 10px; }

.stt-company-slider .elementor-slick-slider .slick-slide img {
  height: 40px; }

.stt-company-slider .swiper-slide-image {
  height: 40px; }

@media screen and (min-width: 992px) {
  .stt-search-form-widget.sticky form {
    position: fixed;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc; }
    .stt-search-form-widget.sticky form .stt-search-form.has-shadow {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none; } }

@media screen and (max-width: 1330px) {
  .stt-elements.stt-list-of-service.slider.style2 .search-result .owl-nav {
    display: none; }
  .stt-testimonial.style2 .owl-nav {
    display: none; } }

@media screen and (max-width: 1200px) {
  .stt-slider-only .stt-owl-slider .owl-dots {
    left: 20px; }
  .stt-elements.stt-list-of-service .search-result .stt-owlcarousel .item.grid .thumb-wrapper .thumb .carousel-cell img {
    max-height: 245px; }
  .stt-search-form-widget.sticky .stt-search-form.container {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 991px) {
  .stt-elements.stt-list-of-service .search-result .stt-owlcarousel .item.grid .thumb-wrapper .thumb .carousel-cell img {
    max-height: 301px; } }

@media screen and (max-width: 767px) {
  .stt-list-company {
    padding: 26px 20px 30px 20px; }
  .stt-list-social.right {
    text-align: center; }
  .stt-list-social.left {
    text-align: center; }
  .stt-slider-only .stt-owl-slider .owl-nav {
    right: 0; }
    .stt-slider-only .stt-owl-slider .owl-nav button.owl-next {
      margin-right: 20px; } }

@media screen and (max-width: 619px) {
  .stt-elements.stt-list-of-service .search-result .stt-owlcarousel .item.grid .thumb-wrapper .thumb .carousel-cell img {
    height: auto;
    width: 100%;
    max-height: none; }
  .stt-elements.stt-list-of-blog h3.section-heading .view-all {
    display: none; }
  .elementor-widget-wp-widget-nav_menu .menu li {
    text-align: center; } }

@media screen and (max-width: 575px) {
  .stt-video-popup-wrapper .stt-video-popup .play-icon img {
    max-width: 50px; }
  .stt-elements.stt-faq .faq-content .item .header .arrow {
    display: none; }
  .stt-elements.stt-list-of-taxonomy.style2 .item .thumb {
    width: 43%; }
  .stt-company-slider .elementor-slick-slider .slick-slide img {
    height: 30px; }
  .stt-currency {
    display: block;
    text-align: center;
    float: none; }
  .stt-list-of-category ul {
    padding-left: 0 !important;
    display: block; }
    .stt-list-of-category ul li {
      width: 100%;
      text-align: left; }
      .stt-list-of-category ul li a {
        padding: 5px 0;
        display: inline-block; } }

.stt-content-wrapper .stt-content-inner {
  margin-bottom: 30px; }
  .stt-content-wrapper .stt-content-inner .stt-breadcrumb {
    padding-top: 0; }
  .stt-content-wrapper .stt-content-inner .stt-book-toolbar-mobile {
    position: fixed;
    background: #fff;
    border-top: 1px solid #dfdfdf;
    -webkit-box-shadow: -1px -1px 5px #dfdfdf;
    box-shadow: -1px -1px 5px #dfdfdf;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none; }
    .stt-content-wrapper .stt-content-inner .stt-book-toolbar-mobile .tool-price .value {
      font-family: "Avenir Medium";
      font-size: 24px;
      position: relative;
      top: 2px; }
    .stt-content-wrapper .stt-content-inner .stt-book-toolbar-mobile .tool-price .label {
      font-family: "Avenir Book";
      font-size: 14px; }

.stt-content-wrapper .single-thumb-wrapper .stt-flickity {
  position: relative;
  margin-bottom: 40px; }
  .stt-content-wrapper .single-thumb-wrapper .stt-flickity .carousel .item {
    margin-right: 2px;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .stt-content-wrapper .single-thumb-wrapper .stt-flickity .carousel .item img {
      height: 100%; }
  .stt-content-wrapper .single-thumb-wrapper .stt-flickity .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    padding: 0; }
    .stt-content-wrapper .single-thumb-wrapper .stt-flickity .flickity-prev-next-button.next {
      right: 51px; }
      .stt-content-wrapper .single-thumb-wrapper .stt-flickity .flickity-prev-next-button.next:after {
        content: url("../images/next.svg");
        z-index: 1; }
    .stt-content-wrapper .single-thumb-wrapper .stt-flickity .flickity-prev-next-button.previous {
      left: 51px; }
      .stt-content-wrapper .single-thumb-wrapper .stt-flickity .flickity-prev-next-button.previous:after {
        content: url("../images/pre.svg");
        z-index: 1; }
  .stt-content-wrapper .single-thumb-wrapper .stt-flickity .flickity-button-icon {
    display: none; }
  .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth {
    margin-bottom: 25px; }
    .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .carousel .item {
      width: 100%;
      text-align: center; }
      .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .carousel .item img {
        height: 100%;
        width: auto; }
    .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .carousel .flickity-prev-next-button.next {
      right: 35px; }
    .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .carousel .flickity-prev-next-button.previous {
      left: 35px; }
    .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .shares {
      right: 34px; }
    .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .flickity-page-dots {
      bottom: 30px; }
      .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .flickity-page-dots li.dot {
        height: 8px;
        width: 8px;
        background: #fff;
        opacity: 0.5;
        margin-left: 4px;
        margin-right: 4px; }
        .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .flickity-page-dots li.dot.is-selected {
          opacity: 1; }

.stt-content-wrapper .single-thumb-wrapper .single-thumb-inner {
  height: 600px;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  background-size: cover; }

.stt-content-wrapper .single-thumb-wrapper .shares {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 1; }
  .stt-content-wrapper .single-thumb-wrapper .shares .share-item {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #FFF;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    line-height: 36px;
    display: inline-block;
    text-align: center; }
    .stt-content-wrapper .single-thumb-wrapper .shares .share-item:not(:last-child) {
      margin-left: 5px;
      margin-right: 5px; }
    .stt-content-wrapper .single-thumb-wrapper .shares .share-item.btn_add_wishlist {
      display: inline-block;
      line-height: 36px; }
      .stt-content-wrapper .single-thumb-wrapper .shares .share-item.btn_add_wishlist.added .stt-icon {
        vertical-align: middle; }
        .stt-content-wrapper .single-thumb-wrapper .shares .share-item.btn_add_wishlist.added .stt-icon svg g {
          fill: #fd566f; }
      .stt-content-wrapper .single-thumb-wrapper .shares .share-item.btn_add_wishlist.loading .loader {
        display: inline-block; }
      .stt-content-wrapper .single-thumb-wrapper .shares .share-item.btn_add_wishlist.loading .stt-icon {
        opacity: 0; }
    .stt-content-wrapper .single-thumb-wrapper .shares .share-item .stt-icon {
      vertical-align: middle; }

.stt-content-wrapper .single-thumb-wrapper .share-wrapper {
  display: none;
  padding-left: 0;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: 4px;
  z-index: 1; }
  .stt-content-wrapper .single-thumb-wrapper .share-wrapper li {
    width: 36px;
    height: 36px;
    background: #FFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    line-height: 36px; }
    .stt-content-wrapper .single-thumb-wrapper .share-wrapper li a {
      color: #2a2a2a;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

.stt-content-wrapper h2.title {
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 500;
  font-family: "Avenir Medium";
  margin-top: 30px;
  margin-bottom: 5px; }

.stt-content-wrapper .stt-meta p.address {
  font-family: "Avenir Roman";
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 10px; }

.stt-content-wrapper .stt-meta .stt-review-text {
  font-family: "Avenir Roman";
  color: #7a7a7a;
  font-size: 14px; }

.stt-content-wrapper .stt-facilities {
  margin-top: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee; }
  .stt-content-wrapper .stt-facilities ul {
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .stt-content-wrapper .stt-facilities ul li {
      font-family: "Avenir Roman";
      font-size: 14px;
      float: left;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .stt-content-wrapper .stt-facilities ul li:not(:last-child) {
        margin-right: 30px; }
      .stt-content-wrapper .stt-facilities ul li .stt-icon {
        margin-right: 10px; }

.stt-content-wrapper .single-section {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee; }
  .stt-content-wrapper .single-section h3.title-section, .stt-content-wrapper .single-section div.title-section {
    font-family: "Avenir Medium";
    font-size: 24px;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 20px;
    margin-top: 0; }
    .stt-content-wrapper .single-section h3.title-section p.address, .stt-content-wrapper .single-section div.title-section p.address {
      font-size: 14px;
      color: #7a7a7a;
      font-family: "Avenir Roman";
      display: inline-block;
      float: right;
      vertical-align: middle;
      margin-bottom: 0; }
      .stt-content-wrapper .single-section h3.title-section p.address .stt-icon, .stt-content-wrapper .single-section div.title-section p.address .stt-icon {
        position: relative;
        top: -1px;
        margin-right: 8px; }
    .stt-content-wrapper .single-section h3.title-section .calendar-status, .stt-content-wrapper .single-section div.title-section .calendar-status {
      padding: 0;
      margin: 0;
      float: right; }
      .stt-content-wrapper .single-section h3.title-section .calendar-status li, .stt-content-wrapper .single-section div.title-section .calendar-status li {
        list-style: none;
        font-family: "Avenir Roman";
        color: #7a7a7a;
        float: left;
        font-size: 14px;
        margin-left: 30px; }
        .stt-content-wrapper .single-section h3.title-section .calendar-status li:before, .stt-content-wrapper .single-section div.title-section .calendar-status li:before {
          content: '';
          height: 8px;
          width: 8px;
          border-radius: 50%;
          background: #cccccc;
          display: inline-block;
          margin-right: 10px; }
        .stt-content-wrapper .single-section h3.title-section .calendar-status li.today:before, .stt-content-wrapper .single-section div.title-section .calendar-status li.today:before {
          background: #fd566f; }
        .stt-content-wrapper .single-section h3.title-section .calendar-status li.available:before, .stt-content-wrapper .single-section div.title-section .calendar-status li.available:before {
          background: #008489; }
  .stt-content-wrapper .single-section h3.stt-availability, .stt-content-wrapper .single-section div.stt-availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
  .stt-content-wrapper .single-section#stn-description .stt-description .show-more-less {
    margin-top: 10px; }
  .stt-content-wrapper .single-section .stt-description {
    font-size: 14px;
    font-weight: normal;
    font-family: "Avenir Roman";
    color: #7a7a7a; }
    .stt-content-wrapper .single-section .stt-description .content-desc {
      max-height: 100px;
      overflow: hidden;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      position: relative; }
      .stt-content-wrapper .single-section .stt-description .content-desc p:last-child {
        margin-bottom: 0; }
      .stt-content-wrapper .single-section .stt-description .content-desc.more {
        max-height: none; }
    .stt-content-wrapper .single-section .stt-description.show-all .content-desc {
      max-height: none; }
    .stt-content-wrapper .single-section .stt-description.show-all .show-more-less {
      display: none; }
    .stt-content-wrapper .single-section .stt-description .show-more-less {
      display: inline-block;
      color: #fd566f;
      font-size: 14px;
      font-weight: 500;
      font-family: "Avenir Medium";
      margin-top: 20px; }
  .stt-content-wrapper .single-section .stt-taxonomy {
    font-size: 14px;
    font-weight: normal;
    font-family: "Avenir Roman";
    color: #7a7a7a; }
    .stt-content-wrapper .single-section .stt-taxonomy .content-tax {
      max-height: 111px;
      overflow: hidden;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      margin-left: -5px;
      margin-right: -5px; }
      .stt-content-wrapper .single-section .stt-taxonomy .content-tax p:last-child {
        margin-bottom: 0; }
      .stt-content-wrapper .single-section .stt-taxonomy .content-tax.more {
        max-height: none; }
      .stt-content-wrapper .single-section .stt-taxonomy .content-tax .item {
        width: 25%;
        padding: 5px;
        float: left; }
        .stt-content-wrapper .single-section .stt-taxonomy .content-tax .item .item-inner {
          border-radius: 2px;
          background-color: #f9f9f9;
          padding: 20px;
          text-align: center; }
        .stt-content-wrapper .single-section .stt-taxonomy .content-tax .item .icon {
          margin-bottom: 10px; }
          .stt-content-wrapper .single-section .stt-taxonomy .content-tax .item .icon .stt-icon svg g {
            fill: #2a2a2a; }
        .stt-content-wrapper .single-section .stt-taxonomy .content-tax .item p {
          font-size: 14px;
          color: #2a2a2a;
          margin-bottom: 0; }
    .stt-content-wrapper .single-section .stt-taxonomy.show-all .content-tax {
      max-height: none; }
    .stt-content-wrapper .single-section .stt-taxonomy.show-all .show-more-less {
      display: none; }
    .stt-content-wrapper .single-section .stt-taxonomy .stt-box-popup {
      display: inline-block;
      color: #fd566f;
      font-size: 14px;
      font-weight: 500;
      font-family: "Avenir Medium";
      margin-top: 20px; }
  .stt-content-wrapper .single-section .stt-gallery-popup {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px; }
    .stt-content-wrapper .single-section .stt-gallery-popup .item {
      width: calc(100% / 3);
      float: left;
      margin-bottom: 25px; }
      .stt-content-wrapper .single-section .stt-gallery-popup .item .item-inner {
        padding: 5px; }
        .stt-content-wrapper .single-section .stt-gallery-popup .item .item-inner a {
          position: relative; }
          .stt-content-wrapper .single-section .stt-gallery-popup .item .item-inner a span.remain-gallery {
            font-family: "Avenir Roman";
            font-size: 20px;
            color: #2a2a2a;
            height: 60px;
            width: 60px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
            line-height: 60px; }
        .stt-content-wrapper .single-section .stt-gallery-popup .item .item-inner img {
          margin-bottom: 10px; }
        .stt-content-wrapper .single-section .stt-gallery-popup .item .item-inner p {
          margin-bottom: 0;
          margin-top: 0;
          font-size: 14px;
          font-family: "Avenir Medium";
          color: #2a2a2a; }
  .stt-content-wrapper .single-section .stt-map {
    position: relative; }
    .stt-content-wrapper .single-section .stt-map .google-map {
      height: 450px; }
  .stt-content-wrapper .single-section .stt-bedrooms {
    margin-right: -5px;
    margin-left: -5px; }
    .stt-content-wrapper .single-section .stt-bedrooms .stt-bedroom-main-carousel {
      background: transparent; }
      @media (min-width: 992px) {
        .stt-content-wrapper .single-section .stt-bedrooms .stt-bedroom-main-carousel.hide-dot .flickity-page-dots {
          display: none; } }
    .stt-content-wrapper .single-section .stt-bedrooms .item {
      width: calc(100% / 3);
      float: none;
      padding: 0 5px; }
      .stt-content-wrapper .single-section .stt-bedrooms .item .item-inner {
        padding: 30px;
        border-radius: 2px;
        border: solid 1px #eeeeee;
        overflow: hidden; }
        .stt-content-wrapper .single-section .stt-bedrooms .item .item-inner .stt-icon {
          float: left;
          margin-right: 30px; }
        .stt-content-wrapper .single-section .stt-bedrooms .item .item-inner .detail {
          float: left; }
          .stt-content-wrapper .single-section .stt-bedrooms .item .item-inner .detail span {
            font-family: "Avenir Roman";
            font-size: 14px;
            color: #5a5a5a;
            display: block; }
            .stt-content-wrapper .single-section .stt-bedrooms .item .item-inner .detail span.name {
              font-family: "Avenir Medium";
              font-weight: 500;
              color: #2a2a2a;
              margin-bottom: 5px; }
  .stt-content-wrapper .single-section:last-child {
    border-bottom: none; }

.stt-content-wrapper .stt-gallery-popup-open {
  visibility: hidden;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 30px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  top: 0; }
  .stt-content-wrapper .stt-gallery-popup-open h3.popup-name {
    color: #fff;
    font-size: 16px;
    font-family: "Avenir Medium";
    margin-bottom: 28px;
    margin-left: 30px; }
  .stt-content-wrapper .stt-gallery-popup-open button.close {
    margin-right: 30px;
    position: relative;
    top: -5px;
    outline: none;
    opacity: 0.7; }
    .stt-content-wrapper .stt-gallery-popup-open button.close:hover {
      opacity: 1; }
  .stt-content-wrapper .stt-gallery-popup-open .popup-inner {
    height: calc(100% - 65px);
    overflow: hidden; }
    .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel {
      height: calc(100% - 242px); }
      .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .item {
        margin-right: 5px;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .item img {
          height: 100%; }
        .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .item .caption {
          position: absolute;
          font-size: 16px;
          color: #fff;
          bottom: -65px;
          width: 100%;
          text-align: center;
          font-family: "Avenir Roman";
          font-weight: normal; }
      .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .flickity-prev-next-button {
        width: 40px;
        height: 40px;
        padding: 0; }
        .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .flickity-prev-next-button.next {
          right: 30px; }
          .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .flickity-prev-next-button.next:after {
            content: url("../images/next.svg");
            z-index: 1; }
        .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .flickity-prev-next-button.previous {
          left: 30px; }
          .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .flickity-prev-next-button.previous:after {
            content: url("../images/pre.svg");
            z-index: 1; }
      .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .flickity-button-icon {
        display: none; }
      .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .flickity-viewport {
        overflow: unset !important;
        height: 100%; }
    .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-carousel-nav {
      width: 870px;
      margin: auto;
      margin-top: 72px;
      height: 170px;
      max-width: 100%; }
      .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-carousel-nav .item {
        margin-right: 5px;
        width: 170px;
        height: 170px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-carousel-nav .item.is-nav-selected {
          border: 2px solid #fd566f; }
  .stt-content-wrapper .stt-gallery-popup-open.open {
    visibility: visible;
    opacity: 1; }

.stt-content-wrapper .stt-policy .item {
  color: #7a7a7a;
  font-family: "Avenir Roman";
  font-size: 14px;
  margin-bottom: 20px; }
  .stt-content-wrapper .stt-policy .item .title {
    margin-bottom: 10px;
    color: #2a2a2a;
    font-size: 16px; }
  .stt-content-wrapper .stt-policy .item .content p {
    margin-bottom: 0;
    padding: 5px 0; }
    .stt-content-wrapper .stt-policy .item .content p:last-child {
      margin-bottom: 0; }
    .stt-content-wrapper .stt-policy .item .content p .stt-icon {
      position: relative;
      top: -2px; }

.stt-content-wrapper .stt-book-form-wrapper {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  display: block; }
  .stt-content-wrapper .stt-book-form-wrapper .header {
    background: #2a2a2a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 70px;
    padding: 0 30px; }
    .stt-content-wrapper .stt-book-form-wrapper .header .price span {
      color: #fff; }
      .stt-content-wrapper .stt-book-form-wrapper .header .price span.value {
        font-family: "Avenir Medium";
        font-size: 24px;
        position: relative;
        top: 2px; }
      .stt-content-wrapper .stt-book-form-wrapper .header .price span.label {
        font-family: "Avenir Book";
        font-size: 14px; }
    .stt-content-wrapper .stt-book-form-wrapper .header .avatar {
      width: 40px;
      height: 40px; }
      .stt-content-wrapper .stt-book-form-wrapper .header .avatar .btn-close-form-book {
        display: none; }
      .stt-content-wrapper .stt-book-form-wrapper .header .avatar a img {
        border-radius: 50%; }
  .stt-content-wrapper .stt-book-form-wrapper .content {
    padding: 0 30px 30px 30px; }
    .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form.single-tab {
      padding-top: 10px; }
    .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date.style-2 .stt-calendar {
      display: none; }
    .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .panel-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-single {
      padding: 15px 0;
      position: relative; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-single .item.start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: none;
        cursor: pointer; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-single .item.start .stt-icon {
          margin-right: 10px; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-single .input-checkin-single {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        border: none;
        visibility: hidden;
        opacity: 0; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-single .start {
        margin-right: 0;
        padding-right: 0;
        width: 100%; }
    .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time {
      margin-top: 5px;
      border-top: 1px solid #EEE;
      border-bottom: 1px solid #EEE;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .start, .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .end {
        width: 50%;
        padding: 15px 0;
        height: 50px;
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .start .stt-icon, .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .end .stt-icon {
          margin-right: 10px; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .start .st-dropdown-time, .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .end .st-dropdown-time {
          position: absolute;
          padding-top: 5px;
          padding-bottom: 5px;
          top: 100%;
          left: 0;
          width: 100%;
          background: #FFF;
          border: 1px solid #cccccc;
          max-height: 320px;
          overflow-y: auto;
          z-index: 1;
          display: none; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .start .st-dropdown-time .item, .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .end .st-dropdown-time .item {
            display: block;
            width: 100%;
            padding: 8px 10px;
            text-align: center;
            -webkit-transition: all .1s;
            transition: all .1s;
            word-wrap: break-word;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            cursor: pointer; }
            .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .start .st-dropdown-time .item:not(:first-child), .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .end .st-dropdown-time .item:not(:first-child) {
              border-top: 1px solid #EEE; }
            .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .start .st-dropdown-time .item.active, .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .start .st-dropdown-time .item:hover, .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .end .st-dropdown-time .item.active, .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .end .st-dropdown-time .item:hover {
              background: #EEE; }
            .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .start .st-dropdown-time .item.disable, .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .end .st-dropdown-time .item.disable {
              cursor: not-allowed;
              pointer-events: none;
              color: #EEE;
              display: none; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .start {
        margin-right: 20px; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .start:after {
          content: '';
          position: absolute;
          right: 0;
          top: 15px;
          width: 1px;
          height: 20px;
          background: #EEE; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form .stt-form-date-time .date-time .end .stt-icon {
        display: inline-block; }
    .stt-content-wrapper .stt-book-form-wrapper .content .nav.nav-tabs li {
      width: 50%; }
      .stt-content-wrapper .stt-book-form-wrapper .content .nav.nav-tabs li a {
        font-family: "Avenir Heavy";
        color: #5a5a5a;
        display: block;
        padding: 20px 0;
        text-align: center;
        border: none;
        border-bottom: 2px solid #dddddd; }
        .stt-content-wrapper .stt-book-form-wrapper .content .nav.nav-tabs li a.active {
          border-color: #fd566f;
          color: #fd566f; }
    .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form {
      padding-top: 20px; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form.single-tab {
        padding-top: 30px; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p {
        margin-bottom: 0; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label {
          color: #aaaaaa;
          font-family: "Avenir Roman";
          margin-bottom: 20px;
          position: relative;
          width: 100%; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label:after {
            content: '';
            display: block;
            clear: both; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label span.label {
            top: 0;
            position: absolute;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label .wpcf7-form-control-wrap input, .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label .wpcf7-form-control-wrap textarea {
            color: #2a2a2a;
            font-family: "Avenir Roman";
            border: none;
            border-bottom: 1px solid #dddddd;
            outline: none;
            width: 100%; }
            .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label .wpcf7-form-control-wrap input.wpcf7-not-valid, .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
              border-color: #fd566f; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label .wpcf7-form-control-wrap textarea {
            height: 60px; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
            display: none; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label .wpcf7-form-control-wrap .wpcf7-checkbox.wpcf7-not-valid input[type='checkbox'] {
            border-color: #fd566f !important; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label.stt-focus span.label {
            top: -7px; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label.agree .wpcf7-list-item.first.last {
            margin-left: 0; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label.agree input[type="checkbox"] {
            display: inline-block;
            width: auto;
            vertical-align: middle;
            width: 15px; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p label.agree .wpcf7-list-item-label {
            color: #7a7a7a;
            font-family: "Avenir Roman"; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p .wpcf7-form-control.wpcf7-submit {
          font-family: "Avenir Heavy";
          color: #fff;
          text-align: center;
          display: block;
          width: 100%;
          min-height: 50px;
          background: #fd566f;
          border: none; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 p .wpcf7-form-control.wpcf7-submit:hover {
            background: #d6495e; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 .agree .wpcf7-list-item.first.last {
        margin-left: 0; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 .agree input[type="checkbox"] {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        width: 15px; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 .agree .wpcf7-list-item-label {
        color: #7a7a7a;
        font-family: "Avenir Roman"; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 .ajax-loader {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        background: none; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 .ajax-loader .stt-loader {
          display: block !important;
          position: absolute; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7 .wpcf7-list-item {
        margin-left: 0; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7-response-output.wpcf7-validation-errors {
        margin: 0;
        border-color: #fd566f;
        font-family: "Avenir Roman";
        font-size: 14px;
        margin-top: 15px; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-enquire-form .wpcf7-response-output.wpcf7-mail-sent-ok {
        margin: 0;
        font-family: "Avenir Roman";
        font-size: 14px;
        margin-top: 15px;
        display: none !important; }
    .stt-content-wrapper .stt-book-form-wrapper .content .stt-dropdown .panel-content .panel-content-inner {
      font-family: "Avenir Roman"; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-dropdown .panel-content .panel-content-inner .people-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 7px 0; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-dropdown .panel-content .panel-content-inner .people-item .label {
          font-family: "Avenir Roman";
          color: #2a2a2a;
          font-size: 14px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-dropdown .panel-content .panel-content-inner .people-item .label small {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            display: block;
            clear: both;
            font-size: 10px;
            color: #7a7a7a;
            margin-top: 3px; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-dropdown .panel-content .panel-content-inner .people-item .stt-number .control {
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-dropdown .panel-content .panel-content-inner .people-item .stt-number .value {
          font-family: "Avenir Roman";
          font-size: 16px;
          color: #2a2a2a;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
    .stt-content-wrapper .stt-book-form-wrapper .content .stt-price-info {
      display: none; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-price-info .extra-fee {
        padding: 20px 0;
        border-bottom: 1px solid #eeeeee; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-price-info .extra-fee .item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 14px;
          color: #5a5a5a;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 10px; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-price-info .extra-fee .item span .stt-tooltip {
            height: 12px;
            width: 12px;
            display: inline-block;
            background: transparent url("../images/ico-information-button.svg") center center no-repeat;
            position: relative;
            top: 1px;
            left: 2px;
            cursor: pointer; }
          .stt-content-wrapper .stt-book-form-wrapper .content .stt-price-info .extra-fee .item:last-child {
            margin-bottom: 0; }
      .stt-content-wrapper .stt-book-form-wrapper .content .stt-price-info .total-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 20px; }
        .stt-content-wrapper .stt-book-form-wrapper .content .stt-price-info .total-price span {
          font-family: "Avenir Medium";
          font-size: 16px;
          color: #2a2a2a; }
  .stt-content-wrapper .stt-book-form-wrapper .stt-calendar, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time {
    position: relative;
    min-height: 80px; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .show-calendar, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .show-calendar {
      display: block !important; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .calendar_input, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .calendar_input {
      opacity: 0;
      visibility: hidden;
      position: absolute; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-calendar.dnone, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time.dnone {
      display: none !important; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-calendar:after, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time:after {
      content: '';
      display: block;
      clear: both; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .stt-calendar-tips, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .stt-calendar-tips {
      position: absolute;
      top: 5px;
      right: 0; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .stt-calendar-tips .item, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .stt-calendar-tips .item {
        display: inline-block;
        margin-left: 30px; }
        .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .stt-calendar-tips .item span, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .stt-calendar-tips .item span {
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          margin-right: 10px; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .stt-calendar-tips .item span.today-color, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .stt-calendar-tips .item span.today-color {
            background: #fd566f; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .stt-calendar-tips .item span.not-available-color, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .stt-calendar-tips .item span.not-available-color {
            background: #CCC; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .stt-calendar-tips .item span.available-color, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .stt-calendar-tips .item span.available-color {
            background: #008489; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker {
      left: 50% !important;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 0;
      border: none;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      position: relative;
      width: 100%;
      min-height: 80px;
      padding: 0;
      top: 0 !important; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker:before, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker:before {
        border: none; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker:after, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker:after {
        display: none; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.single, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.single {
        margin: 0; }
        .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.single .calendar-table, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.single .calendar-table {
          padding: 0; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left {
        max-width: 100%; }
        .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .table-header, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .table-header {
          position: relative;
          margin-bottom: 15px;
          margin-top: 15px; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .table-header .month, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .table-header .month {
            font-size: 16px;
            text-align: center;
            line-height: 25px;
            font-family: "Avenir Medium";
            color: #2a2a2a; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .table-header .next, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .table-header .next {
            position: absolute;
            bottom: 0;
            right: 0;
            float: right;
            width: 48px;
            height: 25px;
            background: url("../images/arrow_right.png") no-repeat right center;
            cursor: pointer;
            z-index: 9; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .table-header .prev, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .table-header .prev {
            position: absolute;
            bottom: 0;
            left: 0;
            float: left;
            width: 48px;
            height: 25px;
            background: url("../images/arow_left.png") no-repeat left center;
            cursor: pointer;
            z-index: 9; }
        .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .table-sub-header, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .table-sub-header {
          border-top: 1px solid #eeeeee; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .table-sub-header:after, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .table-sub-header:after {
            content: '';
            display: table;
            clear: both; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .table-sub-header .day-off-week, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .table-sub-header .day-off-week {
            width: calc(100% / 7);
            height: 41px;
            line-height: 50px;
            float: left;
            text-align: center;
            color: #7a7a7a;
            font-size: 14px;
            font-family: "Avenir Roman"; }
        .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .table-condensed *, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .table-condensed * {
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date {
          width: 92px;
          height: 35px;
          padding: 2.5px;
          color: #CCC;
          font-size: 14px;
          background: transparent !important;
          border: none; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date .event, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date .event {
            display: none; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date .date, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date .date {
            line-height: 35px;
            background: #f9f9f9;
            font-family: "Avenir Medium"; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.disabled, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.disabled {
            text-decoration: none; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.today:not(.td-no-show), .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.today:not(.td-no-show) {
            position: relative; }
            .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.today:not(.td-no-show):after, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.today:not(.td-no-show):after {
              content: '';
              position: absolute;
              width: 6px;
              height: 6px;
              top: 6px;
              right: 6px;
              border-radius: 50%;
              background: #fd566f; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.td-no-show, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.td-no-show {
            height: 1px;
            cursor: auto; }
            .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.td-no-show .event-tooltip-wrap, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.td-no-show .event-tooltip-wrap {
              display: none !important;
              visibility: hidden; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.available, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.available {
            color: #008489; }
            .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.available .date, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.available .date {
              background: #edf6f6; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.toggle_available.available .date, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.toggle_available.available .date {
            background: #f9f9f9; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.toggle_available.available:hover .date, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.toggle_available.available:hover .date {
            background: #edf6f6; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.has-tooltip, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.has-tooltip {
            position: relative; }
            .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.has-tooltip .event-tooltip-wrap, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.has-tooltip .event-tooltip-wrap {
              position: absolute;
              top: 100%;
              margin-top: 5px;
              left: 0;
              z-index: 1;
              background: rgba(0, 0, 0, 0.7);
              color: #FFF;
              font-size: 12px;
              padding: 4px 6px;
              border-radius: 2px;
              display: none;
              font-family: "Avenir Roman"; }
              .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.has-tooltip .event-tooltip-wrap .event, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.has-tooltip .event-tooltip-wrap .event {
                display: block;
                font-family: "Avenir Roman"; }
            .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.has-tooltip:hover .event-tooltip-wrap, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.has-tooltip:hover .event-tooltip-wrap {
              display: block; }
          .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.in-range .date, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.start-date .date, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .td-date.end-date .date, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.in-range .date, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.start-date .date, .stt-content-wrapper .stt-book-form-wrapper .stt-calendar-time .daterangepicker .calendar.left .td-date.end-date .date {
            background: rgba(81, 145, 250, 0.2); }
  .stt-content-wrapper .stt-book-form-wrapper .stt-checkin-out {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-checkin-out .item {
      width: 50%;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 3px;
      padding-bottom: 3px; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-checkin-out .item:not(:last-child) {
        border-right: 1px solid #eeeeee; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-checkin-out .item .stt-icon {
        margin-right: 10px; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-checkin-out .item .render {
        font-family: "Avenir Roman";
        color: #2a2a2a;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-checkin-out .item:nth-child(2) {
        padding-left: 20px; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-checkin-out .item.check-in-wrapper .render {
        padding-right: 10px; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-checkin-out:after {
      content: '';
      clear: both;
      display: block; }
  .stt-content-wrapper .stt-book-form-wrapper .stt-add-to-cart {
    font-family: "Avenir Medium";
    color: #fff;
    background: #fd566f;
    padding: 16px;
    border-radius: 0;
    width: 100%;
    margin-top: 20px; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-add-to-cart:hover {
      background: #CA4559; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-add-to-cart:focus {
      background: #fd566f;
      -webkit-box-shadow: none;
      box-shadow: none; }

.stt-content-wrapper .stt-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #eeeeee;
  background-color: #f9f9f9;
  border-top: none;
  padding: 30px; }
  .stt-content-wrapper .stt-author .user-avatar {
    margin-right: 20px;
    width: 80px;
    float: left; }
    .stt-content-wrapper .stt-author .user-avatar a img {
      border-radius: 50%;
      max-width: 80px;
      max-height: 80px; }
  .stt-content-wrapper .stt-author .user-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .stt-content-wrapper .stt-author .user-info .user-info-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .stt-content-wrapper .stt-author .user-info h5 {
      font-family: "Avenir Medium";
      margin-bottom: 5px; }
      .stt-content-wrapper .stt-author .user-info h5 a {
        color: #2a2a2a; }
    .stt-content-wrapper .stt-author .user-info ul {
      padding: 0;
      margin: 0; }
      .stt-content-wrapper .stt-author .user-info ul li {
        list-style: none;
        float: left;
        font-size: 12px;
        color: #5a5a5a; }
        .stt-content-wrapper .stt-author .user-info ul li:not(:last-child):after {
          content: '';
          width: 3px;
          height: 3px;
          background: #dddddd;
          border-radius: 50%;
          display: inline-block;
          margin-left: 5px;
          margin-right: 5px;
          position: relative;
          top: -2px; }
    .stt-content-wrapper .stt-author .user-info p {
      font-family: "Avenir Roman";
      font-size: 14px;
      color: #7a7a7a;
      margin-bottom: 5px; }
      .stt-content-wrapper .stt-author .user-info p.certial-header {
        font-family: "Avenir Medium";
        color: #2a2a2a; }
    .stt-content-wrapper .stt-author .user-info .user-main-info {
      margin-bottom: 35px;
      margin-top: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .stt-content-wrapper .stt-author .user-info .user-main-info .author-name {
        margin-right: 30px; }
    .stt-content-wrapper .stt-author .user-info .user-meta-info {
      margin-left: 100px; }
    .stt-content-wrapper .stt-author .user-info .item-meta {
      padding-left: 30px;
      border-left: 1px solid #dddddd; }
    .stt-content-wrapper .stt-author .user-info .verify-status {
      font-size: 14px;
      padding-left: 21px; }
      .stt-content-wrapper .stt-author .user-info .verify-status.verified {
        color: #1cc9b7;
        background: transparent url("../images/ico-vefified-1.svg") left center no-repeat; }
      .stt-content-wrapper .stt-author .user-info .verify-status.not-verified {
        color: #7a7a7a;
        background: transparent url("../images/ico-not-vefified-1.svg") left center no-repeat; }
    .stt-content-wrapper .stt-author .user-info .btn-ask-question {
      padding: 9px 25px;
      background: #fff;
      border: 1px solid #fd566f;
      color: #fd566f;
      display: inline-block;
      margin-right: 10px; }
    .stt-content-wrapper .stt-author .user-info .btn-view-bio {
      padding: 9px 25px;
      background: #fff;
      border: 1px solid #1CC9B7;
      color: #1CC9B7;
      display: inline-block;
      font-family: "Avenir Medium"; }

.stt-content-wrapper .stt-review {
  margin-top: 20px; }
  .stt-content-wrapper .stt-review .review-total .stt-review-text {
    font-size: 18px;
    font-family: "Avenir Medium";
    color: #2a2a2a;
    margin-right: 10px; }
  .stt-content-wrapper .stt-review .review-total .stt-star-rating .fa {
    font-size: 18px; }
  .stt-content-wrapper .stt-review .heading {
    font-size: 17px;
    margin-bottom: 15px;
    color: #2a2a2a;
    cursor: pointer; }
  .stt-content-wrapper .stt-review .no-login-review a {
    color: #fd566f; }
  .stt-content-wrapper .stt-review .stt-review-form {
    border: 1px solid #dfdfdf;
    padding: 40px 20px;
    display: none; }
    .stt-content-wrapper .stt-review .stt-review-form .form-control {
      height: 40px;
      border: 1px solid #dfdfdf;
      border-radius: 0;
      margin-bottom: 30px; }
    .stt-content-wrapper .stt-review .stt-review-form textarea.form-control {
      height: auto;
      margin-bottom: 0; }
    .stt-content-wrapper .stt-review .stt-review-form.show {
      display: block; }
    .stt-content-wrapper .stt-review .stt-review-form .review-message .alert {
      margin-bottom: 0; }
    .stt-content-wrapper .stt-review .stt-review-form button[type="submit"] .fa-spin {
      display: none; }
    .stt-content-wrapper .stt-review .stt-review-form .stt-review-select-rate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 4px; }
      .stt-content-wrapper .stt-review .stt-review-form .stt-review-select-rate span {
        font-size: 15px;
        margin-right: 10px; }
      .stt-content-wrapper .stt-review .stt-review-form .stt-review-select-rate .fa {
        font-size: 23px;
        margin: 3px;
        color: gray;
        cursor: pointer; }
        .stt-content-wrapper .stt-review .stt-review-form .stt-review-select-rate .fa.active, .stt-content-wrapper .stt-review .stt-review-form .stt-review-select-rate .fa:hover, .stt-content-wrapper .stt-review .stt-review-form .stt-review-select-rate .fa.hovered, .stt-content-wrapper .stt-review .stt-review-form .stt-review-select-rate .fa.selected, .stt-content-wrapper .stt-review .stt-review-form .stt-review-select-rate .fa.first-hover {
          color: #ffdc00; }
    .stt-content-wrapper .stt-review .stt-review-form form.loading button[type="submit"] .fa-spin {
      display: inline-block; }
  .stt-content-wrapper .stt-review .review-list {
    margin-bottom: 30px; }
    .stt-content-wrapper .stt-review .review-list .review-item {
      border-top: 1px solid #eeeeee;
      margin-top: 30px;
      padding-top: 30px; }
      .stt-content-wrapper .stt-review .review-list .review-item .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px; }
        .stt-content-wrapper .stt-review .review-list .review-item .header .avatar {
          margin-right: 20px;
          height: 50px;
          width: 50px;
          border-radius: 50%;
          background: #DFDFDF; }
          .stt-content-wrapper .stt-review .review-list .review-item .header .avatar img {
            margin-right: 0;
            border-radius: 50%; }
        .stt-content-wrapper .stt-review .review-list .review-item .header .name p {
          font-family: "Avenir Medium";
          color: #2a2a2a;
          margin-bottom: 5px;
          line-height: 15px; }
        .stt-content-wrapper .stt-review .review-list .review-item .header .name span {
          font-family: "Avenir Roman";
          color: #aaaaaa; }
      .stt-content-wrapper .stt-review .review-list .review-item .body .title {
        color: #2a2a2a;
        font-size: 16px;
        font-family: "Avenir Medium";
        margin-right: 10px;
        margin-bottom: 10px; }
        .stt-content-wrapper .stt-review .review-list .review-item .body .title .stt-star-rating {
          position: relative;
          top: -1px; }
      .stt-content-wrapper .stt-review .review-list .review-item .body .content {
        font-family: "Avenir Roman";
        color: #7a7a7a; }
        .stt-content-wrapper .stt-review .review-list .review-item .body .content .from-post {
          font-size: 14px;
          margin-top: 20px; }
          .stt-content-wrapper .stt-review .review-list .review-item .body .content .from-post span {
            color: #2a2a2a; }
          .stt-content-wrapper .stt-review .review-list .review-item .body .content .from-post a {
            color: #1cc9b7; }
  .stt-content-wrapper .stt-review .stt-review-pagination {
    border-top: 1px solid #d7dce3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 10px; }
    .stt-content-wrapper .stt-review .stt-review-pagination .show-number-item {
      color: #7a7a7a;
      font-family: "Avenir Roman";
      font-size: 14px; }
    .stt-content-wrapper .stt-review .stt-review-pagination .pagination {
      position: relative; }
      .stt-content-wrapper .stt-review .stt-review-pagination .pagination ul {
        margin-bottom: 0;
        padding-left: 20px; }
        .stt-content-wrapper .stt-review .stt-review-pagination .pagination ul li {
          float: left;
          list-style: none;
          font-family: "Avenir Medium"; }
          .stt-content-wrapper .stt-review .stt-review-pagination .pagination ul li.disabled {
            display: none; }
          .stt-content-wrapper .stt-review .stt-review-pagination .pagination ul li a {
            color: #2a2a2a;
            padding: 30px 20px;
            display: block; }
            .stt-content-wrapper .stt-review .stt-review-pagination .pagination ul li a:hover {
              color: #fd566f; }
          .stt-content-wrapper .stt-review .stt-review-pagination .pagination ul li.active a {
            color: #fd566f; }
      .stt-content-wrapper .stt-review .stt-review-pagination .pagination .stt-comment-loader {
        height: 14px;
        width: 14px;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: -10px;
        display: none; }
    .stt-content-wrapper .stt-review .stt-review-pagination.no-comment {
      padding: 30px 0 20px 0; }

.stt-content-wrapper .stt-similar {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f9f9f9;
  margin-top: 50px;
  margin-bottom: -80px; }

.admin-bar .stt-gallery-popup-open {
  top: 32px; }
  .admin-bar .stt-gallery-popup-open.open {
    top: 32px !important; }

.stt-calendar-full {
  position: relative;
  min-height: 80px; }
  .stt-calendar-full .calendar_input {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
  .stt-calendar-full:after {
    content: '';
    display: block;
    clear: both; }
  .stt-calendar-full .stt-calendar-tips {
    position: absolute;
    top: 5px;
    right: 0; }
    .stt-calendar-full .stt-calendar-tips .item {
      display: inline-block;
      margin-left: 30px; }
      .stt-calendar-full .stt-calendar-tips .item span {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 10px; }
        .stt-calendar-full .stt-calendar-tips .item span.today-color {
          background: #fd566f; }
        .stt-calendar-full .stt-calendar-tips .item span.not-available-color {
          background: #CCC; }
        .stt-calendar-full .stt-calendar-tips .item span.available-color {
          background: #008489; }
  .stt-calendar-full .daterangepicker {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
    width: 100%;
    min-height: 80px;
    padding: 0;
    top: 0 !important; }
    .stt-calendar-full .daterangepicker:before {
      border: none; }
    .stt-calendar-full .daterangepicker:after {
      display: none; }
    .stt-calendar-full .daterangepicker:not(.single) .calendar.left .next {
      display: none; }
    .stt-calendar-full .daterangepicker .calendar.single {
      margin: 0; }
      .stt-calendar-full .daterangepicker .calendar.single .calendar-table {
        padding: 0; }
    .stt-calendar-full .daterangepicker .calendar {
      margin: 0;
      max-width: 50%;
      width: 50%; }
      .stt-calendar-full .daterangepicker .calendar.right {
        padding-left: 42px; }
      .stt-calendar-full .daterangepicker .calendar.left {
        padding-right: 42px; }
      .stt-calendar-full .daterangepicker .calendar .calendar-table {
        padding: 0 !important; }
      .stt-calendar-full .daterangepicker .calendar .table-header {
        position: relative;
        margin-bottom: 15px;
        margin-top: 15px; }
        .stt-calendar-full .daterangepicker .calendar .table-header .month {
          font-size: 16px;
          text-align: center;
          line-height: 25px;
          font-family: "Avenir Medium";
          color: #2a2a2a; }
        .stt-calendar-full .daterangepicker .calendar .table-header .next {
          position: absolute;
          bottom: 0;
          right: 0;
          float: right;
          width: 48px;
          height: 25px;
          background: url("../images/arrow_right.png") no-repeat right center;
          cursor: pointer;
          z-index: 9; }
        .stt-calendar-full .daterangepicker .calendar .table-header .prev {
          position: absolute;
          bottom: 0;
          left: 0;
          float: left;
          width: 48px;
          height: 25px;
          background: url("../images/arow_left.png") no-repeat left center;
          cursor: pointer;
          z-index: 9; }
      .stt-calendar-full .daterangepicker .calendar .table-sub-header {
        border-top: 1px solid #eeeeee; }
        .stt-calendar-full .daterangepicker .calendar .table-sub-header:after {
          content: '';
          display: table;
          clear: both; }
        .stt-calendar-full .daterangepicker .calendar .table-sub-header .day-off-week {
          width: calc(100% / 7);
          height: 56px;
          line-height: 62px;
          float: left;
          text-align: center;
          color: #7a7a7a;
          font-size: 14px;
          font-family: "Avenir Roman"; }
      .stt-calendar-full .daterangepicker .calendar .table-condensed * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .stt-calendar-full .daterangepicker .calendar .td-date {
        width: calc(100% / 7);
        height: 46px;
        display: block;
        float: left;
        padding: 1.5px;
        color: #CCC;
        font-size: 14px;
        background: transparent !important;
        border: none; }
        .stt-calendar-full .daterangepicker .calendar .td-date .event {
          display: none; }
        .stt-calendar-full .daterangepicker .calendar .td-date .date {
          font-size: 14px;
          line-height: 43px;
          background: #f9f9f9;
          font-family: "Avenir Medium"; }
        .stt-calendar-full .daterangepicker .calendar .td-date.disabled {
          text-decoration: none; }
        .stt-calendar-full .daterangepicker .calendar .td-date.today:not(.td-no-show) {
          position: relative; }
          .stt-calendar-full .daterangepicker .calendar .td-date.today:not(.td-no-show):after {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            top: 6px;
            right: 6px;
            border-radius: 50%;
            background: #fd566f; }
        .stt-calendar-full .daterangepicker .calendar .td-date.td-no-show {
          height: 1px;
          cursor: auto; }
          .stt-calendar-full .daterangepicker .calendar .td-date.td-no-show .event-tooltip-wrap {
            display: none !important;
            visibility: hidden; }
        .stt-calendar-full .daterangepicker .calendar .td-date.available {
          color: #008489; }
          .stt-calendar-full .daterangepicker .calendar .td-date.available .date {
            background: #edf6f6; }
        .stt-calendar-full .daterangepicker .calendar .td-date.toggle_available.available .date {
          background: #f9f9f9; }
        .stt-calendar-full .daterangepicker .calendar .td-date.toggle_available.available:hover .date {
          background: #edf6f6; }
        .stt-calendar-full .daterangepicker .calendar .td-date.has-tooltip {
          position: relative; }
          .stt-calendar-full .daterangepicker .calendar .td-date.has-tooltip .event-tooltip-wrap {
            position: absolute;
            top: 100%;
            margin-top: 5px;
            left: 0;
            z-index: 1;
            background: rgba(0, 0, 0, 0.7);
            color: #FFF;
            font-size: 12px;
            padding: 4px 6px;
            border-radius: 2px;
            display: none;
            font-family: "Avenir Roman"; }
            .stt-calendar-full .daterangepicker .calendar .td-date.has-tooltip .event-tooltip-wrap .event {
              display: block;
              font-family: "Avenir Roman"; }
          .stt-calendar-full .daterangepicker .calendar .td-date.has-tooltip:hover .event-tooltip-wrap {
            display: block; }
        .stt-calendar-full .daterangepicker .calendar .td-date.in-range .date, .stt-calendar-full .daterangepicker .calendar .td-date.start-date .date, .stt-calendar-full .daterangepicker .calendar .td-date.end-date .date {
          background: rgba(81, 145, 250, 0.2); }
    .stt-calendar-full .daterangepicker.dropdown-menu {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }

.single-st_rental .stt-content-wrapper.layout-3 {
  padding-top: 40px; }
  .single-st_rental .stt-content-wrapper.layout-3 .stt-content-inner .stt-breadcrumb {
    border-bottom: none;
    padding-bottom: 0; }
  .single-st_rental .stt-content-wrapper.layout-3 .stt-content-inner h2.title {
    margin-top: 15px; }

.single-st_rental .stt-content-wrapper.layout-4 .stt-breadcrumb {
  border-bottom: none; }

.single-st_rental .stt-content-wrapper.layout-4 .single-heading {
  margin-bottom: 25px; }
  .single-st_rental .stt-content-wrapper.layout-4 .single-heading .stt-meta h2.title {
    margin-top: 0; }
  .single-st_rental .stt-content-wrapper.layout-4 .single-heading .stt-meta p.address {
    margin-bottom: 0;
    font-family: "Avenir Roman";
    font-size: 14px;
    color: #7a7a7a; }
  .single-st_rental .stt-content-wrapper.layout-4 .single-heading .stt-meta .review-wrapper {
    text-align: right;
    padding-top: 25px; }

.single-st_rental .stt-content-wrapper.layout-4 .single-thumb-wrapper .stt-flickity.fullwidth {
  margin-bottom: 40px; }
  .single-st_rental .stt-content-wrapper.layout-4 .single-thumb-wrapper .stt-flickity.fullwidth .carousel .item {
    height: 550px; }

.single-st_rental .stt-content-wrapper.layout-4 .stt-content-inner .stt-facilities {
  margin-top: 0;
  padding-top: 0; }

@media screen and (max-width: 1350px) {
  .stt-content-wrapper .single-thumb-wrapper .single-thumb-inner {
    height: 450px; }
  .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel {
    height: calc(100% - 202px); }
  .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-carousel-nav {
    height: 130px; }
    .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-carousel-nav .item {
      width: 130px;
      height: 130px; } }

@media screen and (max-width: 1200px) {
  .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel {
    height: calc(100% - 172px); }
  .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-carousel-nav {
    height: 100px; }
    .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-carousel-nav .item {
      width: 100px;
      height: 100px; }
  .stt-calendar-full .daterangepicker .calendar.left {
    padding-right: 10px; }
  .stt-calendar-full .daterangepicker .calendar.right {
    padding-left: 10px; } }

@media screen and (max-width: 991px) {
  .stt-content-wrapper .single-thumb-wrapper .single-thumb-inner {
    margin-bottom: 25px; }
  .stt-content-wrapper .stt-content-inner .stt-book-toolbar-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .stt-content-wrapper .stt-book-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    overflow: auto;
    display: none; }
    .stt-content-wrapper .stt-book-form-wrapper .header .avatar .btn-close-form-book {
      margin-top: 5px;
      display: block; }
    .stt-content-wrapper .stt-book-form-wrapper .header .avatar .stt-author-avatar {
      display: none; }
    .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left {
      float: none; }
      .stt-content-wrapper .stt-book-form-wrapper .stt-calendar .daterangepicker .calendar.left .table-sub-header .day-off-week {
        width: calc(100% / 7); }
    .stt-content-wrapper .stt-book-form-wrapper .content .stt-book-form.single-tab .stt-form-date.style-2 .stt-calendar {
      display: block; }
  .stt-content-wrapper .single-section.full-calendar {
    display: none; }
  .single-st_rental .stt-content-wrapper.layout-4 .single-heading .stt-meta .review-wrapper {
    text-align: left;
    padding-top: 10px; }
  .single-st_rental .stt-content-wrapper.layout-4 .single-thumb-wrapper .stt-flickity.fullwidth .carousel .item {
    height: 450px; }
  .stt-nav-detail {
    display: none !important; }
    .stt-nav-detail.sticky {
      display: none !important; } }

@media screen and (max-width: 767px) {
  .stt-content-wrapper .single-thumb-wrapper .shares {
    top: 20px;
    right: 20px; }
  .stt-content-wrapper .single-thumb-wrapper .single-thumb-inner {
    height: 300px; }
  .stt-content-wrapper .single-thumb-wrapper .stt-flickity .flickity-prev-next-button.next {
    right: 15px; }
  .stt-content-wrapper .single-thumb-wrapper .stt-flickity .flickity-prev-next-button.previous {
    left: 15px; }
  .stt-content-wrapper .single-section .stt-taxonomy .content-tax .item {
    width: 33.3333%; }
  .stt-content-wrapper .single-section .stt-bedrooms .item {
    width: 70%; }
  .stt-content-wrapper .stt-author .user-info .item-meta {
    padding-left: 0;
    border-left: none;
    margin-bottom: 20px; }
  .stt-content-wrapper .stt-author .user-info .col-lg-6:nth-child(3) .item-meta {
    margin-bottom: 0; }
  .stt-content-wrapper .stt-review .stt-review-form .stt-review-select-rate {
    margin-bottom: 20px;
    margin-top: 0; }
  .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .flickity-prev-next-button.next {
    right: 15px; }
  .stt-content-wrapper .stt-gallery-popup-open .popup-inner .stt-main-carousel .flickity-prev-next-button.previous {
    left: 15px; }
  .single-st_rental .stt-content-wrapper.layout-4 .single-thumb-wrapper .stt-flickity.fullwidth .carousel .item {
    height: 350px; } }

@media screen and (max-width: 575px) {
  .stt-content-wrapper .stt-facilities {
    padding: 20px 0; }
    .stt-content-wrapper .stt-facilities ul li {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 50%;
      float: left;
      margin-right: 0px !important; }
  .stt-content-wrapper .stt-author {
    display: block; }
    .stt-content-wrapper .stt-author .user-info .user-info-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .stt-content-wrapper .stt-author .user-info .user-main-info {
      margin-top: 0;
      margin-bottom: 0; }
      .stt-content-wrapper .stt-author .user-info .user-main-info ul {
        display: inline-block; }
      .stt-content-wrapper .stt-author .user-info .user-main-info .btn-view-bio {
        margin-top: 10px;
        float: none;
        display: none; }
      .stt-content-wrapper .stt-author .user-info .user-main-info .author-name {
        margin-right: 0; }
    .stt-content-wrapper .stt-author .user-info .verify-status {
      display: inline-block; }
    .stt-content-wrapper .stt-author .user-info .item-meta {
      margin-bottom: 0;
      margin-top: 15px; }
    .stt-content-wrapper .stt-author .user-info .user-meta-info {
      margin-left: 0;
      margin-top: 30px; }
      .stt-content-wrapper .stt-author .user-info .user-meta-info .item .certial-header {
        width: 45%;
        float: left; }
  .stt-content-wrapper .single-section .stt-gallery-popup .item {
    width: 50%; }
  .stt-content-wrapper .single-section h3.title-section p.address, .stt-content-wrapper .single-section div.title-section p.address {
    margin-top: 20px;
    float: none;
    display: block; }
  .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .carousel .item {
    height: 300px; }
  .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .carousel .flickity-prev-next-button.previous {
    left: 15px; }
  .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .carousel .flickity-prev-next-button.next {
    right: 15px; }
  .stt-content-wrapper .single-thumb-wrapper .stt-flickity.fullwidth .shares {
    right: 12px; }
  .stt-content-wrapper .stt-review .stt-review-pagination {
    display: block;
    padding-top: 25px; }
  .stt-content-wrapper .stt-review .stt-review-pagination .show-number-item {
    display: block; }
  .stt-content-wrapper .stt-review .stt-review-pagination .pagination ul {
    padding-left: 0; }
    .stt-content-wrapper .stt-review .stt-review-pagination .pagination ul li {
      margin-right: 20px; }
      .stt-content-wrapper .stt-review .stt-review-pagination .pagination ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0; }
  .single-st_rental .stt-content-wrapper.layout-4 .single-thumb-wrapper .stt-flickity.fullwidth {
    margin-bottom: 25px; }
    .single-st_rental .stt-content-wrapper.layout-4 .single-thumb-wrapper .stt-flickity.fullwidth .carousel .item {
      height: 250px; } }

@media screen and (max-width: 520px) {
  .stt-content-wrapper .single-section .stt-taxonomy .content-tax .item {
    width: 50%; } }

@media screen and (max-width: 360px) {
  .stt-content-wrapper .single-section .stt-taxonomy .content-tax .item {
    width: 100%; } }

.stt-nav-detail {
  background: #fff;
  height: 0;
  overflow: hidden; }
  .stt-nav-detail ul {
    overflow: hidden; }
    .stt-nav-detail ul li {
      list-style: none;
      float: left;
      margin-right: 20px;
      font-family: "Avenir Medium"; }
      .stt-nav-detail ul li a {
        padding: 10px 0;
        color: #2a2a2a;
        font-size: 15px;
        display: block; }
      .stt-nav-detail ul li.active a {
        color: #fd566f;
        border-bottom: 2px solid #fd566f; }
  .stt-nav-detail.sticky {
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    position: fixed;
    top: 0;
    height: auto;
    z-index: 99999; }

.stt-popup-form .stt-popup-inner .popup-content .item {
  margin-top: 30px; }
  .stt-popup-form .stt-popup-inner .popup-content .item .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .stt-popup-form .stt-popup-inner .popup-content .item .icon {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 15px; }
    .stt-popup-form .stt-popup-inner .popup-content .item .icon svg g {
      fill: #2a2a2a; }
  .stt-popup-form .stt-popup-inner .popup-content .item p {
    margin-bottom: 0;
    display: inline-block;
    font-family: "Avenir Roman";
    color: #7a7a7a; }

.stt-checkout-page .stt-breadcrumb {
  margin-bottom: 40px; }

.stt-checkout-page h2 {
  font-size: 24px;
  color: #2a2a2a;
  margin-bottom: 20px;
  font-family: "Avenir Medium"; }

.stt-checkout-page .stt-your-info {
  padding: 30px;
  border: solid 1px #eeeeee;
  background-color: #ffffff; }
  .stt-checkout-page .stt-your-info h3 {
    font-family: "Avenir Medium";
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 20px; }
  .stt-checkout-page .stt-your-info .item {
    border-radius: 3px;
    border: solid 1px #cccccc;
    height: 60px;
    padding: 15px;
    position: relative;
    margin-bottom: 30px; }
    .stt-checkout-page .stt-your-info .item label {
      position: absolute;
      font-family: "Avenir Roman";
      font-size: 14px;
      color: #7a7a7a;
      line-height: 0;
      top: 50%;
      margin-right: 0;
      left: 0;
      padding-left: 15px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      z-index: 9; }
      .stt-checkout-page .stt-your-info .item label .required {
        color: #fd566f;
        margin-left: 5px; }
    .stt-checkout-page .stt-your-info .item .form-control {
      border: none;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      font-family: "Avenir Roman";
      font-size: 14px;
      color: #2a2a2a;
      background: transparent !important;
      padding: 25px 15px 5px 15px; }
    .stt-checkout-page .stt-your-info .item.has-value label {
      top: 33%; }
    .stt-checkout-page .stt-your-info .item.field-error {
      border-color: #cc0000; }

.stt-checkout-page .stt-booking-info {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  padding: 30px; }
  .stt-checkout-page .stt-booking-info .service-info {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px; }
    .stt-checkout-page .stt-booking-info .service-info .title {
      margin-right: 25px; }
      .stt-checkout-page .stt-booking-info .service-info .title h4.service-title {
        font-size: 20px;
        font-family: "Avenir Medium";
        margin-top: 10px; }
        .stt-checkout-page .stt-booking-info .service-info .title h4.service-title a {
          color: #2a2a2a; }
    .stt-checkout-page .stt-booking-info .service-info p.service-address {
      color: #7a7a7a;
      font-size: 12px; }

.stt-checkout-page .service-date {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px; }
  .stt-checkout-page .service-date .date {
    margin-bottom: 27px; }
    .stt-checkout-page .service-date .date .stt-icon {
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 15px; }
    .stt-checkout-page .service-date .date span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      color: #5a5a5a; }
      .stt-checkout-page .service-date .date span .stt-icon {
        margin-left: 10px;
        margin-right: 10px; }
        .stt-checkout-page .service-date .date span .stt-icon svg g {
          fill: #5a5a5a; }
      .stt-checkout-page .service-date .date span:last-child {
        margin-right: 0; }
  .stt-checkout-page .service-date .guest {
    color: #5a5a5a; }
    .stt-checkout-page .service-date .guest .stt-icon {
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 15px; }

.stt-checkout-page .service-price {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px; }
  .stt-checkout-page .service-price p {
    font-size: 14px;
    color: #5a5a5a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px; }
    .stt-checkout-page .service-price p span .stt-tooltip {
      height: 12px;
      width: 12px;
      display: inline-block;
      background: transparent url("../images/ico-information-button.svg") center center no-repeat;
      position: relative;
      top: 1px;
      left: 2px;
      cursor: pointer; }
    .stt-checkout-page .service-price p:last-child {
      margin-bottom: 0; }

.stt-checkout-page .service-coupon {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px; }
  .stt-checkout-page .service-coupon h6 {
    font-family: "Avenir Medium";
    color: #2a2a2a;
    font-size: 14px;
    margin-bottom: 20px; }
  .stt-checkout-page .service-coupon form .form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .stt-checkout-page .service-coupon form .form-inner input {
      height: 40px;
      border-radius: 3px;
      border: solid 1px #eeeeee;
      margin-right: 5px; }
      .stt-checkout-page .service-coupon form .form-inner input:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .stt-checkout-page .service-coupon form .form-inner button {
      height: 40px;
      background: #1cc9b7;
      color: #fff;
      border: none;
      border-radius: 3px; }
      .stt-checkout-page .service-coupon form .form-inner button:hover {
        background: #18a092 !important; }
      .stt-checkout-page .service-coupon form .form-inner button:focus, .stt-checkout-page .service-coupon form .form-inner button:active {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background: #1cc9b7 !important; }

.stt-checkout-page .service-total p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px; }
  .stt-checkout-page .service-total p:last-child {
    margin-bottom: 0; }
  .stt-checkout-page .service-total p span {
    font-family: "Avenir Medium";
    color: #2a2a2a; }
  .stt-checkout-page .service-total p.total {
    margin-bottom: 0; }
    .stt-checkout-page .service-total p.total span {
      font-size: 18px; }

.stt-checkout-page .stt-payment-group .dropdown .dropdown-toggle {
  border-radius: 3px;
  border: solid 1px #cccccc;
  background: #fff;
  padding: 20px;
  position: relative;
  cursor: pointer; }
  .stt-checkout-page .stt-payment-group .dropdown .dropdown-toggle .payment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .stt-checkout-page .stt-payment-group .dropdown .dropdown-toggle .payment-item img {
      height: 30px;
      margin-right: 10px; }
    .stt-checkout-page .stt-payment-group .dropdown .dropdown-toggle .payment-item p {
      font-family: "Avenir Roman";
      color: #2a2a2a;
      font-size: 14px;
      margin-bottom: 0; }
  .stt-checkout-page .stt-payment-group .dropdown .dropdown-toggle:after {
    content: '';
    background: transparent url("../images/ico-arrow.svg") center right no-repeat;
    display: inline-block;
    width: 12px;
    height: 6px;
    border: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px; }

.stt-checkout-page .stt-payment-group .dropdown .dropdown-menu {
  width: 100%; }
  .stt-checkout-page .stt-payment-group .dropdown .dropdown-menu .dropdown-item {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .stt-checkout-page .stt-payment-group .dropdown .dropdown-menu .dropdown-item img {
      height: 30px;
      margin-right: 10px; }
    .stt-checkout-page .stt-payment-group .dropdown .dropdown-menu .dropdown-item p {
      font-family: "Avenir Roman";
      color: #2a2a2a;
      font-size: 14px;
      margin-bottom: 0; }

.stt-checkout-page .stt-agree-term {
  margin-top: 30px;
  margin-bottom: 20px; }
  .stt-checkout-page .stt-agree-term label {
    font-family: "Avenir Roman";
    color: #7a7a7a;
    margin-bottom: 0; }
    .stt-checkout-page .stt-agree-term label input {
      margin-right: 15px; }
    .stt-checkout-page .stt-agree-term label a {
      color: #fd566f; }

.stt-checkout-page .stt-btn-checkout {
  border-radius: 3px;
  margin-top: 20px; }
  .stt-checkout-page .stt-btn-checkout:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .stt-checkout-page .stt-btn-checkout:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.stt-checkout-page .stt-checkout-form {
  position: relative; }

.stt-checkout-page .stt-payment-detail .stt-detail-form {
  margin-top: 30px;
  display: none; }
  .stt-checkout-page .stt-payment-detail .stt-detail-form h3 {
    font-family: "Avenir Medium";
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 20px; }
  .stt-checkout-page .stt-payment-detail .stt-detail-form .payment-form #card-errors {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    margin-top: 10px;
    padding: 9px;
    border-radius: 4px;
    display: none; }

.stt-payment-success.pending .booking-success-notice .stt-icon svg g {
  fill: orange; }

.stt-payment-success.canceled .booking-success-notice .stt-icon svg g {
  fill: #cc0000; }

.stt-payment-success.incomplete .booking-success-notice .stt-icon svg g {
  fill: #cc0000; }

.stt-payment-success .stt-booking-information {
  padding: 30px 0 50px 0; }
  .stt-payment-success .stt-booking-information .booking-success-notice {
    margin-bottom: 100px;
    font-family: "Avenir Roman"; }
    .stt-payment-success .stt-booking-information .booking-success-notice .col-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .stt-payment-success .stt-booking-information .booking-success-notice .col-left .notice-success {
        margin-left: 20px; }
        .stt-payment-success .stt-booking-information .booking-success-notice .col-left .notice-success .line1 {
          margin-bottom: 0px;
          font-size: 24px;
          color: #00001E;
          line-height: 35px; }
          .stt-payment-success .stt-booking-information .booking-success-notice .col-left .notice-success .line1 span {
            color: #1A2B48;
            font-family: "Avenir Medium"; }
        .stt-payment-success .stt-booking-information .booking-success-notice .col-left .notice-success .line2 {
          font-size: 16px;
          color: #5E6D77;
          margin-bottom: 0px; }
          .stt-payment-success .stt-booking-information .booking-success-notice .col-left .notice-success .line2 span {
            font-size: 16px;
            color: #000000; }
    .stt-payment-success .stt-booking-information .booking-success-notice .booking-info-detail {
      padding: 0;
      margin: 0;
      margin-top: 45px; }
      .stt-payment-success .stt-booking-information .booking-success-notice .booking-info-detail li {
        list-style: none;
        font-size: 16px;
        color: #818181;
        padding: 5px 0; }
        .stt-payment-success .stt-booking-information .booking-success-notice .booking-info-detail li span {
          font-weight: 500;
          color: #000000; }
    .stt-payment-success .stt-booking-information .booking-success-notice .booking-your-info {
      margin-top: 45px; }
  .stt-payment-success .stt-booking-information .info-form {
    border: 1px solid #D7DCE3;
    border-radius: 3px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Avenir Roman"; }
    .stt-payment-success .stt-booking-information .info-form ul {
      padding: 0;
      margin: 0; }
      .stt-payment-success .stt-booking-information .info-form ul li {
        list-style: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #D7DCE3; }
        .stt-payment-success .stt-booking-information .info-form ul li span {
          padding: 0; }
          .stt-payment-success .stt-booking-information .info-form ul li span.label {
            font-size: 14px;
            color: #1A2B48;
            width: 40%;
            display: inline-block;
            text-align: left;
            font-weight: 400; }
          .stt-payment-success .stt-booking-information .info-form ul li span.value {
            font-size: 15px;
            color: #5E6D77;
            width: 60%;
            display: inline-block;
            font-family: "Avenir Medium"; }
        .stt-payment-success .stt-booking-information .info-form ul li:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border: none; }
  .stt-payment-success .stt-booking-information h3.title {
    font-family: "Avenir Medium";
    font-size: 24px;
    color: #2a2a2a; }
  .stt-payment-success .stt-booking-information .stt-booking-info {
    margin-top: 20px; }

@media screen and (max-width: 991px) {
  .stt-checkout-page .stt-checkout-form {
    margin-bottom: 50px; }
  .stt-checkout-page .stt-your-info {
    padding: 16px; } }

.stt-content-wrapper {
  padding-bottom: 80px; }
  .stt-content-wrapper .stt-map-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    display: block; }
    .stt-content-wrapper .stt-map-wrapper a.map-close {
      position: absolute;
      z-index: 99;
      background: #fff;
      border: none;
      border-radius: 4px;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
      top: 15px;
      left: 15px;
      display: none; }
    .stt-content-wrapper .stt-map-wrapper .stt-map-load {
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      width: 100%;
      height: 100%;
      z-index: 9; }
    .stt-content-wrapper .stt-map-wrapper .stt-search-map {
      height: 100%;
      position: relative;
      min-height: 500px; }
  .stt-content-wrapper .search-form-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #2a2a2a; }
  .stt-content-wrapper .stt-search-form {
    height: 70px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .stt-content-wrapper .stt-search-form.has-shadow {
      -webkit-box-shadow: 0 5px 10px 0 #0000000a;
      box-shadow: 0 5px 10px 0 #0000000a;
      border: solid 1px #eeeeee;
      border-right: none; }
    .stt-content-wrapper .stt-search-form .field {
      vertical-align: middle;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      height: 100%; }
      .stt-content-wrapper .stt-search-form .field:after {
        content: '';
        width: 1px;
        height: 40px;
        background: #d7dce3;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px; }
      .stt-content-wrapper .stt-search-form .field .render {
        font-family: "Avenir Roman";
        font-size: 16px;
        color: #2a2a2a;
        line-height: 21px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .stt-content-wrapper .stt-search-form .field > .stt-icon {
        margin-right: 15px; }
      .stt-content-wrapper .stt-search-form .field.location {
        width: 30%;
        height: 100%; }
        .stt-content-wrapper .stt-search-form .field.location .input-none {
          opacity: 0;
          visibility: hidden;
          position: absolute; }
        .stt-content-wrapper .stt-search-form .field.location .stt-address-autocomplete {
          width: 100%; }
          .stt-content-wrapper .stt-search-form .field.location .stt-address-autocomplete .mapboxgl-ctrl-geocoder {
            width: 100%;
            max-width: 100%;
            background: transparent;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .stt-content-wrapper .stt-search-form .field.location .stt-address-autocomplete .mapboxgl-ctrl-geocoder .suggestions {
              top: 100%;
              -webkit-box-shadow: 0 1px 2px 0 #00000033;
              box-shadow: 0 1px 2px 0 #00000033;
              background-color: #ffffff;
              border-top: none;
              margin-top: 15px;
              border-radius: 0;
              overflow: visible; }
              .stt-content-wrapper .stt-search-form .field.location .stt-address-autocomplete .mapboxgl-ctrl-geocoder .suggestions:before {
                content: '';
                display: block;
                position: absolute;
                top: -6px;
                left: 30px;
                height: 12px;
                width: 12px;
                background: #fff;
                border: 1px solid #00000033;
                border-right: 1px solid rgba(0, 0, 0, 0.2);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                border-right: none;
                border-bottom: none; }
              .stt-content-wrapper .stt-search-form .field.location .stt-address-autocomplete .mapboxgl-ctrl-geocoder .suggestions li {
                border-top: 1px solid #e6e6e6; }
                .stt-content-wrapper .stt-search-form .field.location .stt-address-autocomplete .mapboxgl-ctrl-geocoder .suggestions li.active a {
                  background-color: #fafafa; }
                .stt-content-wrapper .stt-search-form .field.location .stt-address-autocomplete .mapboxgl-ctrl-geocoder .suggestions li a:hover {
                  background-color: #fafafa; }
          .stt-content-wrapper .stt-search-form .field.location .stt-address-autocomplete .mapboxgl-ctrl-geocoder--icon-search,
          .stt-content-wrapper .stt-search-form .field.location .stt-address-autocomplete .mapboxgl-ctrl-geocoder--icon-close {
            display: none; }
        .stt-content-wrapper .stt-search-form .field.location input[type="text"] {
          font-family: "Avenir Roman";
          font-size: 16px;
          color: #2a2a2a;
          min-height: 40px;
          width: 100%;
          border: none;
          outline: none;
          padding-left: 30px;
          padding-right: 30px;
          height: 100%; }
          .stt-content-wrapper .stt-search-form .field.location input[type="text"]::-webkit-input-placeholder {
            font-family: "Avenir Roman";
            font-size: 16px;
            color: #2a2a2a;
            opacity: 1; }
          .stt-content-wrapper .stt-search-form .field.location input[type="text"]::-moz-placeholder {
            font-family: "Avenir Roman";
            font-size: 16px;
            color: #2a2a2a;
            opacity: 1; }
          .stt-content-wrapper .stt-search-form .field.location input[type="text"]:-ms-input-placeholder {
            font-family: "Avenir Roman";
            font-size: 16px;
            color: #2a2a2a;
            opacity: 1; }
          .stt-content-wrapper .stt-search-form .field.location input[type="text"]::-ms-input-placeholder {
            font-family: "Avenir Roman";
            font-size: 16px;
            color: #2a2a2a;
            opacity: 1; }
          .stt-content-wrapper .stt-search-form .field.location input[type="text"]::placeholder {
            font-family: "Avenir Roman";
            font-size: 16px;
            color: #2a2a2a;
            opacity: 1; }
          .stt-content-wrapper .stt-search-form .field.location input[type="text"]::-moz-placeholder {
            font-family: "Avenir Roman";
            font-size: 16px;
            color: #2a2a2a;
            opacity: 1; }
          .stt-content-wrapper .stt-search-form .field.location input[type="text"]:-moz-placeholder {
            font-family: "Avenir Roman";
            font-size: 16px;
            color: #2a2a2a;
            opacity: 1; }
      .stt-content-wrapper .stt-search-form .field.date {
        width: 35%;
        padding-left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        height: 100%; }
        .stt-content-wrapper .stt-search-form .field.date .item {
          width: 46%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          min-height: 40px; }
          .stt-content-wrapper .stt-search-form .field.date .item .stt-icon {
            margin-right: 15px; }
          .stt-content-wrapper .stt-search-form .field.date .item.start {
            border-right: 1px solid #d7dce3;
            margin-right: 30px;
            padding-right: 10px; }
          .stt-content-wrapper .stt-search-form .field.date .item.end {
            padding-right: 10px; }
        .stt-content-wrapper .stt-search-form .field.date .input-checkin-out {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          padding: 0;
          border: none;
          visibility: hidden;
          opacity: 0; }
      .stt-content-wrapper .stt-search-form .field.date-single {
        width: 30% !important; }
        .stt-content-wrapper .stt-search-form .field.date-single .input-checkin-single {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          padding: 0;
          border: none;
          visibility: hidden;
          opacity: 0; }
        .stt-content-wrapper .stt-search-form .field.date-single .start {
          margin-right: 0;
          padding-right: 0;
          width: 100%;
          border: none !important; }
        @media (max-width: 991px) {
          .stt-content-wrapper .stt-search-form .field.date-single {
            width: 100% !important; } }
      .stt-content-wrapper .stt-search-form .field.date-time {
        width: 35% !important;
        border: none !important;
        padding: 0 !important; }
        .stt-content-wrapper .stt-search-form .field.date-time .start, .stt-content-wrapper .stt-search-form .field.date-time .end {
          width: calc(50% - 10px) !important;
          padding: 15px 20px !important;
          height: 50px;
          border: none !important;
          position: relative;
          z-index: 1; }
          .stt-content-wrapper .stt-search-form .field.date-time .start .st-dropdown-time, .stt-content-wrapper .stt-search-form .field.date-time .end .st-dropdown-time {
            position: absolute;
            padding-top: 5px;
            padding-bottom: 5px;
            top: 100%;
            left: 0;
            width: 100%;
            background: #FFF;
            border: 1px solid #cccccc;
            max-height: 320px;
            overflow-y: auto;
            z-index: 1;
            display: none; }
            .stt-content-wrapper .stt-search-form .field.date-time .start .st-dropdown-time .item, .stt-content-wrapper .stt-search-form .field.date-time .end .st-dropdown-time .item {
              display: block;
              width: 100%;
              padding: 8px 10px;
              text-align: center;
              -webkit-transition: all .1s;
              transition: all .1s;
              word-wrap: break-word;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden; }
              .stt-content-wrapper .stt-search-form .field.date-time .start .st-dropdown-time .item:not(:first-child), .stt-content-wrapper .stt-search-form .field.date-time .end .st-dropdown-time .item:not(:first-child) {
                border-top: 1px solid #EEE; }
              .stt-content-wrapper .stt-search-form .field.date-time .start .st-dropdown-time .item.active, .stt-content-wrapper .stt-search-form .field.date-time .start .st-dropdown-time .item:hover, .stt-content-wrapper .stt-search-form .field.date-time .end .st-dropdown-time .item.active, .stt-content-wrapper .stt-search-form .field.date-time .end .st-dropdown-time .item:hover {
                background: #EEE; }
              .stt-content-wrapper .stt-search-form .field.date-time .start .st-dropdown-time .item.disable, .stt-content-wrapper .stt-search-form .field.date-time .end .st-dropdown-time .item.disable {
                cursor: not-allowed;
                pointer-events: none;
                color: #EEE;
                display: none; }
        .stt-content-wrapper .stt-search-form .field.date-time .start {
          margin-right: 20px; }
        .stt-content-wrapper .stt-search-form .field.date-time .end .stt-icon {
          display: inline-block; }
        @media (max-width: 991px) {
          .stt-content-wrapper .stt-search-form .field.date-time {
            width: 100% !important; }
            .stt-content-wrapper .stt-search-form .field.date-time .start, .stt-content-wrapper .stt-search-form .field.date-time .end {
              border: solid 1px #cccccc !important; }
            .stt-content-wrapper .stt-search-form .field.date-time .start {
              margin-right: 20px !important; } }
      .stt-content-wrapper .stt-search-form .field.guest {
        width: 15%;
        padding-left: 30px; }
        .stt-content-wrapper .stt-search-form .field.guest .dropdown {
          padding: 19px 25px; }
        .stt-content-wrapper .stt-search-form .field.guest .guest-apply {
          color: #fd566f;
          float: right;
          margin-right: 5px; }
      .stt-content-wrapper .stt-search-form .field.advance {
        width: 80px;
        background: transparent url("../images/ico-setting-search.svg") center center no-repeat;
        height: 100%; }
        .stt-content-wrapper .stt-search-form .field.advance:after {
          display: none; }
        .stt-content-wrapper .stt-search-form .field.advance .dropdown {
          right: 0;
          left: auto;
          width: 768px; }
          .stt-content-wrapper .stt-search-form .field.advance .dropdown:before {
            left: auto;
            right: 33px; }
          .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-advance span.label {
            font-family: "Avenir Medium";
            font-size: 16px;
            color: #2a2a2a; }
          .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-price {
            padding: 15px 0;
            margin-bottom: 10px; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-price .irs.js-irs-* .irs-bar {
              background: #fd566f;
              border-color: #fd566f; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-price .irs.js-irs-* .irs-line {
              background: #00000033; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-price .irs.js-irs-* .irs-slider {
              background: #fff;
              border: 2px solid #fd566f; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-price .irs.js-irs-* .irs-min, .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-price .irs.js-irs-* .irs-max, .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-price .irs.js-irs-* .irs-single {
              color: #2a2a2a; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-price .irs.js-irs-* .irs-from, .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-price .irs.js-irs-* .irs-to, .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-price .irs.js-irs-* .irs-single {
              color: #2a2a2a; }
          .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy {
            margin-bottom: 15px; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy span.label {
              margin-top: 8px;
              display: block; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy .item {
              width: 20%;
              float: left;
              padding-right: 15px;
              margin-top: 10px;
              margin-bottom: 10px; }
              .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy .item:last-child {
                padding-right: 0; }
              .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy .item label {
                font-family: "Avenir Roman";
                font-size: 14px;
                color: #7a7a7a;
                margin-bottom: 0; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy:after {
              content: '';
              display: block;
              clear: both; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy .more, .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy .less {
              font-size: 14px;
              color: #fd566f;
              margin-top: 8px;
              display: block;
              position: relative;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy .more .stt-icon, .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy .less .stt-icon {
                margin-left: 4px; }
                .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy .more .stt-icon svg g, .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy .less .stt-icon svg g {
                  fill: #fd566f;
                  stroke: #fd566f; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy .less {
              display: none; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy.open .more {
              display: none; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy.open .less {
              display: block; }
            .stt-content-wrapper .stt-search-form .field.advance .dropdown .section-taxonomy.open .item.hide {
              display: block !important; }
      .stt-content-wrapper .stt-search-form .field.submit {
        width: calc(20% - 80px);
        height: 100%; }
        .stt-content-wrapper .stt-search-form .field.submit:after {
          display: none; }
        .stt-content-wrapper .stt-search-form .field.submit button {
          font-family: "Avenir Medium";
          width: 100%;
          font-size: 18px;
          height: 100%; }
          .stt-content-wrapper .stt-search-form .field.submit button:active, .stt-content-wrapper .stt-search-form .field.submit button:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #df4c62; }
      .stt-content-wrapper .stt-search-form .field .dropdown {
        font-family: "Avenir Roman";
        position: absolute;
        min-width: 285px;
        -webkit-box-shadow: 0 1px 2px 0 #00000033;
        box-shadow: 0 1px 2px 0 #00000033;
        background-color: #ffffff;
        top: calc(100% + 1px);
        left: 0;
        z-index: 9;
        padding: 23px 30px;
        display: none;
        margin-top: 12px; }
        .stt-content-wrapper .stt-search-form .field .dropdown:before {
          content: '';
          display: block;
          position: absolute;
          top: -6px;
          left: 30px;
          height: 12px;
          width: 12px;
          background: #fff;
          border: 1px solid #00000033;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          border-right: none;
          border-bottom: none; }
        .stt-content-wrapper .stt-search-form .field .dropdown .people-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 7px 0; }
          .stt-content-wrapper .stt-search-form .field .dropdown .people-item .label {
            font-family: "Avenir Roman";
            color: #2a2a2a;
            font-size: 14px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .stt-content-wrapper .stt-search-form .field .dropdown .people-item .label small {
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none;
              display: block;
              clear: both;
              font-size: 10px;
              color: #7a7a7a;
              margin-top: 3px; }
          .stt-content-wrapper .stt-search-form .field .dropdown .people-item .stt-number .control {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
          .stt-content-wrapper .stt-search-form .field .dropdown .people-item .stt-number .value {
            font-family: "Avenir Roman";
            font-size: 16px;
            color: #2a2a2a;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
  .stt-content-wrapper .stt-toolbar {
    margin-top: 60px;
    margin-bottom: 30px; }
    .stt-content-wrapper .stt-toolbar h2.count-result {
      font-family: "Avenir Medium";
      color: #2a2a2a;
      font-size: 18px; }
      .stt-content-wrapper .stt-toolbar h2.count-result span {
        color: #fd566f;
        font-size: 13px;
        margin-left: 10px;
        display: none;
        cursor: pointer; }
        .stt-content-wrapper .stt-toolbar h2.count-result span.show {
          display: inline-block; }
    .stt-content-wrapper .stt-toolbar .sort-by {
      font-family: "Avenir Medium";
      color: #2a2a2a;
      font-size: 14px;
      margin-right: 30px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      cursor: pointer; }
      .stt-content-wrapper .stt-toolbar .sort-by .dropdown.show .stt-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        position: relative;
        top: 3px; }
      .stt-content-wrapper .stt-toolbar .sort-by .dropdown .value-change {
        margin-right: 3px; }
      .stt-content-wrapper .stt-toolbar .sort-by .sort-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto !important;
        z-index: 99;
        font-size: 15px;
        text-align: left;
        background-color: #fff;
        border: none;
        border-radius: 2px;
        -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
        min-width: 170px;
        padding: 10px 0;
        margin-top: 10px; }
        .stt-content-wrapper .stt-toolbar .sort-by .sort-dropdown span {
          color: #2a2a2a;
          padding: 0 15px;
          margin-bottom: 5px;
          display: block; }
          .stt-content-wrapper .stt-toolbar .sort-by .sort-dropdown span.value-change {
            margin-right: 3px; }
        .stt-content-wrapper .stt-toolbar .sort-by .sort-dropdown ul {
          padding: 0;
          margin: 0; }
          .stt-content-wrapper .stt-toolbar .sort-by .sort-dropdown ul li {
            list-style: none;
            display: block;
            padding: 5px 15px;
            color: #7a7a7a;
            cursor: pointer; }
            .stt-content-wrapper .stt-toolbar .sort-by .sort-dropdown ul li.label {
              padding: 11px 15px 0px 15px;
              text-transform: uppercase;
              color: #7a7a7a;
              font-size: 13px; }
            .stt-content-wrapper .stt-toolbar .sort-by .sort-dropdown ul li label {
              margin-bottom: 0; }
            .stt-content-wrapper .stt-toolbar .sort-by .sort-dropdown ul li.active {
              color: #fd566f; }
    .stt-content-wrapper .stt-toolbar .layout {
      display: inline-block;
      vertical-align: middle; }
      .stt-content-wrapper .stt-toolbar .layout ul li {
        list-style: none;
        float: left;
        cursor: pointer; }
        .stt-content-wrapper .stt-toolbar .layout ul li:not(:last-child) {
          margin-right: 15px; }
        .stt-content-wrapper .stt-toolbar .layout ul li svg g {
          stroke: #2a2a2a; }
        .stt-content-wrapper .stt-toolbar .layout ul li.active svg g, .stt-content-wrapper .stt-toolbar .layout ul li:hover svg g {
          stroke: #fd566f; }
  .stt-content-wrapper .search-result .item {
    background: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 30px; }
    .stt-content-wrapper .search-result .item.grid {
      width: 100%; }
    .stt-content-wrapper .search-result .item .thumb-wrapper {
      position: relative; }
      .stt-content-wrapper .search-result .item .thumb-wrapper .thumb {
        overflow: hidden; }
        .stt-content-wrapper .search-result .item .thumb-wrapper .thumb a {
          cursor: pointer;
          display: block; }
          .stt-content-wrapper .search-result .item .thumb-wrapper .thumb a img {
            min-width: 100%;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            width: 100%;
            height: auto; }
        .stt-content-wrapper .search-result .item .thumb-wrapper .thumb:hover a img {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
        .stt-content-wrapper .search-result .item .thumb-wrapper .thumb:hover a.has-gallery img {
          -webkit-transform: scale(1);
          transform: scale(1); }
        .stt-content-wrapper .search-result .item .thumb-wrapper .thumb .carousel-cell img {
          width: 100%;
          height: auto;
          max-height: 250px;
          min-width: auto;
          width: auto;
          margin: auto; }
      .stt-content-wrapper .search-result .item .thumb-wrapper .btn_add_wishlist {
        display: inline-block;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #fff;
        color: #FFF;
        text-align: center;
        line-height: 36px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-block;
        text-align: center; }
        .stt-content-wrapper .search-result .item .thumb-wrapper .btn_add_wishlist.added .stt-icon svg g {
          fill: #fd566f; }
        .stt-content-wrapper .search-result .item .thumb-wrapper .btn_add_wishlist.loading .loader {
          display: inline-block; }
        .stt-content-wrapper .search-result .item .thumb-wrapper .btn_add_wishlist.loading .stt-icon {
          opacity: 0; }
        .stt-content-wrapper .search-result .item .thumb-wrapper .btn_add_wishlist .stt-icon {
          vertical-align: middle; }
      .stt-content-wrapper .search-result .item .thumb-wrapper .avatar {
        position: absolute;
        right: 20px;
        height: 50px;
        width: 50px;
        bottom: -25px;
        border-radius: 50%; }
        .stt-content-wrapper .search-result .item .thumb-wrapper .avatar img {
          border-radius: 50%;
          border: 2px solid #ffffff;
          position: unset; }
      .stt-content-wrapper .search-result .item .thumb-wrapper .feature {
        position: absolute;
        top: 20px;
        left: 20px;
        background: #1CC9B7;
        color: #fff;
        padding: 8px 10px 7px 10px;
        font-size: 12px;
        font-family: "Avenir Medium";
        font-weight: 300;
        text-transform: uppercase;
        border-radius: 1px;
        line-height: 10px; }
    .stt-content-wrapper .search-result .item .content {
      padding: 20px 20px 30px 20px; }
      .stt-content-wrapper .search-result .item .content h3.title {
        margin-bottom: 5px;
        text-overflow: ellipsis;
        overflow: hidden; }
        .stt-content-wrapper .search-result .item .content h3.title a {
          color: #2a2a2a;
          font-size: 18px;
          font-family: "Avenir Medium";
          white-space: nowrap; }
          .stt-content-wrapper .search-result .item .content h3.title a:hover {
            color: #fd566f; }
      .stt-content-wrapper .search-result .item .content p.address {
        font-family: "Avenir Roman";
        color: #7a7a7a;
        margin-bottom: 0; }
      .stt-content-wrapper .search-result .item .content .meta {
        margin-top: 20px; }
        .stt-content-wrapper .search-result .item .content .meta ul {
          padding: 0;
          margin: 0;
          overflow: hidden; }
          .stt-content-wrapper .search-result .item .content .meta ul li {
            font-family: "Avenir Roman";
            font-size: 14px;
            float: left;
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .stt-content-wrapper .search-result .item .content .meta ul li:not(:last-child) {
              margin-right: 20px; }
            .stt-content-wrapper .search-result .item .content .meta ul li .stt-icon {
              margin-right: 7px; }
    .stt-content-wrapper .search-result .item .meta-footer {
      width: 100%; }
      .stt-content-wrapper .search-result .item .meta-footer .price {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px; }
        .stt-content-wrapper .search-result .item .meta-footer .price .stt-tooltip {
          line-height: 16px; }
        .stt-content-wrapper .search-result .item .meta-footer .price .review {
          display: inline-block;
          vertical-align: middle; }
          .stt-content-wrapper .search-result .item .meta-footer .price .review .stt-star-rating {
            display: inline-block;
            vertical-align: middle; }
            .stt-content-wrapper .search-result .item .meta-footer .price .review .stt-star-rating .fa {
              font-size: 12px;
              font: normal normal normal 14px/1 FontAwesome; }
          .stt-content-wrapper .search-result .item .meta-footer .price .review .stt-review-text {
            font-family: "Avenir Roman";
            font-size: 14px;
            color: #7a7a7a;
            line-height: 21px;
            display: inline-block;
            vertical-align: middle; }
        .stt-content-wrapper .search-result .item .meta-footer .price .price {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px;
          color: #fd566f;
          font-family: "Avenir Medium";
          float: right;
          position: relative;
          padding-right: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          line-height: 16px;
          padding-bottom: 0px;
          line-height: 23px; }
          .stt-content-wrapper .search-result .item .meta-footer .price .price .stt-icon {
            margin-right: 4px;
            position: relative;
            top: -1px; }
          .stt-content-wrapper .search-result .item .meta-footer .price .price .is-sale {
            position: absolute;
            font-size: 14px;
            color: #7a7a7a;
            text-decoration: line-through;
            font-family: "Avenir Medium";
            top: -23px;
            right: 0; }
    .stt-content-wrapper .search-result .item.list .content-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 30px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .stt-content-wrapper .search-result .item.list .content-title h3.title {
        margin-bottom: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%; }
        .stt-content-wrapper .search-result .item.list .content-title h3.title a {
          color: #2a2a2a;
          font-size: 18px;
          font-family: "Avenir Medium";
          display: block;
          text-overflow: ellipsis;
          width: 100%;
          overflow: hidden; }
          .stt-content-wrapper .search-result .item.list .content-title h3.title a:hover {
            color: #fd566f; }
      .stt-content-wrapper .search-result .item.list .content-title p.address {
        font-family: "Avenir Roman";
        color: #7a7a7a;
        margin-bottom: 0; }
      .stt-content-wrapper .search-result .item.list .content-title .inner {
        padding: 15px 0;
        border-bottom: 1px solid #eeeeee;
        width: 100%; }
    .stt-content-wrapper .search-result .item.list .meta {
      padding-right: 30px;
      margin-bottom: 20px; }
      .stt-content-wrapper .search-result .item.list .meta ul {
        padding: 0;
        margin: 0;
        overflow: hidden; }
        .stt-content-wrapper .search-result .item.list .meta ul li {
          font-family: "Avenir Roman";
          font-size: 14px;
          float: left;
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-top: 5px;
          margin-bottom: 5px; }
          .stt-content-wrapper .search-result .item.list .meta ul li:not(:last-child) {
            margin-right: 20px; }
          .stt-content-wrapper .search-result .item.list .meta ul li .stt-icon {
            margin-right: 7px; }
      .stt-content-wrapper .search-result .item.list .meta .inner {
        border-bottom: 1px solid #eeeeee;
        padding: 20px 0;
        width: 100%; }
    .stt-content-wrapper .search-result .item.list .price {
      padding-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .stt-content-wrapper .search-result .item.list .price .review {
        display: block;
        vertical-align: middle;
        margin-bottom: 5px; }
        .stt-content-wrapper .search-result .item.list .price .review .stt-star-rating {
          display: inline-block;
          vertical-align: middle; }
          .stt-content-wrapper .search-result .item.list .price .review .stt-star-rating .fa {
            font-size: 12px; }
        .stt-content-wrapper .search-result .item.list .price .review .stt-review-text {
          font-family: "Avenir Roman";
          font-size: 14px;
          color: #7a7a7a;
          line-height: 21px;
          display: inline-block;
          vertical-align: middle; }
      .stt-content-wrapper .search-result .item.list .price .price {
        display: block;
        vertical-align: middle;
        font-size: 16px;
        color: #fd566f;
        font-family: "Avenir Medium";
        float: left;
        position: relative;
        padding-right: 0; }
        .stt-content-wrapper .search-result .item.list .price .price .is-sale {
          position: absolute;
          font-size: 14px;
          color: #7a7a7a;
          text-decoration: line-through;
          font-family: "Avenir Medium";
          top: -23px;
          right: 20px; }
      .stt-content-wrapper .search-result .item.list .price .avatar {
        height: 50px;
        width: 50px;
        border-radius: 50%; }
        .stt-content-wrapper .search-result .item.list .price .avatar img {
          border-radius: 50%;
          border: 2px solid #ffffff;
          position: unset; }
      .stt-content-wrapper .search-result .item.list .price.has-sale .price {
        margin-top: 10px; }
        .stt-content-wrapper .search-result .item.list .price.has-sale .price .is-sale {
          top: -18px;
          right: 0; }
    .stt-content-wrapper .search-result .item.list-fullwidth .content-title {
      padding: 15px 10px 10px 0; }
    .stt-content-wrapper .search-result .item.list-fullwidth .meta {
      padding: 10px 10px 10px 0;
      margin-bottom: 0; }
    .stt-content-wrapper .search-result .item.list-fullwidth .price {
      margin-top: 0px;
      display: block; }
      .stt-content-wrapper .search-result .item.list-fullwidth .price .price {
        margin-top: 0; }
        .stt-content-wrapper .search-result .item.list-fullwidth .price .price .stt-icon {
          position: relative;
          top: -1px; }
      .stt-content-wrapper .search-result .item.list-fullwidth .price.has-sale .price {
        margin-top: 10px; }
        .stt-content-wrapper .search-result .item.list-fullwidth .price.has-sale .price .is-sale {
          right: 0; }
  .stt-content-wrapper.fullwidth .stt-filter-container .search-result-wrapper .stt-toolbar {
    margin-top: 30px; }
  .stt-content-wrapper.halfmap {
    padding-bottom: 0; }
    .stt-content-wrapper.halfmap .stt-filter-container {
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .stt-content-wrapper.halfmap .stt-filter-container .content-filter {
        height: 100vh;
        overflow: hidden;
        padding-right: 30px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .stt-content-wrapper.halfmap .stt-filter-container .content-filter .search-result-wrapper {
          padding-bottom: 50px; }
        .stt-content-wrapper.halfmap .stt-filter-container .content-filter.left {
          padding-right: 15px;
          padding-left: 30px; }
        .stt-content-wrapper.halfmap .stt-filter-container .content-filter.offmap {
          width: 100%;
          max-width: 100%;
          -webkit-box-flex: 100%;
          -ms-flex: 100%;
          flex: 100%;
          height: auto;
          padding-right: 15px; }
      .stt-content-wrapper.halfmap .stt-filter-container .sidebar-filter {
        height: 100vh;
        padding-left: 0; }
        .stt-content-wrapper.halfmap .stt-filter-container .sidebar-filter.offmap {
          height: 0 !important;
          width: 0 !important;
          visibility: hidden !important; }
      .stt-content-wrapper.halfmap .stt-filter-container .stt-map-wrapper {
        position: relative;
        height: 100%;
        width: 100%; }
        .stt-content-wrapper.halfmap .stt-filter-container .stt-map-wrapper .stt-map-load {
          position: absolute;
          top: 0;
          left: 0;
          background: #fff;
          width: 100%;
          height: 100%;
          z-index: 9; }
        .stt-content-wrapper.halfmap .stt-filter-container .stt-map-wrapper .stt-search-map {
          height: 100%;
          position: relative; }
          .stt-content-wrapper.halfmap .stt-filter-container .stt-map-wrapper .stt-search-map .google-map {
            height: 100%; }

.daterangepicker.dropdown-menu.stt-search-calendar-single, .daterangepicker.dropdown-menu.stt-search-calendar {
  min-width: 300px;
  border: none;
  border-radius: 0;
  padding: 5px 15px;
  margin-top: 12px;
  -webkit-box-shadow: 0 1px 2px 0 #00000033 !important;
  box-shadow: 0 1px 2px 0 #00000033 !important;
  background-color: #ffffff; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single:before, .daterangepicker.dropdown-menu.stt-search-calendar:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 35px;
    height: 12px;
    width: 12px;
    background: #fff;
    border: 1px solid #00000033;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-bottom: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single.end-select:before, .daterangepicker.dropdown-menu.stt-search-calendar.end-select:before {
    left: 238px; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single:after, .daterangepicker.dropdown-menu.stt-search-calendar:after {
    content: '';
    position: static;
    border: none;
    background: none;
    width: 0;
    height: 0;
    display: none !important; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single:not(.single) .calendar.left .next, .daterangepicker.dropdown-menu.stt-search-calendar:not(.single) .calendar.left .next {
    display: none; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single .calendar, .daterangepicker.dropdown-menu.stt-search-calendar .calendar {
    position: relative;
    max-width: 100% !important; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single .table-header, .daterangepicker.dropdown-menu.stt-search-calendar .table-header {
    position: relative;
    padding-bottom: 20px; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-header:after, .daterangepicker.dropdown-menu.stt-search-calendar .table-header:after {
      content: '';
      display: table;
      clear: both; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-header .month, .daterangepicker.dropdown-menu.stt-search-calendar .table-header .month {
      text-align: center; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-header .prev, .daterangepicker.dropdown-menu.stt-search-calendar .table-header .prev {
      position: absolute;
      bottom: 0;
      left: 0;
      float: left;
      width: 48px;
      height: 48px;
      background: url("../images/arow_left.png") no-repeat left center;
      cursor: pointer;
      z-index: 9; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-header .next, .daterangepicker.dropdown-menu.stt-search-calendar .table-header .next {
      position: absolute;
      bottom: 0;
      right: 0;
      float: right;
      width: 48px;
      height: 48px;
      background: url("../images/arrow_right.png") no-repeat right center;
      cursor: pointer;
      z-index: 9; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single .table-sub-header, .daterangepicker.dropdown-menu.stt-search-calendar .table-sub-header {
    border-top: 1px solid #D7DCE3; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-sub-header:after, .daterangepicker.dropdown-menu.stt-search-calendar .table-sub-header:after {
      content: '';
      display: table;
      clear: both; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-sub-header .day-off-week, .daterangepicker.dropdown-menu.stt-search-calendar .table-sub-header .day-off-week {
      width: 36px;
      padding-top: 15px;
      padding-bottom: 5px;
      color: #7a7a7a;
      float: left;
      text-align: center;
      font-size: 12px;
      font-family: "Avenir Medium"; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single .month, .daterangepicker.dropdown-menu.stt-search-calendar .month {
    color: #2a2a2a;
    font-weight: 500;
    position: relative;
    top: 9px;
    font-size: 16px;
    font-family: "Avenir Medium"; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed tr, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed tr {
    padding-top: 4px;
    padding-bottom: 4px;
    display: block; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: none; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date .date {
      font-family: "Avenir Medium";
      width: 37px;
      height: 27px;
      font-size: 12px;
      line-height: 30px;
      font-weight: 400;
      color: #2a2a2a; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.td-no-show, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.td-no-show {
      height: 1px;
      opacity: 0; }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.td-no-show .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.td-no-show .date {
        height: 1px; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.disabled, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.disabled {
      text-decoration: none; }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.disabled .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.disabled .date {
        color: #D7DCE3; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.today .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.today .date {
      color: #FA5535;
      position: relative; }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.today .date:after, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.today .date:after {
        content: '';
        width: 4px;
        height: 4px;
        background: #fd566f;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        right: 4px; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.today:not(.start-date) .date, .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.today:not(.in-range) .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.today:not(.start-date) .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.today:not(.in-range) .date {
      color: #fd566f;
      border: none; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.start-group, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.start-group {
      background: #fef5ca; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.in-group, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.in-group {
      background: #fef5ca; }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.in-group .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.in-group .date {
        color: #767676; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.end-group, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.end-group {
      background: #fef5ca; }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.end-group .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.end-group .date {
        color: #767676; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date:hover, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date:hover {
      background: rgba(118, 224, 228, 0.2); }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.start-date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.start-date {
      background: rgba(118, 224, 228, 0.2); }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.start-date:not(.end-date), .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.start-date:not(.end-date) {
        -webkit-box-shadow: -3px 0 0 #008489;
        box-shadow: -3px 0 0 #008489; }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.start-date.today .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.start-date.today .date {
        border: none; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.in-range, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.in-range {
      background: rgba(118, 224, 228, 0.2); }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.in-range.today .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.in-range.today .date {
        border: none; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.end-date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.end-date {
      background: rgba(118, 224, 228, 0.2); }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.end-date:not(.start-date), .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.end-date:not(.start-date) {
        -webkit-box-shadow: 3px 0 0 #008489;
        box-shadow: 3px 0 0 #008489; }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.end-date.today .date, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.end-date.today .date {
        border: none; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.td-no-show, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.td-no-show {
      visibility: hidden; }
    .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.has-tooltip, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.has-tooltip {
      position: relative; }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.has-tooltip .event-tooltip-wrap, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.has-tooltip .event-tooltip-wrap {
        position: absolute;
        top: 100%;
        margin-top: 5px;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.7);
        color: #FFF;
        font-size: 12px;
        padding: 4px 6px;
        border-radius: 2px;
        display: none; }
      .daterangepicker.dropdown-menu.stt-search-calendar-single .table-condensed .td-date.has-tooltip:hover .event-tooltip-wrap, .daterangepicker.dropdown-menu.stt-search-calendar .table-condensed .td-date.has-tooltip:hover .event-tooltip-wrap {
        display: block; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single.respon-single .calendar.right, .daterangepicker.dropdown-menu.stt-search-calendar.respon-single .calendar.right {
    display: none; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single.respon-single .calendar.left .next, .daterangepicker.dropdown-menu.stt-search-calendar.respon-single .calendar.left .next {
    display: block; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single.opensleft:before, .daterangepicker.dropdown-menu.stt-search-calendar.opensleft:before {
    left: 249px; }
  .daterangepicker.dropdown-menu.stt-search-calendar-single.opensleft.end-select:before, .daterangepicker.dropdown-menu.stt-search-calendar.opensleft.end-select:before {
    left: 418px; }

.sidebar-filter.right {
  padding-left: 45px; }

.sidebar-filter.left {
  padding-right: 45px; }

.sidebar-filter .filter-heading {
  font-size: 18px;
  color: #2a2a2a;
  margin-top: 60px;
  font-family: "Avenir Medium";
  margin-bottom: 37px; }

.sidebar-filter .filter-section {
  border-top: 2px solid #eeeeee;
  margin-top: 30px;
  padding-top: 30px; }
  .sidebar-filter .filter-section h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 20px;
    font-family: "Avenir Medium"; }
  .sidebar-filter .filter-section.taxonomy .item {
    margin-bottom: 20px; }
    .sidebar-filter .filter-section.taxonomy .item label {
      margin-bottom: 0;
      font-size: 14px;
      font-family: "Avenir Roman";
      color: #7a7a7a;
      cursor: pointer; }
    .sidebar-filter .filter-section.taxonomy .item:last-child {
      margin-bottom: 0; }
  .sidebar-filter .filter-section.taxonomy a.more {
    color: #fd566f;
    font-family: "Avenir Medium"; }
  .sidebar-filter .filter-section.price .irs-bar {
    background: #2a2a2a;
    border-color: #2a2a2a; }
  .sidebar-filter .filter-section.price .irs-slider {
    border: 2px solid #2a2a2a; }
  .sidebar-filter .filter-section.price .irs-min, .sidebar-filter .filter-section.price .irs-max, .sidebar-filter .filter-section.price .irs-single {
    color: #2a2a2a; }
  .sidebar-filter .filter-section.price .irs-from, .sidebar-filter .filter-section.price .irs-to, .sidebar-filter .filter-section.price .irs-single {
    color: #2a2a2a; }

.sidebar-filter.normal .sidebar-widget:first-child {
  margin-top: 60px; }

.stt-search-map .google-map {
  height: 500px; }

.stt-filter-top {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee; }
  .stt-filter-top h3.filter-title {
    display: inline-block;
    vertical-align: middle;
    font-family: "Avenir Medium";
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
    margin-right: 20px;
    margin-bottom: 0; }
  .stt-filter-top .filter-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative; }
    .stt-filter-top .filter-item h4 {
      font-family: "Avenir Roman";
      color: #212121;
      font-size: 14px;
      border-radius: 2px;
      background-color: #ffffff;
      margin-bottom: 0;
      padding: 11px 4px;
      cursor: pointer; }
      .stt-filter-top .filter-item h4 .stt-icon {
        position: relative;
        top: -1px;
        left: 1px; }
    .stt-filter-top .filter-item .filter-section {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 220px;
      border-radius: 2px;
      border: solid 1px #dddddd;
      background-color: #ffffff;
      margin-top: 10px;
      padding: 20px 15px 15px 15px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      opacity: 0;
      visibility: hidden;
      z-index: 99;
      background-color: #fff;
      border: 1px solid #ddddde;
      border-radius: 2px;
      -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1); }
      .stt-filter-top .filter-item .filter-section:after {
        content: '';
        position: absolute;
        height: 10px;
        width: 10px;
        background: #fff;
        border: 1px solid #dddddd;
        top: -6px;
        left: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-right: none; }
      .stt-filter-top .filter-item .filter-section:last-child {
        margin-right: 0; }
      .stt-filter-top .filter-item .filter-section.section-price {
        min-width: 350px;
        padding-top: 25px; }
      .stt-filter-top .filter-item .filter-section .more {
        color: #fd566f;
        font-family: "Avenir Medium"; }
    .stt-filter-top .filter-item.open h4 .stt-icon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 3px; }
    .stt-filter-top .filter-item.open .filter-section {
      opacity: 1;
      visibility: visible; }
  .stt-filter-top .show-map {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    float: right; }
    .stt-filter-top .show-map span.title {
      font-family: "Avenir Roman";
      color: #212121;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .stt-filter-top .show-map .stt-switch {
      display: inline-block;
      vertical-align: middle; }

.stt-filter-mobile {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
  display: none; }
  .stt-filter-mobile .item {
    width: 50%;
    padding: 5px 20px;
    text-align: center;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Avenir Medium";
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    .stt-filter-mobile .item.filter {
      border-right: 1px solid #dfdfdf; }
      .stt-filter-mobile .item.filter .stt-icon {
        margin-right: 5px; }
        .stt-filter-mobile .item.filter .stt-icon svg g {
          fill: #7a7a7a; }
      .stt-filter-mobile .item.filter.single {
        width: 100%;
        border-right: none; }
    .stt-filter-mobile .item.map .stt-icon {
      margin-right: 5px; }
      .stt-filter-mobile .item.map .stt-icon svg g {
        stroke: #7a7a7a; }
    .stt-filter-mobile .item.map.single {
      width: 100%; }
  .stt-filter-mobile:after {
    content: '';
    display: block;
    clear: both; }
  .stt-filter-mobile .stt-filter-mobile-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99; }
    .stt-filter-mobile .stt-filter-mobile-box .filter-header {
      position: fixed;
      top: 0;
      border-bottom: 1px solid #dfdfdf;
      padding: 12px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      -webkit-box-shadow: 1px 1px 5px #dfdfdf;
      box-shadow: 1px 1px 5px #dfdfdf;
      background: #fff;
      z-index: 9; }
      .stt-filter-mobile .stt-filter-mobile-box .filter-header .stt-icon {
        cursor: pointer; }
        .stt-filter-mobile .stt-filter-mobile-box .filter-header .stt-icon svg g {
          fill: #7a7a7a; }
      .stt-filter-mobile .stt-filter-mobile-box .filter-header .header-text {
        font-family: "Avenir Medium";
        color: #2a2a2a;
        font-size: 18px;
        margin-bottom: 0; }
    .stt-filter-mobile .stt-filter-mobile-box .filter-footer {
      position: fixed;
      bottom: 0;
      border-bottom: 1px solid #dfdfdf;
      width: 100%;
      -webkit-box-shadow: 1px 1px 5px #dfdfdf;
      box-shadow: 1px 1px 5px #dfdfdf;
      background: #fff;
      text-align: center;
      padding: 8px 20px 6px 20px;
      z-index: 99; }
      .stt-filter-mobile .stt-filter-mobile-box .filter-footer a {
        font-size: 17px;
        font-family: "Avenir Medium";
        padding: 10px 20px;
        width: 100%; }
    .stt-filter-mobile .stt-filter-mobile-box .filter-content {
      padding: 80px 20px 25px 20px;
      height: 100%;
      overflow: auto; }
      .stt-filter-mobile .stt-filter-mobile-box .filter-content .filter-item {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 30px;
        margin-bottom: 30px; }
        .stt-filter-mobile .stt-filter-mobile-box .filter-content .filter-item h4 {
          font-size: 17px;
          color: #2a2a2a;
          font-family: "Avenir Medium";
          margin-bottom: 20px; }
          .stt-filter-mobile .stt-filter-mobile-box .filter-content .filter-item h4 .stt-icon {
            display: none; }
        .stt-filter-mobile .stt-filter-mobile-box .filter-content .filter-item .filter-section.taxonomy {
          overflow: hidden; }
          .stt-filter-mobile .stt-filter-mobile-box .filter-content .filter-item .filter-section.taxonomy .content .item {
            width: 100%;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
            padding-left: 0;
            padding-right: 0; }
          .stt-filter-mobile .stt-filter-mobile-box .filter-content .filter-item .filter-section.taxonomy .more {
            color: #fd566f; }
            .stt-filter-mobile .stt-filter-mobile-box .filter-content .filter-item .filter-section.taxonomy .more:hover {
              text-decoration: underline; }

.sidebar-normal-item {
  margin-bottom: 30px; }
  .sidebar-normal-item h3.section-title {
    font-family: "Avenir Medium";
    font-size: 18px;
    color: #2a2a2a;
    padding: 0 5px;
    margin-bottom: 20px; }
  .sidebar-normal-item.destination {
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #eeeeee; }
    .sidebar-normal-item.destination .item-wrapper {
      overflow: hidden; }
      .sidebar-normal-item.destination .item-wrapper .item {
        width: 50%;
        padding: 5px;
        float: left;
        margin-bottom: 10px; }
        .sidebar-normal-item.destination .item-wrapper .item .thumb {
          margin-bottom: 10px;
          overflow: hidden; }
          .sidebar-normal-item.destination .item-wrapper .item .thumb a img {
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
          .sidebar-normal-item.destination .item-wrapper .item .thumb:hover a img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05); }
        .sidebar-normal-item.destination .item-wrapper .item h4 {
          font-family: "Avenir Medium";
          font-size: 14px; }
          .sidebar-normal-item.destination .item-wrapper .item h4 a {
            color: #2a2a2a; }
          .sidebar-normal-item.destination .item-wrapper .item h4:hover a {
            color: #fd566f; }
    .sidebar-normal-item.destination .stt-sidebar-owlcarousel .owl-nav {
      top: -50px;
      right: 5px; }
    .sidebar-normal-item.destination .stt-sidebar-owlcarousel .owl-dots {
      margin-top: 0; }
  .sidebar-normal-item.service {
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #eeeeee; }
    .sidebar-normal-item.service .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .sidebar-normal-item.service .item .thumb {
        margin-right: 15px;
        overflow: hidden; }
        .sidebar-normal-item.service .item .thumb a img {
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
        .sidebar-normal-item.service .item .thumb:hover a img {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
      .sidebar-normal-item.service .item .content h4 {
        font-family: "Avenir Medium";
        font-size: 14px;
        margin-bottom: 2px; }
        .sidebar-normal-item.service .item .content h4 a {
          color: #2a2a2a; }
        .sidebar-normal-item.service .item .content h4:hover a {
          color: #fd566f; }
      .sidebar-normal-item.service .item .content .review {
        margin-bottom: 5px; }
        .sidebar-normal-item.service .item .content .review .stt-star-rating .fa {
          font-size: 12px; }
        .sidebar-normal-item.service .item .content .review .stt-review-text {
          font-family: "Avenir Roman";
          color: #7a7a7a;
          font-size: 14px;
          display: inline-block;
          vertical-align: middle;
          top: 1px;
          position: relative; }
      .sidebar-normal-item.service .item .content .meta ul {
        overflow: hidden;
        margin-bottom: 10px; }
        .sidebar-normal-item.service .item .content .meta ul li {
          list-style: none;
          float: left;
          margin-right: 20px; }
          .sidebar-normal-item.service .item .content .meta ul li:last-child {
            margin-right: 0; }
          .sidebar-normal-item.service .item .content .meta ul li .stt-icon {
            margin-right: 7px; }
      .sidebar-normal-item.service .item .content .price {
        margin-bottom: 0;
        font-size: 14px;
        font-family: "Avenir Medium";
        color: #fd566f; }
      .sidebar-normal-item.service .item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
  .sidebar-normal-item:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .stt-content-wrapper .search-result .item.list .thumb-wrapper {
    height: 100%; }
    .stt-content-wrapper .search-result .item.list .thumb-wrapper .thumb {
      height: 100%; }
      .stt-content-wrapper .search-result .item.list .thumb-wrapper .thumb .stt-item-carousel {
        height: 100%; }
        .stt-content-wrapper .search-result .item.list .thumb-wrapper .thumb .stt-item-carousel .flickity-viewport {
          height: 100% !important; }
          .stt-content-wrapper .search-result .item.list .thumb-wrapper .thumb .stt-item-carousel .flickity-viewport .carousel-cell {
            height: 100%; }
            .stt-content-wrapper .search-result .item.list .thumb-wrapper .thumb .stt-item-carousel .flickity-viewport .carousel-cell img {
              min-height: 100%; } }

@media screen and (max-width: 1200px) {
  .stt-content-wrapper .stt-search-form .field.location {
    width: 25%; }
    .stt-content-wrapper .stt-search-form .field.location input[type="text"] {
      padding-left: 15px;
      padding-right: 15px; }
  .stt-content-wrapper .stt-search-form .field.date {
    width: 40%;
    padding-left: 15px; }
    .stt-content-wrapper .stt-search-form .field.date .item.start {
      margin-right: 15px; }
  .stt-content-wrapper .stt-search-form .field.guest {
    padding-left: 15px; }
  .stt-content-wrapper .stt-search-form .field.advance {
    width: 70px; }
  .stt-content-wrapper .stt-search-form .field.submit {
    width: calc(20% - 70px); }
  .stt-content-wrapper .search-result .item .thumb-wrapper .thumb .carousel-cell img {
    max-height: 195px; }
  .stt-content-wrapper .search-result .item .content {
    padding-bottom: 25px; }
    .stt-content-wrapper .search-result .item .content .meta {
      margin-top: 15px; }
      .stt-content-wrapper .search-result .item .content .meta ul li {
        margin-top: 5px;
        margin-bottom: 5px; }
  .stt-content-wrapper .search-result .item.list .meta .inner {
    padding: 5px 0;
    margin-bottom: 10px; }
  .stt-content-wrapper .search-result .item.list .price {
    margin-bottom: 15px; }
    .stt-content-wrapper .search-result .item.list .price .price-inner .price {
      margin-bottom: 0; }
  .stt-content-wrapper.fullwidth .search-result .item .thumb-wrapper .thumb .carousel-cell img {
    max-height: 195px; }
  .stt-content-wrapper.fullwidth .search-result .item .content {
    padding-bottom: 25px; }
    .stt-content-wrapper.fullwidth .search-result .item .content .meta {
      margin-top: 15px; }
      .stt-content-wrapper.fullwidth .search-result .item .content .meta ul li {
        margin-top: 5px;
        margin-bottom: 5px; }
  .stt-content-wrapper.fullwidth .search-result .item.list-fullwidth .meta {
    padding: 10px 10px 10px 0; }
  .stt-content-wrapper.fullwidth .search-result .item.list-fullwidth .price {
    margin-top: 0; } }

@media screen and (max-width: 991px) {
  .stt-filter-top {
    display: none; }
  .stt-filter-mobile {
    display: block; }
  .stt-content-wrapper .stt-search-form {
    display: block;
    height: auto;
    padding: 30px;
    border-radius: 3px; }
    .stt-content-wrapper .stt-search-form .field:after {
      display: none; }
    .stt-content-wrapper .stt-search-form .field.location {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #d7dce3; }
      .stt-content-wrapper .stt-search-form .field.location input[type="text"] {
        height: 50px;
        padding: 15px;
        border: none; }
    .stt-content-wrapper .stt-search-form .field.date {
      height: 50px;
      border: 1px solid #d7dce3;
      padding: 15px;
      width: 100%;
      margin-bottom: 20px; }
      .stt-content-wrapper .stt-search-form .field.date .item.start {
        margin-right: 0;
        border-right: none; }
      .stt-content-wrapper .stt-search-form .field.date .item.end {
        padding-right: 0; }
        .stt-content-wrapper .stt-search-form .field.date .item.end .stt-icon {
          display: none; }
    .stt-content-wrapper .stt-search-form .field.guest {
      width: 100%;
      height: 50px;
      border: 1px solid #d7dce3;
      padding: 15px;
      margin-bottom: 20px; }
    .stt-content-wrapper .stt-search-form .field.advance {
      display: none;
      height: 70px;
      width: 50%;
      float: left; }
    .stt-content-wrapper .stt-search-form .field.submit {
      height: 50px;
      width: 100%; }
  .stt-content-wrapper .search-result .item .thumb-wrapper .thumb .carousel-cell img {
    max-height: 222px; }
  .stt-content-wrapper .search-result .item.list .thumb-wrapper .thumb .carousel-cell img {
    max-height: 222px; }
  .stt-content-wrapper.fullwidth .search-result .item .thumb-wrapper .thumb .carousel-cell img {
    max-height: 222px; }
  .stt-content-wrapper.fullwidth .search-result .item.list-fullwidth .thumb-wrapper .thumb .carousel-cell img {
    max-height: 249px; }
  .stt-content-wrapper .stt-map-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none; }
    .stt-content-wrapper .stt-map-wrapper a.map-close {
      display: block; }
  .stt-content-wrapper.halfmap .stt-filter-container .content-filter {
    height: auto;
    padding-right: 15px; }
  .stt-content-wrapper.halfmap .stt-filter-container .sidebar-filter {
    height: auto; }
  .stt-content-wrapper.halfmap .stt-filter-container .stt-map-wrapper {
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none; }
    .stt-content-wrapper.halfmap .stt-filter-container .stt-map-wrapper a.map-close {
      display: block; }
  .stt-search-form-widget.style2 .stt-search-form, .stt-search-form-widget.style3 .stt-search-form {
    padding: 0; }
  .sidebar-filter.left {
    padding-right: 15px; }
  .sidebar-filter.right {
    padding-left: 15px; }
  .sidebar-filter.filter.left {
    display: none; }
  .sidebar-filter.filter.right {
    display: none; }
  .page-template-template-rental-search .stt-content-wrapper .stt-breadcrumb {
    display: none; } }

#btn-clear-filter {
  color: #fd566f;
  font-size: 13px;
  margin-left: 10px;
  display: none;
  cursor: pointer; }
  #btn-clear-filter.show {
    display: inline-block; }

.stt-filter-mobile .clear-filter {
  display: none;
  position: relative;
  top: 2px; }

@media screen and (max-width: 767px) {
  .stt-content-wrapper .stt-filter-container .search-result-wrapper .stt-toolbar .layout {
    display: none; }
  .stt-content-wrapper .stt-filter-container .search-result-wrapper .stt-toolbar .sort-by {
    margin-right: 0; }
  .stt-content-wrapper .search-result .item .thumb-wrapper .thumb .carousel-cell img {
    max-height: 343px;
    width: 100%; }
  .stt-content-wrapper .search-result .item.list .thumb-wrapper .thumb .stt-item-carousel .flickity-viewport .flickity-slider .carousel-cell img {
    max-height: none;
    width: 100%;
    height: auto; }
  .stt-content-wrapper .search-result .item.list .content-title {
    padding-right: 0; }
    .stt-content-wrapper .search-result .item.list .content-title .inner {
      padding: 20px 20px 15px 20px;
      border-bottom: none; }
  .stt-content-wrapper .search-result .item.list .meta {
    padding: 0; }
    .stt-content-wrapper .search-result .item.list .meta .inner {
      padding: 0 20px;
      border-bottom: none; }
  .stt-content-wrapper .search-result .item.list .price {
    padding: 0; }
    .stt-content-wrapper .search-result .item.list .price .price-inner {
      padding: 0 20px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .stt-content-wrapper .search-result .item.list .price .avatar {
      display: none; }
  .stt-content-wrapper.fullwidth .stt-filter-container .search-result-wrapper .stt-toolbar .layout {
    display: none; }
  .stt-content-wrapper.fullwidth .stt-filter-container .search-result-wrapper .stt-toolbar .sort-by {
    margin-right: 0; }
  .stt-content-wrapper.fullwidth .search-result .item .thumb-wrapper .thumb .carousel-cell img {
    max-height: 343px;
    width: 100%; }
  .stt-content-wrapper.fullwidth .search-result .item.list-fullwidth .thumb-wrapper .thumb .carousel-cell img {
    max-height: none;
    width: 100%;
    height: auto; }
  .stt-content-wrapper.fullwidth .search-result .item.list-fullwidth .content-title {
    padding: 20px 15px 15px 15px; }
  .stt-content-wrapper.fullwidth .search-result .item.list-fullwidth .meta {
    padding: 0px 15px 0 15px; }
  .stt-content-wrapper.fullwidth .search-result .item.list-fullwidth .price {
    padding: 20px 15px 15px 15px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .stt-content-wrapper.fullwidth .search-result .item.list-fullwidth .price .review {
      margin-bottom: 0; }
    .stt-content-wrapper.fullwidth .search-result .item.list-fullwidth .price .price {
      padding: 0; }
  .count-result .clear-filter {
    margin-left: 0 !important;
    clear: both;
    float: none;
    margin-top: 12px; } }

@media screen and (max-width: 575px) {
  .stt-content-wrapper.fullwidth .stt-filter-container .search-result-wrapper .stt-toolbar .text-right {
    text-align: left !important;
    margin-top: 5px; }
  .stt-content-wrapper .stt-toolbar {
    margin-top: 30px; }
    .stt-content-wrapper .stt-toolbar .text-right .sort-by {
      float: left; }
      .stt-content-wrapper .stt-toolbar .text-right .sort-by .sort-dropdown {
        right: auto;
        left: 0; }
  .stt-content-wrapper .stt-search-form.has-shadow {
    border: solid 1px #eeeeee; }
  .stt-content-wrapper .stt-search-form .field.date .item.start {
    width: 65%; }
  .stt-content-wrapper .stt-search-form .field.date .item.end {
    width: 45%; }
  .stt-content-wrapper .search-result .item .content .meta ul li .stt-icon {
    margin-right: 5px; }
  .stt-content-wrapper .search-result .item .content .meta ul li:not(:last-child) {
    margin-right: 13px; }
  .stt-content-wrapper .search-result .item.list .meta ul li .stt-icon {
    margin-right: 5px; }
  .stt-content-wrapper .search-result .item.list .meta ul li:not(:last-child) {
    margin-right: 13px; } }

html:-webkit-full-screen {
  background: red; }

html:-ms-fullscreen {
  background: red;
  width: 100%; }

html:fullscreen {
  background: red; }

.stt-blog .blog-content .article .header .post-header {
  margin-bottom: 30px; }

.stt-blog .blog-content .article h2.title {
  font-size: 28px;
  color: #2a2a2a;
  font-family: "Avenir Medium";
  margin-bottom: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.stt-blog .blog-content .article .post-info {
  display: block;
  margin-bottom: 0px; }
  .stt-blog .blog-content .article .post-info .meta {
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .stt-blog .blog-content .article .post-info .meta li {
      list-style: none;
      float: left;
      color: #5a5a5a;
      margin-right: 5px;
      font-family: "Avenir Medium"; }
      .stt-blog .blog-content .article .post-info .meta li a {
        color: #2a2a2a; }
        .stt-blog .blog-content .article .post-info .meta li a:hover {
          color: #fd566f; }

.stt-blog .blog-content .article .post-content {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 35px; }
  .stt-blog .blog-content .article .post-content:after {
    content: '';
    display: block;
    clear: both; }
  .stt-blog .blog-content .article .post-content > * {
    margin-top: 30px;
    margin-bottom: 30px; }
  .stt-blog .blog-content .article .post-content ul,
  .stt-blog .blog-content .article .post-content ol {
    padding-left: 1rem; }
  .stt-blog .blog-content .article .post-content ul {
    list-style: disc; }
  .stt-blog .blog-content .article .post-content ul ul {
    list-style-type: circle; }
  .stt-blog .blog-content .article .post-content ol {
    list-style: decimal; }
  .stt-blog .blog-content .article .post-content li {
    line-height: 1.8; }
  .stt-blog .blog-content .article .post-content li > ul,
  .stt-blog .blog-content .article .post-content li > ol {
    padding-left: 2rem; }
  .stt-blog .blog-content .article .post-content .tags {
    margin-top: 30px;
    display: block;
    overflow: hidden;
    clear: both; }
    .stt-blog .blog-content .article .post-content .tags a {
      color: #2a2a2a;
      display: inline-block;
      border: 1px solid #dfdfdf;
      border-radius: 3px;
      padding: 3px 10px;
      float: left;
      margin-right: 5px;
      margin-top: 2px;
      margin-bottom: 2px; }
      .stt-blog .blog-content .article .post-content .tags a:hover {
        color: #fd566f; }
  .stt-blog .blog-content .article .post-content ul {
    margin-bottom: 15px; }
  .stt-blog .blog-content .article .post-content .wp-block-button.alignleft,
  .stt-blog .blog-content .article .post-content .wp-block-button.alignright {
    margin-top: 0; }
  .stt-blog .blog-content .article .post-content .wp-block-separator {
    max-width: 50px; }
  .stt-blog .blog-content .article .post-content .wp-block-separator.is-style-wide {
    max-width: none; }
  .stt-blog .blog-content .article .post-content .wp-block-separator.is-style-dots {
    max-width: none; }
  .stt-blog .blog-content .article .post-content .wp-block-code {
    border: 1px solid #eee;
    padding: 10px; }

.stt-blog .blog-content .article .share {
  font-size: 14px;
  color: #2a2a2a;
  font-family: "Avenir Medium";
  margin-bottom: 40px; }
  .stt-blog .blog-content .article .share a {
    margin-left: 10px;
    color: #696969;
    margin-right: 20px; }

.stt-blog .blog-content .article .author-info {
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  padding: 30px;
  margin-bottom: 40px; }
  .stt-blog .blog-content .article .author-info .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .stt-blog .blog-content .article .author-info .media .media-left {
      margin-right: 30px; }
      .stt-blog .blog-content .article .author-info .media .media-left img {
        border-radius: 50%; }
    .stt-blog .blog-content .article .author-info .media .media-body .media-heading {
      font-size: 16px;
      font-family: "Avenir Medium";
      color: #2a2a2a; }
    .stt-blog .blog-content .article .author-info .media .media-body .desc {
      font-size: 14px;
      color: #5a5a5a; }

.stt-blog .blog-content .article .pagination .navigation {
  width: 100%; }
  .stt-blog .blog-content .article .pagination .navigation .screen-reader-text {
    display: none; }
  .stt-blog .blog-content .article .pagination .navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .stt-blog .blog-content .article .pagination .navigation .nav-links .nav-next .fa {
      margin-left: 5px; }
    .stt-blog .blog-content .article .pagination .navigation .nav-links .nav-previous .fa {
      margin-right: 5px; }
    .stt-blog .blog-content .article .pagination .navigation .nav-links .nav-next a, .stt-blog .blog-content .article .pagination .navigation .nav-links .nav-previous a {
      color: #2a2a2a;
      font-size: 14px;
      font-family: "Avenir Medium";
      text-transform: uppercase; }
      .stt-blog .blog-content .article .pagination .navigation .nav-links .nav-next a .fa, .stt-blog .blog-content .article .pagination .navigation .nav-links .nav-previous a .fa {
        font-size: 16px; }
      .stt-blog .blog-content .article .pagination .navigation .nav-links .nav-next a:hover, .stt-blog .blog-content .article .pagination .navigation .nav-links .nav-previous a:hover {
        color: #fd566f; }

.stt-blog .blog-content .article #comment-wrapper {
  margin-top: 40px;
  margin-bottom: 40px; }
  .stt-blog .blog-content .article #comment-wrapper .comments-area h2.comments-title {
    color: #2a2a2a;
    font-size: 18px;
    font-family: "Avenir Medium";
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0; }
    .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment {
      list-style: none;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-head .media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-head .media .media-left {
          margin-right: 20px; }
          .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-head .media .media-left img {
            border-radius: 50%; }
        .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-head .media .media-body .media-heading {
          color: #2a2a2a;
          font-size: 14px;
          font-family: "Avenir Medium";
          margin-bottom: 4px; }
        .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-head .media .media-body .date {
          color: #7a7a7a;
          font-family: "Avenir Roman";
          font-size: 14px; }
      .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-body {
        margin-top: 20px; }
        .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-body .comment-content {
          font-size: 14px;
          color: #5a5a5a; }
          .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-body .comment-content p {
            margin-bottom: 0; }
          .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-body .comment-content h2 {
            margin-top: 15px; }
        .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-body .comment-reply {
          margin-top: 15px;
          display: inline-block; }
          .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment .article .comment-item-body .comment-reply a {
            font-family: "Avenir Medium";
            font-size: 14px;
            color: #fd566f; }
      .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment ol.children li {
        margin-top: 30px;
        border-top: 1px solid #eeeeee;
        padding-top: 30px !important;
        border-bottom: none;
        padding-bottom: 0 !important; }
        .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.comment ol.children li:last-child {
          margin-bottom: 0;
          padding: 0;
          border-bottom: none; }
    .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.trackback, .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.pingback {
      margin-left: 15px;
      margin-bottom: 20px;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 20px; }
      .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.trackback .comment-body .url, .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.pingback .comment-body .url {
        color: #2a2a2a;
        font-family: "Avenir Medium"; }
        .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.trackback .comment-body .url:hover, .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.pingback .comment-body .url:hover {
          color: #fd566f; }
      .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.trackback .comment-body .edit-link, .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.pingback .comment-body .edit-link {
        margin-left: 10px; }
        .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.trackback .comment-body .edit-link .comment-edit-link, .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li.pingback .comment-body .edit-link .comment-edit-link {
          margin-left: 5px; }
    .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-list li .comment-respond {
      margin-top: 30px; }
  .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-navigation {
    margin-bottom: 30px; }
    .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-navigation .nav-links .nav-next a, .stt-blog .blog-content .article #comment-wrapper .comments-area .comment-navigation .nav-links .nav-previous a {
      color: #fd566f;
      font-size: 14px;
      font-family: "Avenir Medium"; }
  .stt-blog .blog-content .article #comment-wrapper .comment-respond {
    border: solid 1px #eeeeee;
    padding: 30px; }
    .stt-blog .blog-content .article #comment-wrapper .comment-respond h3.comment-reply-title {
      font-size: 14px;
      color: #2a2a2a;
      font-family: "Avenir Medium";
      margin-bottom: 14px; }
    .stt-blog .blog-content .article #comment-wrapper .comment-respond .must-log-in {
      margin-bottom: 0; }
      .stt-blog .blog-content .article #comment-wrapper .comment-respond .must-log-in a {
        color: #fd566f; }
    .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .logged-in-as {
      margin-bottom: 25px; }
      .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .logged-in-as a {
        color: #2a2a2a; }
        .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .logged-in-as a:hover {
          color: #fd566f; }
    .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .comment-form-comment {
      margin-top: 15px; }
      .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .comment-form-comment label {
        display: none; }
      .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .comment-form-comment textarea {
        border-radius: 3px;
        border: solid 1px #eeeeee;
        width: 100%;
        padding: 15px;
        color: #5e6d77;
        font-size: 14px; }
    .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .comment-form-author {
      width: 50%;
      padding-right: 15px;
      float: left;
      margin-bottom: 25px; }
      .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .comment-form-author label {
        display: none; }
      .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .comment-form-author input[type="text"] {
        border-radius: 3px;
        border: solid 1px #eeeeee;
        padding: 9px 15px;
        color: #5e6d77;
        font-size: 14px;
        display: block;
        width: 100%; }
    .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .comment-form-email {
      width: 50%;
      padding-left: 15px;
      float: right;
      margin-bottom: 25px; }
      .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .comment-form-email label {
        display: none; }
      .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .comment-form-email input[type="email"] {
        border-radius: 3px;
        border: solid 1px #eeeeee;
        padding: 9px 15px;
        color: #5e6d77;
        font-size: 14px;
        display: block;
        width: 100%; }
    .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .form-submit .submit {
      font-size: 14px;
      color: #fff;
      border-radius: 3px;
      background: #fd566f;
      padding: 9px 20px;
      border: none;
      text-transform: uppercase;
      font-family: "Avenir Medium"; }
      .stt-blog .blog-content .article #comment-wrapper .comment-respond .comment-form .form-submit .submit:hover {
        background: #c74457; }

.stt-blog .blog-content .article.post-password-required .post-content .post-password-form label {
  font-size: 14px;
  color: #2a2a2a; }
  .stt-blog .blog-content .article.post-password-required .post-content .post-password-form label input[type="password"] {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    min-height: 40px;
    padding: 5px; }

.stt-blog .blog-content .article.post-password-required .post-content .post-password-form input[type="submit"] {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  min-height: 40px;
  padding: 5px 15px;
  background: #fd566f;
  color: #fff; }
  .stt-blog .blog-content .article.post-password-required .post-content .post-password-form input[type="submit"]:hover {
    background: #df4c62; }

.stt-blog .blog-content .article .post-thumb {
  margin-bottom: 30px; }
  .stt-blog .blog-content .article .post-thumb img {
    width: 100%;
    height: auto; }

.single-post .stt-blog {
  margin-top: 40px; }

.single-post .post-content img {
  max-width: 100%;
  height: auto; }

.single .stt-blog {
  margin-top: 40px; }

.home .stt-archive-page {
  border-top: 1px solid #eeeeee;
  padding-top: 40px; }

.archive .stt-archive-page, .search .stt-archive-page {
  margin-top: 40px; }
  .archive .stt-archive-page h2.page-title, .search .stt-archive-page h2.page-title {
    border-bottom: 1px solid #eeeeee;
    font-size: 23px;
    margin-bottom: 30px;
    font-family: "Avenir Medium";
    padding-bottom: 15px; }

.archive .sidebar-widget:first-child, .search .sidebar-widget:first-child {
  margin-top: 14px; }

.masonry-grid .masonry-column {
  padding: 0 1px; }

.wp-block-archives.wp-block-archives-list {
  margin-left: 16px; }
  .wp-block-archives.wp-block-archives-list li {
    margin-bottom: 10px; }
    .wp-block-archives.wp-block-archives-list li a {
      color: #fd566f; }
      .wp-block-archives.wp-block-archives-list li a:hover {
        color: #df4c62; }
    .wp-block-archives.wp-block-archives-list li:last-child {
      margin-bottom: 0; }

.wp-block-archives.wp-block-archives-dropdown {
  margin-bottom: 15px; }
  .wp-block-archives.wp-block-archives-dropdown select {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 7px 10px; }

.wp-block-categories.wp-block-categories-list {
  margin-left: 16px; }
  .wp-block-categories.wp-block-categories-list li {
    margin-bottom: 10px; }
    .wp-block-categories.wp-block-categories-list li a {
      color: #fd566f; }
      .wp-block-categories.wp-block-categories-list li a:hover {
        color: #df4c62; }
    .wp-block-categories.wp-block-categories-list li .children {
      margin-bottom: 0 !important; }
      .wp-block-categories.wp-block-categories-list li .children li {
        margin-top: 10px; }
    .wp-block-categories.wp-block-categories-list li:last-child {
      margin-bottom: 0; }

.wp-block-latest-comments {
  margin-left: 0; }
  .wp-block-latest-comments li a {
    color: #fd566f; }
    .wp-block-latest-comments li a:hover {
      color: #df4c62; }

.wp-block-latest-posts li {
  margin-bottom: 20px; }
  .wp-block-latest-posts li a {
    color: #fd566f; }
    .wp-block-latest-posts li a:hover {
      color: #df4c62; }
  .wp-block-latest-posts li:last-child {
    margin-bottom: 0; }

.stt-archive-page .stt-list-of-blog.blogpage .stt-list-blog .card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }
  .stt-archive-page .stt-list-of-blog.blogpage .stt-list-blog .card-columns.number-column-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  .stt-archive-page .stt-list-of-blog.blogpage .stt-list-blog .card-columns.number-column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .stt-archive-page .stt-list-of-blog.blogpage .stt-list-blog .card-columns .card {
    border-color: transparent; }

@media screen and (max-width: 991px) {
  .stt-archive-page .stt-list-of-blog.blogpage .stt-list-blog .card-columns.number-column-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .stt-archive-page .stt-list-of-blog.blogpage .stt-list-blog .card-columns.number-column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media screen and (max-width: 767px) {
  .stt-archive-page .stt-list-of-blog.blogpage .stt-list-blog .card-columns.number-column-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .stt-archive-page .stt-list-of-blog.blogpage .stt-list-blog .card-columns.number-column-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

.post-featured {
  background: #fd566f;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 24px;
  position: relative;
  top: -4px; }

.single .post-featured {
  font-size: 12px;
  top: 0;
  margin-bottom: 10px;
  display: inline-block;
  padding: 2px 10px; }

.page-template-default .stt-content-wrapper .container > * {
  margin-top: 30px;
  margin-bottom: 30px; }
  .page-template-default .stt-content-wrapper .container > *.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .page-template-default .stt-content-wrapper .container > *.alignleft {
    float: left;
    margin-top: 0;
    margin-left: 0; }
  .page-template-default .stt-content-wrapper .container > *.alignright {
    float: right;
    margin-top: 0;
    margin-right: 0; }

.page-template-default .stt-content-wrapper .container iframe {
  max-width: 100%; }

#stt-login-popup, #stt-register-popup, #stt-forgot-password-popup, #stt-reset-password-popup {
  width: 460px; }
  #stt-login-popup .stt-login-popup .popup-content .forgot-text, #stt-register-popup .stt-login-popup .popup-content .forgot-text, #stt-forgot-password-popup .stt-login-popup .popup-content .forgot-text, #stt-reset-password-popup .stt-login-popup .popup-content .forgot-text {
    font-family: "Avenir Roman";
    color: #7a7a7a;
    font-size: 14px;
    margin-top: 30px; }
  #stt-login-popup .stt-login-popup .popup-content ul, #stt-register-popup .stt-login-popup .popup-content ul, #stt-forgot-password-popup .stt-login-popup .popup-content ul, #stt-reset-password-popup .stt-login-popup .popup-content ul {
    margin-top: 30px; }
    #stt-login-popup .stt-login-popup .popup-content ul li, #stt-register-popup .stt-login-popup .popup-content ul li, #stt-forgot-password-popup .stt-login-popup .popup-content ul li, #stt-reset-password-popup .stt-login-popup .popup-content ul li {
      list-style: none; }
      #stt-login-popup .stt-login-popup .popup-content ul li a, #stt-register-popup .stt-login-popup .popup-content ul li a, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a, #stt-reset-password-popup .stt-login-popup .popup-content ul li a {
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 40px; }
        #stt-login-popup .stt-login-popup .popup-content ul li a .stt-icon, #stt-register-popup .stt-login-popup .popup-content ul li a .stt-icon, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a .stt-icon, #stt-reset-password-popup .stt-login-popup .popup-content ul li a .stt-icon {
          margin-right: 5px; }
          #stt-login-popup .stt-login-popup .popup-content ul li a .stt-icon svg, #stt-register-popup .stt-login-popup .popup-content ul li a .stt-icon svg, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a .stt-icon svg, #stt-reset-password-popup .stt-login-popup .popup-content ul li a .stt-icon svg {
            fill: #fff; }
        #stt-login-popup .stt-login-popup .popup-content ul li a img, #stt-register-popup .stt-login-popup .popup-content ul li a img, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a img, #stt-reset-password-popup .stt-login-popup .popup-content ul li a img {
          display: inline-block;
          vertical-align: middle; }
          #stt-login-popup .stt-login-popup .popup-content ul li a img.fc, #stt-register-popup .stt-login-popup .popup-content ul li a img.fc, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a img.fc, #stt-reset-password-popup .stt-login-popup .popup-content ul li a img.fc {
            width: 9px;
            margin-right: 6px; }
          #stt-login-popup .stt-login-popup .popup-content ul li a img.gg, #stt-register-popup .stt-login-popup .popup-content ul li a img.gg, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a img.gg, #stt-reset-password-popup .stt-login-popup .popup-content ul li a img.gg {
            width: 22px;
            margin-right: 5px; }
        #stt-login-popup .stt-login-popup .popup-content ul li a span, #stt-register-popup .stt-login-popup .popup-content ul li a span, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a span, #stt-reset-password-popup .stt-login-popup .popup-content ul li a span {
          display: inline-block;
          vertical-align: middle; }
        #stt-login-popup .stt-login-popup .popup-content ul li a.btn_login_fb_link, #stt-register-popup .stt-login-popup .popup-content ul li a.btn_login_fb_link, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a.btn_login_fb_link, #stt-reset-password-popup .stt-login-popup .popup-content ul li a.btn_login_fb_link {
          background: #395899; }
          #stt-login-popup .stt-login-popup .popup-content ul li a.btn_login_fb_link:hover, #stt-register-popup .stt-login-popup .popup-content ul li a.btn_login_fb_link:hover, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a.btn_login_fb_link:hover, #stt-reset-password-popup .stt-login-popup .popup-content ul li a.btn_login_fb_link:hover {
            background: #334e89; }
        #stt-login-popup .stt-login-popup .popup-content ul li a.btn_login_gg_link, #stt-register-popup .stt-login-popup .popup-content ul li a.btn_login_gg_link, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a.btn_login_gg_link, #stt-reset-password-popup .stt-login-popup .popup-content ul li a.btn_login_gg_link {
          background: #F34A38; }
          #stt-login-popup .stt-login-popup .popup-content ul li a.btn_login_gg_link:hover, #stt-register-popup .stt-login-popup .popup-content ul li a.btn_login_gg_link:hover, #stt-forgot-password-popup .stt-login-popup .popup-content ul li a.btn_login_gg_link:hover, #stt-reset-password-popup .stt-login-popup .popup-content ul li a.btn_login_gg_link:hover {
            background: #de4433; }
      #stt-login-popup .stt-login-popup .popup-content ul li:first-child, #stt-register-popup .stt-login-popup .popup-content ul li:first-child, #stt-forgot-password-popup .stt-login-popup .popup-content ul li:first-child, #stt-reset-password-popup .stt-login-popup .popup-content ul li:first-child {
        margin-bottom: 20px; }
  #stt-login-popup .stt-login-popup .popup-content .login-or-wrapper, #stt-register-popup .stt-login-popup .popup-content .login-or-wrapper, #stt-forgot-password-popup .stt-login-popup .popup-content .login-or-wrapper, #stt-reset-password-popup .stt-login-popup .popup-content .login-or-wrapper {
    margin-top: 30px;
    position: relative;
    text-align: center; }
    #stt-login-popup .stt-login-popup .popup-content .login-or-wrapper .login-or, #stt-register-popup .stt-login-popup .popup-content .login-or-wrapper .login-or, #stt-forgot-password-popup .stt-login-popup .popup-content .login-or-wrapper .login-or, #stt-reset-password-popup .stt-login-popup .popup-content .login-or-wrapper .login-or {
      color: #7a7a7a;
      font-family: "Avenir Roman";
      display: inline-block;
      background: #fff;
      padding-left: 10px;
      padding-right: 10px; }
    #stt-login-popup .stt-login-popup .popup-content .login-or-wrapper:after, #stt-register-popup .stt-login-popup .popup-content .login-or-wrapper:after, #stt-forgot-password-popup .stt-login-popup .popup-content .login-or-wrapper:after, #stt-reset-password-popup .stt-login-popup .popup-content .login-or-wrapper:after {
      content: '';
      height: 1px;
      width: 100%;
      background: #eeeeee;
      position: absolute;
      left: 0;
      top: 11px;
      z-index: -1; }
  #stt-login-popup .stt-login-popup .popup-content form, #stt-register-popup .stt-login-popup .popup-content form, #stt-forgot-password-popup .stt-login-popup .popup-content form, #stt-reset-password-popup .stt-login-popup .popup-content form {
    margin-top: 30px; }
  #stt-login-popup .stt-login-popup .popup-content .form-group, #stt-register-popup .stt-login-popup .popup-content .form-group, #stt-forgot-password-popup .stt-login-popup .popup-content .form-group, #stt-reset-password-popup .stt-login-popup .popup-content .form-group {
    margin-bottom: 20px; }
    #stt-login-popup .stt-login-popup .popup-content .form-group input[type="text"], #stt-login-popup .stt-login-popup .popup-content .form-group input[type="email"], #stt-login-popup .stt-login-popup .popup-content .form-group input[type="password"], #stt-register-popup .stt-login-popup .popup-content .form-group input[type="text"], #stt-register-popup .stt-login-popup .popup-content .form-group input[type="email"], #stt-register-popup .stt-login-popup .popup-content .form-group input[type="password"], #stt-forgot-password-popup .stt-login-popup .popup-content .form-group input[type="text"], #stt-forgot-password-popup .stt-login-popup .popup-content .form-group input[type="email"], #stt-forgot-password-popup .stt-login-popup .popup-content .form-group input[type="password"], #stt-reset-password-popup .stt-login-popup .popup-content .form-group input[type="text"], #stt-reset-password-popup .stt-login-popup .popup-content .form-group input[type="email"], #stt-reset-password-popup .stt-login-popup .popup-content .form-group input[type="password"] {
      height: 50px;
      font-family: "Avenir Roman";
      color: #7a7a7a;
      font-size: 14px;
      padding: 15px 20px; }
      #stt-login-popup .stt-login-popup .popup-content .form-group input[type="text"].error, #stt-login-popup .stt-login-popup .popup-content .form-group input[type="email"].error, #stt-login-popup .stt-login-popup .popup-content .form-group input[type="password"].error, #stt-register-popup .stt-login-popup .popup-content .form-group input[type="text"].error, #stt-register-popup .stt-login-popup .popup-content .form-group input[type="email"].error, #stt-register-popup .stt-login-popup .popup-content .form-group input[type="password"].error, #stt-forgot-password-popup .stt-login-popup .popup-content .form-group input[type="text"].error, #stt-forgot-password-popup .stt-login-popup .popup-content .form-group input[type="email"].error, #stt-forgot-password-popup .stt-login-popup .popup-content .form-group input[type="password"].error, #stt-reset-password-popup .stt-login-popup .popup-content .form-group input[type="text"].error, #stt-reset-password-popup .stt-login-popup .popup-content .form-group input[type="email"].error, #stt-reset-password-popup .stt-login-popup .popup-content .form-group input[type="password"].error {
        border-color: #cc0000; }
    #stt-login-popup .stt-login-popup .popup-content .form-group button, #stt-register-popup .stt-login-popup .popup-content .form-group button, #stt-forgot-password-popup .stt-login-popup .popup-content .form-group button, #stt-reset-password-popup .stt-login-popup .popup-content .form-group button {
      height: 50px;
      font-family: "Avenir Roman";
      color: #fff;
      font-size: 14px;
      padding: 15px 20px;
      border-radius: 3px; }
      #stt-login-popup .stt-login-popup .popup-content .form-group button:focus, #stt-register-popup .stt-login-popup .popup-content .form-group button:focus, #stt-forgot-password-popup .stt-login-popup .popup-content .form-group button:focus, #stt-reset-password-popup .stt-login-popup .popup-content .form-group button:focus {
        background: #df4c62;
        -webkit-box-shadow: none;
        box-shadow: none; }
  #stt-login-popup .stt-login-popup .popup-content .remember-group, #stt-register-popup .stt-login-popup .popup-content .remember-group, #stt-forgot-password-popup .stt-login-popup .popup-content .remember-group, #stt-reset-password-popup .stt-login-popup .popup-content .remember-group {
    font-family: "Avenir Roman";
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 20px; }
    #stt-login-popup .stt-login-popup .popup-content .remember-group label, #stt-register-popup .stt-login-popup .popup-content .remember-group label, #stt-forgot-password-popup .stt-login-popup .popup-content .remember-group label, #stt-reset-password-popup .stt-login-popup .popup-content .remember-group label {
      margin-bottom: 0; }
    #stt-login-popup .stt-login-popup .popup-content .remember-group a, #stt-register-popup .stt-login-popup .popup-content .remember-group a, #stt-forgot-password-popup .stt-login-popup .popup-content .remember-group a, #stt-reset-password-popup .stt-login-popup .popup-content .remember-group a {
      color: #fd566f;
      float: right; }
    #stt-login-popup .stt-login-popup .popup-content .remember-group input[type=checkbox].error, #stt-register-popup .stt-login-popup .popup-content .remember-group input[type=checkbox].error, #stt-forgot-password-popup .stt-login-popup .popup-content .remember-group input[type=checkbox].error, #stt-reset-password-popup .stt-login-popup .popup-content .remember-group input[type=checkbox].error {
      border-color: #cc0000 !important; }
  #stt-login-popup .stt-login-popup .popup-content .has-signup, #stt-register-popup .stt-login-popup .popup-content .has-signup, #stt-forgot-password-popup .stt-login-popup .popup-content .has-signup, #stt-reset-password-popup .stt-login-popup .popup-content .has-signup {
    text-align: center;
    font-family: "Avenir Roman";
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px; }
    #stt-login-popup .stt-login-popup .popup-content .has-signup a, #stt-register-popup .stt-login-popup .popup-content .has-signup a, #stt-forgot-password-popup .stt-login-popup .popup-content .has-signup a, #stt-reset-password-popup .stt-login-popup .popup-content .has-signup a {
      color: #fd566f; }
  #stt-login-popup .stt-login-popup .popup-content .register-as-wrapper label, #stt-register-popup .stt-login-popup .popup-content .register-as-wrapper label, #stt-forgot-password-popup .stt-login-popup .popup-content .register-as-wrapper label, #stt-reset-password-popup .stt-login-popup .popup-content .register-as-wrapper label {
    font-family: "Avenir Medium";
    font-size: 15px; }
  #stt-login-popup .stt-login-popup .popup-content .register-as-wrapper .register-as label, #stt-register-popup .stt-login-popup .popup-content .register-as-wrapper .register-as label, #stt-forgot-password-popup .stt-login-popup .popup-content .register-as-wrapper .register-as label, #stt-reset-password-popup .stt-login-popup .popup-content .register-as-wrapper .register-as label {
    font-family: "Avenir Roman";
    color: #7a7a7a;
    font-size: 14px;
    margin-right: 20px; }
    #stt-login-popup .stt-login-popup .popup-content .register-as-wrapper .register-as label:last-child, #stt-register-popup .stt-login-popup .popup-content .register-as-wrapper .register-as label:last-child, #stt-forgot-password-popup .stt-login-popup .popup-content .register-as-wrapper .register-as label:last-child, #stt-reset-password-popup .stt-login-popup .popup-content .register-as-wrapper .register-as label:last-child {
      margin-right: 0; }
  #stt-login-popup .mfp-close, #stt-register-popup .mfp-close, #stt-forgot-password-popup .mfp-close, #stt-reset-password-popup .mfp-close {
    top: 30px; }

.dropdown-user-dashboard .dropdown-menu {
  padding: 12px 15px;
  right: 0;
  left: auto;
  margin-top: 10px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1); }
  .dropdown-user-dashboard .dropdown-menu:after {
    display: none;
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -6px;
    right: 30px;
    border-right: none;
    border-bottom: none; }
  .dropdown-user-dashboard .dropdown-menu li a {
    font-size: 14px;
    padding: 6px 0;
    display: block; }

@media screen and (max-width: 575px) {
  #stt-login-popup, #stt-register-popup, #stt-forgot-password-popup, #stt-reset-password-popup {
    max-width: 90%; } }

.stt-author-page {
  padding-top: 40px;
  padding-bottom: 40px; }
  .stt-author-page .user-area {
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    padding: 30px; }
    .stt-author-page .user-area .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px; }
      .stt-author-page .user-area .header .avatar img {
        height: 100px;
        width: auto;
        border-radius: 100%;
        margin-right: 20px; }
      .stt-author-page .user-area .header .username span {
        font-size: 18px;
        color: #2a2a2a;
        font-family: "Avenir Medium";
        margin-bottom: 11px;
        display: block; }
      .stt-author-page .user-area .header .username .verify-status {
        font-size: 14px;
        font-family: "Avenir Medium";
        padding-left: 21px; }
        .stt-author-page .user-area .header .username .verify-status.verified {
          color: #1cc9b7;
          background: transparent url("../images/ico-vefified-1.svg") left center no-repeat; }
        .stt-author-page .user-area .header .username .verify-status.not-verified {
          color: #7a7a7a;
          background: transparent url("../images/ico-not-vefified-1.svg") left center no-repeat; }
    .stt-author-page .user-area .info {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid  #eeeeee; }
      .stt-author-page .user-area .info ul li {
        list-style: none;
        margin-bottom: 20px; }
        .stt-author-page .user-area .info ul li:last-child {
          margin-bottom: 0; }
        .stt-author-page .user-area .info ul li span.label {
          font-size: 14px;
          font-family: "Avenir Medium";
          color: #2a2a2a;
          min-width: 40%;
          display: inline-block;
          vertical-align: top; }
        .stt-author-page .user-area .info ul li span.value {
          font-family: "Avenir Roman";
          font-size: 14px;
          color: #5a5a5a;
          width: 58%;
          display: inline-block; }
    .stt-author-page .user-area .verify ul li {
      list-style: none;
      margin-bottom: 30px;
      color: #7a7a7a;
      padding-left: 30px;
      background: transparent url("../images/ico-check-very.svg") left center no-repeat; }
      .stt-author-page .user-area .verify ul li:last-child {
        margin-bottom: 0; }
      .stt-author-page .user-area .verify ul li.not-verified {
        background: transparent url("../images/ico-not-check.svg") left center no-repeat; }
  .stt-author-page .author-content {
    overflow: hidden; }
    .stt-author-page .author-content .section-title {
      font-size: 24px;
      font-family: "Avenir Medium";
      color: #2a2a2a;
      margin-bottom: 20px; }
    .stt-author-page .author-content .author-desc {
      color: #7a7a7a;
      font-family: "Avenir Roman";
      color: 14px;
      margin-bottom: 0;
      border-bottom: 1px solid #eeeeee;
      margin-bottom: 30px;
      padding-bottom: 30px; }
    .stt-author-page .author-content .service-section .count-service {
      font-size: 18px;
      color: #2a2a2a;
      font-family: "Avenir Medium";
      margin-bottom: 30px; }
    .stt-author-page .author-content .service-section .stt-pagination {
      margin-top: 0; }
  .stt-author-page .author-review {
    display: block;
    clear: both;
    border-top: 1px solid #eeeeee;
    margin-top: 30px; }
    .stt-author-page .author-review .count-review {
      font-family: "Avenir Medium";
      color: #2a2a2a;
      font-size: 24px; }

@media screen and (max-width: 991px) {
  .stt-author-page .user-area {
    margin-bottom: 40px; } }

.sidebar-widget {
  margin-bottom: 40px; }
  .sidebar-widget h4.widget-title {
    font-size: 18px;
    color: #2a2a2a;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 7px;
    margin-bottom: 30px;
    font-family: "Avenir Medium";
    display: inline-block; }
  .sidebar-widget.stt_categories_widget {
    margin-bottom: 10px; }
    .sidebar-widget.stt_categories_widget ul li {
      font-size: 14px;
      list-style: none;
      margin-bottom: 20px;
      position: relative; }
      .sidebar-widget.stt_categories_widget ul li a {
        color: #2a2a2a;
        display: inline-block;
        vertical-align: middle;
        font-family: "Avenir Medium"; }
        .sidebar-widget.stt_categories_widget ul li a:hover {
          color: #fd566f; }
        .sidebar-widget.stt_categories_widget ul li a:before {
          content: '';
          height: 5px;
          width: 5px;
          background: #d8d8d8;
          display: inline-block;
          border-radius: 50%;
          vertical-align: middle;
          margin-right: 10px;
          position: relative;
          top: -1px; }
  .sidebar-widget.stt_list_post_widget .thumb-list > li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .sidebar-widget.stt_list_post_widget .thumb-list > li .thumb {
      margin-right: 20px; }
      .sidebar-widget.stt_list_post_widget .thumb-list > li .thumb img {
        border-radius: 50%;
        max-width: 80px;
        max-height: 80px; }
    .sidebar-widget.stt_list_post_widget .thumb-list > li .content h4 {
      font-size: 16px;
      font-family: "Avenir Medium";
      margin-top: 10px;
      margin-bottom: 10px; }
      .sidebar-widget.stt_list_post_widget .thumb-list > li .content h4 a {
        color: #2a2a2a; }
      .sidebar-widget.stt_list_post_widget .thumb-list > li .content h4:hover a {
        color: #fd566f; }
    .sidebar-widget.stt_list_post_widget .thumb-list > li .content ul {
      padding: 0;
      margin: 0; }
      .sidebar-widget.stt_list_post_widget .thumb-list > li .content ul li {
        list-style: none;
        float: left;
        color: #5a5a5a;
        font-size: 14px;
        margin-right: 5px; }
        .sidebar-widget.stt_list_post_widget .thumb-list > li .content ul li a {
          color: #2a2a2a; }
          .sidebar-widget.stt_list_post_widget .thumb-list > li .content ul li a:hover {
            color: #fd566f; }
  .sidebar-widget.widget_archive ul {
    padding: 0; }
    .sidebar-widget.widget_archive ul li {
      color: #5a5a5a;
      margin-bottom: 15px;
      list-style: none;
      position: relative; }
      .sidebar-widget.widget_archive ul li a {
        color: #2a2a2a;
        font-size: 14px;
        font-family: "Avenir Medium"; }
        .sidebar-widget.widget_archive ul li a:hover {
          color: #fd566f; }
        .sidebar-widget.widget_archive ul li a:before {
          content: '';
          height: 5px;
          width: 5px;
          background: #d8d8d8;
          display: inline-block;
          border-radius: 50%;
          vertical-align: middle;
          margin-right: 10px;
          position: relative;
          top: -1px; }
  .sidebar-widget.widget_archive select {
    display: block;
    padding: 7px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Avenir Medium";
    max-width: 100%;
    width: 100%; }
  .sidebar-widget.widget_calendar table thead th {
    min-width: 35px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .sidebar-widget.widget_calendar table tbody td {
    padding-top: 5px;
    padding-bottom: 5px; }
    .sidebar-widget.widget_calendar table tbody td a {
      color: #fd566f;
      font-family: "Avenir Medium"; }
  .sidebar-widget.widget_calendar table tfoot td a {
    color: #fd566f; }
  .sidebar-widget.widget_calendar table tfoot td#next {
    text-align: right; }
  .sidebar-widget.widget_categories ul li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
    position: relative; }
    .sidebar-widget.widget_categories ul li a {
      color: #2a2a2a;
      display: inline-block;
      vertical-align: middle;
      font-family: "Avenir Medium"; }
      .sidebar-widget.widget_categories ul li a:hover, .sidebar-widget.widget_categories ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_categories ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_categories ul li a:before {
        content: '';
        height: 5px;
        width: 5px;
        background: #d8d8d8;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
        top: -1px; }
    .sidebar-widget.widget_categories ul li ul.children {
      margin-top: 20px; }
      .sidebar-widget.widget_categories ul li ul.children li:last-child {
        margin-bottom: 0; }
  .sidebar-widget.widget_categories select {
    display: block;
    padding: 7px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Avenir Medium";
    max-width: 100%;
    width: 100%; }
  .sidebar-widget.widget_pages ul li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
    position: relative; }
    .sidebar-widget.widget_pages ul li a {
      color: #2a2a2a;
      display: inline-block;
      vertical-align: middle;
      font-family: "Avenir Medium"; }
      .sidebar-widget.widget_pages ul li a:hover, .sidebar-widget.widget_pages ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_pages ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_pages ul li a:before {
        content: '';
        height: 5px;
        width: 5px;
        background: #d8d8d8;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
        top: -1px; }
  .sidebar-widget.widget_meta ul li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
    position: relative; }
    .sidebar-widget.widget_meta ul li a {
      color: #2a2a2a;
      display: inline-block;
      vertical-align: middle;
      font-family: "Avenir Medium"; }
      .sidebar-widget.widget_meta ul li a:hover, .sidebar-widget.widget_meta ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_meta ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_meta ul li a:before {
        content: '';
        height: 5px;
        width: 5px;
        background: #d8d8d8;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
        top: -1px; }
  .sidebar-widget.widget_recent_comments ul li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    display: block;
    vertical-align: middle;
    color: #7a7a7a;
    font-style: italic; }
    .sidebar-widget.widget_recent_comments ul li a {
      color: #2a2a2a;
      display: inline-block;
      vertical-align: middle;
      display: inline-block;
      vertical-align: middle;
      font-family: "Avenir Medium";
      font-style: normal; }
      .sidebar-widget.widget_recent_comments ul li a:hover, .sidebar-widget.widget_recent_comments ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_recent_comments ul li a.active {
        color: #fd566f; }
    .sidebar-widget.widget_recent_comments ul li:before {
      content: '';
      height: 5px;
      width: 5px;
      background: #d8d8d8;
      display: inline-block;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 10px;
      position: relative;
      top: -1px; }
  .sidebar-widget.widget_recent_entries ul li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
    position: relative; }
    .sidebar-widget.widget_recent_entries ul li a {
      color: #2a2a2a;
      display: inline-block;
      vertical-align: middle;
      font-family: "Avenir Medium"; }
      .sidebar-widget.widget_recent_entries ul li a:hover, .sidebar-widget.widget_recent_entries ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_recent_entries ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_recent_entries ul li a:before {
        content: '';
        height: 5px;
        width: 5px;
        background: #d8d8d8;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
        top: -1px; }
    .sidebar-widget.widget_recent_entries ul li .post-date {
      font-size: 12px;
      color: #5a5a5a;
      display: block;
      margin-left: 15px;
      font-style: italic; }
  .sidebar-widget.widget_rss ul li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px; }
    .sidebar-widget.widget_rss ul li a {
      color: #2a2a2a;
      vertical-align: middle;
      display: inline-block;
      vertical-align: middle;
      font-family: "Avenir Medium"; }
      .sidebar-widget.widget_rss ul li a:hover, .sidebar-widget.widget_rss ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_rss ul li a.active {
        color: #fd566f; }
    .sidebar-widget.widget_rss ul li .rss-date {
      font-style: italic;
      font-size: 13px;
      display: block;
      margin-bottom: 10px;
      margin-top: 5px;
      color: #5a5a5a; }
    .sidebar-widget.widget_rss ul li cite {
      display: block;
      margin-top: 10px;
      font-family: "Avenir Medium"; }
    .sidebar-widget.widget_rss ul li:last-child {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
  .sidebar-widget.widget_search form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sidebar-widget.widget_search form .form-group input[type="text"] {
      min-height: 41px;
      border-radius: 0;
      border-right: none; }
  .sidebar-widget.widget_text strong {
    margin-bottom: 10px; }
  .sidebar-widget.widget_text img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto; }
  .sidebar-widget.widget_text select {
    display: block;
    padding: 7px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Avenir Medium";
    max-width: 100%; }
    .sidebar-widget.widget_text select option {
      white-space: normal; }
  .sidebar-widget.widget_nav_menu ul li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
    position: relative; }
    .sidebar-widget.widget_nav_menu ul li ul {
      padding-left: 0;
      margin-top: 15px;
      margin-left: 15px; }
    .sidebar-widget.widget_nav_menu ul li a {
      color: #2a2a2a;
      display: inline-block;
      vertical-align: middle;
      font-family: "Avenir Medium"; }
      .sidebar-widget.widget_nav_menu ul li a:hover, .sidebar-widget.widget_nav_menu ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_nav_menu ul li a.active {
        color: #fd566f; }
      .sidebar-widget.widget_nav_menu ul li a:before {
        content: '';
        height: 5px;
        width: 5px;
        background: #d8d8d8;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
        top: -1px; }
  .sidebar-widget.widget_tag_cloud a {
    color: #2a2a2a;
    font-family: "Avenir Medium";
    font-size: 14px !important;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 3px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px; }
    .sidebar-widget.widget_tag_cloud a:hover {
      color: #fd566f; }
  .sidebar-widget.widget_pages ul li.page_item_has_children .children {
    margin-top: 20px; }
  .sidebar-widget.widget_media_gallery .gallery .gallery-item img {
    max-width: 100%;
    height: auto; }

.page .comments-area {
  margin-top: 40px;
  clear: both; }
  .page .comments-area h2.comments-title {
    color: #2a2a2a;
    font-size: 18px;
    font-family: "Avenir Medium";
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .page .comments-area .comment-list {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0; }
    .page .comments-area .comment-list li {
      list-style: none;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .page .comments-area .comment-list li .article .comment-item-head .media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .page .comments-area .comment-list li .article .comment-item-head .media .media-left {
          margin-right: 20px; }
          .page .comments-area .comment-list li .article .comment-item-head .media .media-left img {
            border-radius: 50%; }
        .page .comments-area .comment-list li .article .comment-item-head .media .media-body .media-heading {
          color: #2a2a2a;
          font-size: 14px;
          font-family: "Avenir Medium";
          margin-bottom: 4px; }
        .page .comments-area .comment-list li .article .comment-item-head .media .media-body .date {
          color: #7a7a7a;
          font-family: "Avenir Roman";
          font-size: 14px; }
      .page .comments-area .comment-list li .article .comment-item-body {
        margin-top: 20px; }
        .page .comments-area .comment-list li .article .comment-item-body .comment-content {
          font-size: 14px;
          color: #5a5a5a; }
          .page .comments-area .comment-list li .article .comment-item-body .comment-content p {
            margin-bottom: 0; }
        .page .comments-area .comment-list li .article .comment-item-body .comment-reply {
          margin-top: 15px;
          display: inline-block; }
          .page .comments-area .comment-list li .article .comment-item-body .comment-reply a {
            font-family: "Avenir Medium";
            font-size: 14px;
            color: #fd566f; }
      .page .comments-area .comment-list li ol.children li {
        margin-top: 30px;
        border-top: 1px solid #eeeeee;
        padding-top: 30px !important;
        border-bottom: none;
        padding-bottom: 0 !important; }
        .page .comments-area .comment-list li ol.children li:last-child {
          margin-bottom: 0;
          padding: 0;
          border-bottom: none; }
      .page .comments-area .comment-list li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .page .comments-area .comment-list li .comment-respond {
        margin-top: 30px; }
  .page .comments-area .comment-navigation {
    margin-bottom: 30px; }
    .page .comments-area .comment-navigation .nav-links .nav-next a, .page .comments-area .comment-navigation .nav-links .nav-previous a {
      color: #fd566f;
      font-size: 14px;
      font-family: "Avenir Medium"; }

.page .comment-respond {
  border: solid 1px #eeeeee;
  padding: 30px; }
  .page .comment-respond h3.comment-reply-title {
    font-size: 14px;
    color: #2a2a2a;
    font-family: "Avenir Medium";
    margin-bottom: 14px; }
  .page .comment-respond .must-log-in {
    margin-bottom: 0; }
    .page .comment-respond .must-log-in a {
      color: #fd566f; }
  .page .comment-respond .comment-form .logged-in-as {
    margin-bottom: 25px; }
    .page .comment-respond .comment-form .logged-in-as a {
      color: #2a2a2a; }
      .page .comment-respond .comment-form .logged-in-as a:hover {
        color: #fd566f; }
  .page .comment-respond .comment-form .comment-form-comment {
    margin-top: 15px; }
    .page .comment-respond .comment-form .comment-form-comment label {
      display: none; }
    .page .comment-respond .comment-form .comment-form-comment textarea {
      border-radius: 3px;
      border: solid 1px #eeeeee;
      width: 100%;
      padding: 15px;
      color: #5e6d77;
      font-size: 14px; }
  .page .comment-respond .comment-form .comment-form-author {
    width: 50%;
    padding-right: 15px;
    float: left;
    margin-bottom: 25px; }
    .page .comment-respond .comment-form .comment-form-author label {
      display: none; }
    .page .comment-respond .comment-form .comment-form-author input[type="text"] {
      border-radius: 3px;
      border: solid 1px #eeeeee;
      padding: 9px 15px;
      color: #5e6d77;
      font-size: 14px;
      display: block;
      width: 100%; }
  .page .comment-respond .comment-form .comment-form-email {
    width: 50%;
    padding-left: 15px;
    float: right;
    margin-bottom: 25px; }
    .page .comment-respond .comment-form .comment-form-email label {
      display: none; }
    .page .comment-respond .comment-form .comment-form-email input[type="email"] {
      border-radius: 3px;
      border: solid 1px #eeeeee;
      padding: 9px 15px;
      color: #5e6d77;
      font-size: 14px;
      display: block;
      width: 100%; }
  .page .comment-respond .comment-form .form-submit .submit {
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    background: #fd566f;
    padding: 9px 20px;
    border: none;
    text-transform: uppercase;
    font-family: "Avenir Medium"; }
    .page .comment-respond .comment-form .form-submit .submit:hover {
      background: #c74457; }

.page h2.page-title {
  border-bottom: 1px solid #eeeeee;
  font-size: 23px;
  margin-bottom: 30px;
  font-family: "Avenir Medium";
  padding-bottom: 15px; }

.page .stt-content-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto; }

.page .stt-content-wrapper figure {
  max-width: 100%; }

.error404 .text-404 {
  padding: 50px 0; }

.error404 .search-form-404 {
  margin-bottom: 40px; }
  .error404 .search-form-404 .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .error404 .search-form-404 .form-group input[type="text"] {
      padding: 20px 10px 19px 10px;
      border-radius: 0;
      border-right: none; }

.search.search-results .stt-breadcrumb, .search.search-no-results .stt-breadcrumb {
  border-top: 1px solid #eeeeee;
  padding: 15px 0;
  margin-bottom: 40px; }

.page-404-default {
  padding-top: 100px;
  padding-bottom: 50px; }
  .page-404-default .col-left {
    padding-top: 92px; }
  .page-404-default h2 {
    color: #2a2a2a;
    font-size: 36px;
    font-family: "Avenir Medium"; }
  .page-404-default p {
    color: #2a2a2a;
    font-size: 16px;
    font-family: "Avenir Medium"; }
    .page-404-default p.sub-text {
      font-family: "Avenir Roman";
      font-size: 14px;
      margin-bottom: 35px;
      margin-top: 25px;
      display: block; }
    .page-404-default p a {
      color: #fd566f; }
  .page-404-default .search-form-404 {
    max-width: 392px; }

@media screen and (max-width: 1200px) {
  .page-404-default {
    padding-top: 55px;
    padding-bottom: 40px; }
    .page-404-default .col-left {
      padding-top: 59px; } }

@media screen and (max-width: 991px) {
  .page-404-default {
    padding-top: 55px;
    padding-bottom: 40px; }
    .page-404-default .col-left {
      padding-top: 15px; } }

@media screen and (max-width: 767px) {
  .page-404-default {
    text-align: center; }
    .page-404-default .search-form-404 {
      margin: 0 auto 50px auto; } }
