@charset "UTF-8";
.fwcl {
  width: 100%; }

select.fwcl {
  height: 49px; }

.lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45); }

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal; }

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  left: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  right: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0%, 100% {
    right: 0; }
  50% {
    right: -30px; } }

@keyframes lg-right-end {
  0%, 100% {
    right: 0; }
  50% {
    right: -30px; } }

@-webkit-keyframes lg-left-end {
  0%, 100% {
    right: 0; }
  50% {
    right: 30px; } }

@keyframes lg-left-end {
  0%, 100% {
    right: 0; }
  50% {
    right: 30px; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: left;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 1.230em;
  right: 0;
  padding: 10px 40px;
  position: fixed;
  left: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 1.230em;
  padding-right: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: right;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  left: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 100% -58px no-repeat; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-right: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 100% -60px no-repeat; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: .5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  right: 0;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  right: 0;
  margin-bottom: 20px;
  margin-right: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
  transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset; }

.lg-outer .lg-caret {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  right: 50%;
  margin-right: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  right: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s; }

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  left: 0;
  text-align: right;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -webkit-transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
  transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
  -o-transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  left: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0; }

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-left: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
  width: 100%;
  height: 100%; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none !important; }

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important; }

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-left: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  right: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  right: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  right: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  right: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: right 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: right 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: right 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  font-size: 13px;
  margin-top: -25px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  padding: 0; }

.lg-actions .lg-next:before, .lg-actions .lg-prev:after {
  font-family: Font Awesome\ 5 Pro;
  content: "\f105"; }

.lg-actions .lg-prev:after {
  content: "\f104"; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: right; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  right: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  left: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  right: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  right: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  right: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  left: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  right: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 0% 0;
  -ms-transform-origin: 0% 0;
  transform-origin: 0% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*

.irs, .irs-line {
  position: relative;
  display: block; }

.irs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  overflow: hidden;
  outline: 0 !important;
  background: #eee; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  right: 0;
  width: 11%; }

.irs-line-mid {
  right: 9%;
  width: 82%; }

.irs-line-right {
  left: 0;
  width: 11%; }

.irs-bar, .irs-bar-edge {
  position: absolute;
  display: block;
  right: 0; }

.irs-bar {
  width: 0; }

.irs-bar-edge {
  top: 0;
  border-radius: 0 10px 10px 0; }

.irs-shadow {
  position: absolute;
  display: none;
  right: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  right: 0; }

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
  position: absolute;
  display: block;
  cursor: default; }

.irs-max {
  left: 0; }

.irs-from, .irs-single, .irs-to {
  top: 0;
  right: 0;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  right: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: 100% 0;
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: .4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  right: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 100% 0 !important;
  border-style: solid !important;
  border-color: transparent !important; }


.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  top: 25px;
  background: #eee;
  border-radius: 4px; }

.irs-line, .irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px;
  background-position: 100% 0; }

.irs-bar, .irs-line-right {
  height: 8px; }

.irs-bar {
  top: 25px;
  background: #eee; }

.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15); }

.irs-slider {
  width: 18px;
  height: 18px;
  top: 20px;
  background: #ccc;
  border-radius: 100%;
  cursor: pointer; }

.irs-slider:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  right: 50%;
  top: 50%;
  margin: -6px -6px 0 0;
  z-index: 2;
  border-radius: 100%; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 100% -150px; }

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
  font-size: 11px;
  line-height: 1.333;
  text-shadow: none;
  border-radius: 3px; }

.irs-max, .irs-min {
  top: -2px;
  background: rgba(0, 0, 0, 0.1);
  color: #999;
  padding: 2px 3px; }

.lt-ie9 .irs-max, .lt-ie9 .irs-min {
  background: #ccc; }

.irs-from, .irs-single, .irs-to {
  color: #fff;
  padding: 2px 7px;
  background: rgba(6, 27, 65, 0.5); }

.lt-ie9 .irs-from, .lt-ie9 .irs-single, .lt-ie9 .irs-to {
  background: #999; }

.irs-grid-pol {
  background: #99a4ac; }

.irs-grid-text {
  color: #99a4ac; }

.irs-single{
    left: auto !important;
}
.irs-handle{
    right: 0;
  left: auto !important;
}
.irs-bar {
  right: 0;
  left: auto !important;
}*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs, .irs-line {
  position: relative;
  display: block; }

.irs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  overflow: hidden;
  outline: 0 !important;
  background: #eee; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar, .irs-bar-edge {
  position: absolute;
  display: block;
  left: 0; }

.irs-bar {
  width: 0; }

.irs-bar-edge {
  top: 0;
  border-radius: 10px 0 0 10px; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  left: 0; }

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
  position: absolute;
  display: block;
  cursor: default; }

.irs-max {
  right: 0; }

.irs-from, .irs-single, .irs-to {
  top: 0;
  left: 0;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: 0 0;
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: .4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  top: 25px;
  background: #eee;
  border-radius: 4px; }

.irs-line, .irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px;
  background-position: 0 0; }

.irs-bar, .irs-line-right {
  height: 8px; }

.irs-bar {
  top: 25px;
  background: #eee; }

.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15); }

.irs-slider {
  width: 18px;
  height: 18px;
  top: 20px;
  background: #ccc;
  border-radius: 100%;
  cursor: pointer; }

.irs-slider:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  z-index: 2;
  border-radius: 100%; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
  font-size: 11px;
  line-height: 1.333;
  text-shadow: none;
  border-radius: 3px; }

.irs-max, .irs-min {
  top: -2px;
  background: rgba(0, 0, 0, 0.1);
  color: #999;
  padding: 2px 3px; }

.lt-ie9 .irs-max, .lt-ie9 .irs-min {
  background: #ccc; }

.irs-from, .irs-single, .irs-to {
  color: #fff;
  padding: 2px 7px;
  background: rgba(6, 27, 65, 0.5); }

.lt-ie9 .irs-from, .lt-ie9 .irs-single, .lt-ie9 .irs-to {
  background: #999; }

.irs-grid-pol {
  background: #99a4ac; }

.irs-grid-text {
  color: #99a4ac; }

/*
 * Container style
 */
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: scroll;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: right;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none; }

.simplebar-scrollbar {
  position: absolute;
  left: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  right: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  right: 2px;
  left: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  left: auto;
  right: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  left: auto;
  right: 0; }

.hs-dummy-scrollbar-size {
  direction: ltr;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

/* -------------------------------------------------------------------
  Microtip */
.tolt:before,
.tolt:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top; }

.tolt:before {
  background-size: 100% auto !important;
  content: ""; }

.tolt::after {
  border-radius: 2px;
  background: #313E6E;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 0.845em;
  font-weight: 400;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.tolt:hover::before,
.tolt:hover::after {
  opacity: 1;
  pointer-events: auto; }

.tolt[data-microtip-position|="top"]::after {
  margin-bottom: 11px; }

.tolt[data-microtip-position|="top"]::before {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  bottom: 100%;
  right: 50%; }

.tolt[data-microtip-position|="top"]:hover::before {
  -webkit-transform: translate3d(50%, -5px, 0);
          transform: translate3d(50%, -5px, 0); }

.tolt[data-microtip-position|="top"]::after {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  bottom: 100%;
  right: 50%; }

.tolt[data-microtip-position="top"]:hover::after {
  -webkit-transform: translate3d(50%, -5px, 0);
          transform: translate3d(50%, -5px, 0); }

.tolt[data-microtip-position="top-left"]::after {
  -webkit-transform: translate3d(calc(-1*(-100% + 16px)), 0, 0);
          transform: translate3d(calc(-1*(-100% + 16px)), 0, 0);
  bottom: 100%; }

.tolt[data-microtip-position="top-left"]:hover::after {
  -webkit-transform: translate3d(calc(-1*(-100% + 16px)), -5px, 0);
          transform: translate3d(calc(-1*(-100% + 16px)), -5px, 0); }

.tolt[data-microtip-position="top-right"]::after {
  -webkit-transform: translate3d(calc(-1*(0% + -16px)), 0, 0);
          transform: translate3d(calc(-1*(0% + -16px)), 0, 0);
  bottom: 100%; }

.tolt[data-microtip-position="top-right"]:hover::after {
  -webkit-transform: translate3d(calc(-1*(0% + -16px)), -5px, 0);
          transform: translate3d(calc(-1*(0% + -16px)), -5px, 0); }

.tolt[data-microtip-position|="bottom"]::after {
  margin-top: 11px; }

[role~="tooltip"][data-microtip-position|="bottom"]::before {
  -webkit-transform: translate3d(50%, -10px, 0);
          transform: translate3d(50%, -10px, 0);
  bottom: auto;
  right: 50%;
  top: 100%; }

.tolt[data-microtip-position|="bottom"]:hover::before {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0); }

.tolt[data-microtip-position|="bottom"]::after {
  -webkit-transform: translate3d(50%, -10px, 0);
          transform: translate3d(50%, -10px, 0);
  top: 100%;
  right: 50%; }

.tolt[data-microtip-position="bottom"]:hover::after {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0); }

.tolt[data-microtip-position="bottom-left"]::after {
  -webkit-transform: translate3d(calc(-1*(-100% + 16px)), -10px, 0);
          transform: translate3d(calc(-1*(-100% + 16px)), -10px, 0);
  top: 100%; }

[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  -webkit-transform: translate3d(calc(-1*(-100% + 16px)), 0, 0);
          transform: translate3d(calc(-1*(-100% + 16px)), 0, 0); }

.tolt[data-microtip-position="bottom-right"]::after {
  -webkit-transform: translate3d(calc(-1*(0% + -16px)), -10px, 0);
          transform: translate3d(calc(-1*(0% + -16px)), -10px, 0);
  top: 100%; }

.tolt[data-microtip-position="bottom-right"]:hover::after {
  -webkit-transform: translate3d(calc(-1*(0% + -16px)), 0, 0);
          transform: translate3d(calc(-1*(0% + -16px)), 0, 0); }

.tolt[data-microtip-position="left"]::before,
.tolt[data-microtip-position="left"]::after {
  bottom: auto;
  right: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(-10px, -50%, 0);
          transform: translate3d(-10px, -50%, 0); }

.tolt[data-microtip-position="left"]::after {
  margin-left: 11px; }

.tolt[data-microtip-position="left"]:hover::before,
.tolt[data-microtip-position="left"]:hover::after {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }

.tolt[data-microtip-position="right"]::before,
.tolt[data-microtip-position="right"]::after {
  bottom: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate3d(10px, -50%, 0);
          transform: translate3d(10px, -50%, 0); }

.tolt[data-microtip-position="right"]::after {
  margin-right: 11px; }

.tolt[data-microtip-position="right"]:hover::before,
.tolt[data-microtip-position="right"]:hover::after {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }

.tolt[data-microtip-size="small"]::after {
  white-space: initial;
  width: 80px; }

.tolt[data-microtip-size="medium"]::after {
  white-space: initial;
  width: 150px; }

.tolt[data-microtip-size="large"]::after {
  white-space: initial;
  width: 260px; }

.particles-decor {
  position: relative; }
  .particles-decor .particles-js {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.6; }

.shapes-decor {
  position: relative; }
  .shapes-decor > .elementor-container {
    position: relative;
    z-index: 1; }

/**
  * Masonry CSS
*/
.listing-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 100%;
  margin: 0 -8px;
  margin: 0;
  overflow: hidden; }

.listing-item {
  padding: 0 8px;
  margin-bottom: 12px; }

.listing-item.hidden-listing {
  height: 0;
  margin: 0;
  padding: 0; }

.listing-item .geodir-category-content,
.listing-item .geodir-category-img {
  position: relative; }

.listing-item {
  overflow: hidden; }

@media (min-width: 430px) {
  .listing-item {
    width: 100%; } }

@media (min-width: 768px) {
  .listing-item {
    width: 50%; } }

@media (min-width: 992px) {
  .listing-item {
    width: 33.333333333333336%; }
  .listings-grid-wrap.one-cols .listing-item {
    width: 100%; }
  .listings-grid-wrap.two-cols .listing-item {
    width: 50%; }
  .listings-grid-wrap.three-cols .listing-item {
    width: 33.333333333333336%; }
  .listings-grid-wrap.four-cols .listing-item {
    width: 25%; }
  .listings-grid-wrap.five-cols .listing-item {
    width: 20%; }
  .listings-grid-wrap.six-cols .listing-item {
    width: 16.666666666666668%; }
  .listings-grid-wrap.seven-cols .listing-item {
    width: 14.285714285714286%; }
  .listings-grid-wrap.eight-cols .listing-item {
    width: 12.5%; }
  .listings-grid-wrap.nine-cols .listing-item {
    width: 11.11111111111111%; }
  .listings-grid-wrap.ten-cols .listing-item {
    width: 10%; } }

.listing-items {
  width: 100%; }

.lpreview-btn-wrap {
  padding: 0 5px;
  margin-bottom: 20px; }

button {
  border: 0;
  background: transparent; }

input[type="text"], input[type=email], input[type=password], input[type=button], input[type="number"], input[type="tel"]
, textarea, select {
  border: 1px solid #e5e7f2;
  background: #f9f9f9;
  width: 100%;
  padding: 10px 20px;
  border-radius: 4px;
  color: #7d93b2;
  font-size: 0.923em;
  line-height: 18px;
  outline: none;
  overflow: hidden;
  z-index: 1; }
  input[type="text"]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=button]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder
, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #7d93b2;
    font-weight: 500;
    font-family: 'Roboto'; }

input[type="text"], input[type=email], input[type=password], input[type=button], input[type="number"], input[type="tel"]
, textarea {
  -webkit-appearance: none; }
  input[type="text"]:focus, input[type=email]:focus, input[type=password]:focus, input[type=button]:focus, input[type="number"]:focus, input[type="tel"]:focus
, textarea:focus {
    background: #fff;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
            box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06); }

.submit-field select {
  background: #f7f9fb; }

.submit-fields-wrap .submit-field select {
  background: #f9f9f9; }

.listing-featured {
  position: absolute;
  z-index: 4;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 0.845em;
  padding: 6px 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #F75C96; }
  .listing-featured:before, .listing-featured:after {
    content: " ";
    display: block;
    position: absolute;
    left: -16px; }
  .listing-featured:before {
    top: 0;
    bottom: auto;
    border-left: 20px solid transparent;
    border-top: 20px solid #F75C96; }
  .listing-featured:after {
    top: auto;
    bottom: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #F75C96; }

.geodir-js-favorite_btn + .listing-featured {
  top: 70px; }

.body-townhub .wp-core-ui .quicktags-toolbar input.button {
  width: auto; }

a {
  cursor: pointer; }

.btn {
  display: inline-block; }

.text-right {
  text-align: left; }

.text-left {
  text-align: right; }

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

.btn-link:hover {
  text-decoration: underline; }

.no-border {
  border: none; }

.over-hide {
  overflow: hidden; }

button {
  cursor: pointer; }
  button.no-btn, button.btn-link {
    -webkit-appearance: none;
    border: 0; }
    button.no-btn:focus, button.btn-link:focus {
      outline: none; }

#listing-items {
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }

.listing-items.loading-listings,
.loading-feas,
.loading-subcats {
  display: none; }

.listings-loader + .listings-pagination-wrap {
  display: none; }

.listings-loader {
  text-align: center;
  padding: 50px 0 100px; }

.no-results-search {
  text-align: center;
  width: 100%; }
  .no-results-search h2 {
    margin-bottom: 1rem; }

.lload-icon-wrap {
  margin-bottom: 10px; }

.ajax-result-message {
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 700; }
  .ajax-result-message.dis-msg {
    display: block; }

.notifyjs-bootstrap-base {
  margin-bottom: 20px; }

.notifyjs-bootstrap-cth-info,
.notifyjs-bootstrap-cth-success,
.notifyjs-bootstrap-cth-warn,
.notifyjs-bootstrap-cth-error {
  color: #fff;
  border: 0 !important;
  text-shadow: none !important; }

.notifyjs-bootstrap-cth-info {
  background: #5ECFB1 !important; }

.notifyjs-bootstrap-cth-success {
  background: #4DB7FE !important; }

.notifyjs-bootstrap-cth-warn {
  background: #F8BD38 !important; }

.notifyjs-bootstrap-cth-error {
  background: #F75C96 !important; }

.opa-50 {
  opacity: 0.5; }

.opa-60 {
  opacity: 0.6; }

.opa-70 {
  opacity: 0.7; }

.opa-80 {
  opacity: 0.8; }

.opa-90 {
  opacity: 0.9; }

.opa-100 {
  opacity: 1; }

.hover-red:hover,
.btn-del:hover {
  color: #ff1a1a; }

.submit-field {
  width: 100%;
  position: relative; }
  .submit-field .lfield-label {
    color: #878C9F;
    font-weight: 500; }
  .submit-field .lfield-icon {
    padding-left: 12px;
    font-size: 1.077em;
    position: absolute;
    top: 40px;
    right: 16px; }
  .submit-field select {
    border: 1px solid #eee;
    width: 100%;
    color: #666;
    border-radius: 6px;
    height: 40px; }

.submit-field-12 {
  width: 100%; }

.submit-field-11 {
  width: 91.666%; }

.submit-field-10 {
  width: 83.333%; }

.submit-field-9 {
  width: 75%; }

.submit-field-8 {
  width: 66.666%; }

.submit-field-7 {
  width: 58.333%; }

.submit-field-6 {
  width: 50%; }

.submit-field-5 {
  width: 41.666%; }

.submit-field-4 {
  width: 33.333%; }

.submit-field-3 {
  width: 25%; }

.submit-field-2 {
  width: 16.666%; }

.submit-field-1 {
  width: 8.333%; }

.submit-listing-form .submit-field {
  margin-bottom: 20px; }

.cal-date-metas .repeater-fields .entry {
  margin-bottom: 0; }

.date-metas-slots {
  min-width: 500px; }

@media screen and (max-width: 767px) {
  .submit-field {
    width: 100%; } }

.cthiso-items {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.cthiso-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cthiso-item-holder {
  /*float: left;*/
  width: 100%;
  height: auto;
  position: relative;
  /*padding:2px;*/
  margin-bottom: 0; }

.cthiso-xxbig-pad.cthiso-items {
  margin-right: -50px;
  margin-left: -50px; }

.cthiso-xxbig-pad .cthiso-item {
  padding: 50px; }

.cthiso-xbig-pad.cthiso-items {
  margin-right: -30px;
  margin-left: -30px; }

.cthiso-xbig-pad .cthiso-item {
  padding: 30px; }

.cthiso-big-pad.cthiso-items {
  margin-right: -15px;
  margin-left: -15px; }

.cthiso-big-pad .cthiso-item {
  padding: 15px; }

.cthiso-medium-pad.cthiso-items {
  margin-right: -10px;
  margin-left: -10px; }

.cthiso-medium-pad .cthiso-item {
  padding: 10px; }

.cthiso-small-pad.post-cthiso-items, .cthiso-small-pad.cthiso-items {
  margin-right: -5px;
  margin-left: -5px; }

.cthiso-small-pad .post-cthiso-item, .cthiso-small-pad .cthiso-item {
  padding: 5px; }

.cthiso-extrasmall-pad.cthiso-items {
  margin-right: -2px;
  margin-left: -2px; }

.cthiso-extrasmall-pad .cthiso-item {
  padding: 2px; }

.cthiso-no-pad .cthiso-item {
  padding: 0; }

.cthiso-item, .cthiso-sizer {
  width: 25%;
  position: relative;
  /*float:left;*/
  overflow: hidden; }

.cthiso-item:hover {
  overflow: visible; }

.cthiso-item-two, .cthiso-sizer-two,
.cthiso-item-second {
  width: 50%; }

.cthiso-item-three, .cthiso-sizer-three {
  width: 75%; }

.cthiso-one-cols .cthiso-item, .cthiso-one-cols .cthiso-sizer,
.cthiso-one-cols .cthiso-item-two, .cthiso-one-cols .cthiso-sizer-two,
.cthiso-one-cols .cthiso-item-second,
.cthiso-one-cols .cthiso-item-three, .cthiso-one-cols .cthiso-sizer-three {
  width: 100%; }

.cthiso-two-cols .cthiso-item, .cthiso-two-cols .cthiso-sizer {
  width: 50%; }

.cthiso-two-cols .cthiso-item-second,
.cthiso-two-cols .cthiso-item-two, .cthiso-two-cols .cthiso-sizer-two, .cthiso-two-cols .cthiso-item-three, .cthiso-two-cols .cthiso-sizer-three {
  width: 100%; }

.cthiso-three-cols .cthiso-item, .cthiso-three-cols .cthiso-sizer {
  width: 33.333%; }

.cthiso-three-cols .cthiso-item-second,
.cthiso-three-cols .cthiso-item-two, .cthiso-three-cols .cthiso-sizer-two {
  width: 66.666%; }

.cthiso-three-cols .cthiso-item-three, .cthiso-three-cols .cthiso-sizer-three {
  width: 100%; }

.cthiso-five-cols .cthiso-item, .cthiso-five-cols .cthiso-sizer {
  width: 20%; }

.cthiso-five-cols .cthiso-item-second,
.cthiso-five-cols .cthiso-item-two, .cthiso-five-cols .cthiso-sizer-two {
  width: 40%; }

.cthiso-five-cols .cthiso-item-three, .cthiso-five-cols .cthiso-sizer-three {
  width: 60%; }

.cthiso-six-cols .cthiso-item, .cthiso-six-cols .cthiso-sizer {
  width: 16.666%; }

.cthiso-six-cols .cthiso-item-second,
.cthiso-six-cols .cthiso-item-two, .cthiso-six-cols .cthiso-sizer-two {
  width: 33.333%; }

.cthiso-six-cols .cthiso-item-three, .cthiso-six-cols .cthiso-sizer-three {
  width: 50%; }

.cthiso-seven-cols .cthiso-item, .cthiso-seven-cols .cthiso-sizer {
  width: 14.285%; }

.cthiso-seven-cols .cthiso-item-second,
.cthiso-seven-cols .cthiso-item-two, .cthiso-seven-cols .cthiso-sizer-two {
  width: 28.57%; }

.cthiso-seven-cols .cthiso-item-three, .cthiso-seven-cols .cthiso-sizer-three {
  width: 42.857%; }

.cthiso-eight-cols .cthiso-item, .cthiso-eight-cols .cthiso-sizer {
  width: 12.5%; }

.cthiso-eight-cols .cthiso-item-second,
.cthiso-eight-cols .cthiso-item-two, .cthiso-eight-cols .cthiso-sizer-two {
  width: 25%; }

.cthiso-eight-cols .cthiso-item-three, .cthiso-eight-cols .cthiso-sizer-three {
  width: 37.5%; }

.cthiso-nine-cols .cthiso-item, .cthiso-nine-cols .cthiso-sizer {
  width: 11.111%; }

.cthiso-nine-cols .cthiso-item-second,
.cthiso-nine-cols .cthiso-item-two, .cthiso-nine-cols .cthiso-sizer-two {
  width: 22.222%; }

.cthiso-nine-cols .cthiso-item-three, .cthiso-nine-cols .cthiso-sizer-three {
  width: 33.333%; }

.cthiso-ten-cols .cthiso-item, .cthiso-ten-col .cthiso-sizer {
  width: 10%; }

.cthiso-ten-cols .cthiso-item-second,
.cthiso-ten-cols .cthiso-item-two, .cthiso-ten-cols .cthiso-sizer-two {
  width: 20%; }

.cthiso-ten-cols .cthiso-item-three, .cthiso-ten-cols .cthiso-sizer-three {
  width: 30%; }

@media only screen and (max-width: 768px) {
  .cthiso-item, .cthiso-sizer {
    width: 50%; }
  .cthiso-one-cols .cthiso-item, .cthiso-one-cols .cthiso-sizer,
  .cthiso-three-cols .cthiso-item,
  .cthiso-three-cols .cthiso-sizer,
  .cthiso-two-cols .cthiso-item,
  .cthiso-two-cols .cthiso-sizer {
    width: 50%; }
  .cthiso-one-cols .cthiso-item-second,
  .cthiso-one-cols .cthiso-item-two,
  .cthiso-one-cols .cthiso-item-three,
  .cthiso-three-cols .cthiso-item-second,
  .cthiso-three-cols .cthiso-item-two,
  .cthiso-three-cols .cthiso-item-three,
  .cthiso-two-cols .cthiso-item-second,
  .cthiso-two-cols .cthiso-item-two,
  .cthiso-two-cols .cthiso-item-three {
    width: 100%; }
  .tablet-three .cthiso-item, .tablet-three .cthiso-sizer {
    width: 33.333%; }
  .tablet-three .cthiso-item-second,
  .tablet-three .cthiso-item-two {
    width: 66.666%; }
  .tablet-three .cthiso-item-three {
    width: 100%; } }

@media only screen and (max-width: 650px) {
  .cthiso-item, .cthiso-sizer {
    width: 100%; }
  .cthiso-one-cols .cthiso-item, .cthiso-one-cols .cthiso-sizer,
  .cthiso-three-cols .cthiso-item,
  .cthiso-three-cols .cthiso-sizer,
  .cthiso-two-cols .cthiso-item,
  .cthiso-two-cols .cthiso-sizer {
    width: 100%; }
  .cthiso-four-cols .cthiso-item, .cthiso-four-cols .cthiso-sizer,
  .cthiso-five-cols .cthiso-item,
  .cthiso-five-cols .cthiso-sizer,
  .cthiso-six-cols .cthiso-item,
  .cthiso-six-cols .cthiso-sizer {
    width: 50%; }
  .cthiso-four-cols .cthiso-item-second,
  .cthiso-four-cols .cthiso-item-two,
  .cthiso-four-cols .cthiso-item-three,
  .cthiso-five-cols .cthiso-item-second,
  .cthiso-five-cols .cthiso-item-two,
  .cthiso-five-cols .cthiso-item-three,
  .cthiso-six-cols .cthiso-item-second,
  .cthiso-six-cols .cthiso-item-two,
  .cthiso-six-cols .cthiso-item-three {
    width: 100%; }
  .cthiso-seven-cols .cthiso-item, .cthiso-seven-cols .cthiso-sizer,
  .cthiso-eight-cols .cthiso-item,
  .cthiso-eight-cols .cthiso-sizer,
  .cthiso-nine-cols .cthiso-item,
  .cthiso-nine-cols .cthiso-sizer,
  .cthiso-ten-cols .cthiso-item,
  .cthiso-ten-cols .cthiso-sizer {
    width: 33.333%; }
  .cthiso-seven-cols .cthiso-item-second,
  .cthiso-seven-cols .cthiso-item-two,
  .cthiso-eight-cols .cthiso-item-second,
  .cthiso-eight-cols .cthiso-item-two,
  .cthiso-nine-cols .cthiso-item-second,
  .cthiso-nine-cols .cthiso-item-two,
  .cthiso-ten-cols .cthiso-item-second,
  .cthiso-ten-cols .cthiso-item-two {
    width: 66.666%; }
  .cthiso-seven-cols .cthiso-item-three,
  .cthiso-eight-cols .cthiso-item-three,
  .cthiso-nine-cols .cthiso-item-three,
  .cthiso-ten-cols .cthiso-item-three {
    width: 100%; }
  .cthiso-big-pad .cthiso-item,
  .cthiso-medium-pad .cthiso-item,
  .cthiso-small-pad .cthiso-item,
  .cthiso-extrasmall-pad .cthiso-item {
    padding-bottom: 0; } }

.lbl-hasIcon {
  position: relative;
  margin-bottom: 5px; }
  .lbl-hasIcon i {
    font-size: 1.077em;
    position: absolute;
    top: 40px;
    right: 16px; }
  .lbl-hasIcon + input {
    padding-right: 45px; }

.submit-fields-wrap .submit-field-headermedia .submit-field-dashboard {
  padding: 0; }

.submit-fields-wrap .submit-field-headermedia input[type="text"] {
  padding: 10px 20px;
  line-height: 18px; }

.lfield-location-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lfield-location-input {
  margin-left: 2%; }
  .lfield-location-input:last-child {
    margin-left: 0; }
  .lfield-location-input .lfield-label {
    margin-bottom: 5px; }

.select-images-wrap {
  margin-top: 20px; }
  .select-images-wrap .select-images-btn {
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 3px !important; }
  .select-images-wrap img {
    max-width: 100%;
    height: auto; }

.select-images-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 2px dashed #eee;
  border-radius: 3px;
  background: #f9f9f9;
  padding: 10px;
  min-height: 125px;
  position: relative;
  margin-right: 0px; }
  .select-images-list li {
    width: 24%;
    margin-left: 1.2%;
    position: relative;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    cursor: pointer; }
    .select-images-list li:nth-child(4n+4) {
      margin-left: 0; }
    .select-images-list li span {
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px;
      line-height: 1;
      background: #fff; }
      .select-images-list li span a {
        color: #EA4D37; }

.single-image-select {
  text-align: center;
  display: block;
  margin-right: 0px; }
  .single-image-select li {
    display: inline-block;
    margin-left: 0px;
    max-width: 250px;
    overflow: hidden; }

.image-sec-item {
  position: relative; }

.mdimgs-wrap .del-image {
  position: absolute;
  top: 3px;
  left: 3px;
  border: 0;
  margin-top: 0;
  width: 20px;
  height: 20px; }
  .mdimgs-wrap .del-image:hover i {
    color: #ff1a1a;
    cursor: pointer; }

.fu-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  .fu-imgs img {
    width: calc(33.33% - 10px);
    height: auto;
    margin-right: 5px;
    margin-left: 5px; }

.uplzone {
  position: relative;
  border: 1px dashed #eee;
  border-radius: 3px;
  background: #F7F9FB;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  min-height: 160px;
  cursor: pointer; }
  .uplzone input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    cursor: pointer; }
  .uplzone .upltext {
    text-align: center;
    margin: 50px 0;
    font-size: 0.923em;
    color: #999;
    position: relative; }
    .uplzone .upltext i {
      font-size: 44px;
      width: 100%;
      padding-bottom: 10px;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .uplzone img {
    width: 100%;
    height: auto; }

.uplimgs {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 10px; }
  .uplimgs li {
    width: 24%;
    margin-left: 1.2%; }
    .uplimgs li:nth-child(4n+4) {
      margin-left: 0; }

.uplimgs-wrap.img-cols-1 .uplimgs li {
  width: 100%;
  margin-left: 0; }

.uplimgs-wrap.img-cols-2 .uplimgs li {
  width: 49%;
  margin-left: 2%; }
  .uplimgs-wrap.img-cols-2 .uplimgs li:nth-child(2n+2) {
    margin-left: 0; }

.uplimgs-wrap.img-cols-3 .uplimgs li {
  width: 32%;
  margin-left: 2%; }
  .uplimgs-wrap.img-cols-3 .uplimgs li:nth-child(3n+3) {
    margin-left: 0; }

.uplimgs-wrap.img-cols-5 .uplimgs li {
  width: 19%;
  margin-left: 1.25%; }
  .uplimgs-wrap.img-cols-5 .uplimgs li:nth-child(5n+5) {
    margin-left: 0; }

.uplimgs-wrap.img-cols-6 .uplimgs li {
  width: 15%;
  margin-left: 2%; }
  .uplimgs-wrap.img-cols-6 .uplimgs li:nth-child(6n+6) {
    margin-left: 0; }

.mdimgs-wrap {
  width: 100%; }
  .mdimgs-wrap .mdimgs-btn {
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 3px !important; }
  .mdimgs-wrap img {
    max-width: 100%;
    height: auto; }

.mdimgs-wrap {
  cursor: pointer; }
  .mdimgs-wrap ul {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #F7F9FB;
    padding: 10px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0;
    padding: 3px;
    padding-bottom: 0; }
    .mdimgs-wrap ul .fu-text {
      width: 100%;
      text-align: center;
      margin: 10px 0;
      font-size: 0.923em;
      color: #999;
      position: relative;
      min-height: 50px; }
      .mdimgs-wrap ul .fu-text i {
        font-size: 44px;
        width: 100%;
        padding-bottom: 10px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
  .mdimgs-wrap li {
    margin-bottom: 0; }
  .mdimgs-wrap li.image-sec-item {
    position: relative;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding: 0;
    border: none;
    overflow: hidden;
    margin-bottom: 3px; }
    .mdimgs-wrap li.image-sec-item span {
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px;
      line-height: 1; }
      .mdimgs-wrap li.image-sec-item span a {
        color: #EA4D37; }
    .mdimgs-wrap li.image-sec-item.sortable-ghost {
      opacity: 0.5; }
  .mdimgs-wrap.img-cols-1 li {
    width: 100%;
    margin-left: 0; }
  .mdimgs-wrap.img-cols-2 li {
    width: 49%;
    margin-left: 2%; }
    .mdimgs-wrap.img-cols-2 li:nth-child(2n+2) {
      margin-left: 0; }
  .mdimgs-wrap.img-cols-3 li {
    width: 32%;
    margin-left: 2%; }
    .mdimgs-wrap.img-cols-3 li:nth-child(3n+3) {
      margin-left: 0; }
  .mdimgs-wrap.img-cols-4 li {
    width: 24%;
    margin-left: 2%; }
    .mdimgs-wrap.img-cols-4 li:nth-child(4n+4) {
      margin-left: 0; }
  .mdimgs-wrap.img-cols-5 li {
    width: 19%;
    margin-left: 1.25%; }
    .mdimgs-wrap.img-cols-5 li:nth-child(5n+5) {
      margin-left: 0; }
  .mdimgs-wrap.img-cols-6 li {
    width: 15%;
    margin-left: 2%; }
    .mdimgs-wrap.img-cols-6 li:nth-child(6n+6) {
      margin-left: 0; }

.submit-field-file .mdimgs-wrap .del-image {
  top: 0; }

.file-item-title i {
  margin: 5px; }

.repeater-fields-wrap {
  margin-bottom: 20px; }

.repeater-fields .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }

.repeater-fields .entry-fields + button,
.repeater-fields .btn-del {
  width: 35px;
  height: 35px; }

.repeater-fields .rmfield {
  background: #F75C96;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0; }
  .repeater-fields .rmfield i {
    position: static;
    color: #fff; }
  .repeater-fields .rmfield:hover {
    opacity: 0.7; }
    .repeater-fields .rmfield:hover i {
      -webkit-box-shadow: none;
              box-shadow: none; }

.repeater-fields + .addfield {
  color: #fff;
  margin-top: 0;
  background: #4DB7FE;
  padding: 10px 20px; }
  .repeater-fields + .addfield:hover {
    opacity: 0.7; }

.repeater-fields .entry-fields {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .repeater-fields .entry-fields input, .repeater-fields .entry-fields textarea {
    padding: 10px 20px; }
  .repeater-fields .entry-fields input {
    height: 40px; }
  .repeater-fields .entry-fields select {
    line-height: 40px !important;
    height: 40px !important; }
  .repeater-fields .entry-fields > * {
    width: 100%; }
  .repeater-fields .entry-fields.two-cols > * {
    width: 49%; }
  .repeater-fields .entry-fields.three-cols > * {
    width: 32%; }
  .repeater-fields .entry-fields.four-cols > * {
    width: 24%; }
  .repeater-fields .entry-fields.five-cols > * {
    width: 19%; }
  .repeater-fields .entry-fields.six-cols > * {
    width: 15%; }

.tabs-working-hours .tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  list-style: none;
  margin: 0; }
  .tabs-working-hours .tabs-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 13%;
            flex: 0 13%;
    margin-left: 0;
    margin-bottom: 0;
    background: #eee;
    padding: 6px 3px;
    cursor: pointer;
    text-align: center; }
    .tabs-working-hours .tabs-menu li.active {
      color: #fff; }
    .tabs-working-hours .tabs-menu li span {
      padding: 0.625rem 0;
      text-decoration: none; }

.tabs-working-hours .tabs-content {
  padding: 20px 0; }

.tabs-working-hours .repeater-fields-wraps {
  padding-top: 10px; }

.tabs-working-hours .radio input[type="radio"]:checked + span:before {
  top: -2px; }

.tabs-working-hours .repeater-fields .entry-fields {
  width: calc(100% - 40px); }
.tabs-working-hours .repeater-fields .entry-fields select:first-child{
    order: 1;
}
.tabs-working-hours .btn-del {
  width: 35px;
  height: 35px; }

.tabs-working-hours .repeater-fields-wrap {
  margin-bottom: 0; }

.working-hours-static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .working-hours-static label {
    width: 30%; }

.submit-fields-wrap .submit-field .tabs-working-hours select {
  line-height: 35px;
  height: 35px; }

.entry-row,
.member-child-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px; }
  .entry-row:last-child,
  .member-child-row:last-child {
    margin-bottom: 0; }
  .entry-row .submit-field-dashboard,
  .member-child-row .submit-field-dashboard {
    padding: 0; }

.entry-col,
.member-child-col {
  width: 49%; }
  .entry-col label,
  .member-child-col label {
    margin-bottom: 5px; }
  .entry-col textarea,
  .member-child-col textarea {
    min-height: 100px; }
  .entry-col textarea:last-child,
  .entry-col input[type="text"]:last-child,
  .member-child-col textarea:last-child,
  .member-child-col input[type="text"]:last-child {
    margin-bottom: 0; }

.entry-col-full {
  width: 100%; }

.member-child-col-socials {
  width: 79%; }

.member-child-col-img {
  width: 19%; }

.room-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.room-item {
  cursor: pointer;
  min-height: 100px;
  margin-bottom: 20px; }

.three-cols .room-item {
  width: 32%;
  margin-left: 2%; }
  .three-cols .room-item:nth-child(3n+3) {
    margin-left: 0; }

.room-title {
  font-size: 1em; }

.room-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #ccc; }

.room-thumb {
  width: 100%;
  height: auto; }

.room-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px 20px 10px 60px;
  text-align: right;
  color: #fff;
  font-size: 10px;
  z-index: 10;
  cursor: pointer;
  background: #18458B; }

.room-delete {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
  text-align: center;
  padding: 10px 15px;
  line-height: 20px;
  vertical-align: middle; }
  .room-delete:hover {
    opacity: 0.75; }

.submit-fields-dflex .submit-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.listing-submit-map-col .map-container {
  border-radius: 10px; }

.submitMapOSM,
.submitMap {
  position: relative;
  height: 200px; }

.submit-fields-wrap .lfield-header {
  margin-bottom: 10px;
  position: relative; }
  .submit-fields-wrap .lfield-header + .lfield-desc {
    margin-top: 0; }

.submit-fields-wrap input[type="text"], .submit-fields-wrap input[type=email], .submit-fields-wrap input[type=password], .submit-fields-wrap input[type=button], .submit-fields-wrap input[type="text"], .submit-fields-wrap textarea {
  line-height: 19px;
  padding: 14px 20px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  color: #7d93b2; }
  .submit-fields-wrap input[type="text"]:focus, .submit-fields-wrap input[type=email]:focus, .submit-fields-wrap input[type=password]:focus, .submit-fields-wrap input[type=button]:focus, .submit-fields-wrap input[type="text"]:focus, .submit-fields-wrap textarea:focus {
    background: #fff;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
            box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06); }

.submit-fields-wrap .submit-field select {
  line-height: 47px;
  height: 47px;
  border: 1px solid #e5e7f2;
  border-radius: 4px;
  color: #7d93b2; }

.submit-fields-wrap .submit-field-multi select {
  height: auto; }

.submit-fields-wrap .hasIcon input[type="text"], .submit-fields-wrap .hasIcon input[type=email], .submit-fields-wrap .hasIcon input[type=password], .submit-fields-wrap .hasIcon input[type=button], .submit-fields-wrap .hasIcon input[type="text"] {
  padding-right: 45px; }

.submit-fields-wrap .submit-field .lfield-label {
  color: #878C9F;
  font-size: 1em;
  font-weight: 500; }

.submit-fields-wrap .submit-field .lfield-icon {
  top: 44px; }

.submit-fields-wrap .lfield-desc {
  margin-top: 5px; }

.submit-fields-wrap .lfield-desc:empty {
  display: none; }

.submit-fields-wrap .lfield-desc, .submit-fields-wrap .lfield-desc p {
  color: #878C9F; }

.submit-fields-wrap .submit-field .tag-input-input {
  padding: 5px;
  outline: none;
  border: none;
  background-color: transparent;
  padding-right: 5px !important;
  display: inline-block;
  width: auto;
  width: 100%;
  margin-bottom: 0; }
  .submit-fields-wrap .submit-field .tag-input-input:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }

.submit-field .lfield-content label {
  color: #878C9F;
  display: block; }

.listing-type-active, .listing-type-item {
  border: 1px solid #eee;
  border-radius: 3px;
  background: #F7F9FB;
  padding: 10px 0;
  text-align: center;
  cursor: pointer; }
  .listing-type-active:hover, .listing-type-item:hover {
    background: #fff; }

.listing-type-active {
  border: 0;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px 0; }

.listing-type-inner {
  padding: 0px 20px; }

.select-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.select-types-wrap {
  display: none; }

.listing-type-items.show .select-types-wrap {
  display: block; }

.submit-field-dashboard {
  padding: 0 5px; }

.ltype-select-guide {
  display: block;
  font-size: 80%;
  opacity: 0.8; }

.submit-field-ltype .lfield-header {
  display: none; }

.submit-field-features .lfeature-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .submit-field-features .lfeature-warp .check-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    margin-left: 15px; }
  .submit-field-features .lfeature-warp label {
    position: static;
    padding: 0 10px 0 0; }
  .submit-field-features .lfeature-warp input:checked:before {
    top: 0;
    right: 4px; }

.submit-field-checkbox .lfield-content,
.submit-field-radio .lfield-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .submit-field-checkbox .lfield-content .check-item,
  .submit-field-radio .lfield-content .check-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .submit-field-checkbox .lfield-content .check-item label,
    .submit-field-radio .lfield-content .check-item label {
      position: static; }

.submit-field-checkbox .lfield-content .check-item {
  min-width: 25%;
  margin-bottom: 10px; }

.cth-icon-picker {
  position: relative; }

.cth-iconpicker-inner {
  position: relative; }
  .cth-iconpicker-inner input {
    width: 100%;
    margin-bottom: 0 !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 20px;
    margin: 0; }
  .cth-iconpicker-inner span {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    opacity: 0.5; }
  .cth-iconpicker-inner .cth-icon-picker-del {
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0.5;
    cursor: pointer; }
    .cth-iconpicker-inner .cth-icon-picker-del:hover {
      color: #ff1a1a; }

.picker-has-icon input {
  padding-right: 45px !important; }

.general-tab .cth-icon-picker {
  margin-bottom: 15px; }

.cth-iconpicker-picker-wrap {
  position: absolute;
  z-index: 99;
  background: #f9f9f9;
  border: 1px solid #eee;
  width: 100%;
  overflow-y: scroll;
  max-height: 200px;
  border-radius: 2px;
  min-width: 252px; }

.cth-iconpicker-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 5px; }
  .cth-iconpicker-picker .cth-iconpicker-picker-icon {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px; }
    .cth-iconpicker-picker .cth-iconpicker-picker-icon:hover {
      background: #eee;
      cursor: pointer; }
    .cth-iconpicker-picker .cth-iconpicker-picker-icon.selected {
      background: #eee; }

.cth-iconpicker-libs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.923em;
  margin-bottom: 10px; }

.cth-iconpicker-lib {
  padding: 3px; }
  .cth-iconpicker-lib:hover {
    cursor: pointer;
    text-decoration: underline; }
  .cth-iconpicker-lib.selected {
    text-decoration: underline; }

.submit-field-editor .lfield-icon {
  display: none; }

.submit-field-promovid .submit-field-image {
  padding: 0; }

.eventdate-dates-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.eventdate-datetime {
  width: 48%; }
  .eventdate-datetime label {
    margin-bottom: 5px; }

.eventdate-pickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .eventdate-pickers .cth-dpick-label-val {
    padding: 10px 20px;
    border-radius: 4px;
    line-height: 19px;
    min-height: 40px; }

.eventdate-date, .eventdate-time {
  width: 49%; }

.submit-fields-wrap .submit-field-eventdate input[type="text"], .submit-fields-wrap .submit-field-promovid input[type="text"] {
  padding: 10px 20px; }

.cth-cleartime, .cth-cleardate {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 7px;
  cursor: pointer; }
  .cth-cleartime:hover, .cth-cleardate:hover {
    color: #E9776D; }

.hid-input {
  display: none; }

.submit-field-evticket .repeater-fields > .entry {
  position: relative; }
  .submit-field-evticket .repeater-fields > .entry:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #eee;
    margin-top: 20px; }

.submit-field-wkhour .wkhours-timezone {
  position: relative;
  z-index: 2; }

.cal-bulkedit-btn {
  background: #eee;
  color: #666;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 3px; }
  .cal-bulkedit-btn.is-active {
    background: #384F95;
    color: #fff; }

.submit-field-calendar_metas.calendar-metas-show-metas .months-2 .cal-month,
.submit-field-calendar_metas.calendar-metas-show-metas .months-3 .cal-month,
.submit-field-calendar_metas.calendar-metas-show-metas .months-4 .cal-month,
.submit-field-calendar_metas.calendar-metas-show-metas .months-5 .cal-month,
.submit-field-calendar_metas.calendar-metas-show-metas .months-6 .cal-month,
.submit-field-calendar_metas.calendar-metas-show-metas .months-7 .cal-month {
  width: 100%; }

.submit-field-calendar_metas.calendar-metas-show-metas .cal-month + .cal-month {
  margin-top: 30px; }

.submit-field-calendar_metas.calendar-metas-show-metas .date-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .submit-field-calendar_metas.calendar-metas-show-metas .date-num .date-meta-show {
    margin-right: auto;
    padding: 5px;
    font-size: 0.75em;
    color: #BEC2CE; }

.pos-relative {
  position: relative; }

.bulk-metas-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5); }

.bulk-metas-inner {
  max-width: 550px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  margin-top: 50px; }

.bulk-metas-save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.bulk-metas-cancel,
.bulk-metas-btn {
  background: #384F95;
  color: #fff;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 3px; }

.bulk-metas-cancel {
  background: #eee;
  color: #666;
  margin-right: 15px; }

.bulkdate-in {
  background: #4DB7FE !important;
  color: #fff !important; }
  
.submit-field-switch .lfield-icon,
.submit-field-checkbox .lfield-icon {
  position: static; }

.submit-field-switch .lfield-content label.lfield-label,
.submit-field-checkbox .lfield-content label.lfield-label {
  display: inline-block; }

.submit-field-checkbox .check-item input {
  margin-right: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 2px;
  color: #fff;
  background: #fff;
  -webkit-appearance: none; }
  .submit-field-checkbox .check-item input:checked:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00c";
    font-size: 0.923em;
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 20;
    color: #4DB7FE; }

.subfld-address-mapbox #esb_subfield_address {
  display: none; }

.submit-fields-wrap .subfld-address-mapbox .lfield-header {
  z-index: 2; }

.submit-field .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  font-size: 14px;
  text-align: left; }

.submit-field .mapboxgl-ctrl-geocoder--icon-search {
  display: none; }

.submit-field .mapboxgl-ctrl-geocoder--input {
  height: auto; }

.submit-field .mapboxgl-ctrl-geocoder--icon-close {
  margin-top: 10px; }

@media (max-width: 767px) {
  .eventdate-dates-wrap {
    display: block; }
  .eventdate-datetime {
    width: 100%; } }

.dashboard-submit-wrapper {
  padding: 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e7f2; }

.submit-sec-title-townhub {
  width: calc(100% + 62px);
  background: #f6f6f6;
  padding: 50px 1px;
  margin: -10px -31px 10px;
  position: relative; }
  .submit-sec-title-townhub:first-child {
    margin-top: -35px; }
    .submit-sec-title-townhub:first-child .submit-sec-title-top {
      display: none; }

.submit-sec-title-top {
  position: absolute;
  top: 0px;
  right: 0;
  height: 20px;
  background: #fff;
  width: 100%;
  border: 1px solid #e5e7f2;
  border-top: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.submit-sec-title-bot {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 20px;
  background: #fff;
  width: 100%;
  border: 1px solid #e5e7f2;
  border-bottom: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }

.submit-sec-title {
  position: relative; }
  .submit-sec-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 2px;
    margin-top: -1px; }
  .submit-sec-title h3 {
    font-weight: 600;
    font-size: 21px;
    color: #566985; }

/*------ register form------------------------------------------------*/
.hid-body {
  overflow: hidden; }

.ctb-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  background: rgba(37, 44, 65, 0.7);
  padding: 0; }

.ctb-modal-holder {
  max-width: 420px;
  margin: 150px auto 50px;
  position: relative;
  z-index: 5; }
  .ctb-modal-holder p {
    color: #878C9F;
    margin-bottom: 10px; }

.ctb-modal-inner {
  width: 100%;
  position: relative;
  padding: 80px 0 20px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1); }

.modal_main {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0; }

.modal_main.vis_mr {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.ctb-modal-inner .filter-tags {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ctb-modal-inner .terms_wrap {
  margin-bottom: 20px; }

.ctb-modal-inner .terms_wrap .filter-tags {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px; }

.ctb-modal-inner .tabs-wrapper {
  margin-top: 1.25rem;
  padding: 0 2rem; }

.ctb-modal-inner .custom-form .filter-tags label {
  position: static;
  padding: 0; }

.ctb-modal-inner .custom-form .filter-tags input {
  margin-bottom: 0;
  margin-left: 10px; }

.ctb-modal-content {
  padding: 15px 30px; }

.soc-log {
  padding: 15px 30px;
  text-align: center; }
  .soc-log p {
    margin-bottom: 12px;
    font-size: 1em;
    color: #454545; }

.ctb-modal-title {
  position: absolute;
  right: 0;
  top: 0;
  height: 54px;
  line-height: 54px;
  padding-right: 30px;
  color: #fff;
  text-align: right;
  background: #4E65A3;
  font-size: 1.077em;
  font-weight: 600;
  width: 100%;
  z-index: 2; }

.ctb-modal-title span {
  text-transform: uppercase;
  font-weight: 800; }

.ctb-modal-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
  z-index: 3;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 18px;
  text-align: center; }

.custom-form .log-submit-btn {
  padding: 13px 35px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 12px; }
  .custom-form .log-submit-btn:hover, .custom-form .log-submit-btn:disabled {
    background: #2F3B59; }
  .custom-form .log-submit-btn:disabled {
    cursor: default; }
  .custom-form .log-submit-btn i {
    display: none;
    margin-right: 0.625rem; }
  .custom-form .log-submit-btn.submitted i {
    display: inline-block; }

.log-separator {
  text-align: center; }
  .log-separator:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    left: 30px;
    height: 1px;
    background: #eee;
    z-index: 1; }
  .log-separator span {
    position: relative;
    width: 90px;
    display: inline-block;
    background: #fff;
    z-index: 2; }

.lost_password {
  margin-top: -20px;
  float: left; }
  .lost_password a {
    float: right;
    color: #50596E;
    font-size: 0.923em;
    font-weight: 600; }

.log-message {
  display: none;
  margin-bottom: 1.25rem;
  color: #b81c23;
  font-weight: 600; }
  .log-message.show {
    display: block; }
  .log-message a {
    display: block; }
  .log-message.success {
    color: #28a745; }

.reg-message {
  display: none;
  margin-bottom: 1.25rem;
  color: #b81c23;
  font-weight: 600; }
  .reg-message.show {
    display: block; }
  .reg-message a {
    display: block; }
  .reg-message.success {
    color: #28a745; }

.cth-recaptcha {
  margin-bottom: 20px; }

.terms_wrap {
  margin-bottom: 20px; }

.prelog-message {
  text-align: center; }

.reg-as-lauthor {
  margin-bottom: 20px; }

.cth-wide-form {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto; }
  .cth-wide-form input[type="text"],
  .cth-wide-form input[type=email],
  .cth-wide-form input[type=password],
  .cth-wide-form input[type=button],
  .cth-wide-form input[type="number"],
  .cth-wide-form input[type="tel"],
  .cth-wide-form textarea,
  .cth-wide-form select {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .cth-wide-form label {
    color: #222; }
  .cth-wide-form label + input {
    margin-top: 10px; }

.cth-login-page .single-page-content-wrap,
.cth-register-page .single-page-content-wrap,
.cth-forget-pwd-page .single-page-content-wrap,
.cth-reset-pwd-page .single-page-content-wrap {
  margin-top: 50px;
  border: none; }

input.button {
  padding: 12px 30px 12px 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 0.923em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

input.button-primary {
  background: #384F95; }

.input-pattern-desc {
  font-size: 12px;
  color: #878C9F;
  margin-top: -5px;
  margin-bottom: 15px;
  display: block; }

.main-register-form .input-pattern-desc {
  margin-top: -10px;
  margin-bottom: 25px; }

.form-row.terms_wrap label {
  display: inline-block;
  top: -5px; }

.form-row.terms_wrap .filter-tags + .filter-tags {
  margin-top: 10px; }

.ol-marker-img {
  border-radius: 100%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 9px 26px rgba(58, 87, 135, 0.45);
          box-shadow: 0 9px 26px rgba(58, 87, 135, 0.45);
  overflow: hidden; }

.ol-popup {
  position: absolute;
  bottom: 50px;
  right: -150px;
  min-width: 300px; }
  .ol-popup .infoBox-close {
    display: none; }
.mapboxgl-popup-wrap .infoBox-close {
  display: none; }

.mapboxgl-popup-wrap .mapboxgl-popup-close-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.077em;
  top: 0;
  left: 0;
  color: #999;
  border-radius: 0 0 8px 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #4DB7FE; }
  .mapboxgl-popup-wrap .mapboxgl-popup-close-button:hover {
    background: #fff; }

.mapboxgl-popup-wrap .mapboxgl-popup-content {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none; }

.filter-inputs-row .nearby-mapbox label.flabel-icon {
  z-index: 3; }

.nearby-input-wrap.nearby-mapbox .get-current-city {
  z-index: 2;
  left: 30px; }

.autoplace-clear-input {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  padding: 13px 10px;
  color: #666;
  cursor: pointer; }

.header-search .autoplace-clear-input {
  color: #fff; }

.nearby-mapbox .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  font-size: 14px;
  text-align: right;
  background-color: transparent; }

.nearby-mapbox .mapboxgl-ctrl-geocoder--icon-search {
  display: none; }

.nearby-mapbox .mapboxgl-ctrl-geocoder--input {
  height: auto;
  padding-left: 45px; }

.nearby-mapbox .mapboxgl-ctrl-geocoder--icon-close {
  margin-top: 10px;
  display: none; }

.nearby-mapbox .auto-place-loc {
  display: none; }

.nearby-mapbox .autoplace-clear-input {
  display: inline; }

.nearby-mapbox + .nearby-distance-wrap {
  z-index: auto; }

.use-nearby-label {
  border: 1px solid #eee;
  width: auto;
  padding: 11px 20px;
  border-radius: 6px;
  background: #ddd;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-weight: 500; }

.nearby-checkbox:checked + .use-nearby-label {
  color: #fff; }

.nearby-checkbox:checked + .use-nearby-label + .distance-filter {
  display: block;
  opacity: 1; }

.nearby-distance-wrap {
  margin-top: 10px;
  background: #fff;
  position: relative;
  z-index: 5;
  width: 100%; }

.nearby-checkbox:checked + .distance-filter {
  display: block; }

.cal-days,
.cal-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cal-day {
  width: 14.285%;
  text-align: center;
  padding: 10px 0;
  color: #666;
  font-size: 0.923em;
  font-weight: 700; }

.cal-date {
  width: 14.285%;
  height: 80px;
  color: #666;
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 0 -1px -1px;
  cursor: pointer; }
  .cal-date.hover {
    color: #000; }

.date-num {
  display: block;
  text-align: right;
  padding: 10px 20px 0 0;
  font-size: 18px; }

.cal-date-diff {
  cursor: default;
  background: transparent;
  border: 1px solid transparent;
  color: transparent; }

.cal-date-past {
  color: #999;
  cursor: not-allowed; }

.cal-date-checked {
  background: #fff; }

.cal-months-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.months-3 .cal-month,
.months-three .cal-month {
  width: 32%;
  margin-left: 2%; }
  .months-3 .cal-month:nth-of-type(3n+3),
  .months-three .cal-month:nth-of-type(3n+3) {
    margin-left: 0; }

.submit-field-calendar .cal-months-header {
  position: relative;
  top: 0; }

.submit-field-calendar .cal-months-wrap {
  position: relative;
  margin-top: 20px; }

.submit-field-calendar .cal-month {
  border-radius: 6px;
  background: #fff;
  width: 32%; }

.submit-field-calendar .cal-month-string {
  padding: 10px 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  height: unset; }

.submit-field-calendar .cal-dates {
  padding: 5px 5px 5px 0; }

.submit-field-calendar .cal-date {
  height: 32px;
  background: #fff;
  border: unset;
  min-width: 30px; }
  .submit-field-calendar .cal-date:hover {
    color: #000; }

.submit-field-calendar .date-num {
  text-align: center;
  padding: 10px;
  font-size: 0.845em; }

.submit-field-calendar .cal-date-past {
  color: #d8d8d8; }

.submit-field-calendar .cal-date-checked {
  background-color: #3AACED;
  color: #fff;
  border-radius: 2px; }
  .submit-field-calendar .cal-date-checked:hover {
    background-color: #357ebd; }

.months-1 .cal-month,
.months-one .cal-month {
  width: 100%; }

.months-two .cal-month {
  width: 49%; }

.cal-month-unlock {
  text-align: center; }

.btn-unlock-month {
  padding: 5px 15px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px; }
  .btn-unlock-month.is-lock {
    background: #eee;
    color: #666; }

.cal-months-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 8px;
  right: 0;
  padding: 0 10px; }

.cal-month-nav {
  width: 35px;
  height: 30px;
  line-height: 30px;
  font-size: 0.923em;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle; }
  .cal-month-nav:hover {
    background-color: #eee; }
  .cal-month-nav span {
    border: solid #666;
    border-width: 0 0 1px 1px;
    border-radius: 0;
    display: inline-block;
    padding: 3px; }

.month-disabled {
  background-color: #eee;
  cursor: default;
  opacity: 0; }

.month-prev span {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.month-next span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.cal-month-string {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999;
  font-weight: 700; }

.cal-date {
  position: relative; }

.cal-date-metas {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: #fff;
  border: 1px solid #eee;
  z-index: 1;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  min-width: 250px; }

.cal-opened .cal-date-metas {
  display: block; }

.cal-open-metas {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: none;
  font-size: 0.923em; }

.cal-date-checked .cal-open-metas {
  display: inline-block; }

.cal-date-metas-inner {
  position: relative;
  padding-top: 10px; }

.cal-close-metas {
  position: absolute;
  left: 0;
  top: 0; }

.cth-input {
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #888;
  margin-bottom: 10px; }

.months-1 .date-num {
  padding-bottom: 20px; }

.save-date-metas {
  padding: 3px 10px;
  background: #666;
  border-radius: 3px;
  color: #fff;
  margin-top: 0px;
  display: inline-block;
  font-size: 0.923em; }
  .save-date-metas:hover {
    background: #999; }

.time-picker-inner {
  max-height: 180px;
  padding: 5px 0;
  overflow: auto;
  text-align: center;
  font-size: 0.923em;
  margin-right: 2px; }

.date-picker-wrap {
  position: relative; }

.date-time-picker .cal-time {
  display: block;
  padding: 3px 0;
  margin-bottom: 2px;
  background-color: #eee; }
  .date-time-picker .cal-time:hover {
    background-color: #ddd; }

.date-time-picker .cal-time-selected {
  background-color: #3AACED;
  color: #fff; }
  .date-time-picker .cal-time-selected:hover {
    background-color: #357ebd; }

.date-time-picker .cal-months-footer {
  padding-top: 0; }

.date-pick-true.time-pick-true.cal-months-wrap {
  width: 365px; }

.date-pick-true.time-pick-true .date-picker-wrap {
  width: 80%; }

.date-pick-true.time-pick-true .time-picker-wrap {
  width: 20%;
  padding-top: 37px; }

.date-pick-false.time-pick-true .time-picker-wrap {
  width: 100%;
  max-height: 200px;
  overflow-y: auto; }

.date-pick-false.time-pick-true .time-picker-inner {
  max-height: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.date-pick-false.time-pick-true .cal-time {
  width: 24%;
  margin-left: 1.3%; }
  .date-pick-false.time-pick-true .cal-time:nth-child(4n+4) {
    margin-left: 0; }

.month-days-long .time-picker-inner {
  min-height: 200px; }

.btn-cal-cancel {
  cursor: pointer; }

.cal-months-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 8px;
  right: 0;
  padding: 0 10px; }

.cal-month-nav {
  width: 35px;
  height: 30px;
  line-height: 30px;
  font-size: 0.923em;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle; }
  .cal-month-nav:hover {
    background-color: #eee; }
  .cal-month-nav span {
    border: solid #666;
    border-width: 0 0 1px 1px;
    border-radius: 0;
    display: inline-block;
    padding: 3px; }

.month-disabled {
  background-color: #eee;
  cursor: default;
  opacity: 0; }

.month-prev span {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.month-next span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.checkinout-field {
  position: relative; }
  .checkinout-field .cal-months-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1000;
    opacity: 0;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    max-width: none;
    min-width: 265px;
    padding: 10px;
    margin-top: 7px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .checkinout-field .cal-date {
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    height: 30px;
    line-height: 30px;
    font-size: 0.923em;
    border-radius: 0;
    background: transparent;
    border: 0;
    margin: 0; }
    .checkinout-field .cal-date:hover {
      color: #000; }
  .checkinout-field .cal-date-available:hover {
    background-color: #eee; }
  .checkinout-field .cal-date-unavailable {
    text-decoration: line-through;
    background: transparent;
    cursor: default; }
    .checkinout-field .cal-date-unavailable:hover {
      background: transparent; }
  .checkinout-field .cal-date-checked {
    background-color: #3AACED;
    color: #fff; }
    .checkinout-field .cal-date-checked:hover {
      background-color: #357ebd; }
  .checkinout-field .cal-date-cfirst {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .checkinout-field .cal-date-cfirst.cal-date-single {
      border-radius: 4px; }
  .checkinout-field .cal-date-clast {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .checkinout-field .cal-date-inside {
    background-color: #ebf4f8; }

.checkinout-field .cal-months-wrap.months-1 {
  max-width: 316px; }

.date-time-picker .cal-months-wrap {
  top: -10px; }

.show-selector .checkinout-field .cal-months-wrap {
  z-index: 5555;
  opacity: 1; }

.months-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 550px; }
  .months-2 > .cal-month {
    width: 49%; }
  .months-2 .selected-date {
    display: inline-block; }

.cal-months-footer {
  width: 100%;
  text-align: left;
  padding: 10px 0 0;
  border-top: 1px solid #eee;
  margin-top: 10px; }

.selected-date {
  display: block;
  font-size: 0.845em;
  padding-left: 8px;
  font-style: italic;
  color: #666;
  font-weight: 400; }

.btn-cal-apply,
.btn-cal-cancel {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  margin-top: 10px !important;
  border-radius: 4px; }
  .btn-cal-apply:hover,
  .btn-cal-cancel:hover {
    opacity: 0.9; }

.btn-cal-cancel {
  background-color: #F9B90F;
  margin-left: 10px; }

.btn-cal-apply {
  background-color: #18458b; }
  .btn-cal-apply.disabled {
    opacity: 0.5; }

.esb-field,
.cth-field {
  position: relative; }
  .esb-field .lfield-label,
  .cth-field .lfield-label {
    color: #878C9F;
    font-weight: 500; }
  .esb-field .lfield-icon,
  .cth-field .lfield-icon {
    padding-left: 12px;
    font-size: 1.077em;
    position: absolute;
    top: 40px;
    right: 16px; }
  .esb-field .cth-input,
  .cth-field .cth-input {
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    color: #666;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .esb-field.has-icon .cth-input,
  .cth-field.has-icon .cth-input {
    padding-right: 40px; }

.cth-date-picker .cal-month-nav {
  margin-top: -10px; }

.submit-field-calendar_metas,
.submit-field-calendar {
  z-index: 5; }
  .submit-field-calendar_metas .lfield-content,
  .submit-field-calendar .lfield-content {
    position: relative; }
  .submit-field-calendar_metas .lfield-content > .lfield-content,
  .submit-field-calendar .lfield-content > .lfield-content {
    position: static;
    padding-top: 0; }
  .submit-field-calendar_metas .cal-months-wrap,
  .submit-field-calendar .cal-months-wrap {
    width: auto; }
  .submit-field-calendar_metas .cal-months-header,
  .submit-field-calendar .cal-months-header {
    top: 0; }

.date-time-picker-field {
  position: relative; }
  .date-time-picker-field .date-time-picker-wrapper .cal-months-wrap {
    position: relative; }

.date-time-picker-inner {
  position: relative; }

.date-time-picker-wrapper {
  position: absolute; }
  .date-time-picker-wrapper .calendar-check-loading {
    position: absolute;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    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; }

.cth-date-picker-wrap .lfield-icon {
  z-index: 1; }

.cth-dpick-label-val {
  border: 1px solid #eee;
  background: #f9f9f9;
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px;
  color: #666;
  min-height: 43px;
  margin-bottom: 10px;
  padding-right: 40px;
  display: block; }

.cal-date-metas .cth-dpick-label-val {
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #888;
  margin-bottom: 10px;
  background: #fff;
  min-height: 27px; }

.submit-field-calendar_metas .cal-date-metas .cal-date {
  min-height: 30px; }

.available-date-metas {
  min-width: 100px;
  text-align: right;
  background: #666;
  color: #fff;
  font-size: 0.923em;
  line-height: 20px;
  padding: 5px;
  display: none;
  -webkit-transition: display 0.3s;
  -o-transition: display 0.3s;
  transition: display 0.3s; }
  .available-date-metas .date-meta-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.cal-date:hover {
  z-index: 1; }
  .cal-date:hover .available-date-metas {
    display: block; }

.calendar-metas-field {
  position: relative;
  margin-top: 20px; }
  .calendar-metas-field .cal-months-header {
    position: relative;
    top: 0; }
  .calendar-metas-field .cal-months-wrap {
    position: relative;
    margin-top: 20px; }

.submit-field-calendar_metas .cal-date {
  min-height: 65px; }

.submit-field-calendar_metas .cal-date-metas {
  color: #666; }

.submit-field-calendar_metas.calendar-metas-no-metas .cal-date {
  min-height: 50px;
  height: 50px; }
  .submit-field-calendar_metas.calendar-metas-no-metas .cal-date .cal-date-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 100%; }

.submit-field-calendar_metas.calendar-metas-no-metas .date-num {
  padding: 10px;
  font-size: inherit; }

.cal-meta-item > label {
  display: block; }

.available-cal-months {
  position: relative; }
  .available-cal-months .calendar-check-loading {
    position: absolute;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    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; }
  .available-cal-months .cal-month-header {
    font-size: 1.230em;
    font-weight: 700; }
  .available-cal-months .cal-months-wrap,
  .available-cal-months .cal-months-inner {
    width: 100%; }
  .available-cal-months .months-2 .cal-month {
    width: 47%; }
  .available-cal-months .months-3 .cal-month {
    width: 30%; }
  .available-cal-months .cal-months-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .available-cal-months .cal-months-header {
    top: 0; }
  .available-cal-months .cal-date {
    height: 45px;
    text-align: center;
    width: 13.285%;
    margin-left: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: #fff;
    border: none;
    font-weight: 700;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1; }
    .available-cal-months .cal-date:nth-child(7n+7) {
      margin-left: 0; }
    .available-cal-months .cal-date > span {
      margin-top: 10px; }
  .available-cal-months .cal-date-past,
  .available-cal-months .cal-date-unavailable {
    background: #eee;
    background: -webkit-repeating-linear-gradient(-135deg, #fff, #fff 5px, #ccc 6px);
    background: -o-repeating-linear-gradient(-135deg, #fff, #fff 5px, #ccc 6px);
    background: repeating-linear-gradient(45deg, #fff, #fff 5px, #ccc 6px); }
  .available-cal-months .cal-date-unavailable {
    text-decoration: line-through;
    cursor: default; }
  .available-cal-months .cal-date-available {
    background: #ddd;
    background: #ebf4f8;
    color: green; }
    .available-cal-months .cal-date-available:hover {
      background: #c5dfeb; }
  .available-cal-months .cal-date-cfirst {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .available-cal-months .cal-date-cfirst.cal-date-single {
      border-radius: 4px; }
  .available-cal-months .cal-date-clast {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .available-cal-months .cal-date-inside {
    background-color: #ebf4f8; }
  .available-cal-months .cal-date:hover .available-date-metas,
  .available-cal-months .available-date-metas {
    display: none; }
  .available-cal-months .cal-date-checked {
    color: #fff; }
  .available-cal-months .available-cal-metas {
    width: 100%;
    font-size: 80%;
    color: #666; }

.litem-ad {
  color: #4DB7FE;
  font-size: 12px;
  border: 1px solid #4DB7FE;
  border-radius: 3px;
  padding: 2px;
  line-height: 1;
  margin-left: 5px; }

.listing-features {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.listing-feature-wrap {
  position: relative;
  width: 25%;
  padding-left: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .listing-feature-wrap:nth-child(4n+4) {
    padding-left: 0; }

.price-rage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.price-rage-item {
  width: 70%; }

.price-rage-wrap-title {
  font-size: 1em;
  color: #888DA0;
  font-weight: 400;
  width: 30%; }
  .price-rage-wrap-title i {
    margin-left: 4px; }

.switchbtn input {
  display: none; }

.switchbtn .switchbtn-label {
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  background: #f7f9fb;
  color: #566985;
  padding: 13px;
  position: relative;
  text-align: center; }
  .switchbtn .switchbtn-label:after {
    content: '';
    position: absolute;
    left: -30px;
    top: -20px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #fff;
    opacity: 0; }
  .switchbtn .switchbtn-label i {
    margin-left: 5px;
    position: static;
    color: #566985; }

.switchbtn input:checked + .switchbtn-label {
  color: #fff; }
  .switchbtn input:checked + .switchbtn-label:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00c";
    position: absolute;
    font-size: 0.923em;
    left: 12px;
    color: #fff; }
  .switchbtn input:checked + .switchbtn-label:after {
    opacity: 0.2; }
  .switchbtn input:checked + .switchbtn-label i {
    color: #fff; }

.listsearch-inputs-wrapper .lfield-header {
  margin-bottom: 0; }

.listsearch-inputs-wrapper .cth-date-picker-wrap .cth-dpick-label-val, .listsearch-inputs-wrapper .cth-date-picker-wrap .cth-input {
  border: 1px solid #e5e7f2;
  background: #f9f9f9;
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 19px;
  border-radius: 4px;
  margin-bottom: 0;
  color: #7d93b2; }

.listsearch-inputs-wrapper .cth-date-picker-wrap .show-selector .cth-dpick-label-val, .listsearch-inputs-wrapper .cth-date-picker-wrap .show-selector .cth-input {
  margin-bottom: 10px; }

.cth-date-picker-wrap.esb-field .lfield-icon {
  top: 12px;
  z-index: 2; }

.cth-date-picker-wrap.esb-field .lfield-label {
  display: none; }

.date-time-picker-field.has-empty-val .cth-dpick-label-val {
  display: none; }

.date-time-picker-field.has-empty-val .cth-input {
  display: block; }

.list-search-page-form-wrap {
  position: relative; }
  .list-search-page-form-wrap .filter-form-loading {
    display: none;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .list-search-page-form-wrap.loading-show .filter-form-loading {
    display: block; }

.mb-btns-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #ccc;
  display: none; }

.cth-mobile .mb-btns-wrap {
  display: block; }

.mb-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mb-btns .mb-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    color: #fff; }
  .mb-btns .mb-btn + .mb-btn {
    border-right: 1px solid #eee; }

.body-townhub div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl {
  font-size: 1.077em; }

.general-booking-inner .cth-dpick-label-val,
.general-booking-inner .tpick-icon + .cth-input,
.inquiry-general-inner .cth-dpick-label-val,
.inquiry-general-inner .tpick-icon + .cth-input {
  color: #7d93b2; }

.general-booking-inner .cth-daterange-picker .lfield-header,
.inquiry-general-inner .cth-daterange-picker .lfield-header {
  margin-bottom: 5px; }

.rooms-booking-app .cal-item {
  margin-bottom: 20px; }

.rooms-booking-app .checkin-out-inputs .submit-field .lfield-icon {
  top: 35px; }

.rooms-booking-app .checkin-out-inputs .lfield-header {
  margin-bottom: 5px; }

.rooms-booking-app .in-out-dates {
  padding-right: 42px;
  margin-bottom: 0px; }

.in-out-count {
  position: absolute;
  left: 10px;
  bottom: 12px;
  z-index: 20;
  cursor: help;
  text-align: center; }
  .in-out-count span {
    color: #fff;
    position: absolute;
    left: -10px;
    top: -40px;
    border-radius: 4px;
    background: #18458B;
    height: 30px;
    line-height: 30px;
    min-width: 100px;
    font-size: 0.845em;
    opacity: 0;
    visibility: hidden; }
  .in-out-count:hover span {
    opacity: 1;
    visibility: visible; }

.available-rooms {
  margin-bottom: 20px; }
  .available-rooms label {
    color: #878C9F;
    font-weight: 500;
    text-align: center; }

.room-selected {
  margin-bottom: 10px; }
  .room-selected:last-child {
    margin-bottom: 0; }
  .room-selected .room-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .room-selected .room-title {
    font-size: 1.230em; }
  .room-selected .room-meta {
    width: 50%;
    font-size: 0.845em;
    padding-right: 10px;
    font-style: italic;
    color: #666; }
    .room-selected .room-meta span {
      display: block; }
  .room-selected .room-qtt {
    width: 40%;
    height: 42px;
    position: relative;
    -ms-flex-item-align: end;
        align-self: flex-end;
    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; }
    .room-selected .room-qtt input {
      width: 54px;
      height: 42px;
      background: #fff;
      padding: 0 10px 0 0;
      margin: 0;
      border: 1px solid #eee;
      border-radius: 0 4px 4px 0;
      z-index: auto; }

.guests-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }

.booking-buttons {
  text-align: left; }

.btn-book-now, .btn-check-availability {
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  color: #fff;
  background: #F8BB11;
  padding: 10px 15px;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }
  .btn-book-now:after, .btn-check-availability:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .btn-book-now:hover:after, .btn-check-availability:hover:after {
    width: 110%;
    background: rgba(255, 255, 255, 0.1); }
  .btn-book-now:disabled, .btn-check-availability:disabled {
    opacity: 0.8;
    cursor: not-allowed; }
    .btn-book-now:disabled:after, .btn-check-availability:disabled:after {
      display: none; }

.btn-book-now {
  width: 100%; }

.btn-check-availability {
  background: #3AACED; }
  .btn-check-availability + .btn-book-now {
    margin-top: 15px; }

.cus-field-title {
  color: #878C9F;
  font-weight: 500; }

.cus-field-contens {
  margin-bottom: 20px; }

.room-title a {
  cursor: pointer; }

.total-coast {
  padding: 15px 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px; }
  .total-coast strong {
    color: #878C9F;
    font-size: 0.923em;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 21px; }
  .total-coast span {
    float: left;
    text-align: left;
    font-size: 19px;
    font-weight: 400;
    position: relative; }

.tickets-select-wrap {
  margin-bottom: 20px; }

.tickets-select_header {
  padding: 10px 15px;
  background: #f2f2f2;
  border-radius: 6px;
  font-weight: 600;
  border: 1px solid #e5e7f2;
  color: #7d93b2;
  cursor: pointer;
  margin-bottom: 10px; }

.available_counter {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  left: 40px;
  font-size: 10px;
  font-weight: 100;
  text-align: center; }

.tickets-select_header i {
  position: absolute;
  left: 20px;
  height: 10px;
  line-height: 10px;
  top: 50%;
  margin-top: -5px;
  color: #54A9FC;
  font-size: 12px; }

.tickets-select_header.vis-ticket_select {
  background: #f9f9f9; }

.tickets-select_header.vis-ticket_select i:before {
  content: "\f068"; }

.tickets-select_content p {
  text-align: right; }

.tickets-select_content {
  padding: 8px 0 18px;
  display: none; }

.tickets-select_content.vis-ticket_select_cont {
  display: block; }

.multiqtts-select-wrap {
  margin-bottom: 20px; }

.multiqtts-select_header {
  padding: 10px 15px;
  background: #f2f2f2;
  border-radius: 6px;
  font-weight: 600;
  border: 1px solid #e5e7f2;
  color: #7d93b2;
  cursor: pointer;
  margin-bottom: 10px; }

.multiqtts-select_header i {
  position: absolute;
  left: 20px;
  height: 10px;
  line-height: 10px;
  top: 50%;
  margin-top: -5px;
  color: #54A9FC;
  font-size: 12px; }

.multiqtts-select_header.vis-multiqtt_select {
  background: #f9f9f9; }

.multiqtts-select_header.vis-multiqtt_select i:before {
  content: "\f068"; }

.multiqtts-select_content p {
  text-align: right; }

.multiqtts-select_content {
  padding: 8px 0 18px;
  display: none; }

.multiqtts-select_content.vis-multiqtt_select_cont {
  display: block; }

#custom-tour-slots {
  margin-top: 20px; }

.cus-field-contens input, .cus-field-contens textarea, .in-out-dates, .available-rooms input {
  border: 1px solid #eee;
  background: #f9f9f9;
  width: 100%;
  padding: 13px 20px 13px 20px;
  border-radius: 6px;
  color: #666;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.book-form {
  padding: 20px; }

.quantity-nav {
  position: absolute;
  height: 42px;
  left: 0;
  width: 20px;
  border-left: 1px solid #eee; }

.quantity-button {
  background: #F7F9FB;
  position: absolute;
  left: 0;
  cursor: pointer;
  border-right: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee; }

.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
  border-bottom: 1px solid #eee; }

.box-widget-woo {
  padding: 20px; }
  .box-widget-woo .woo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee; }
  .box-widget-woo .woo-thub {
    -webkit-box-flex: 0;
        -ms-flex: 0 30%;
            flex: 0 30%; }
  .box-widget-woo .woo-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 70%;
            flex: 0 70%; }
    .box-widget-woo .woo-content span {
      position: absolute;
      top: 0;
      left: 0; }
    .box-widget-woo .woo-content .btn {
      margin-top: 10px;
      padding: 6px 19px; }

.lservices-header label, .service-lable {
  border: 1px solid #eee;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.230em;
  font-weight: 600;
  height: auto;
  padding: 10px 16px;
  line-height: 30px;
  margin: 0 0 15px 0;
  position: relative;
  background-color: #f9f9f9;
  text-align: right;
  color: #666;
  display: block;
  width: 100%;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative; }
  .lservices-header label:before, .service-lable:before {
    position: absolute;
    left: 20px;
    font-family: Font Awesome\ 5 Pro;
    content: "\f107";
    font-size: 1.230em;
    color: #66676b;
    font-weight: 500;
    padding-right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 6px;
    display: inline-block; }

.serv-check-item {
  position: relative;
  overflow-y: auto;
  max-height: 200px; }

.lservices-item input, .serv-check-item .check-item input {
  display: none;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  outline: none;
  font-size: 1.154em;
  color: #808080;
  margin: 0 0 16px 0;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
  font-weight: 500;
  border-radius: 3px; }

.lservices-item input[type="checkbox"] + label, .serv-check-item .check-item input[type="checkbox"] + label {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14.7px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #f8f8f8;
  color: #777;
  display: block;
  width: 100%;
  padding: 15px;
  padding-left: 70px;
  margin: 0;
  line-height: 24px;
  border: 1px solid #eee;
  margin-bottom: 5px; }

.lservices-item input[type="checkbox"]:checked + label, .serv-check-item .check-item input[type="checkbox"]:checked + label {
  background-color: #f91942;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.lservices-body {
  display: none;
  position: relative; }

.lservices-warp {
  padding: 0 15px; }

.lservices-item input[type=checkbox] + label, .lservices-header label {
  background: #fff; }

.lservices-content {
  position: absolute;
  top: -14px;
  width: 100%;
  background: #eee;
  border: 1px silver;
  overflow-y: scroll;
  height: 200px;
  padding: 0 5px;
  z-index: 12; }

.bk-addservices ul {
  list-style: none;
  min-width: 70%;
  margin-right: auto; }
  .bk-addservices ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    margin-bottom: 0; }

.tour-booking-inner {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 25px 30px 30px; }

.m-b20 {
  margin-bottom: 20px; }

.qtt-item-full {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .qtt-item-full.qtt-item label {
    top: auto;
    font-size: 1em;
    font-weight: 500; }

.qtt-label-wrap span {
  font-size: 10px;
  color: #9e9e9e; }

.total-coast span input {
  font-size: 19px; }

.total-cost-input {
  width: auto !important;
  border: none !important;
  background: none !important;
  height: auto;
  padding: 3px !important;
  text-align: left;
  margin-bottom: 0;
  max-width: 80%; }

.jscal-price {
  width: auto !important;
  border: none !important;
  background: none !important;
  height: auto;
  padding: 3px !important;
  text-align: left;
  margin-bottom: 0;
  max-width: 70%; }

.multiplication {
  padding: 0 5px; }

.cth-dropdown-warp {
  position: relative;
  margin-bottom: 20px; }

.tslots-empty,
.cth-dropdown-header {
  position: relative;
  border: 1px solid #e5e7f2;
  background: #f9f9f9;
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px;
  color: #7d93b2;
  min-height: 43px;
  cursor: pointer;
  font-weight: 600; }

.tslots-empty {
  margin-bottom: 10px; }
  .tslots-empty input {
    display: none; }

.cth-dropdown-header label {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.cth-dropdown-header:after {
  font-family: Font Awesome\ 5 Pro;
  content: "\f107";
  position: absolute;
  left: 20px;
  font-weight: 100;
  top: 50%;
  font-size: 16px;
  font-weight: 100;
  height: 10px;
  line-height: 10px;
  margin-top: -5px; }

.cth-dropdown-options {
  position: absolute;
  z-index: 5;
  background: #fff;
  border: 1px solid #eee;
  border-top-width: 0;
  padding: 10px;
  min-width: 100%;
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }
  .cth-dropdown-options .cth-dropdown-inner {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll; }
  .cth-dropdown-options input[type="checkbox"] {
    display: none; }
  .cth-dropdown-options .cth-dropdown-item {
    text-align: center;
    line-height: 1; }
    .cth-dropdown-options .cth-dropdown-item label {
      padding: 10px;
      margin-bottom: 5px;
      border-radius: 4px;
      background: #f9f9f9;
      cursor: pointer; }
      .cth-dropdown-options .cth-dropdown-item label:hover {
        background: #eee; }
    .cth-dropdown-options .cth-dropdown-item.lserv-dropdown label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .cth-dropdown-options input[type="checkbox"]:checked + label {
    color: #fff; }
  .cth-dropdown-options .cth-dropdown-item:last-child label {
    margin-bottom: 0; }
  .cth-dropdown-options .cth-dropdown-meta {
    display: block;
    font-size: 0.8em;
    margin-top: 3px; }
  .cth-dropdown-options .lserv-dropdown .cth-dropdown-meta {
    font-size: 1em;
    font-weight: 700;
    margin-top: 0; }

.cth-dropdown-warp.options-show .cth-dropdown-header:after {
  content: "\f106"; }

.cth-dropdown-warp.options-show .cth-dropdown-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.cth-dropdown-warp.options-show .cth-dropdown-options {
  display: block; }

.cth-dropdown-header .slot-selected {
  display: none; }

.cth-dropdown-warp.has-selected .cth-dropdown-header span {
  display: none; }

.cth-dropdown-warp.has-selected .cth-dropdown-header .slot-selected {
  display: block; }

.count-select-ser {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  left: 40px;
  font-size: 10px;
  font-weight: 100;
  text-align: center; }

.cth-daterange-picker .lfield-header {
  margin-bottom: 10px; }
  .cth-daterange-picker .lfield-header .lfield-label {
    margin-bottom: 0;
    cursor: pointer; }

.cth-daterange-picker .lfield-icon {
  top: 35px; }

.header-search-input-item .cth-daterange-picker .lfield-header {
  margin-bottom: 5px; }

.header-search-input-item .cth-daterange-picker .lfield-icon {
  top: 30px; }

.hero-section-map .cth-daterange-picker .lfield-header, .hero-section-wrap .cth-daterange-picker .lfield-header {
  margin-bottom: 0px; }

.hero-section-map .cth-daterange-picker .lfield-icon, .hero-section-wrap .cth-daterange-picker .lfield-icon {
  top: 14px; }

.hero-section-map .main-search-input-item.main-date-parent:before, .hero-section-map .azp_filter_date .main-search-input-item:before, .hero-section-wrap .main-search-input-item.main-date-parent:before, .hero-section-wrap .azp_filter_date .main-search-input-item:before {
  display: none; }

.hero-section-map .main-search-input-item input, .hero-section-wrap .main-search-input-item input {
  background: #fff; }

.list-search-header-form .cth-daterange-picker .lfield-header {
  margin-bottom: 0px; }

.list-search-header-form .cth-daterange-picker .lfield-icon {
  top: 14px; }

.list-search-header-form .cth-daterange-picker .lfield-label {
  color: #fff; }

.col-list-search-input-item .cth-daterange-picker .lfield-header {
  margin-bottom: 5px; }

.col-list-search-input-item .cth-daterange-picker .lfield-icon {
  top: 30px; }

.azp_filter_date .col-list-search-input-item:before {
  display: none; }

.tpicker-label {
  color: #878c9f;
  font-weight: 500;
  margin-bottom: 10px; }

.tpick-icon {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 1.077em; }
  .tpick-icon + .cth-input {
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    color: #666;
    min-height: 43px;
    margin-bottom: 10px;
    padding-right: 40px; }

.listing-booking-formxs .lbl-hasIcon i {
  top: 15px;
  right: 15px; }

.listing-booking-formxs input[type="text"] {
  min-height: 43px;
  padding-right: 40px;
  margin-bottom: 20px; }
  .listing-booking-formxs input[type="text"].jscal-price {
    margin-bottom: 0; }

.listing-booking-formxs .cth-time-picker input {
  margin-bottom: 0; }

.listing-booking-formxs .cth-date-picker-wrap,
.listing-booking-formxs textarea {
  margin-bottom: 20px; }

.listing-booking-formxs .cth-date-picker-wrap input {
  margin-bottom: 0; }

.lservices-qtts-label {
  font-weight: 700;
  margin-bottom: 10px; }

.lservices-qtts-item {
  margin-bottom: 10px; }

.lcheckout-title {
  margin-bottom: 50px; }
  .lcheckout-title h2 {
    font-size: 18px;
    font-weight: 500;
    color: #566985; }

.ck-progress-bar {
  margin-bottom: 30px;
  counter-reset: step;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  .ck-progress-bar li {
    color: #666;
    font-size: 0.923em;
    width: 33.333%;
    position: relative; }
    .ck-progress-bar li:after {
      content: '';
      position: absolute;
      bottom: 50%;
      width: 100%;
      margin-bottom: -2px;
      right: 0;
      height: 4px;
      border-radius: 4px;
      background: #e8e8e8;
      z-index: 1; }
    .ck-progress-bar li:before {
      content: '';
      position: absolute;
      bottom: 50%;
      margin-bottom: -2px;
      width: 0;
      right: 0;
      height: 4px;
      z-index: 2;
      -webkit-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
    .ck-progress-bar li.active:before {
      width: 100%; }
    .ck-progress-bar li span {
      background: #e2e2e2;
      width: 40px;
      height: 40px;
      line-height: 32px;
      color: #fff;
      border-radius: 100%;
      position: relative;
      z-index: 10;
      font-weight: 500;
      border: 4px solid #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s;
      -webkit-box-shadow: 0 2px 16px rgba(58, 87, 135, 0.15);
              box-shadow: 0 2px 16px rgba(58, 87, 135, 0.15);
      display: inline-block;
      text-align: center; }

.ck-progress-1 li {
  width: 100%; }

.ck-progress-2 li {
  width: 50%; }

.ck-progress-4 li {
  width: 25%; }

.ck-tab-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding: 18px 0px; }
  .ck-tab-title h3 {
    font-size: 1.154em;
    font-weight: 600;
    color: #566985;
    font-family: 'Nunito', sans-serif; }

.ck-form, .ck-form form {
  position: relative; }

.ck-form textarea, .ck-form input[type="text"], .ck-form input[type=email], .ck-form input[type=url], .ck-form input[type=password] {
  border: 1px solid #e5e7f2;
  background: #f9f9f9;
  width: 100%;
  padding: 13px 20px 13px 20px;
  border-radius: 4px;
  color: #7d93b2;
  font-size: 0.923em;
  -webkit-appearance: none;
  outline: none;
  overflow: hidden;
  margin-bottom: 20px; }
  .ck-form textarea::-webkit-input-placeholder, .ck-form input[type="text"]::-webkit-input-placeholder, .ck-form input[type=email]::-webkit-input-placeholder, .ck-form input[type=url]::-webkit-input-placeholder, .ck-form input[type=password]::-webkit-input-placeholder {
    color: #7d93b2;
    font-weight: 500;
    font-family: 'Roboto'; }
  .ck-form textarea:disabled, .ck-form textarea[readonly], .ck-form input[type="text"]:disabled, .ck-form input[type="text"][readonly], .ck-form input[type=email]:disabled, .ck-form input[type=email][readonly], .ck-form input[type=url]:disabled, .ck-form input[type=url][readonly], .ck-form input[type=password]:disabled, .ck-form input[type=password][readonly] {
    background: #e9ecef; }

.ck-form input[type="checkbox"] {
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 2px;
  color: #fff;
  background: #fff;
  -webkit-appearance: none; }
  .ck-form input[type="checkbox"]:checked:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00c";
    font-size: 0.923em;
    position: absolute;
    top: 0;
    right: 3px; }

.ck-form label {
  position: relative;
  width: 100%;
  color: #878C9F;
  font-weight: 500;
  margin-bottom: 10px; }
  .ck-form label i {
    padding-left: 12px;
    font-size: 1.077em;
    position: absolute;
    top: 46px;
    right: 16px; }
  .ck-form label.has-icon {
    z-index: 1; }
  .ck-form label.has-icon + .ck-validate-field input,
  .ck-form label.has-icon + input {
    padding-right: 40px; }

.ck-form .ck-form-terms label {
  color: #888DA0;
  font-weight: 600;
  width: auto;
  cursor: pointer; }

.ck-form .ck-form-terms input {
  margin-left: 10px; }

.action-button {
  padding: 12px 30px;
  color: #fff;
  font-size: 0.923em;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #eee;
  color: #fff;
  font-weight: 600;
  border-radius: 4px; }

.ck-fieldset-item:not(:first-of-type) {
  display: none; }

.hide-tabs .ck-fieldset-item {
  display: block; }

.bookiing-form-wrap {
  padding: 0 30px 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e7f2; }

.bookiing-form-wrap .list-single-main-item-title {
  padding: 18px 0px; }

.bookiing-form-wrap .list-single-main-item-title:before {
  display: none; }

.cart-details-wrap {
  margin-bottom: 20px; }

.cart-details-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  color: #566985;
  font-size: 1.077em; }
  .cart-details-header h3 {
    font-size: 1.230em; }

.booking-listing-address {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px; }
  .booking-listing-address i {
    margin-left: 5px; }

.cart-details {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e7f2; }

.cart-product-details {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cart-product-desc {
  width: 100%; }
  .cart-product-desc .subtitle {
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px; }

.cart-product-thumbnail {
  width: 30%; }
  .cart-product-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 4px; }
  .cart-product-thumbnail + .cart-product-desc {
    width: 70%;
    padding-right: 20px; }

.cart-product-title {
  font-weight: 600;
  font-size: 1em;
  padding-bottom: 2px;
  color: #566985; }

.cart-listi {
  list-style: none;
  margin: 0; }
  .cart-listi > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cart-listi > li.bk-checkinout {
      display: block; }
      .cart-listi > li.bk-checkinout .bkdates-dates {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .cart-listi > li.bk-checkinout .bkdates-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .cart-listi li {
    padding: 15px 20px;
    color: #7d93b2;
    font-size: 0.923em;
    border-bottom: 1px solid #eee;
    font-weight: 500; }
    .cart-listi li:last-child {
      border-bottom: 0; }
    .cart-listi li span strong {
      padding-right: 6px;
      color: #7d93b2; }

.cart-dtright {
  margin-right: auto; }

.cart-total {
  padding: 15px 20px;
  border-radius: 4px;
  overflow: hidden; }
  .cart-total:before, .cart-total:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%; }
  .cart-total:before {
    right: 20px;
    bottom: -20px;
    opacity: 0.1; }
  .cart-total:after {
    left: 70px;
    top: -10px;
    opacity: 0.2; }
  .cart-total span {
    color: #fff;
    font-size: 1.077em;
    font-weight: 500;
    position: relative;
    top: 2px; }
  .cart-total strong {
    font-size: 20px;
    font-weight: 400; }

.lcheckout_btn {
  float: left; }

i.i-for-loading {
  display: none; }

.loading i.i-for-loading {
  display: inline-block; }

.loading i.i-for-default {
  display: none; }

.payment-methods .payment-method-item {
  position: relative;
  margin-bottom: 30px; }

.payment-methods .payment-info {
  display: block;
  margin-right: 25px;
  height: 50px;
  vertical-align: middle; }

.payment-methods .payment-icon {
  max-width: 150px;
  height: auto;
  max-height: 50px; }

.payment-methods .payment-desc-wrap {
  position: relative;
  display: none;
  height: 0;
  -webkit-transition: height 2s, display 1s;
  -o-transition: height 2s, display 1s;
  transition: height 2s, display 1s; }

.payment-methods .payment-desc {
  display: block;
  border: 1px solid #eee;
  padding: 20px 15px;
  position: relative;
  border-radius: 4px;
  margin-top: 15px;
  background: #F7F9FB;
  color: #878C9F; }
  .payment-methods .payment-desc:empty {
    display: none; }
  .payment-methods .payment-desc:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 7px;
    border-color: transparent transparent #F7F9FB #F7F9FB;
    top: -6px;
    right: 30px;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
    -webkit-box-shadow: -1px 1px 0px #eee;
            box-shadow: -1px 1px 0px #eee; }

.payment-methods .payment-method-radio {
  position: absolute;
  top: 20px;
  right: 0; }
  .payment-methods .payment-method-radio:checked + .payment-desc-wrap {
    height: auto;
    display: block; }

.payment-methods .payment-title {
  display: inline-block;
  min-width: 150px;
  line-height: 50px; }

.ck-input-error {
  position: absolute;
  bottom: 100%;
  background: #F75C96;
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  margin-bottom: 7px;
  white-space: nowrap;
  right: 0;
  z-index: 2; }

.ck-validate-field {
  position: relative; }

.inp-error {
  border: 1px solid #F75C96 !important;
  background-color: #ffffd5 !important;
  color: #F75C96 !important; }

.next-form {
  float: left; }

.tr-sec {
  margin-bottom: 0; }

.ck-success-container {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ck-success-left {
  padding: 10px 70px 0 0;
  position: relative; }
  .ck-success-left i.decsth {
    color: #5ECFB1;
    position: absolute;
    font-size: 54px;
    right: 0;
    top: 0; }
  .ck-success-left h4 {
    font-size: 1.230em;
    font-weight: 700; }
  .ck-success-left p {
    color: #878C9F;
    font-size: 0.923em;
    line-height: 24px;
    padding-bottom: 10px; }

.ck-success-right {
  margin-right: auto; }
  .ck-success-right a {
    font-size: 0.923em;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px; }
    .ck-success-right a i {
      padding-left: 8px;
      font-size: 1.154em; }

.lcheckout-cart-empty {
  color: #566985;
  font-size: 24px; }

.go-edit-profile {
  display: block;
  text-align: left; }

.bkdates-details {
  padding-right: 30px;
  margin-top: 10px;
  font-size: 0.9em; }
  .bkdates-details .bkdates-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .bkdates-details .bkdates-date-detail {
    text-align: left; }
  .bkdates-details .bkdates-date-adult span, .bkdates-details .bkdates-date-children span, .bkdates-details .bkdates-date-infant span {
    margin-left: 30px;
    color: #666; }

ul.cart-listi li .bkdates-date-detail span {
  float: none; }

.cart-details ul.cart-listi li {
  font-weight: 500; }
  .cart-details ul.cart-listi li ul li {
    padding-left: 0; }

.cart-total strong {
  font-weight: 700; }

.coupon-warp.custom-form {
  padding: 15px 20px 15px;
  border-top: 1px solid #eee; }
  .coupon-warp.custom-form label[for="coupon_code"] {
    color: #7d93b2;
    font-size: 0.923em;
    margin-bottom: 10px; }
  .coupon-warp.custom-form input {
    margin-bottom: 0;
    padding: 10px 15px !important; }
  .coupon-warp.custom-form button {
    color: #fff;
    margin-top: 0;
    padding: 10px 15px;
    border-radius: 4px; }

.coupon-button {
  margin-right: auto; }

.cart-rooms {
  margin-right: auto; }

.bkchild-items {
  margin-top: 10px;
  margin-right: auto;
  min-width: 70%; }

.bkchild-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.bkchild-item-details {
  margin-right: auto; }

.bkchild-item-price {
  font-weight: 700; }

.withdrawal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.withdrawal-form-wrap {
  width: 60%; }

.account-balance-wrap {
  width: 35%;
  text-align: left; }

.withdrawal-form-title {
  text-align: center;
  margin-bottom: 15px; }

.account-balance-amount {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 15px; }

.usd-amount {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 20px; }

.withdrawal-wrap .payment-methods .payment-method-item {
  margin-bottom: 10px; }

.withdrawal-details label {
  margin-bottom: 10px; }

.withdrawal-input {
  margin-bottom: 15px; }

.withdraw-btn-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.withdrawal-error {
  color: #D8000C;
  margin-bottom: 15px; }

.withdrawal-note {
  text-align: left;
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 10px; }

.withdrawal-cancel {
  padding: 0;
  border: 0;
  border-radius: 2px;
  margin-top: 5px;
  cursor: pointer;
  opacity: 0.9;
  font-size: 12px; }
  .withdrawal-cancel:hover {
    opacity: 1; }

.dashboard-list-footer {
  margin-top: 30px; }

.view-earnings-btn {
  cursor: pointer; }

.dashboard-chat-app-header {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
  color: #fff; }
  .dashboard-chat-app-header h3 {
    font-size: 1.154em; }

.dashboard-chat-app-row {
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 560px;
  max-height: 760px; }

.dashboard-chat-app-box {
  width: 66.667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.chat-box {
  padding: 50px 30px 35px;
  height: calc(100% - 60px);
  overflow-x: hidden;
  overflow-y: scroll; }

.dashboard-chat-app-contacts {
  width: 33.333%;
  border-right: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.chat-contacts {
  width: 100%;
  overflow-y: scroll; }

.contact-item {
  width: 100%;
  position: relative;
  padding: 20px 30px 20px 20px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contact-item:after {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 0;
    z-index: 2;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .contact-item:last-child {
    border-bottom: none; }
  .contact-item.active {
    background: #ECF6F8; }
    .contact-item.active:after {
      height: 100%; }
  .contact-item:hover:after {
    height: 100%; }

.contact-avatar {
  width: 70px; }
  .contact-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100%; }

.contact-content {
  width: calc(100% - 70px);
  position: relative; }
  .contact-content .display_name {
    font-size: 0.923em;
    color: #666;
    padding-bottom: 4px; }

.contact-date {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 9px;
  color: #999; }

.contact-reply-text {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.923em;
  line-height: 19px;
  height: 18px;
  color: #888; }

.chat-reply {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.reply-avatar {
  width: 70px;
  margin-top: 20px; }
  .reply-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%; }
  .reply-avatar .display_name {
    font-size: 0.845em;
    color: #999;
    display: inline-block;
    margin-top: 6px;
    width: 100%;
    font-weight: 600; }

.reply-content {
  width: calc(100% - 70px); }

.reply-time {
  display: block;
  font-size: 0.845em;
  color: #999;
  margin-bottom: 11px; }
  .reply-time span {
    position: relative;
    padding-right: 10px; }

.reply-text {
  padding: 10px 20px 15px;
  background: #F5F6FA;
  border-radius: 10px 0 10px 10px;
  width: 100%;
  text-align: right;
  font-size: 0.845em;
  color: #878C9F;
  position: relative; }

.chat-reply-reply .reply-avatar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left; }

.chat-reply-reply .reply-text {
  border-radius: 0 10px 10px 10px; }

.chat-reply-reply .reply-time {
  text-align: left; }

.your-reply .reply-text {
  color: #fff; }

.message-input {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  height: 50px;
  padding-left: 60px;
  border-top: 1px solid #eee;
  background: #f9f9f9; }
  .message-input textarea {
    display: block;
    white-space: pre-wrap;
    width: 100%;
    border: none;
    background: #f9f9f9;
    font-size: 0.923em;
    padding: 17px 11px 13px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100px;
    resize: none; }
  .message-input button {
    position: absolute;
    left: 8px;
    width: 50px;
    height: 34px;
    background: #fff;
    border: 1px solid #eee !important;
    border-radius: 6px;
    font-size: 1.077em;
    top: 7px;
    z-index: 2;
    color: #fff;
    cursor: pointer; }

.dashboard-chat-app-box .message-input {
  margin-top: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 60px; }
  .dashboard-chat-app-box .message-input textarea {
    padding: 17px 11px 11px; }
  .dashboard-chat-app-box .message-input button {
    top: 11px; }

.dashboard-chat .dashboard-list-box {
  overflow: hidden; }

.chat-box-wrap {
  position: relative; }

.chat-replies-loading {
  background: #ECF6F8; }
  .chat-replies-loading:before, .chat-replies-loading:after {
    display: none; }

.loading-replies + .chat-replies-loading {
  display: block; }

.chat-replies-lmore {
  -webkit-animation: none;
          animation: none;
  text-align: center;
  width: 100%;
  background: transparent;
  border-radius: 0;
  margin: 0;
  margin-bottom: 30px; }
  .chat-replies-lmore span {
    display: inline-block;
    float: none; }
  .chat-replies-lmore:before, .chat-replies-lmore:after {
    display: none; }

.chat-error-message {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  padding: 10px;
  color: #ff0000;
  font-weight: 700;
  z-index: 3;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.jspVerticalBar {
  width: 5px;
  background: #ECF6F8; }

.jspPane {
  padding: 50px 30px 35px !important;
  max-width: 100%; }

.author-message-form .terms_wrap .filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .author-message-form .terms_wrap .filter-tags input {
    margin-bottom: 0; }

.author-message-error {
  color: #ff0000;
  display: none; }

.processing .author-message-error {
  display: block; }

.mini-chat-box .dashboard-chat-app-box {
  min-height: 310px;
  max-height: 410px; }

.mini-chat-box .message-input {
  border: 1px solid #eee;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }
  .mini-chat-box .message-input textarea {
    padding: 25px 20px 0 70px; }
  .mini-chat-box .message-input button {
    width: 60px;
    height: 35px;
    left: 5px; }

.mini-chat-box .chat-replies-loading {
  width: 100%; }

.no-replies {
  font-size: 1.230em;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .dashboard-chat-app-box {
    min-height: 310px;
    max-height: 410px; } }

.loading-indicator, .chat-replies-lmore, .chat-replies-loading, .typing-indicator {
  will-change: transform;
  width: auto;
  border-radius: 30px;
  padding: 10px;
  display: table;
  margin: 0 auto;
  margin-left: 0;
  position: relative;
  -webkit-animation: 2s bulge infinite ease-out;
          animation: 2s bulge infinite ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .loading-indicator::before, .loading-indicator::after, .chat-replies-lmore::before, .chat-replies-lmore::after, .chat-replies-loading::before, .chat-replies-loading::after, .typing-indicator::before, .typing-indicator::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 15px;
    width: 15px;
    border-radius: 50%; }
  .loading-indicator::after, .chat-replies-lmore::after, .chat-replies-loading::after, .typing-indicator::after {
    height: 8px;
    width: 8px;
    right: -9px;
    bottom: -9px; }
  .loading-indicator span, .chat-replies-lmore span, .chat-replies-loading span, .typing-indicator span {
    height: 10px;
    width: 10px;
    float: right;
    margin: 0 1px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    opacity: 0.4; }
    .loading-indicator span:nth-of-type(1), .chat-replies-lmore span:nth-of-type(1), .chat-replies-loading span:nth-of-type(1), .typing-indicator span:nth-of-type(1) {
      -webkit-animation: 1s blink infinite 0.3333s;
              animation: 1s blink infinite 0.3333s; }
    .loading-indicator span:nth-of-type(2), .chat-replies-lmore span:nth-of-type(2), .chat-replies-loading span:nth-of-type(2), .typing-indicator span:nth-of-type(2) {
      -webkit-animation: 1s blink infinite 0.6666s;
              animation: 1s blink infinite 0.6666s; }
    .loading-indicator span:nth-of-type(3), .chat-replies-lmore span:nth-of-type(3), .chat-replies-loading span:nth-of-type(3), .typing-indicator span:nth-of-type(3) {
      -webkit-animation: 1s blink infinite 0.9999s;
              animation: 1s blink infinite 0.9999s; }

@-webkit-keyframes blink {
  50% {
    opacity: 1; } }

@keyframes blink {
  50% {
    opacity: 1; } }

@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@keyframes bulge {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

.loading-indicator, .chat-replies-lmore {
  -webkit-animation: none;
          animation: none;
  text-align: center;
  width: 100%;
  background: transparent;
  border-radius: 0;
  margin: 0;
  margin-bottom: 30px; }
  .loading-indicator span, .chat-replies-lmore span {
    display: inline-block;
    float: none; }
  .loading-indicator:before, .loading-indicator:after, .chat-replies-lmore:before, .chat-replies-lmore:after {
    display: none; }

.loading-indicator {
  margin-top: 30px; }
  .loading-indicator span {
    width: 13px;
    height: 13px;
    margin: 3px; }

.reply-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 15px; }

.reply-card-thumbnail {
  border-radius: 8px;
  margin-left: 15px;
  max-width: 25%;
  height: auto; }

.reply-card-text {
  font-size: 16px;
  margin-bottom: 5px;
  color: #888; }

.qtt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .qtt-item label {
    width: auto;
    position: relative;
    top: 16px;
    padding-left: 10px;
    color: #878C9F;
    font-size: 10px;
    font-weight: 600; }
  .qtt-item .qtt-label-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .qtt-item .qtt-input {
    width: 65px; min-width: 65px; }
  .qtt-item .qtt-price {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.qtt-input {
    min-width: 65px;
  float: right;
  width: 65px;
  height: 42px;
  position: relative; }
  .qtt-input input {
    width: 100%;
    height: 42px;
    line-height: 1.65;
    float: right;
    padding: 0;
    margin: 0;
    padding-right: 10px;
    border: 1px solid #eee;
    border-radius: 0 4px 4px 0;
    margin-bottom: 0; }
    .qtt-input input:focus {
      outline: 0; }

.qtt-nav {
  position: absolute;
  height: 42px;
  left: 0;
  width: 20px;
  border-left: 1px solid #eee; }

.qtt-btn {
  background: #F7F9FB;
  position: absolute;
  left: 0;
  cursor: pointer;
  border-right: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.qtt-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee; }

.qtt-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  border-bottom: 1px solid #eee; }

.cth-tpick-wrapper {
  position: relative;
  width: 100%; }
  .cth-tpick-wrapper .cth-input {
    margin-bottom: 0;
    width: 100%; }

.cth-time-picker .cth-tpick-wrapper {
  margin-bottom: 20px; }

.cth-tpick-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  min-width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 5px;
  margin-top: 0px;
  -webkit-box-shadow: -1px 1px 0px 1px rgba(0, 0, 0, 0.05);
          box-shadow: -1px 1px 0px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: absolute;
  z-index: 10; }
  .cth-tpick-inner .qtt-input {
    height: 40px;
    width: 100%;
    min-width: 70px; }
    .cth-tpick-inner .qtt-input input {
      padding-left: 0;
      border-radius: 0;
      height: 40px;
      line-height: 40px; }
  .cth-tpick-inner .qtt-nav {
    height: 40px; }
  .cth-tpick-inner .qtt-btn {
    background: #fff; }
    .cth-tpick-inner .qtt-btn:hover {
      background: #eee; }
  .cth-tpick-inner .cth-tpick-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .cth-tpick-inner .cth-tpick-apm {
    width: 50px; }

.cth-tpick-apm {
  width: 50px; }
  .cth-tpick-apm button {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0;
    background: #fff;
    cursor: pointer; }
    .cth-tpick-apm button:hover {
      background: #eee; }

.cth-tpick-wrapper.tpicker-show .cth-tpick-inner {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0; }

.cth-tpick-wrapper.tpicker-show .cth-input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0; }

.rpfields-wrap .rpfields-child-3 .rpfields-child-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 32%;
          flex: 0 32%; }

.rpfields-wrap .rpfields-child-1 .rpfields-child-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 96%;
          flex: 0 96%; }

.rpfields-wrap .rpfields-child input {
  height: 40px;
  width: 100%; }

.btn.float-btn.preview-btn {
  margin: 0 auto 10px 0; }

.coupons-child-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .coupons-child-wrap .coupon-child {
    width: 32%; }
    .coupons-child-wrap .coupon-child label {
      margin-bottom: 5px; }
  .coupons-child-wrap .cth-dpick-label-val {
    border: 1px solid #eee;
    background: #f7f9fb;
    height: 40px;
    min-height: 0;
    padding-right: 10px; }

.services-child-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .services-child-wrap .service-child {
    width: 32%; }
    .services-child-wrap .service-child label {
      margin-bottom: 5px; }

.general-booking-inner .cth-daterange-picker .in-out-dates,
.rental-booking-inner .cth-daterange-picker .in-out-dates {
  padding-right: 40px; }

#admin-room-app .rpfields-wrap .rpfields-child input,
#admin-listing-app .rpfields-wrap .rpfields-child input,
#react-woo-app .rpfields-wrap .rpfields-child input {
  height: 40px; }

.wp-admin .qtt-input input {
  height: 40px !important; }

.render-add-field {
  display: none; }

.azp_container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 576px) {
    .azp_container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .azp_container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .azp_container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .azp_container {
      max-width: 1140px; } }

.azp_container-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.azp_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.no-gutters {
  margin-left: 0;
  margin-right: 0; }
  .no-gutters > .azp_col, .no-gutters > [class*="azp_col-"] {
    padding-left: 0;
    padding-right: 0; }

.azp_col,
.azp-col-100 {
  width: 100%; }

.azp_col_inner,
.azp-col-inner-100 {
  width: 100%; }

.azp_col {
  padding-right: 15px;
  padding-left: 15px; }

@media screen and (min-width: 1024px) {
  .azp-col-50 {
    width: 50%; }
  .azp-col-33 {
    width: 33.333%; }
  .azp-col-25 {
    width: 25%; }
  .azp-col-20 {
    width: 20%; }
  .azp-col-16 {
    width: 16.666%; }
  .azp-col-14 {
    width: 14.285%; }
  .azp-col-12 {
    width: 12.5%; }
  .azp-col-11 {
    width: 11.111%; }
  .azp-col-10 {
    width: 10%; }
  .azp-col-66 {
    width: 66.666%; }
  .azp-col-inner-50 {
    width: 50%; }
  .azp-col-inner-33 {
    width: 33.333%; }
  .azp-col-inner-25 {
    width: 25%; }
  .azp-col-inner-20 {
    width: 20%; }
  .azp-col-inner-16 {
    width: 16.666%; }
  .azp-col-inner-14 {
    width: 14.285%; }
  .azp-col-inner-12 {
    width: 12.5%; }
  .azp-col-inner-11 {
    width: 11.111%; }
  .azp-col-inner-10 {
    width: 10%; }
  .azp-col-inner-66 {
    width: 66.666%; } }

.azp_row_section-0-gap > .azp_container {
  padding-right: 0;
  padding-left: 0; }
  .azp_row_section-0-gap > .azp_container > .azp_row {
    margin-right: 0;
    margin-left: 0; }
    .azp_row_section-0-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 0;
      padding-left: 0; }

.azp_row_section-1-gap > .azp_container {
  padding-right: 1px;
  padding-left: 1px; }
  .azp_row_section-1-gap > .azp_container > .azp_row {
    margin-right: -1px;
    margin-left: -1px; }
    .azp_row_section-1-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 1px;
      padding-left: 1px; }

.azp_row_section-3-gap > .azp_container {
  padding-right: 3px;
  padding-left: 3px; }
  .azp_row_section-3-gap > .azp_container > .azp_row {
    margin-right: -3px;
    margin-left: -3px; }
    .azp_row_section-3-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 3px;
      padding-left: 3px; }

.azp_row_section-4-gap > .azp_container {
  padding-right: 4px;
  padding-left: 4px; }
  .azp_row_section-4-gap > .azp_container > .azp_row {
    margin-right: -4px;
    margin-left: -4px; }
    .azp_row_section-4-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 4px;
      padding-left: 4px; }

.azp_row_section-5-gap > .azp_container {
  padding-right: 5px;
  padding-left: 5px; }
  .azp_row_section-5-gap > .azp_container > .azp_row {
    margin-right: -5px;
    margin-left: -5px; }
    .azp_row_section-5-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 5px;
      padding-left: 5px; }

.azp_row_section-10-gap > .azp_container {
  padding-right: 10px;
  padding-left: 10px; }
  .azp_row_section-10-gap > .azp_container > .azp_row {
    margin-right: -10px;
    margin-left: -10px; }
    .azp_row_section-10-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 10px;
      padding-left: 10px; }

.azp_row_section-15-gap > .azp_container {
  padding-right: 15px;
  padding-left: 15px; }
  .azp_row_section-15-gap > .azp_container > .azp_row {
    margin-right: -15px;
    margin-left: -15px; }
    .azp_row_section-15-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 15px;
      padding-left: 15px; }

.azp_row_section-20-gap > .azp_container {
  padding-right: 20px;
  padding-left: 20px; }
  .azp_row_section-20-gap > .azp_container > .azp_row {
    margin-right: -20px;
    margin-left: -20px; }
    .azp_row_section-20-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 20px;
      padding-left: 20px; }

.azp_row_section-25-gap > .azp_container {
  padding-right: 25px;
  padding-left: 25px; }
  .azp_row_section-25-gap > .azp_container > .azp_row {
    margin-right: -25px;
    margin-left: -25px; }
    .azp_row_section-25-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 25px;
      padding-left: 25px; }

.azp_row_section-30-gap > .azp_container {
  padding-right: 30px;
  padding-left: 30px; }
  .azp_row_section-30-gap > .azp_container > .azp_row {
    margin-right: -30px;
    margin-left: -30px; }
    .azp_row_section-30-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 30px;
      padding-left: 30px; }

.azp_row_section-35-gap > .azp_container {
  padding-right: 35px;
  padding-left: 35px; }
  .azp_row_section-35-gap > .azp_container > .azp_row {
    margin-right: -35px;
    margin-left: -35px; }
    .azp_row_section-35-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 35px;
      padding-left: 35px; }

.azp_row_section-40-gap > .azp_container {
  padding-right: 40px;
  padding-left: 40px; }
  .azp_row_section-40-gap > .azp_container > .azp_row {
    margin-right: -40px;
    margin-left: -40px; }
    .azp_row_section-40-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 40px;
      padding-left: 40px; }

.azp_row_section-45-gap > .azp_container {
  padding-right: 45px;
  padding-left: 45px; }
  .azp_row_section-45-gap > .azp_container > .azp_row {
    margin-right: -45px;
    margin-left: -45px; }
    .azp_row_section-45-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 45px;
      padding-left: 45px; }

.azp_row_section-50-gap > .azp_container {
  padding-right: 50px;
  padding-left: 50px; }
  .azp_row_section-50-gap > .azp_container > .azp_row {
    margin-right: -50px;
    margin-left: -50px; }
    .azp_row_section-50-gap > .azp_container > .azp_row > .azp_col {
      padding-right: 50px;
      padding-left: 50px; }

.rpfields-wrap .rpfields-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }
  .rpfields-wrap .rpfields-child > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 45%;
            flex: 0 45%; }
  .rpfields-wrap .rpfields-child .rpfields-child-item {
    margin: 0 10px; }
    .rpfields-wrap .rpfields-child .rpfields-child-item:first-child {
      margin-right: 0; }
    .rpfields-wrap .rpfields-child .rpfields-child-item input {
      margin: 0; }
  .rpfields-wrap .rpfields-child textarea, .rpfields-wrap .rpfields-child select, .rpfields-wrap .rpfields-child input {
    width: 100%;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    color: #7d93b2; }
  .rpfields-wrap .rpfields-child select {
    height: 40px;
    line-height: 40px; }
  .rpfields-wrap .rpfields-child input {
    height: 40px; }
    .rpfields-wrap .rpfields-child input:first-child {
      margin-right: 0; }
  .rpfields-wrap .rpfields-child .rpfields-child-item-button {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px; }
    .rpfields-wrap .rpfields-child .rpfields-child-item-button button {
      width: 100%; }
  .rpfields-wrap .rpfields-child .rpfields-child-item-button button,
  .rpfields-wrap .rpfields-child > button {
    border: 0;
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    padding: 0;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    margin-top: 0; }
    .rpfields-wrap .rpfields-child .rpfields-child-item-button button:after,
    .rpfields-wrap .rpfields-child > button:after {
      display: none; }
    .rpfields-wrap .rpfields-child .rpfields-child-item-button button span,
    .rpfields-wrap .rpfields-child > button span {
      font-size: 1.154em;
      height: auto;
      width: auto; }

.rpfields-wrap .btn i {
  left: 0px;
  top: 0;
  position: relative;
  line-height: 1;
  border-right: 0;
  width: auto;
  height: auto; }

.rpfields-wrap .rmrpfield {
  background: #EA4D37;
  color: #fff;
  bottom: 1px; }
  .rpfields-wrap .rmrpfield:hover {
    background: #2C3B5A; }

.rpfields-wrap + .addrpfield {
  color: #fff;
  margin-top: 0;
  border-radius: 4px;
  background: #429ddb;
  border: 0px;
  cursor: pointer; }
  .rpfields-wrap + .addrpfield:hover {
    background: #2C3B5A; }

.submit-field-facts .rpfields-wrap .rpfields .rpfields-child .rpfields-child-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 30%;
          flex: 0 30%; }

.submit-field-facts .rpfields-wrap .rpfields .rpfields-child .rpfields-child-item-button {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px; }

.tag-input-ul {
  list-style: none;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 6px;
  margin: 0; }

.lfield-content.hasIcon .tag-input-ul {
  padding-right: 45px; }

.tag-input-li {
  display: inline-block;
  padding: 2px 10px;
  cursor: pointer;
  margin-left: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #dcddde;
  margin-bottom: 0; }
  .tag-input-li span {
    color: #8a8a8a;
    font-size: 1.077em; }

.tag-input-input {
  outline: none;
  border: none;
  padding: 5px; }

.submit-field .tag-input-ul {
  background: #f7f9fb; }

.submit-field-taginput .submit-field .lfield-icon {
  top: 45px; }

/*-------------Ajax modal---------------------------------------*/
.ajax-modal-container {
  position: fixed;
  top: 0;
  left: -550px;
  width: 550px;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  background: #fff; }

.admin-bar .ajax-modal-container {
  padding-top: 35px; }

#ajax-modal {
  overflow: hidden;
  background: #fff;
  height: 100%; }

.ajax-modal-item {
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }

.ajax-modal-wrap {
  opacity: 0; }

.ajax-modal-media {
  border-radius: 0 20px 0 0; }
  .ajax-modal-media img {
    width: 100%;
    height: auto; }

.ajax-modal-details {
  padding: 30px 45px;
  margin-top: 20px; }
  .ajax-modal-details h3 {
    color: #334e6f;
    padding-bottom: 26px;
    font-size: 16px;
    font-weight: 700; }

.ajax-modal-details-box {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }
  .ajax-modal-details-box h3 {
    color: #334e6f;
    padding-bottom: 26px;
    font-size: 16px;
    font-weight: 700; }

.ajax-modal-title {
  color: #fff;
  padding: 20px 0 25px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }

.ajax-modal-photos-btn {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 5;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  background: #18458B;
  font-size: 11px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2); }
  .ajax-modal-photos-btn span {
    padding: 0 4px; }

.ajax-modal-list {
  border-bottom: 1px solid #eee;
  background: #f9f9f9; }
  .ajax-modal-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    text-align: center;
    list-style: none; }
  .ajax-modal-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 0;
    border-right: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .ajax-modal-list li h5 {
      font-size: 11px;
      color: #999; }
      .ajax-modal-list li h5 span {
        color: #666;
        padding-right: 4px; }
    .ajax-modal-list li i {
      font-size: 28px;
      padding-bottom: 10px; }

.ajax-modal-list li:first-child {
  border: none; }

.ajax-modal-close {
  position: absolute;
  right: 40px;
  width: 40px;
  height: 40px;
  top: 25px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  z-index: 20;
  background: #18458B;
  border-radius: 6px;
  cursor: pointer;
  text-align: center; }

.ajax-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  display: none;
  z-index: 118;
  -webkit-transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.41); }

.ajax-loader {
  z-index: 100; }

.ajax-loader {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid;
  border-radius: 100%;
  margin: -20px -20px 0 0;
  border-color: #3aaced; }

.ajax-loader-cirle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: loadRSpin 1000ms linear infinite;
          animation: loadRSpin 1000ms linear infinite; }

.ajax-loader-cirle:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 4px;
  border-radius: 4px;
  background: #f9b90f;
  right: 50%;
  top: 50%;
  margin: -2px -12px 0 0; }

@-webkit-keyframes loadRSpin {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes loadRSpin {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.single-listing .ajax-modal-wrap .azp_container {
  width: 100%; }

.azp_rcontent {
  padding: 30px 45px 0 45px;
  margin-top: 20px; }

.azp_sroom_calendar,
.azp_rfeatures {
  padding: 0 45px; }

.ravaical-min-nights {
  margin-top: 10px; }

.lroom-features ul {
  list-style: none;
  margin: 0; }

.listing-features.lroom-features {
  margin-bottom: 0; }
  .listing-features.lroom-features li {
    padding-right: 0;
    width: 33.33%;
    margin-left: 0; }
    .listing-features.lroom-features li i {
      margin-left: 10px; }

.ajax-modal-item-inner .azp_row_section-15-gap > .azp_container > .azp_row > .azp_col.azp-col-100 {
  padding-right: 0;
  padding-left: 0; }

.box-widget.opening-hours .current-status {
  display: block;
  margin-bottom: 20px; }
  .box-widget.opening-hours .current-status .listing-timezone {
    font-size: 70%; }

.submit-fields-wrap .submit-field select.listing-cat-multi {
  height: auto;
  overflow: scroll; }

.btn.view-invoice-btn {
  padding: 7px 15px; }

.ctour-ticket-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.lstreet-view {
  height: 400px; }

.townhub-tweet {
  text-align: right; }
  .townhub-tweet ul {
    list-style: none;
    margin: 0; }
    .townhub-tweet ul li {
      margin-bottom: 30px; }
  .townhub-tweet a {
    color: #fff; }
  .townhub-tweet .user {
    display: none;
    margin-bottom: 10px; }
    .townhub-tweet .user a img {
      border-radius: 100%; }
    .townhub-tweet .user a + a {
      margin-right: 10px; }
  .townhub-tweet p.tweet {
    font-size: 0.845em;
    color: #fff;
    padding: 20px 22px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative; }
    .townhub-tweet p.tweet:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: -2;
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.071); }
    .townhub-tweet p.tweet:after {
      font-family: Font Awesome\ 5 Brands;
      content: "\f099";
      position: absolute;
      bottom: 10px;
      left: 12px;
      color: #fff;
      opacity: 0.2;
      font-size: 24px;
      z-index: -1; }
  .townhub-tweet .timePosted a {
    color: #ccc;
    position: relative;
    padding-right: 20px;
    display: inline-block; }
    .townhub-tweet .timePosted a:before {
      font-family: Font Awesome\ 5 Pro;
      content: "\f017";
      position: absolute;
      top: 0;
      right: 0;
      color: #ccc;
      opacity: 0.7;
      font-size: 1.077em; }
    .townhub-tweet .timePosted a:after {
      top: -10px;
      right: 22px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .townhub-tweet .timePosted a:after {
      border-color: transparent;
      border-top-color: rgba(255, 255, 255, 0.071);
      border-width: 7px;
      margin-right: 7px; }
  .townhub-tweet p.interact {
    display: none; }
    .townhub-tweet p.interact a {
      margin-left: 10px;
      color: #999; }

.townhub-instafeed-ul {
  margin-right: -5px;
  margin-left: -5px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .townhub-instafeed-ul li {
    width: 33.33%;
    padding: 5px;
    overflow: hidden; }
    .townhub-instafeed-ul li img {
      width: 100%;
      height: auto;
      border-radius: 6px; }
    .townhub-instafeed-ul li a {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .townhub-instafeed-ul li a:hover {
        opacity: 0.6; }

/* for selectbox */
.selectbox ul {
  list-style: none; }

select {
  height: 2.5rem;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0.375rem;
  max-width: 100%; }

select:disabled {
  background: #f9f9f9; }

label {
  display: block; }

label[for] {
  cursor: pointer; }

.grid-cols-1 li {
  width: 100%; }

.grid-cols-2 li {
  width: 50%; }

.grid-cols-4 li {
  width: 25%; }

.grid-cols-5 li {
  width: 20%; }

.w100 {
  width: 100%; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

@media (max-width: 1024px) {
  .submit-widgets-wrap {
    display: block; }
    .submit-widgets-wrap .act-widget {
      display: block;
      margin-left: 0 !important; } }

@media (max-width: 768px) {
  .listsearch-advance-inputs {
    display: block; }
    .listsearch-advance-inputs .listsearch-input-item {
      display: block;
      margin-left: 0 !important; }
  .listing-search-sidebar .listsearch-advance-inputs {
    display: block; }
    .listing-search-sidebar .listsearch-advance-inputs .listsearch-input-item {
      display: block;
      margin-left: 0 !important; } }

#lg-actual-size {
  display: none; }

.listing-similar-posts {
  padding: 0; }

.lcat-card-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }
