body.preloader-site {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.app-loading,
#app-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 1; }

#app-loading {
  position: fixed;
  background: white;
  z-index: 1000; }

.spinner {
  height: 50px;
  width: 50px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  .spinner .path {
    stroke-dasharray: 1, 100;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #23c6c6; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }
.main-menu ul > li .dropdown-menu > li.menu-item-has-children > a:after {
  color: #23c6c6;
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  right: 0; }

.btn.cly_btn, .btn.ta_btn, .btn.ta_btn_notify_ajax {
  background: #23c6c6;
  color: #fff;
  border: 1px solid #23c6c6;
  font-size: 20px;
  border-radius: 4px;
  transition: all .3s;
  display: block;
  max-width: 200px;
  width: 100%;
  text-transform: inherit;
  box-shadow: 4px 4px 10px 0 #96a4ad;
  float: right;
  margin-top: 3vmin !important;
  padding: 15px;
  outline: none !important; }
  .btn.cly_btn:hover, .btn.ta_btn:hover, .btn.ta_btn_notify_ajax:hover, .btn.cly_btn:focus, .btn.ta_btn:focus, .btn.ta_btn_notify_ajax:focus {
    outline: none !important;
    background: #fff;
    color: #23c6c6 !important;
    border: 1px solid #23c6c6 !important;
    box-shadow: 4px 4px 10px 0 rgba(150, 164, 173, 0.5);
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer; }

.cly-title {
  font-size: 24px;
  color: #1a3547;
  line-height: 30px;
  text-align: left;
  letter-spacing: .5px;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 600; }

.cly_icon {
  display: block;
  margin: 0 auto; }

.cly_container p {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1a3547;
  line-height: 24px; }
.cly_container .form-tooltip, .cly_container .form-error-msg {
  font-family: 'ProximaNovaT', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #1a3547;
  line-height: 24px;
  padding: .5vmin 3vmin;
  display: inline-block;
  letter-spacing: .5px; }
.cly_container .form-error-msg {
  transition: all .3s;
  opacity: 0;
  color: #f15766; }
  .cly_container .form-error-msg.show {
    opacity: 1;
    display: inline-flex !important; }

.cly-text-from {
  width: 100%;
  border-radius: 3px;
  padding: 2.5vmin 3vmin;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1a3547;
  line-height: 24px;
  transition: all .3s;
  margin-top: 2vmin; }
  .cly-text-from:focus {
    box-shadow: -3px 4px 15px rgba(150, 164, 173, 0.3);
    outline: none; }

.cly_labels ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  list-style: none;
  margin-top: 2vmin; }
  .cly_labels ul li {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1a3547;
    line-height: 24px;
    letter-spacing: 1px;
    box-shadow: -3px 4px 15px rgba(150, 164, 173, 0.3);
    border: 1px solid #96A4AD;
    border-radius: 10px;
    text-align: center;
    padding: 1.5vmin 2vmin;
    margin-right: 2vmin;
    margin-bottom: 2vmin; }

.cly_labels_containers {
  transition: all .3s;
  opacity: 0; }
  .cly_labels_containers.show {
    display: flex !important;
    opacity: 1; }

/* TripAdvisor Reviews */
.ta-btn-wrpa {
  display: flex;
  align-items: center;
  justify-content: center; }

.load-btn {
  display: block;
  position: relative; }
  .load-btn .app-loading {
    left: 15px;
    top: 10px; }

.ta_ajax_posts {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 660px;
  padding-left: 15px; }
  .ta_ajax_posts::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: transparent; }
  .ta_ajax_posts::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(26, 53, 71, 0.1); }
  .ta_ajax_posts::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background: #23c6c6; }

.btn.ta_btn, .btn.ta_btn_notify_ajax {
  background: #fff;
  color: #23c6c6 !important;
  border: 1px solid #23c6c6 !important; }
  .btn.ta_btn:hover, .btn.ta_btn_notify_ajax:hover, .btn.ta_btn:focus, .btn.ta_btn_notify_ajax:focus {
    background: #23c6c6;
    color: #fff !important; }
  .btn.ta_btn.no-active, .btn.no-active.ta_btn_notify_ajax {
    pointer-events: none;
    opacity: 0.5; }

.btn.ta_btn_notify_ajax {
  border: 1px solid rgba(26, 53, 71, 0.4) !important;
  max-width: inherit;
  font-size: 12px;
  line-height: 14px;
  box-shadow: none;
  width: auto;
  color: #1a3547 !important;
  display: flex;
  align-items: center;
  float: left;
  padding: 7px 15px;
  margin-top: 5px !important; }
  .btn.ta_btn_notify_ajax img {
    margin-right: 10px; }
  .btn.ta_btn_notify_ajax:hover, .btn.ta_btn_notify_ajax:focus {
    background: rgba(26, 53, 71, 0);
    border: 1px solid rgba(26, 53, 71, 0.6) !important;
    color: #1a3547 !important;
    font-size: 12px;
    line-height: 14px; }

.ta-post {
  font-family: "ProximaNova", sans-serif;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .ta-post:not(:last-child) {
    border-bottom: 1px solid rgba(26, 53, 71, 0.2); }
  .ta-post:before, .ta-post:after {
    display: table;
    clear: both; }
  .ta-post .ta-header {
    width: 25%;
    float: left;
    padding-right: 15px; }
    .ta-post .ta-header > img {
      display: block;
      margin: 0 auto;
      border-radius: 50%;
      margin-bottom: 10px; }
  .ta-post .ta-body {
    width: 75%;
    float: left; }
    .ta-post .ta-body.ta-header-empty {
      width: 100%; }

.header-text {
  text-align: center; }
  .header-text .ta-name,
  .header-text .ta-place {
    display: inline-block;
    margin-bottom: 0; }

.ta-name,
.ta-place {
  font-size: 12px;
  line-height: 14px;
  color: #1a3547; }

.ta-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .ta-data .data-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #00a680;
    font-size: 12px;
    line-height: 14px; }
    .ta-data .data-item:not(:last-child) {
      margin-right: 15px; }
    .ta-data .data-item img {
      margin-right: 5px;
      max-width: 14px;
      height: auto; }

.ta-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px; }
  .ta-meta .meta-text {
    margin-left: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #1a3547; }

.ta-content .ta-title {
  font-size: 14px;
  line-height: 16px;
  color: #1a3547;
  font-weight: 600;
  margin-bottom: 10px; }
.ta-content .content {
  margin-bottom: 10px; }
  .ta-content .content p {
    font-size: 14px;
    line-height: 16px;
    color: #1a3547;
    margin-bottom: 0;
    max-height: 65px;
    overflow: hidden; }
    .ta-content .content p.show {
      max-height: inherit; }
  .ta-content .content.is_coped p {
    color: #a2a2a2; }

.ta-more {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #3090bf;
  float: right; }

/*# sourceMappingURL=classify-style.css.map */
