
/* =============
  == Components List==

   - Email
   - Maps
   - About Us
   - Contact Us
   - Member List
   - Timeline
   - Pages (Common)
   - Countdown
   - FAQ
   - Gallery
   - Pricing
   - Account Pages
   - Sitemaps (v1.1)
   - Search Results (v1.1)
   - Blog (v1.2)
   - Real Estate (v1.5)
   - List Events

============= */
/* =============
   Email
============= */
.mails {
  /* chat-widget */
}
.mails a {
  color: #797979;
}
.mails td {
  vertical-align: middle !important;
  position: relative;
  border: 0 !important;
}
.mails td:last-of-type {
  width: 100px;
  padding-right: 20px;
}
.mails tr:hover .text-white {
  display: none;
}
.mails .mail-select {
  padding: 15px 20px;
  min-width: 134px;
}
.mails .checkbox {
  margin-bottom: 0;
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  height: 17px;
}
.mails .checkbox label {
  min-height: 16px;
}
.mails .mail-list .list-group-item {
  background-color: transparent !important;
}
.mails .mail-list .list-group-item.active {
  background-color: #188ae2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}
.mails .unread a {
  font-family: 'Hind Madurai', sans-serif;
  color: #313a46;
}
.mails .table-detail {
  vertical-align: top;
}
.mails .chat-right-text {
  overflow: hidden;
}
.mails .chat-widget .chat-item {
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.mails .chat-widget .chat-item .chat-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}
.mails .chat-widget .chat-item img {
  width: 40px;
}
.mails .chat-widget .chat-item .chat-item-author {
  color: #313a46;
  display: block;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.mails .chat-widget .chat-item .chat-item-text {
  color: #a0a0a0;
  display: block;
  font-size: 12px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
/* =============
   Maps
============= */
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #eeeeee;
  border-radius: 3px;
}
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #5d9cec;
  border-radius: 4px;
  padding: 10px 20px;
}
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #5d9cec;
}
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #5d9cec;
}
/* Vector Map */
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.jvectormap-zoomout {
  top: 40px;
}
/* Mapael Map */
.mapael .map {
  position: relative;
}
.mapael .mapTooltip {
  position: absolute;
  background-color: #00acc1;
  opacity: 0.95;
  border-radius: 3px;
  padding: 2px 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #ffffff;
  font-family: 'Hind Madurai', sans-serif;
}
.mapael .zoomIn,
.mapael .zoomOut,
.mapael .zoomReset {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  font-weight: 500;
  cursor: pointer;
  background-color: #4bd396;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.map .zoomIn {
  top: 25px;
}
.map .zoomOut {
  top: 50px;
}
/* =============
   About Us
============= */
.border {
  height: 4px;
  width: 48px;
  border-radius: 5px;
  background-color: #188ae2;
}
.about-features-box {
  margin: 20px 0;
}
.about-features-box p {
  line-height: 24px;
  width: 90%;
  margin: 0 auto;
}
.feature-icon {
  height: 80px;
  width: 80px;
  border: 2px solid #767D8E;
  margin: 0px auto;
  border-radius: 50%;
  font-size: 42px;
  line-height: 80px;
}
.about-team img {
  max-width: 150px;
  margin: 0 auto;
}
.about-team .about-team-member {
  margin: 30px 0px;
}
.about-team .about-team-member h4 {
  padding-top: 10px;
  font-weight: 600;
}
.about-team .about-team-member p {
  color: #989898;
}
/* =============
   Contact Us
============= */
.contact-map {
  background-color: #f3f3f3;
}
.contact-box {
  padding: 30px;
}
.contact-detail {
  margin-bottom: 40px;
}
.contact-detail i {
  float: left;
  width: 32px;
  font-size: 20px;
}
.contact-detail p,
.contact-detail address {
  overflow: hidden;
}
.contact-detail a {
  color: #496174;
}
/* =============
   Members list
============= */
.member-card .member-thumb {
  position: relative;
}
.member-card .member-star {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 16px;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
}
.social-links li a {
  border-radius: 50%;
  color: rgba(121, 121, 121, 0.5);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 2px solid rgba(121, 121, 121, 0.5);
  text-align: center;
  width: 30px;
}
.social-links li a:hover {
  color: #797979;
  border: 2px solid #797979;
}
/* =============
   Timeline
============= */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 50px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.timeline .time-show {
  margin-bottom: 30px;
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
}
.timeline .time-show a {
  color: #ffffff;
}
.timeline:before {
  background-color: rgba(121, 121, 121, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 2px;
  z-index: 0;
}
.timeline .timeline-icon {
  -webkit-border-radius: 50%;
  background: #797979;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 20px;
  left: -54px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}
.timeline .timeline-icon i {
  color: #ffffff;
  font-size: 13px;
  margin-top: 4px;
  position: absolute;
  left: 4px;
}
.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}
h3.timeline-title {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.timeline-item {
  display: table-row;
}
.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item .timeline-desk .arrow {
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ffffff !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 0;
}
.timeline-item .timeline-desk .timeline-box {
  padding: 20px;
}
.timeline-item .timeline-date {
  margin-bottom: 10px;
}
.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ffffff !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -12px;
  position: absolute;
  right: -12px;
  top: 50%;
  width: 0;
}
.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px;
}
.timeline-item.alt .timeline-desk .album a {
  float: right;
  margin-left: 5px;
}
.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px;
}
.timeline-item.alt:before {
  display: none;
}
.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}
.timeline-item.alt h4 {
  text-align: right;
}
.timeline-item.alt p {
  text-align: right;
}
.timeline-item.alt .timeline-date {
  text-align: right;
}
.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.timeline-desk h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.timeline-desk .panel {
  background: #ffffff;
  display: block;
  margin-bottom: 5px;
  margin-left: 45px;
  position: relative;
  text-align: left;
  border: 0;
}
.timeline-desk h5 span {
  color: #797979;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.timeline-desk p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}
.timeline-desk .album {
  margin-top: 12px;
}
.timeline-desk .album a {
  float: left;
  margin-right: 5px;
}
.timeline-desk .album img {
  height: 36px;
  width: auto;
  border-radius: 3px;
}
.timeline-desk .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 8px;
}
.timeline-left {
  margin-left: 20px;
  width: auto;
  display: block;
}
.timeline-left:before {
  left: 0 !important;
}
.timeline-left .timeline-item {
  display: block;
}
.timeline-left .timeline-desk {
  display: block;
  width: 100%;
}
.timeline-left .panel {
  margin-bottom: 20px;
}
/* =============
   Pages - Common
============= */
/* Pages */
.account-pages-bg {
  background: url("../images/dust.png");
}
.home-wrapper {
  margin: 10% 0;
}
/* =============
   Count Down
============= */
#count-down {
  margin-top: 50px;
}
#count-down .clock-presenter {
  height: 140px;
  line-height: 30px;
  padding: 0px 30px;
  text-align: center;
}
#count-down .clock-presenter .digit {
  margin-top: 20px;
  font-size: 60px;
  font-family: 'Hind Madurai', sans-serif;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
}
#count-down .clock-presenter .note {
  position: relative;
  bottom: 0px;
  padding-top: 5px;
  cursor: default;
  font-size: 16px;
  color: #26a69a;
  font-family: 'Hind Madurai', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  #count-down .clock-presenter .digit {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #count-down .clock-presenter {
    width: 50%;
    float: left;
  }
  #count-down .clock-presenter .digit {
    font-size: 36px;
  }
  #count-down .hours_dash {
    border-right: none;
  }
}
/* =============
   FAQ
============= */
.question-q-box {
  height: 30px;
  width: 30px;
  color: #ffffff;
  background-color: #f5707a;
  text-align: center;
  border-radius: 3px;
  float: left;
  line-height: 30px;
}
.question {
  margin-top: 0;
  margin-left: 50px;
  font-weight: 400;
  font-size: 16px;
}
.answer {
  margin-left: 50px;
  color: #989898;
  margin-bottom: 40px;
}
/* =============
   Gallery
============= */
.portfolioFilter a {
  transition: all 0.3s ease-out;
  color: #313a46;
  font-weight: 600;
  font-family: 'Hind Madurai', sans-serif;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.portfolioFilter a:hover,
.portfolioFilter a.current {
  color: #26a69a;
}
.thumb {
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.thumb:hover .thumb-img {
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-out;
}
.gal-detail {
  padding: 10px;
  position: relative;
  background-color: #ffffff;
}
.gal-detail h4 {
  font-weight: 600;
  font-size: 16px;
  padding: 0 5px;
}
.gal-detail p {
  padding: 0 5px;
  font-size: 13px;
}
/* =============
   Pricing
============= */
.pricing-column {
  position: relative;
  margin-bottom: 40px;
}
.pricing-column .inner-box {
  position: relative;
  padding: 0 0 50px;
}
.pricing-column .plan-header {
  position: relative;
  padding: 30px 20px 25px;
}
.pricing-column .plan-title {
  font-size: 16px;
  font-family: 'Hind Madurai', sans-serif;
  margin-bottom: 10px;
  color: #26a69a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.pricing-column .plan-price {
  font-size: 48px;
  font-family: 'Hind Madurai', sans-serif;
  margin-bottom: 10px;
  color: #313a46;
}
.pricing-column .plan-duration {
  font-size: 13px;
  color: #989898;
}
.pricing-column .plan-stats {
  position: relative;
  padding: 30px 20px 15px;
}
.pricing-column .plan-stats li {
  margin-bottom: 15px;
  line-height: 24px;
}
.ribbon {
  position: absolute;
  left: 5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  font-family: 'Hind Madurai', sans-serif;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  background: #00acc1;
  background: linear-gradient(#188ae2 0%, #188ae2 100%);
  position: absolute;
  top: 19px;
  letter-spacing: 1px;
  left: -21px;
}
.ribbon span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #136eb4;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #136eb4;
}
.ribbon span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #136eb4;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #136eb4;
}
/* =============
   Account Pages
============= */
.wrapper-page {
  margin: 5% auto;
  position: relative;
  max-width: 420px;
}
.account-pages {
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.account-pages .account-content {
  padding: 30px;
  background-color: #ffffff;
}
.account-pages .account-btn {
  position: absolute;
  left: 0;
  right: 0;
}
.account-logo-box {
  background-color: #051950;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.checkmark {
  width: 120px;
  margin: 0 auto;
  padding: 20px 0;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out;
}
.spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =============
   Sitemaps
============= */
.sitemap > li > ul {
  margin-top: 1.5rem;
  padding-left: 0;
}
ul.sitemap {
  list-style: none;
  padding-left: 0;
}
ul.sitemap li {
  line-height: 2.5rem ;
  vertical-align: top ;
  list-style: none;
  position: relative ;
}
ul.sitemap li a {
  text-decoration: none ;
  color: #7f7f7f;
  display: inline-block;
}
ul.sitemap li a:hover {
  color: #00acc1;
}
ul.sitemap ul {
  margin-left: 1.5rem ;
  margin-bottom: 1.5rem ;
  padding-top: 10px;
}
ul.sitemap ul li {
  position: relative ;
}
ul.sitemap ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 100% ;
  border-left: 1px solid rgba(152, 152, 152, 0.5);
  position: absolute ;
  top: -1.25;
}
ul.sitemap ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 2.5rem ;
  border-bottom: 1px #ccc solid ;
  position: absolute ;
  top: -1.25rem;
}
ul.sitemap ul li a {
  margin-left: 3.75rem;
}
/* =============
   Search Results
============= */
.search-result-box .search-item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(152, 152, 152, 0.2);
  margin-bottom: 25px;
}
/* =============
   Blogs
============= */
.blog-list-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.blog-post .post-image {
  position: relative;
  margin-bottom: 20px;
}
.blog-post .post-image .label {
  position: absolute;
  bottom: 8px;
  left: 10px;
  text-transform: uppercase;
}
.blog-post .post-title a {
  color: #188ae2;
  line-height: 28px;
}
.blog-post .post-title a:hover {
  color: #136eb4;
}
.blog-categories-list li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.blog-categories-list li a {
  display: block;
  color: rgba(49, 58, 70, 0.7);
}
.blog-categories-list li a:hover {
  color: #f5707a;
}
.latest-post-item h5 a {
  color: rgba(49, 58, 70, 0.6);
  line-height: 20px;
}
.blog-post-column {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
}
.blog-post-column .post-image {
  margin-bottom: 0;
}
.blog-post-comment .media {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.blog-post-comment .media img {
  height: 52px;
  width: 52px;
}
.blog-post-comment .media .media {
  margin-bottom: 0;
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
/* ==========
Real Estate
============ */
.events-card {
  box-sizing: border-box;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(152,152,152, 0.5);
  border-radius: 15px;
  margin: 10px;
  overflow: hidden;
}
.events-card .events-content {
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 0 0 13px 13px;
  background-clip: padding-box;
  overflow: hidden;
  border-bottom: 15px solid #fff;
  background-color: #fff;
}
.events-title  {
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  font-size: 20px;
}
.events-card .events-image {
  display: block;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.events-card .image-gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(resources.svg#desaturate);
  filter: gray;
  -webkit-filter: grayscale(.7);
}

.events-card a:hover .events-image {
  transform: scale(1.05);


  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;}

.events-card .events-action {
  padding: 12px 15px 0 15px;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  background-color: #ffffff;
}
.events-card .events-label {
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
}
.events-card .events-idi {
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
}
.events-card .events-idi.label-danger {
background-color: #f00 !important;
}
.events-card.events-horizontal .events-content {
  width: 100%;
}
.events-card.events-horizontal .events-content .listingInfo {
  display: table-cell;
  height: 155px;
  vertical-align: middle;
}
.events-card.events-horizontal .events-content .events-action {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.events-card.events-horizontal .events-content .events-action a {
  margin-right: 7px;
  color: #313a46;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  display: inline-block;
  border: 1px solid #dcdee0;
  padding: 1px 6px;
  border-radius: 3px;
}
.events-card.events-horizontal .events-content .events-action a i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
/* Property detail page */
.events-detail-wrapper {
  margin: 0 auto;
}
.events-detail-wrapper .bx-wrapper {
  margin-bottom: 0;
}
.events-detail-wrapper .bx-wrapper .bx-next {
  right: 20px;
}
.events-detail-wrapper .bx-wrapper .bx-controls-direction a {
  z-index: 9;
}
.events-detail-wrapper #bx-pager a.active img {
  border: 1px solid #00acc1;
}
.events-detail-wrapper #bx-pager a img {
  padding: 3px;
  border: solid #ccc 1px;
}
.events-detail-wrapper .proprerty-features li {
  line-height: 30px;
}
.events-detail-wrapper #map-property {
  height: 300px;
  background: #00acc1;
}
.bootstrap-select > .dropdown-toggle {
}

/* ==========
List Events
============ */

.event-box {
    width: 100%;
    height: auto;
	min-height: 300px;
    position: relative;
    float: left;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all ease, 0.25s;
    -moz-transition: all ease, 0.25s;
    -o-transition: all ease, 0.25s;
    transition: all ease, 0.25s;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.325);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.325);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.325);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.325);
}
.label-category {
    position: absolute;
    top: 20px;
    display: block;
    right: 0;
    background: #d4145a;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    z-index: 3;
}
.add-event {
    width: 100%;
    height: 100%;
    display: block;
    color: #1a1a1a;
    text-align: center;
    text-decoration: none;
}
.add-text {
    height: 90px;
    line-height: 90px;
    background: #dddddd;
    font-weight: bold;
    font-size: 1.2em;
	padding: 0px 10px;
}

.add-icon {
    height: 210px;
    font-size: 4em;
    line-height: 230px;
}
.add-icon, .add-text {
    display: block;
}

.bgcover {
    background-size: cover !important;
}
.bg-banner {
  background-image: url(../../assets/images/banner.png);
  background-position: top;
  background-size: cover;
}

.bg-banner, .bg-wave {
  background-repeat: no-repeat;
}
.event-banner {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #087ad2;
  margin-bottom:60px;
}
.event-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.event-title {
    padding: 10px 20px 15px 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.event-location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-summary {
    float: left;
    position: relative;
    font-size: 12px;
    padding: 10px 100px 10px 20px;
}
.event-summary .event-sub-time {
    float: left;
    width: 100%;
}
.event-summary .event-sub-time i {
    float: left;
    width: 5%;
    display: inline;
}
.event-summary .event-sub-time span {
    float: right;
    width: 90%;
    padding-right: 3%;
    display: inline;
}
.event-summary .event-sub-location {
    float: left;
    width: 100%;
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.event-summary .event-sub-location i {
    float: left;
    width: 5%;
    display: inline;
}
.event-summary .event-sub-location span {
    float: right;
    width: 90%;
    padding-right: 2%;
    display: inline;
}
.event-box a {
    text-decoration: none;
    color: #1a1a1a;
}
.event-action {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	background-color: #33aae2;


background-position: center;

background-size: cover;
}

.alert a {
  color: white;
  text-decoration: underline;
}

.slider-wrap {
  position: relative;
  margin: 50px auto;
  width: 100%;
}

.slider {
  position: relative;
  margin: auto;
}

.slider ul {
  margin: 0;
  padding: 0;
}

.slider ul li {
  list-style: none;
  min-width: 300px;
  float: left;
}

.slider ul li span {
  display: inline-block;
  vertical-align: middle;
}

.slider-arrow {
  position: absolute;
  top: 200px;
  width: 40px;
  height: 40px;
  background: black;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}


.sa-left {
  left: -10px;
}

.sa-right {
  right: -10px;
}

.sa-left i {
  font-size: 30px;
  line-height:40px;
  padding-right:5px;
}

.sa-right i {
  font-size: 30px;
  line-height:40px;
  padding-left:5px;
}


.tag-slider {
  min-height: 180px;
  margin-bottom: 30px
}

.tag-slider::after,.tag-slider::before {
  display: none
}

.tag-slider .tag-slider--item {
  padding-right: 20px
}

.tag-slider .tag-slider--item:last-child,.tag-slider .tag-slider--item-last {
  padding-right: 0
}

.tag-slider .tag-slider--resource__more {
  padding-left: 20px
}

.tag-slider .tag-slider--nav {
  /* display:none; */
  left: -12px;
  align-items: center
}

.tag-slider .tag-slider--nav .icon,.tag-slider .tag-slider--nav .filter-sidebar details[data-key='color'] .details-content label input[type='checkbox'],.filter-sidebar details[data-key='color'] .details-content label .tag-slider .tag-slider--nav input[type='checkbox'],.tag-slider .tag-slider--nav .filter-sidebar details[data-key='color'] .details-content label input[type='radio'],.filter-sidebar details[data-key='color'] .details-content label .tag-slider .tag-slider--nav input[type='radio'],.tag-slider .tag-slider--nav .filter-sidebar details[data-key='orientation'] input:not([data-option='all']),.filter-sidebar details[data-key='orientation'] .tag-slider .tag-slider--nav input:not([data-option='all']),.tag-slider .tag-slider--nav .collections__actions button[class*="collection-"] [class*="icon"],.collections__actions button[class*="collection-"] .tag-slider .tag-slider--nav [class*="icon"],.tag-slider .tag-slider--nav .collections__actions button[class~="collection-"] [class*="icon"],.collections__actions button[class~="collection-"] .tag-slider .tag-slider--nav [class*="icon"],.tag-slider .tag-slider--nav .collection-edit button[class*="collection-"] [class*="icon"],.collection-edit button[class*="collection-"] .tag-slider .tag-slider--nav [class*="icon"],.tag-slider .tag-slider--nav .collection-edit button[class~="collection-"] [class*="icon"],.collection-edit button[class~="collection-"] .tag-slider .tag-slider--nav [class*="icon"],.tag-slider .tag-slider--nav .detail-series__navigation button,.detail-series__navigation .tag-slider .tag-slider--nav button {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  left: 11px;
  position: relative;
  box-shadow: 0 1px 4px rgba(66,66,66,0.1),0 5px 10px rgba(66,66,66,0.15)
}

.tag-slider .tag-slider--nav-next {
  right: -12px;
  left: auto
}

.tag-slider:hover .tag-slider--nav {
  display: flex;
}

.tag-slider .icon--premium {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background-color: rgba(10,21,47,0.65)
}

body.new-detail .detail__related--title {
  display: flex;
  align-content: space-between;
  justify-content: center;
  align-items: center
}

body.new-detail .detail__related--title h3,body.new-detail .detail__related--title h4 {
  flex: 1;
  margin: 0;
  padding: 5px 0 10px
}

body.new-detail .detail__related--title a {
  display: none;
  font-weight: 700;
  color: #777
}

body.new-detail .detail__related--title a:hover {
  color: #424242
}

.astock,.section-spr {
  display: none;
  min-height: 201px;
  margin: 0 0 40px;
  padding: 0;
  border-bottom: none;
  border-radius: 8px
}

.astock {
  background: none !important
}

.spr.a2b-grid-design {
  width: 100% !important;
  margin: 0 !important
}

@media screen and (min-width: 640px) {
  .tag-slider {
      margin-bottom:50px
  }

  .astock,.section-spr {
      display: block
  }

  body.new-detail .detail__related--title a {
      display: block
  }
}

.tag-slider {
  position: relative
}

.tag-slider-models {
  padding-top: 10px;
  padding-bottom: 10px
}

.tag-slider-models .tag-slider--nav {
  padding: 24px 14px
}

.tag-slider[data-slider="true"] .tag-slider--list {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.tag-slider[data-slider="true"] .tag-slider--list::-webkit-scrollbar {
  display: none
}

.tag-slider[data-slider-resource="true"] {
  visibility: hidden
}

.tag-slider[data-slider-resource="true"].visible {
  visibility: visible
}

.tag-slider-badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 0 5px;
  color: #44b678
}

.tag-slider--overflow {
  overflow: initial
}

.tag-slider--overflow .tag-slider--list {
  overflow: initial
}

.tag-slider--overflow .tag-slider--item {
  position: relative
}

.tag-slider--overflow .tooltip__container {
  width: auto
}

.tag-slider--has-next .tag-slider--nav-next,.tag-slider--has-prev .tag-slider--nav-prev {
  pointer-events: initial;
  opacity: 1
}

.tag-slider--list {
  display: flex;
  overflow: auto;
  padding: 0px
}

.tag-slider--nav {
  z-index: 1;
  top: 65px;
  left: -20px;
  padding: 20px 20px;
  background: #f7f7f7;
  pointer-events: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 25px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgba(66,66,66,0.1), 0 5px 10px rgba(66,66,66,0.15)
}

@media screen and (min-width: 480px) {
  .tag-slider:after,.tag-slider:before {
      content:"";
      position: absolute;
      top: 0;
      left: 0;
      width: 80px;
      height: 100%;
      pointer-events: none;
      opacity: 0;
      background: linear-gradient(90deg, #f8fafb 50%, rgba(248,250,251,0) 100%)
  }

  .tag-slider:after {
      left: auto;
      right: 0;
      background: linear-gradient(270deg, #f8fafb 50%, rgba(248,250,251,0) 100%)
  }

  .tag-slider--has-next:after,.tag-slider--has-prev:before {
      opacity: 1
  }

  .tag-slider--link {
      padding: 14px 20px
  }

  .tag-slider--resource__link {
      padding: 0
  }

  .tag-slider--nav {
      left: -10px
  }

  .tag-slider--nav-next {
      right: -10px;
      left: auto
  }
}

@media screen and (min-width: 640px) {
  .tag-slider--resource__more {
      display:none
  }
}
.gambar-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}
.gambar-item {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  background: #fff;
  border: 1px solid #eee;
  transition: box-shadow 0.2s, transform 0.2s;
  cursor: move;
}
.gambar-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.gambar-item.dragging {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  z-index: 1000;
}
.gambar-item.drag-over {
  border: 2px dashed #007bff;
  background-color: rgba(0,123,255,0.1);
}
.gambar-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.gambar-item .hapus-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #f44336;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  opacity: 0.85;
  transition: background 0.2s;
  z-index: 10;
}
.gambar-item .hapus-btn:hover {
  background: #c62828;
}
.gambar-item .order-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  color: white;
  text-align: center;
  font-size: 10px;
  padding: 3px 2px;
  font-weight: bold;
  pointer-events: none;
}
.drag-instructions {
  background: #e3f2fd;
  border: 1px solid #bbdefb;
  border-radius: 4px;
  padding: 8px 12px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #1976d2;
}
.upload-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.upload-preview .preview-item {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fafafa;
}
.upload-preview .preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upload-preview .hapus-preview {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #f44336;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.85;
}
.upload-preview .hapus-preview:hover {
  background: #c62828;
}

/* Custom slider styles */
    #imageSlider {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        touch-action: pan-y pinch-zoom;
        /* Allow vertical scroll, prevent horizontal */
        user-select: none;
        /* Prevent text selection during swipe */
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    #imageSlider .carousel-inner {
        border-radius: 8px;
        position: relative;
    }

    #imageSlider .item {
        transition: transform 0.3s ease-out;
    }

    #imageSlider .item img {
        width: 100%;
        height: auto;
        object-fit: cover;
        pointer-events: none;
        /* Prevent image dragging */
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;
    }

    #imageSlider .carousel-control {
        background: rgba(0, 0, 0, 0.3);
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.7;
        transition: all 0.3s ease;
    }

    #imageSlider .carousel-control:hover {
        opacity: 1;
        background: rgba(0, 0, 0, 0.5);
    }

    #imageSlider .carousel-control.left {
        left: 15px;
    }

    #imageSlider .carousel-control.right {
        right: 15px;
    }

    #imageSlider .carousel-control .glyphicon {
        font-size: 18px;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #imageSlider .carousel-indicators {
        bottom: 15px;
    }

    #imageSlider .carousel-indicators li {
        background-color: rgba(255, 255, 255, 0.5);
        border: 2px solid rgba(255, 255, 255, 0.8);
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

    #imageSlider .carousel-indicators .active {
        background-color: white;
    }

    .carousel-control span {
        margin:-10px -10px  
    }

    @media (max-width: 768px) {
        #imageSlider .carousel-control {
            width: 40px;
            height: 40px;
        }

        #imageSlider .carousel-control .glyphicon {
            font-size: 14px;
        }

        .carousel-control span {
            position: absolute;
            top: 50%;
            z-index: 5;
            display: inline-block;
            font-size: 30px;
        }
    }