﻿/*!
Theme Name: Baimai
Author: Baimai Studio
Author URI: http://baimaistudio.com
Version:	0.21.33
*/
.sidebar {
  border-top: 1px solid #eee;
  padding: 40px 0;
}
.sidebar ul li {
  border-bottom: none;
  padding: 8px 0;
}
.sidebar a {
  color: inherit;
  transition: all 0.2s ease;
}
.sidebar a:hover {
  opacity: 0.8;
}
.sidebar .widget_subpages > ul li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.sidebar .widget_subpages > ul li:last-child {
  border: none;
}
.sidebar .widget_subpages > ul li:first-child {
  padding-top: 0;
}
.sidebar .widget_subpages > ul ul {
  padding: 12px 0;
}
.sidebar .widget_subpages > ul ul li {
  border: none;
  padding: 0 0 0 20px;
  position: relative;
}
.sidebar .widget_subpages > ul ul li:before {
  content: "";
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: 2px;
  top: 11px;
}
@media (min-width: 992px) {
  .sidebar {
    display: block;
    margin: 0 0 0 20px;
    border: none;
    background: transparent;
    padding: 0;
  }
  .sidebar.sidebar-left {
    margin: 0 30px 0 0;
  }
  .sidebar.sidebar-left.shadowed {
    padding: 0 40px 0 0;
    position: relative;
    overflow: hidden;
    margin: 0 12px 0 0;
  }
  .sidebar.sidebar-left.shadowed:after {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 40px);
    right: 0;
    left: auto;
    top: 20px;
    box-shadow: 0 0 30px 0 #000;
    width: 1px;
  }
  .sidebar.shadowed {
    padding: 0 0 0 40px;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 12px;
  }
  .sidebar.shadowed:after {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 40px);
    left: 0;
    top: 20px;
    box-shadow: 0 0 30px 0 #000;
    width: 1px;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    margin: 0 0 0 30px;
  }
  .sidebar.sidebar-left {
    margin: 0 30px 0 0;
  }
}
.sidebar-column {
  background: #fff;
}
.footer-main {
  text-align: center;
}
.footer-main.element-light {
  color: #fff;
}
.footer-main .pre-footer {
  padding: 30px 0;
}
.footer-main .main-footer {
  padding: 40px;
  margin: 0 auto;
}
.footer-main .main-footer:after {
  content: "";
  display: table;
  clear: both;
}
.footer-main .main-footer ul a {
  color: inherit;
}
.footer-main .main-footer .row > div {
  margin: 0 0 40px 0;
}
.footer-main .main-footer .row > div:last-child {
  margin-left: auto;
}
.footer-main .post-footer-inner {
  padding: 40px 0;
}
.footer-main .post-footer-inner:after {
  content: "";
  display: table;
  clear: both;
}
.footer-main .widget .widget-title {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 25px 0;
}
.footer-main .widget ul li {
  padding: 0;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .footer-main {
    text-align: left;
  }
  .footer-main .main-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-main .main-footer .column {
    margin: 0;
  }
  .footer-main .main-footer .row > div {
    margin: 0;
  }
}
.copyright-main {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.baimai-credit {
  opacity: 0.6;
  margin: 0 0 0 8px;
  display: block;
}
@media (min-width: 576px) {
  .baimai-credit {
    display: inline;
  }
}
.baimai-credit a,
.baimai-credit a:hover {
  color: inherit;
}
.widget {
  margin: 0 0 60px 0;
}
.widget:last-child {
  margin: 0;
}
.widget .widget-title {
  font-size: 22px;
  margin: 0 0 20px 0;
}
.widget iframe {
  max-width: 100%;
  height: auto !important;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  padding: 6px 0;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li:last-child {
  border: none;
}
.widget.widget_recent_entries li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.widget_recent_entries li:last-child {
  border: none;
}
.widget.widget_recent_entries .post-date {
  opacity: 0.5;
  display: block;
  font-size: 15px;
}
.meta-table {
  margin: 0 0 30px 0;
}
.meta-table td:first-child {
  white-space: nowrap;
}
.meta-table i {
  margin: 0 5px 0 0;
}
.addthis_native_toolbox {
  border: 1px solid #eee;
  background: #fafafa;
  padding: 10px 10px 5px;
  border-radius: 3px;
  margin: 0 0 30px 0;
}
.icon-box {
  margin: 0 0 60px 0;
  text-align: center;
}
.icon-box h3 {
  margin: 0 0 10px 0;
}
.icon-box i {
  font-size: 55px;
  margin: 0 auto 24px;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
}
.icon-box a.link-icon {
  color: #444;
}
.icon-box p {
  opacity: 0.8;
}
.icon-box p:last-child {
  margin: 0;
}
.icon-box.style-icon-left {
  text-align: left;
  padding: 0 0 0 70px;
  position: relative;
}
.icon-box.style-icon-left h3 {
  font-size: 20px;
  margin: 0;
}
.icon-box.style-icon-left h4 {
  font-size: 17px;
  margin: 0;
}
.icon-box.style-icon-left i {
  font-size: 28px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.icon-box.style-icon-left .content {
  top: 6px;
  position: relative;
}
.image-box {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}
.image-box img {
  margin: 0 0 16px 0;
}
.image-box h3 {
  font-size: 22px;
  line-height: 1.5em;
  margin: 0 0 10px 0;
  padding: 0 20px;
}
.image-box p {
  padding: 0 20px;
  opacity: 0.8;
}
.post-box-wrap.card {
  margin: -20px;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .post-box-wrap.card.cols3 .post-box-spacer {
    width: 33.3333%;
  }
}
.post-box-wrap.card .post-box-spacer {
  padding: 20px;
}
@media (min-width: 768px) {
  .post-box-wrap.card .post-box-spacer {
    width: 50%;
  }
}
.post-box-wrap.list .post-box-spacer {
  border-bottom: 1px solid #eee;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.post-box-wrap.list .post-box-spacer:last-child {
  border: none;
  margin: 0;
}
.post-box-wrap.list .post-box {
  margin: 0;
}
.post-box-wrap.list .post-head .post-title-text {
  color: inherit;
}
.post-box-wrap.list .post-head h2 {
  margin: 0 0 5px 0;
  font-size: 18px;
}
.post-box-spacer:last-child .post-box {
  margin-bottom: 0 !important;
}
.post-box {
  text-align: left;
  position: relative;
  margin: 0 0 40px 0;
}
.post-box .bm-panel-wrap {
  padding: 0;
}
.post-box .bm-thumb {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
}
.post-box .bm-thumb img {
  width: 100%;
}
.post-box .post-meta {
  opacity: 0.5;
  padding: 0;
  font-size: 15px;
  margin: 0;
}
.post-box .post-meta li {
  display: inline-block;
  margin: 0;
}
.post-box .post-meta li:last-child {
  display: none;
}
.post-box .post-meta li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  margin: 0 10px 2px 5px;
}
.post-box .post-meta li:first-child:before {
  display: none;
}
@media (min-width: 768px) {
  .post-box .post-meta li:last-child {
    display: inline-block;
  }
}
.post-box .post-meta i {
  margin: 0 0px 0 0;
}
.post-box .post-meta span {
  margin: 0 3px;
  opacity: 0.25;
}
.post-box .post-meta a {
  color: #444;
}
.post-box .post-title {
  background: #fff;
}
.post-box .post-title .seed-social {
  margin: 20px 0 0 0;
}
.post-box .bm-excerpt {
  margin: 15px 0 0 0;
  opacity: 0.75;
}
.post-box .bm-excerpt p {
  margin: 0;
}
.post-box .post-content {
  margin: 0;
  background: #fff;
  padding: 20px 20px 0;
}
.post-box .post-content .seed-social {
  display: none;
}
.post-box.card {
  background: #fff;
  height: 100%;
  margin: 0;
  box-shadow: 0 10px 30px 0 rgba(67, 80, 98, 0.08),
    0 2px 4px 0 rgba(67, 80, 98, 0.08);
  display: flex;
  flex-flow: column;
}
.post-box.card .post-head {
  background: #fff;
}
.post-box.card .post-title {
  padding: 15px 20px;
  flex-grow: 2;
  justify-content: space-between;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}
.post-box.card .post-title h1,
.post-box.card .post-title h2 {
  margin: 0;
  font-size: 18px;
}
.post-box.card .post-title .post-title {
  background: none;
}
.post-box.card .bm-excerpt {
  display: none;
}
.post-box.thumb-top {
  margin: 0 0 50px 0;
}
.post-box.thumb-top .bm-thumb {
  margin-bottom: 20px;
}
.post-box.thumb-top .bm-thumb.dummy {
  height: 150px;
}
.post-box.thumb-top .post-title {
  padding: 0 25px 20px;
}
.post-box.thumb-top .post-title h1,
.post-box.thumb-top .post-title h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
.post-box.thumb-top .post-meta {
  margin: 5px 0 0 0;
}
@media (min-width: 768px) {
  .post-box.thumb-top .post-title h1,
  .post-box.thumb-top .post-title h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .post-box.thumb-top {
    margin: 0 0 70px 0;
  }
  .post-box.thumb-top .attachment-post-thumbnail {
    width: 100%;
  }
  .post-box.thumb-top .bm-excerpt {
    margin: 15px 0 0 0;
  }
  .post-box.thumb-top .post-title h1,
  .post-box.thumb-top .post-title h2 {
    font-size: 24px;
  }
}
.post-box.post-password-required .seed-social,
.post-box.post-password-protected .seed-social {
  display: none;
}
.bm-content .page-title {
  margin: 0 0 30px 0;
}
.bm-content .page-title h1,
.bm-content .page-title h2 {
  margin: 0;
}
.bm-content .page-title .container {
  padding: 0;
}
.bm-content h4,
.siteorigin-widget-tinymce h4,
.bm-accordion-content h4,
.bm-rtf h4 {
  font-size: 20px;
  line-height: 1.5em;
  margin: 45px 0 25px 0;
}
.bm-content h3,
.siteorigin-widget-tinymce h3,
.bm-accordion-content h3,
.bm-rtf h3 {
  font-size: 22px;
  line-height: 1.5em;
  margin: 45px 0 25px 0;
}
.bm-content h2,
.siteorigin-widget-tinymce h2,
.bm-accordion-content h2,
.bm-rtf h2 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 45px 0 25px 0;
}
.bm-content h1,
.siteorigin-widget-tinymce h1,
.bm-accordion-content h1,
.bm-rtf h1 {
  font-size: 26px;
  line-height: 1.3em;
  margin: 0;
}
.bm-content h2,
.bm-content h3,
.siteorigin-widget-tinymce h2,
.siteorigin-widget-tinymce h3,
.bm-accordion-content h2,
.bm-accordion-content h3,
.bm-rtf h2,
.bm-rtf h3 {
  clear: both;
}
.bm-content p,
.siteorigin-widget-tinymce p,
.bm-accordion-content p,
.bm-rtf p {
  margin: 0 0 25px 0;
}
.bm-content > ul:not([class]),
.siteorigin-widget-tinymce > ul:not([class]),
.bm-accordion-content > ul:not([class]),
.bm-rtf > ul:not([class]) {
  padding: 0;
  list-style: none;
  margin: 25px 0;
}
.bm-content > ul:not([class]) li,
.siteorigin-widget-tinymce > ul:not([class]) li,
.bm-accordion-content > ul:not([class]) li,
.bm-rtf > ul:not([class]) li {
  padding-left: 22px;
  position: relative;
  margin: 0 0 10px 0;
}
.bm-content > ul:not([class]) li:before,
.siteorigin-widget-tinymce > ul:not([class]) li:before,
.bm-accordion-content > ul:not([class]) li:before,
.bm-rtf > ul:not([class]) li:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.bm-content > ol,
.siteorigin-widget-tinymce > ol,
.bm-accordion-content > ol,
.bm-rtf > ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.bm-content > ol > li,
.siteorigin-widget-tinymce > ol > li,
.bm-accordion-content > ol > li,
.bm-rtf > ol > li {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}
.bm-content > ol > li:before,
.siteorigin-widget-tinymce > ol > li:before,
.bm-accordion-content > ol > li:before,
.bm-rtf > ol > li:before {
  content: counter(li);
  counter-increment: li;
  display: block;
  width: 24px;
  height: 24px;
  background: #00a0d5;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 100%;
  line-height: 24px;
  font-size: 15px;
}
.bm-content > ol .wp-caption,
.siteorigin-widget-tinymce > ol .wp-caption,
.bm-accordion-content > ol .wp-caption,
.bm-rtf > ol .wp-caption {
  margin: 25px 0 35px 0;
}
.bm-content > ol ul,
.siteorigin-widget-tinymce > ol ul,
.bm-accordion-content > ol ul,
.bm-rtf > ol ul {
  margin: 20px 0 40px -33px;
  padding: 0;
  list-style: none;
}
.bm-content > ol ul li,
.siteorigin-widget-tinymce > ol ul li,
.bm-accordion-content > ol ul li,
.bm-rtf > ol ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 33px;
  position: relative;
}
.bm-content > ol ul li:before,
.siteorigin-widget-tinymce > ol ul li:before,
.bm-accordion-content > ol ul li:before,
.bm-rtf > ol ul li:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 1px;
  top: 9px;
}
.bm-content p:last-child,
.siteorigin-widget-tinymce p:last-child,
.bm-accordion-content p:last-child,
.bm-rtf p:last-child {
  margin: 0;
}
.bm-content code,
.siteorigin-widget-tinymce code,
.bm-accordion-content code,
.bm-rtf code {
  padding: 2px 5px;
  background: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.bm-content pre,
.siteorigin-widget-tinymce pre,
.bm-accordion-content pre,
.bm-rtf pre {
  padding: 10px;
  background: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 25px 0;
}
.bm-content pre code,
.siteorigin-widget-tinymce pre code,
.bm-accordion-content pre code,
.bm-rtf pre code {
  background: none;
  border: none;
  padding: 0;
}
.bm-content hr:not(.wp-block-separator),
.siteorigin-widget-tinymce hr:not(.wp-block-separator),
.bm-accordion-content hr:not(.wp-block-separator),
.bm-rtf hr:not(.wp-block-separator) {
  margin: 40px 0;
  border: none;
  border-bottom: 1px solid #eee;
}
.bm-content .excerpt,
.siteorigin-widget-tinymce .excerpt,
.bm-accordion-content .excerpt,
.bm-rtf .excerpt {
  color: #444;
}
.bm-content img[class^="wp-image-"],
.siteorigin-widget-tinymce img[class^="wp-image-"],
.bm-accordion-content img[class^="wp-image-"],
.bm-rtf img[class^="wp-image-"] {
  width: 100%;
  display: block;
}
.bm-content .wp-caption,
.siteorigin-widget-tinymce .wp-caption,
.bm-accordion-content .wp-caption,
.bm-rtf .wp-caption {
  max-width: 100%;
  width: 100%;
  margin: 25px 0;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.bm-content .wp-caption:after,
.siteorigin-widget-tinymce .wp-caption:after,
.bm-accordion-content .wp-caption:after,
.bm-rtf .wp-caption:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  content: "";
  border-radius: 5px;
}
.bm-content .wp-caption.alignright,
.siteorigin-widget-tinymce .wp-caption.alignright,
.bm-accordion-content .wp-caption.alignright,
.bm-rtf .wp-caption.alignright {
  float: right;
  width: auto;
  margin: 5px 0 30px 30px;
}
.bm-content .wp-caption.alignleft,
.siteorigin-widget-tinymce .wp-caption.alignleft,
.bm-accordion-content .wp-caption.alignleft,
.bm-rtf .wp-caption.alignleft {
  float: left;
  width: auto;
  margin: 5px 30px 30px 0;
}
.bm-content .wp-caption.alignnone,
.siteorigin-widget-tinymce .wp-caption.alignnone,
.bm-accordion-content .wp-caption.alignnone,
.bm-rtf .wp-caption.alignnone {
  width: 100% !important;
}
.bm-content .wp-caption.aligncenter,
.siteorigin-widget-tinymce .wp-caption.aligncenter,
.bm-accordion-content .wp-caption.aligncenter,
.bm-rtf .wp-caption.aligncenter {
  width: 100% !important;
}
.bm-content .wp-caption.aligncenter img,
.siteorigin-widget-tinymce .wp-caption.aligncenter img,
.bm-accordion-content .wp-caption.aligncenter img,
.bm-rtf .wp-caption.aligncenter img {
  max-height: 400px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.bm-content .wp-caption img,
.siteorigin-widget-tinymce .wp-caption img,
.bm-accordion-content .wp-caption img,
.bm-rtf .wp-caption img {
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}
.bm-content .wp-caption p,
.siteorigin-widget-tinymce .wp-caption p,
.bm-accordion-content .wp-caption p,
.bm-rtf .wp-caption p {
  padding: 10px 15px;
  background: #fafafa;
}
.bm-content img.aligncenter,
.siteorigin-widget-tinymce img.aligncenter,
.bm-accordion-content img.aligncenter,
.bm-rtf img.aligncenter {
  display: block;
  margin: 0 auto;
  max-height: 450px;
  width: auto;
}
@media (min-width: 576px) {
  .bm-content img.alignright,
  .siteorigin-widget-tinymce img.alignright,
  .bm-accordion-content img.alignright,
  .bm-rtf img.alignright {
    float: right;
    width: auto;
    margin: 5px 0 30px 30px;
  }
  .bm-content img.alignleft,
  .siteorigin-widget-tinymce img.alignleft,
  .bm-accordion-content img.alignleft,
  .bm-rtf img.alignleft {
    float: left;
    width: auto;
    margin: 5px 30px 30px 0;
  }
}
.bm-content .share-box,
.siteorigin-widget-tinymce .share-box,
.bm-accordion-content .share-box,
.bm-rtf .share-box {
  padding: 10px 15px;
  background: #eee;
  border-radius: 3px;
}
.bm-content .share-box .sharrre,
.siteorigin-widget-tinymce .share-box .sharrre,
.bm-accordion-content .share-box .sharrre,
.bm-rtf .share-box .sharrre {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.bm-content .share-box .box,
.siteorigin-widget-tinymce .share-box .box,
.bm-accordion-content .share-box .box,
.bm-rtf .share-box .box {
  display: block;
  padding: 5px 15px 8px;
  border-radius: 5px;
  background: #888;
  color: #fff;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.bm-content .share-box .box:before,
.siteorigin-widget-tinymce .share-box .box:before,
.bm-accordion-content .share-box .box:before,
.bm-rtf .share-box .box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.bm-content .share-box .box:hover:before,
.siteorigin-widget-tinymce .share-box .box:hover:before,
.bm-accordion-content .share-box .box:hover:before,
.bm-rtf .share-box .box:hover:before {
  display: block;
}
.bm-content .share-box .box .count,
.siteorigin-widget-tinymce .share-box .box .count,
.bm-accordion-content .share-box .box .count,
.bm-rtf .share-box .box .count {
  margin: 0 0 0 5px;
}
.bm-content .share-box .box.facebook,
.siteorigin-widget-tinymce .share-box .box.facebook,
.bm-accordion-content .share-box .box.facebook,
.bm-rtf .share-box .box.facebook {
  background: #3b5998;
}
.bm-content .share-box .box.twitter,
.siteorigin-widget-tinymce .share-box .box.twitter,
.bm-accordion-content .share-box .box.twitter,
.bm-rtf .share-box .box.twitter {
  background: #00aced;
}
.bm-content .share-box .box.googleplus,
.siteorigin-widget-tinymce .share-box .box.googleplus,
.bm-accordion-content .share-box .box.googleplus,
.bm-rtf .share-box .box.googleplus {
  background: #dd4b39;
}
.bm-content .share-box .box.pinterest,
.siteorigin-widget-tinymce .share-box .box.pinterest,
.bm-accordion-content .share-box .box.pinterest,
.bm-rtf .share-box .box.pinterest {
  background: #cb2027;
}
.bm-content .share-box .box.email,
.siteorigin-widget-tinymce .share-box .box.email,
.bm-accordion-content .share-box .box.email,
.bm-rtf .share-box .box.email {
  background: #0072b1;
}
.single .bm-rtf .img-parent {
  background: #f6f6f6;
  margin: 25px 0;
}
.bm-comment {
  margin: 40px 0 0 0;
  padding: 0 20px;
}
.bm-author {
  padding: 20px;
  margin: 40px 0 0 0;
  background: #eee;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.bm-author img {
  display: block;
  margin: -30px auto 0;
  border-radius: 100%;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.bm-author .bm-name {
  margin: 20px 0 0 0;
}
.bm-author .bm-bio {
  margin: 10px 0 0 0;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .bm-author {
    padding: 30px 20px 30px 145px;
    min-height: 150px;
    text-align: left;
    margin: 60px 0 0;
  }
  .bm-author img {
    position: absolute;
    left: 24px;
    margin: 0;
  }
  .bm-author .bm-name {
    margin: 5px 0 0 0;
  }
  .bm-author .bm-bio {
    margin: 5px 0 0 0;
  }
}
.announce-box {
  position: relative;
  padding-bottom: 20px;
}
.announce-box i {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 10px;
  background: maroon;
  color: #fff;
  -webkit-border-radius: 55px;
  border-radius: 55px;
  display: block;
  font-size: 20px;
}
.announce-box:after {
  content: "";
  display: block;
  width: 80px;
  height: 96px;
  background: url(https://chiansign.com/wp-content/themes/images/agent-1.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -95px;
  right: 10px;
  transition: all 0.3s ease;
}
.announce-box:hover:after {
  bottom: -85px;
}
.contact-info-box {
  padding-left: 60px;
  padding-top: 10px;
  position: relative;
  text-align: left;
  margin: 10px 0 0 0;
}
.contact-info-box i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #00a0d5;
  -webkit-border-radius: 55px;
  border-radius: 55px;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info-box .icon-call-end {
  transform: rotate(-90deg);
}
.person-box {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.person-box img {
  display: block;
}
.person-box .info {
  padding: 20px;
}
.person-box .meta {
  opacity: 0.7;
  font-size: 0.9em;
}
.person-box .desc {
  font-size: 0.9em;
  line-height: 1.5em;
}
.person-box .desc p {
  margin: 10px 0;
}
.bm-slides {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background-size: cover;
}
.bm-slides.bm-slides-show-1 .item:first-child {
  display: block;
}
.bm-slides .arrow-prev,
.bm-slides .arrow-next {
  display: none;
}
.bm-slides .slick-dots {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 20px 0 0;
}
.bm-slides .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 100px;
  padding: 0;
}
.bm-slides .slick-dots li:hover {
  background: rgba(0, 0, 0, 0.5);
}
.bm-slides .slick-dots li.slick-active {
  background: rgba(0, 0, 0, 0.5);
}
.bm-slides .slick-dots li:before {
  display: none;
}
.bm-slides .slick-dots li button {
  display: none;
}
.bm-slides .slick-arrow {
  display: none !important;
}
.bm-slides .item {
  display: none;
}
.bm-slides .item img {
  width: 100%;
}
.bm-slides.slick-initialized .item {
  display: block;
}
@media (min-width: 992px) {
  .bm-slides .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    height: 0;
    width: 100%;
  }
  .bm-slides .owl-nav .owl-prev,
  .bm-slides .owl-nav .owl-next {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transform: translateY(-50%);
  }
  .bm-slides .owl-nav .owl-prev:hover,
  .bm-slides .owl-nav .owl-next:hover {
    color: rgba(0, 0, 0, 0.75);
  }
  .bm-slides .owl-nav .owl-prev {
    float: left;
  }
  .bm-slides .owl-nav .owl-next {
    float: right;
  }
  .bm-slides .arrow-prev,
  .bm-slides .arrow-next {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 10;
  }
  .bm-slides .arrow-prev:hover,
  .bm-slides .arrow-next:hover {
    color: rgba(0, 0, 0, 0.75);
  }
  .bm-slides .arrow-prev {
    left: 0;
  }
  .bm-slides .arrow-next {
    right: 0;
  }
  .bm-slides .slick-arrow {
    display: block !important;
    opacity: 0;
    transition: opacity 0.2s ease;
    visibility: hidden;
  }
  .bm-slides .slick-list:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
  }
}
.bm-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
form .infield-button {
  position: relative;
}
form .infield-button .bm-btn,
form .infield-button input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  height: 100%;
}
form fieldset {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 40px 0;
  padding: 20px;
  border-radius: 5px;
}
form fieldset legend {
  font-size: 1em;
  width: auto;
  margin: 0;
}
form .require {
  font-weight: bold;
  color: maroon;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
input[type="date"],
input[type="number"] {
  padding: 7px 10px;
  border: 1px solid #ddd;
  width: 100%;
  outline: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
.select-wrap {
  position: relative;
}
.select-wrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%) rotateZ(45deg);
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.select-wrap select {
  padding-right: 50px;
}
table {
  width: 100%;
  margin: 0;
  background: #fff;
  border: none;
  margin: 0 0 20px 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
table thead {
  font-weight: normal;
}
table thead tr {
  background: #f5f5f5;
}
table th {
  padding: 12px;
  border: 1px solid #eee;
  text-align: left;
  font-weight: normal;
}
table td {
  padding: 12px;
  border: 1px solid #eee;
  vertical-align: top;
}
table tfoot td {
  border-top: 1px solid #eee;
}
table tbody td td {
  border-top: 1px dotted #eee;
}
table tbody td tr:hover td {
  background: #fff;
}
.page-nav {
  margin: 60px 0 0 0;
}
.page-nav.style-line .wp-pagenavi {
  line-height: 1em;
}
.page-nav.style-line .wp-pagenavi a,
.page-nav.style-line .wp-pagenavi span {
  display: inline-block;
  padding: 10px 15px;
  float: none;
  margin: 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
  background: #fff;
}
.page-nav.style-line .wp-pagenavi a:hover {
  background: #f5f5f5;
}
.page-nav.style-line .wp-pagenavi .current {
  border-color: #00a0d5;
}
.page-nav.style-circle .wp-pagenavi {
  line-height: 1em;
}
.page-nav.style-circle .wp-pagenavi a,
.page-nav.style-circle .wp-pagenavi span {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: none;
  margin: 0;
  border: none;
  color: #444;
  background: #fff;
  border-radius: 100px;
  text-align: center;
}
.page-nav.style-circle .wp-pagenavi .pages {
  width: auto;
  background: #eee;
  margin: 0 15px 0 0;
}
.page-nav.style-circle .wp-pagenavi a:hover {
  background: #f5f5f5;
}
.page-nav.style-circle .wp-pagenavi .current {
  background-color: #00a0d5;
  color: #fff;
}
.page-nav.style-square .wp-pagenavi {
  line-height: 1em;
}
.page-nav.style-square .wp-pagenavi a,
.page-nav.style-square .wp-pagenavi span {
  display: inline-block;
  padding: 10px 15px;
  float: none;
  margin: 0;
  border: none;
  color: #444;
  background: #fff;
}
.page-nav.style-square .wp-pagenavi .pages {
  width: auto;
  background: #eee;
  margin: 0 15px 0 0;
}
.page-nav.style-square .wp-pagenavi a:hover {
  background: #f5f5f5;
}
.page-nav.style-square .wp-pagenavi .current {
  background-color: #00a0d5;
  color: #fff;
}
.page-nav .nextpostslink {
  float: right;
}
.page-nav .previouspostslink {
  float: left;
}
.page-nav .wp-pagenavi {
  line-height: 1em;
}
.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
  display: inline-block;
  padding: 10px 15px;
  float: none;
  margin: 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
  background: #fff;
}
.page-nav .wp-pagenavi a:hover {
  background: #f5f5f5;
}
.page-nav .wp-pagenavi .current {
  border-color: #00a0d5;
}
.page-nav a {
  color: inherit;
}
.heading {
  text-align: center;
  margin: 0 0 40px 0;
}
.heading:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 80px;
  background: #eee;
  margin: 25px 0 0 0;
}
.heading h2 {
  font-size: 24px;
  margin: 0;
  line-height: 1.5em;
}
.heading h3 {
  font-size: 16px;
  opacity: 0.6;
  margin: 10px 0 0 0;
  line-height: 1.5em;
}
.wpcf7 {
  text-align: left;
}
.wpcf7 p:last-child {
  margin: 0;
}
.wpcf7 input[type="submit"] {
  display: inline-block;
  padding: 5px 20px;
  background: #333;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  border: none;
  border-radius: 3px;
  margin: 0;
  transition: all 0.2s ease;
}
.wpcf7 input[type="submit"]:hover {
  opacity: 0.8;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin: 5px 0 0 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 span.wpcf7-not-valid-tip {
  color: maroon;
  margin: 10px 0 0 0;
}
.wpcf7 em {
  color: maroon;
  font-style: normal;
}
.wpcf7 .recaptcha {
  margin: 0 0 20px 0;
}
.wpcf7 div.wpcf7-response-output {
  margin: 20px 0;
  border: none;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.05);
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d8e9d2;
}
.wpcf7 img.ajax-loader {
  margin: 0 0 0 15px;
}
.wpcf7 .wpcf7-mark {
  color: #b80000;
}
.wpcf7 [data-class="wpcf7cf_group"] {
  margin: 0 0 25px 0;
}
.wpcf7 .wpcf7-radio {
  margin: -10px;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 10px;
}
.wpcf7 .wpcf7-radio label {
  margin: 0;
}
.wpcf7 .wpcf7-radio input {
  margin: 0 5px 0 0;
}
.wpcf7 [data-class="wpcf7cf_group"] {
  padding: 20px;
  border-radius: 10px;
  background: #fff6d3;
}
.wpcf7 form > p > label {
  display: block;
}
.wpcf7 .req {
  font-weight: bold;
  color: maroon;
}
.wpb_map_wraper {
  position: relative;
}
.wpb_map_wraper iframe {
  pointer-events: none;
}
.comment-box {
  margin: 50px 0 0 0;
}
.gmap .info {
  display: none;
}
.gmap .style {
  display: none;
}
input.btn,
input.button,
a.button {
  transition: opacity 0.2s ease;
}
input.btn:hover,
input.button:hover,
a.button:hover {
  opacity: 0.75;
}
.btn-primary {
  border: none;
  padding: 8px 20px;
  border-radius: 3px;
  color: #fff;
  background: #00a0d5;
}
.btn-primary:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
}
.btn-primary:hover:after {
  opacity: 1;
}
.bm-btn-wrap {
  margin: -10px;
}
.bm-btn-wrap .bm-btn {
  margin: 10px;
}
.bm-btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 3px;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
}
.bm-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
}
.bm-btn:hover:after {
  opacity: 1;
}
.bm-btn.bm-small {
  padding: 4px 15px;
}
.bm-btn.bm-large {
  padding: 8px 25px;
  font-size: 1.25em;
}
.bm-btn.bm-dark {
  color: #fff;
  background: #00a0d5;
}
.bm-btn.bm-light {
  color: inherit;
}
.bm-btn.bm-light:after {
  background: rgba(0, 0, 0, 0.05);
}
.bm-btn.bm-outline {
  border: 1px solid;
  background: transparent;
}
.bm-btn.bm-outline:after {
  background: rgba(0, 0, 0, 0.05);
}
.bm-btn img {
  max-height: 16px;
  margin: -2px 10px 0 -4px;
}
@media (min-width: 576px) {
  .bm-btn {
    display: inline-block;
  }
}
.bm-callout {
  padding: 20px 0 0 0;
  position: relative;
  margin-top: -20px;
  overflow: hidden;
  line-height: 1.7;
}
.bm-callout.bm-light a {
  color: inherit;
}
.bm-callout p {
  margin: 0;
}
.bm-callout .copy {
  background: #eee;
  padding: 15px 15px 15px;
}
.bm-callout .copy .bm-img-badge {
  border-radius: 500px;
  display: block;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
  overflow: hidden;
  position: absolute;
  left: 18px;
}
.bm-callout > img {
  display: none;
}
.bm-callout i {
  margin: 0 0 0 10px;
}
@media (max-width: 1199.98px) {
  .bm-callout .copy {
    padding: 15px 15px 15px 90px !important;
  }
}
@media (min-width: 768px) {
  .bm-callout.bm-large .copy {
    font-size: 20px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .bm-callout img {
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    transition: all 0.5s ease;
  }
  .bm-callout .copy {
    padding: 20px 25px;
  }
  .bm-callout .copy .bm-img-badge {
    display: none;
  }
  .bm-callout.bm-large .copy {
    font-size: 26px;
  }
  .bm-callout i {
    transition: all 0.2s ease;
    display: inline-block;
  }
  .bm-callout a:hover i {
    transform: translateX(5px);
  }
}
.bm-gmap .info,
.bm-gmap .style {
  display: none;
}
.bm-svg-icon {
  max-width: 100%;
  display: inline-block;
}
.bm-svg-icon svg,
.bm-svg-icon img {
  fill: currentColor;
  stroke: currentColor;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.bm-svg-icon circle {
  stroke: none;
}
.bm-svg-icon-text-wrap {
  position: relative;
  text-align: center;
}
.bm-svg-icon-text-wrap .bm-icon-title {
  margin: 20px 0 5px 0;
  font-weight: 300;
  font-size: 20px;
}
.bm-svg-icon-text-wrap .bm-icon-title a {
  color: inherit;
}
.bm-svg-icon-text-wrap p {
  opacity: 0.5;
  margin: 0;
}
.bm-svg-icon-text-wrap.bm-icon-top {
  padding-left: 0 !important;
}
@media (max-width: 991.98px) {
  .bm-svg-icon-text-wrap {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .bm-svg-icon-text-wrap.bm-icon-left {
    text-align: left;
  }
  .bm-svg-icon-text-wrap.bm-icon-left .bm-svg-icon {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .bm-svg-icon-text-wrap.bm-icon-left .bm-icon-title {
    margin-top: 0;
  }
}
.bm-contact-meta {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}
.bm-contact-meta strong {
  display: block;
  font-weight: normal;
  opacity: 0.5;
}
.bm-contact-meta li {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .bm-contact-meta {
    float: right;
    margin: 0;
  }
  .bm-contact-meta li {
    display: inline-block;
    margin: 0 0 0 30px;
  }
  .bm-contact-meta li:first-child {
    margin: 0;
  }
}
.bm-meta {
  list-style: none;
  display: block;
  color: #aaa;
  font-size: 15px;
  padding: 0;
  margin: 5px 0 0 0;
}
.bm-meta li {
  display: inline-block;
}
.bm-meta li:after {
  content: "";
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin: 0 8px 2px 10px;
}
.bm-meta li:last-child:after {
  display: none;
}
.bm-meta a {
  color: inherit;
}
.bm-post-list {
  list-style: none;
  padding: 0;
}
.bm-post-list:after {
  content: "";
  display: table;
  clear: both;
}
.bm-post-list a {
  color: inherit;
  position: relative;
}
.bm-post-list.bm-style-list > li {
  position: relative;
  padding: 0 0 0 95px;
  margin: 0 0 35px 0;
  min-height: 70px;
}
.bm-post-list.bm-style-list > li:last-child {
  margin: 0;
}
.bm-post-list.bm-style-list .img-wrap {
  position: absolute;
  height: 70px;
  width: 70px;
  left: 0;
  top: 4px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bm-post-list.bm-style-list .img-wrap img {
  border-radius: 3px;
}
.bm-post-list.bm-style-list .bm-title {
  font-size: 15px;
  transition: all 0.2s ease;
}
.bm-post-list.bm-style-list .bm-title:hover {
  opacity: 0.8;
}
.bm-post-list.bm-style-list .sticky {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: -10px;
  top: -8px;
  border: 3px solid #fff;
  border-radius: 100%;
  background: #da0013;
}
@media (min-width: 992px) {
  .bm-post-list.bm-style-list > li {
    padding: 0 0 0 125px;
    min-height: 90px;
  }
  .bm-post-list.bm-style-list .img-wrap {
    height: 90px;
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .bm-post-list.bm-style-list .bm-title {
    font-size: 17px;
  }
}
.bm-post-list.bm-style-card {
  margin: -20px;
  display: flex;
  flex-flow: row wrap;
}
.bm-post-list.bm-style-card > li {
  list-style: none;
  float: left;
  padding: 20px;
}
@media (min-width: 576px) {
  .bm-post-list.bm-style-card > li {
    width: 50%;
  }
}
.bm-post-list.bm-style-card .bm-card-wrap {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.bm-post-list.bm-style-card .img-wrap {
  display: block;
}
.bm-post-list.bm-style-card .bm-card-title-wrap {
  padding: 15px 20px;
}
.bm-post-slide .item {
  position: relative;
}
.bm-post-slide .bm-card-title-wrap {
  background: #fff;
  padding: 15px 20px;
}
.bm-post-slide .bm-card-title-wrap a {
  color: inherit;
  position: relative;
}
@media (min-width: 992px) {
  .bm-post-slide .bm-title {
    font-size: 24px;
  }
}
blockquote footer {
  opacity: 0.75;
  font-style: italic;
}
blockquote footer:before {
  content: "-";
  margin: 0 10px 0 0;
}
.bm-testimonial {
  text-align: center;
  position: relative;
  line-height: 1.75;
  font-size: 18px;
}
.bm-testimonial small,
.bm-testimonial cite {
  opacity: 0.5;
  font-size: inherit;
  display: block;
  margin: 10px 0 0 0;
  font-style: normal;
  position: relative;
}
.bm-testimonial img {
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
}
.bm-testimonial p {
  margin: 0;
}
.bm-testimonial.style-card {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .bm-testimonial.av-left img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .bm-testimonial.av-bottom {
    margin-bottom: 20px;
  }
  .bm-testimonial.av-bottom small,
  .bm-testimonial.av-bottom cite {
    margin: 50px 0 0 0;
  }
  .bm-testimonial.av-bottom img {
    position: absolute;
    bottom: -20px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .bm-testimonial {
    min-height: none;
  }
  .bm-testimonial small,
  .bm-testimonial cite {
    padding-left: 0 !important;
  }
  .bm-testimonial.style-default {
    padding-left: 0 !important;
  }
  .bm-testimonial.style-card {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .bm-testimonial {
    padding-top: 2px;
    text-align: left;
  }
}
.bm-accordion-list {
  padding: 0;
  list-style: none;
}
.bm-accordion-list .bm-accordion-item {
  position: relative;
}
.bm-accordion-list .bm-accordion-item.active .bm-accordion-content {
  visibility: visible;
  display: block;
  opacity: 1;
}
.bm-accordion-list .bm-accordion-item:last-child {
  margin: 0;
}
.bm-accordion-list .bm-accordion-item:last-child .bm-accordion-content {
  margin: 20px 0 0;
}
.bm-accordion-title {
  margin: 0 0 10px 0;
  cursor: pointer;
}
.bm-accordion-content {
  margin: 20px 0 40px;
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: 1s all ease;
}
.seed-social {
  margin: 50px 0 20px 0;
}
.widget .wpp-list li {
  padding: 0 0 0 60px;
  position: relative;
  margin: 0 0 20px 0;
  min-height: 46px;
}
.widget .wpp-list li:last-child {
  margin: 0;
}
.widget .wpp-list .wpp-thumbnail {
  margin: 6px 18px 0 0;
  width: 40px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.widget .wpp-list .post-stats {
  font-size: inherit;
  font-weight: normal;
  opacity: 0.5;
}
html .tablepress caption {
  display: none;
}
html .tablepress thead th {
  font-weight: normal;
  background: #eee;
}
html .tablepress tbody td {
  border-color: #eee;
}
html .tablepress td,
html .tablepress th {
  padding: 10px 15px;
}
@media (max-width: 1199.98px) {
  #jivo-iframe-container {
    display: none !important;
  }
}
#seed-confirm-hour,
#seed-confirm-minute {
  width: 100%;
}
.seed-confirm-form {
  margin: 40px auto;
}
@media (min-width: 768px) {
  .seed-confirm-form {
    border: none;
    background: #fff;
    max-width: 680px;
  }
}
.seed-confirm-form .form-group:first-of-type {
  display: none;
}
.seed-confirm-form .form-inline .select-wrap {
  display: inline-block;
  width: 48%;
}
.seed-confirm-form .form-inline .select-wrap select {
  width: 100%;
}
.seed-confirm-form .form-control.hasDatepicker {
  background-color: #fff;
}
.seed-confirm-form input.btn-primary {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 20px;
}
.seed-confirm-form .form-check {
  margin: -1px 0 0 0;
  border: 1px solid #ddd;
  background: #fff;
}
.seed-confirm-form .form-check label {
  padding: 8px 10px;
  margin: 0;
}
.seed-confirm-form .form-control {
  margin: 0;
}
.seed-confirm-form .sc-col {
  margin-bottom: 25px;
}
.seed-confirm-form .req {
  color: maroon;
  font-size: 18px;
  margin: 0 0 0 4px;
}
.seed-confirm-form .seed-confirm-slip {
  margin: 0 0 20px 0;
}
.seed-confirm-banks {
  clear: both;
}
.seed-confirm-banks h2 {
  display: none;
}
.seed-confirm-banks .instructions {
  display: none;
}
.seed-confirm-banks .table-responsive {
  border: none;
  overflow: hidden;
}
.seed-confirm-banks .table {
  border: none;
}
.seed-confirm-banks .table > thead > tr > th {
  border: none;
  background: #fff;
}
.seed-confirm-banks .table td {
  border-left: none;
  border-right: none;
}
@media (max-width: 991.98px) {
  .seed-confirm-banks {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .seed-confirm-banks h2 {
    display: block;
  }
  .seed-confirm-banks .seed-confirm-bank-sort-code {
    display: none;
  }
  .seed-confirm-banks table {
    background: transparent;
  }
  .seed-confirm-banks table tr {
    background: #fff;
    margin: 0 0 30px 0;
    display: flex;
    flex-flow: row wrap;
    padding: 20px;
  }
  .seed-confirm-banks table td {
    border: none;
    width: 100%;
    padding: 0;
  }
  .seed-confirm-banks table img {
    max-width: 64px;
    width: 64px;
    margin: 0 0 15px 0;
  }
  .seed-confirm-banks thead {
    display: none;
  }
}
.seed-confirm-banks .seed-confirm-bank-sort-code {
  display: none;
}
.seed-confirm-bank-logo img,
.seed-confirm-bank-info-logo img {
  max-width: 24px;
}
.seed-confirm-bank-info-bank {
  display: none;
}
.form-group.seed-confirm-bank-info {
  margin: 30px 0;
}
.seed-confirm-message {
  padding: 10px 15px;
  font-weight: normal;
  text-align: left;
  background: none;
  max-width: 680px;
}
.bt-spin-wrap {
  position: relative;
}
.bt-spin-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.bt-spin-wrap.active .bt-spinner {
  display: block;
}
.bt-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: none;
}
.bt-spinner-body {
  height: 24px;
  width: 24px;
  animation: rotate 0.8s infinite linear;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.foogallery-container {
  margin: 0 0 30px 0;
}
.foogallery-album-gallery-list .foogallery-pile:before,
.foogallery-album-gallery-list .foogallery-pile:after {
  display: none;
}
body .foogallery-album-gallery-list {
  margin: -15px;
}
body .foogallery-album-gallery-list li {
  float: left;
  width: 50%;
  padding: 15px;
}
@media (min-width: 768px) {
  body .foogallery-album-gallery-list {
    margin: -20px;
  }
  body .foogallery-album-gallery-list li {
    width: 33.33%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  body .foogallery-album-gallery-list {
    margin: -20px;
  }
  body .foogallery-album-gallery-list li {
    width: 25%;
    padding: 20px;
  }
}
body .foogallery-album-gallery-list .foogallery-pile {
  margin: 0 !important;
  float: none;
  overflow: hidden;
}
body .foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner {
  box-shadow: none !important;
  border: none !important;
}
body .foogallery-album-gallery-list .foogallery-pile h3 {
  position: relative;
  padding: 20px 20px;
  text-align: center;
  font-size: 16px;
}
body .foogallery-album-gallery-list .foogallery-pile h3 span {
  display: none;
}
.foogallery-album-header p {
  float: right;
  padding: 5px 10px;
  background: #eee;
}
.foogallery-album-header h2 {
  margin-top: 0;
  float: left;
}
.fancybox-controls--canzoomIn .fancybox-image {
  max-width: none;
}
body table.easy-table {
  background-color: #fff;
  border-color: #eee;
}
body table.easy-table thead tr {
  background: transparent;
}
body table.easy-table thead th {
  border-bottom: 1px solid #ddd;
}
body table.easy-table th,
body table.easy-table td {
  padding: 12px;
  line-height: 1.5;
}
.protected-post-form .infield-button input[type="submit"] {
  border-radius: 0 5px 5px 0;
}
.bm-loop-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bm-loop-post-list > li {
  padding: 0 0 0 85px;
  min-height: 60px;
  position: relative;
  margin: 0 0 30px 0;
}
.bm-loop-post-list .bm-meta {
  margin: 2px 0 0 0;
}
.bm-loop-post-list .thumb-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.bm-loop-post-list .thumb-wrap img {
  max-width: 60px;
  border-radius: 5px;
}
.bm-loop-post-list-simple {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bm-loop-post-list-simple li {
  padding: 0 0 0 18px;
  position: relative;
  margin: 0 0 12px 0;
}
.bm-loop-post-list-simple li:last-child {
  margin: 0;
}
.bm-loop-post-list-simple li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #bbb;
  border-radius: 100%;
}
.loop-title {
  padding: 0;
  position: relative;
  overflow: hidden;
  margin: 0;
  font-size: 24px;
  text-align: center;
}
.loop-title h1,
.loop-title h2,
.loop-title h3,
.loop-title h4,
.loop-title h5 {
  margin: 0;
}
@media (min-width: 768px) {
  .loop-title {
    text-align: left;
  }
}
.loop-title a {
  color: inherit;
}
.loop-title a:hover {
  color: inherit;
}
.loop-title a.more-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  font-size: 14px;
  padding: 4px 12px;
  background: #eee;
  border-radius: 100px;
}
.loop-title a.more-link img {
  height: 12px;
  margin: 0 0 0 4px;
}
.loop-title a.more-link:hover {
  opacity: 0.75;
}
.loop-title.style-default {
  border-bottom: 1px solid #eee;
  padding: 20px 0 20px 0;
}
.loop-title.style-default:after {
  content: "";
  position: absolute;
  left: 2%;
  width: 96%;
  bottom: -5px;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.8);
  display: block;
}
.select2 .select2-selection__arrow {
  display: none;
}
.select2 .select2-selection--single {
  border: 1px solid #ddd;
  height: auto;
  margin: 0;
}
.select2 .select2-selection__rendered {
  padding: 2px 10px;
}
.carousel-cell img {
  max-width: 100%;
  height: auto;
}
.flickity-slider .carousel-cell {
  display: block;
}
.bm-carousel {
  text-align: center;
}
.bm-carousel .flickity-viewport {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.bm-carousel .flickity-prev-next-button {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  border-radius: 0;
}
.bm-carousel .flickity-prev-next-button.previous {
  left: 0;
}
.bm-carousel .flickity-prev-next-button.next {
  right: 0;
}
.bm-carousel .flickity-prev-next-button svg {
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}
.bm-carousel .flickity-prev-next-button .arrow {
  fill: #555;
}
.bm-carousel .carousel-cell {
  width: 100%;
}
.bm-carousel .carousel-cell.is-selected img:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}
.bm-carousel .carousel-cell img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 1s all ease 0.5s;
  transform: translateY(40px);
}
.bm-carousel.show-s-1 .carousel-cell {
  width: 100%;
}
.bm-carousel.show-s-2 .carousel-cell {
  width: 50%;
}
.bm-carousel.show-s-3 .carousel-cell {
  width: 33.33%;
}
.bm-carousel .flickity-page-dots {
  bottom: -30px;
  text-align: right;
}
.bm-carousel .flickity-page-dots .dot {
  margin: 0 6px;
}
.bm-carousel.dots-out .flickity-page-dots {
  position: relative;
  margin: 20px 0 0 0;
  bottom: 0;
}
.bm-carousel.dots-in .flickity-page-dots {
  bottom: 12px;
  width: auto;
  right: 12px;
  z-index: 100;
}
.bm-carousel.dots-light .flickity-page-dots .dot {
  background: rgba(255, 255, 255, 0.75);
}
.bm-carousel.dots-light .flickity-page-dots .dot.is-selected {
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .bm-carousel.show-m-1 .carousel-cell {
    width: 100%;
  }
  .bm-carousel.show-m-2 .carousel-cell {
    width: 50%;
  }
  .bm-carousel.show-m-3 .carousel-cell {
    width: 33.33%;
  }
  .bm-carousel.show-m-4 .carousel-cell {
    width: 25%;
  }
  .bm-carousel.show-m-5 .carousel-cell {
    width: 20%;
  }
  .bm-carousel.show-m-6 .carousel-cell {
    width: 16.6666%;
  }
}
@media (min-width: 992px) {
  .bm-carousel.show-l-1 .carousel-cell {
    width: 100%;
  }
  .bm-carousel.show-l-2 .carousel-cell {
    width: 50%;
  }
  .bm-carousel.show-l-3 .carousel-cell {
    width: 33.33%;
  }
  .bm-carousel.show-l-4 .carousel-cell {
    width: 25%;
  }
  .bm-carousel.show-l-5 .carousel-cell {
    width: 20%;
  }
  .bm-carousel.show-l-6 .carousel-cell {
    width: 16.6666%;
  }
}
.bm-carousel-fade {
  transform: none !important;
}
.bm-carousel-fade .flickity-slider {
  transform: none !important;
}
.bm-carousel-fade .carousel-cell {
  opacity: 0;
  left: 0 !important;
  transition: opacity 1.5s ease-in-out;
}
.bm-carousel-fade .carousel-cell.is-selected {
  opacity: 1;
}
.soon {
  position: fixed;
  left: 50%;
  top: 40%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.collage-wrap {
  margin: -30px;
}
.collage {
  padding: 30px;
}
.collage > * {
  opacity: 0;
}
.collage img {
  vertical-align: bottom;
}
.widget ul.social-list,
ul.social-list {
  list-style: none;
  margin: 30px -10px 0;
  padding: 0;
}
.widget ul.social-list li,
ul.social-list li {
  display: inline-block;
  margin: 0 10px;
}
.widget ul.social-list li:hover,
ul.social-list li:hover {
  opacity: 0.75;
}
@media (min-width: 992px) {
  .widget ul.social-list,
  ul.social-list {
    margin: 0 -10px;
  }
}
.bm-vegas {
  position: relative;
  overflow: hidden;
  background: #555;
}
.bm-vegas-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  pointer-events: none;
}
.bm-vegas-star {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  height: 110%;
  z-index: 3;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.bm-vegas-content {
  position: relative;
  z-index: 100;
}
.bm-vegas-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bm-vegas-bgs-content {
  height: 100% !important;
}
.icon-text-list .icon-text-item {
  position: relative;
  text-align: center;
}
.icon-text-list .more {
  margin: 12px 0 0 0;
  display: inline-block;
}
.icon-text-list .title {
  font-size: 20px;
  margin: 20px 0 5px 0;
}
@media (max-width: 575.98px) {
  .icon-text-list.layout-icon-left.mlayout-icon-top .icon-text-item {
    padding: 0 !important;
  }
}
@media (min-width: 576px) {
  .icon-text-list.layout-icon-left.mlayout-icon-top .icon-text-item {
    text-align: left;
  }
  .icon-text-list.layout-icon-left.mlayout-icon-top .title {
    margin: 0 0 5px 0;
  }
  .icon-text-list.layout-icon-left.mlayout-icon-top .bm-svg-icon {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.icon-text-list.layout-icon-left.mlayout-icon-left .icon-text-item {
  text-align: left;
}
.icon-text-list.layout-icon-left.mlayout-icon-left .title {
  margin: 0 0 5px 0;
}
.icon-text-list.layout-icon-left.mlayout-icon-left .bm-svg-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.icon-text-list.layout-icon-top {
  text-align: center;
}
.icon-text-list.layout-icon-top .title {
  font-size: 20px;
  margin: 30px 0 5px 0;
}
@media (max-width: 575.98px) {
  .icon-text-list.layout-icon-top.mlayout-icon-left .icon-text-item {
    text-align: left;
    padding-left: 70px;
  }
  .icon-text-list.layout-icon-top.mlayout-icon-left .title {
    margin: 0 0 5px 0;
  }
  .icon-text-list.layout-icon-top.mlayout-icon-left .bm-svg-icon {
    position: absolute;
    left: 5px;
    top: 0;
    max-width: 35px;
    max-height: none;
  }
}
.icon-text-list.style-default .more {
  background: #333;
  color: #fff;
  padding: 0 8px;
  border-radius: 100px;
}
.image-flex-list {
  text-align: center;
}
.image-flex-list img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.image-flex-list .w-text img {
  top: auto;
  transform: translateY(0);
}
.image-flex-list a {
  display: block;
}
.sow-google-map-canvas p {
  margin: 0;
}
.bm-tip {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #27a2e6;
  border-radius: 100%;
}
.bm-thank-you {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px;
  text-align: center;
}
.bm-thank-you img {
  margin: 0 0 40px 0;
}
.bm-thank-you h2 {
  margin: 0 0 10px 0;
}
.bm-thank-you p {
  margin: 0;
}
.bm-timeline {
  position: relative;
}
.bm-timeline:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.bm-timeline:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .bm-timeline:before {
    left: calc(33%);
  }
}
.bm-timeline-entry {
  clear: both;
  text-align: left;
  position: relative;
  margin: 0;
  padding-left: 40px;
}
.bm-timeline-entry:after {
  content: "";
  display: table;
  clear: both;
}
.bm-timeline-entry .title {
  margin-bottom: 15px;
  position: relative;
}
.bm-timeline-entry .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #4ba013;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  left: -36px;
  z-index: 99;
  box-sizing: content-box;
}
.bm-timeline-entry .title h3 {
  margin: 0;
  font-size: 100%;
}
.bm-timeline-entry .title p {
  margin: 0;
  font-size: 100%;
}
.bm-timeline-entry .body {
  margin: 3px 0 25px;
}
.bm-timeline-entry .body p {
  line-height: 1.4em;
}
.bm-timeline-entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.bm-timeline-entry .body ul {
  padding-left: 0;
  list-style-type: none;
}
.bm-timeline-entry .body ul li {
  padding: 0 0 0 20px;
  position: relative;
}
.bm-timeline-entry .body ul li:before {
  position: absolute;
  left: 0;
  content: "·";
  margin-right: 15px;
}
@media (min-width: 768px) {
  .bm-timeline-entry {
    padding: 0;
  }
  .bm-timeline-entry .title {
    float: left;
    width: 33.33%;
    padding-right: 30px;
    text-align: right;
  }
  .bm-timeline-entry .title:before {
    right: -8px;
    left: auto;
  }
  .bm-timeline-entry .body {
    float: right;
    width: 66.66%;
    padding-left: 30px;
  }
}
.bm-woo-cat ul {
  list-style: none;
  padding: 0;
}
.bm-woo-cat ul.element-light a {
  color: #fff;
}
.bm-woo-cat ul.element-light li:hover {
  background: rgba(255, 255, 255, 0.05);
}
.bm-woo-cat ul a {
  padding: 6px 15px;
  display: block;
  color: #888;
}
.bm-woo-cat ul .c-count {
  opacity: 0.5;
  float: right;
}
.bm-woo-cat ul li {
  position: relative;
}
.bm-woo-cat ul li:hover {
  background: rgba(0, 0, 0, 0.025);
}
.bm-woo-cat ul li.w-icon img {
  width: 16px;
  height: auto;
  position: absolute;
  left: 11px;
  top: 10px;
}
.bm-woo-cat ul li.w-icon a {
  padding-left: 40px;
}
.woo-box-head {
  display: flex;
  align-items: baseline;
}
.woo-box-title {
  display: flex;
  flex-grow: 1;
  font-size: 18px;
  padding: 0 0 20px 0;
}
.woo-box-more {
  display: flex;
  color: #aaa;
}
.woo-box-body {
  box-shadow: 2px 2px 10px 4px rgba(222, 222, 222, 0.3);
  background: #fff;
}
.woo-box-tab-list {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
}
.woo-box-tab-list a {
  color: #555;
  padding: 10px 20px;
  display: block;
  position: relative;
}
.woo-box-tab-list a.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 100%;
  background: #0a4013;
}
.woo-box-product-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}
.woo-box-product-list li {
  width: 33.33%;
  font-size: 15px;
  padding: 10px 20px;
}
.woo-box-product-list img {
  padding: 10px;
}
.woo-box-product-list .p-name {
  display: block;
  line-height: 1.45;
}
.woo-box-product-list .p-price {
  display: block;
  color: #77a464;
  font-weight: bold;
}
.input-group {
  position: relative;
}
.input-group .input-icon {
  position: absolute;
  right: 10px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
}
button[data-balloon] {
  overflow: visible;
}
[data-balloon] {
  position: relative;
  cursor: pointer;
}
[data-balloon]:after {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  font-family: sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-shadow: none !important;
  font-size: 12px !important;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  padding: 0.5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}
[data-balloon]:before {
  background: no-repeat
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10;
}
[data-balloon]:hover:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:before,
[data-balloon][data-balloon-visible]:after {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
[data-balloon][data-balloon-break]:after {
  white-space: pre;
}
[data-balloon][data-balloon-blunt]:before,
[data-balloon][data-balloon-blunt]:after {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos="up"]:hover:after,
[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos="up"]:hover:before,
[data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-length="small"]:after {
  white-space: normal;
  width: 80px;
}
[data-balloon][data-balloon-length="medium"]:after {
  white-space: normal;
  width: 150px;
}
[data-balloon][data-balloon-length="large"]:after {
  white-space: normal;
  width: 260px;
}
[data-balloon][data-balloon-length="xlarge"]:after {
  white-space: normal;
  width: 380px;
}
@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length="xlarge"]:after {
    white-space: normal;
    width: 90vw;
  }
}
[data-balloon][data-balloon-length="fit"]:after {
  white-space: normal;
  width: 100%;
} /*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@media (min-width: 992px) {
  .floating {
    overflow: hidden;
    position: relative;
    z-index: 100;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  .floating img {
    animation-name: Floatingx;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
  }
  @-webkit-keyframes Floatingx {
    from {
      -webkit-transform: translate(0, 0px);
    }
    65% {
      -webkit-transform: translate(0, 10px);
    }
    to {
      -webkit-transform: translate(0, 0px);
    }
  }
  @-moz-keyframes Floating {
    from {
      -moz-transform: translate(0, 0px);
    }
    65% {
      -moz-transform: translate(0, 15px);
    }
    to {
      -moz-transform: translate(0, 0px);
    }
  }
  .spinning {
    animation-name: spin;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-timing-function: linear;
  }
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotateZ(0);
    }
    to {
      -webkit-transform: rotateZ(360deg);
    }
  }
}
@media (min-width: 992px) {
  .page-content {
    visibility: visible;
  }
}
