/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.absolute-footer {
  display: none !important;
}


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* =====================================
   AIXPLORIA FOOTER – FLATSOME VERSION
   Scope: .site-footer
   ===================================== */

/* ROOT FOOTER */
.site-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #06223b;
  color: #fff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif;
}

/* Giới hạn chiều rộng nội dung */
.site-footer .section-content>.row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* Link chung */
.site-footer a {
  color: #adb3c4;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffcaea;
  text-decoration: none;
}

/* =========================
     TOP ROW: LOGO + 3 CỘT MENU
     ========================== */

.site-footer .xc-footer-top {
  padding-bottom: 33px;
  border-bottom: 1px solid #1c3651;
  margin-bottom: 17px;
}

/* Logo + slogan */
.site-footer .xc-footer-top .col:first-child .col-inner p {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #adb3c4;
  font-size: 14px;
}

.site-footer .xc-footer-top .img-inner {
  filter: invert(0) hue-rotate(357deg);
  opacity: 0.8;
}

/* GTranslate flags */
.site-footer .gtranslate_wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}

.site-footer .gtranslate_wrapper a.glink {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.site-footer .gtranslate_wrapper img {
  border-radius: 3px;
  display: inline-flex;
  margin-left: 11px;
  margin-right: 11px;
}

.site-footer .gtranslate_wrapper a.gt-current-lang img {
  box-shadow: 0 0 0 1px #ffcaea;
}

/* =========================
     CỘT MENU (Resources / Tools / Company)
     ========================== */

.site-footer .xc-footer-menu {
  text-align: left;
  padding-left: 0;
}

/* Xoá indent / padding mặc định Flatsome */
.site-footer .xc-footer-menu .ux-menu-link {
  margin: 0;
  padding: 0;
}

/* TITLE MENU – sử dụng ::after để vẽ border ngắn */
.site-footer .xc-footer-menu .ux-menu-title {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;

  display: inline-block !important;
  /* override .flex của Flatsome */
  flex: none !important;
  width: auto !important;
  padding: 0;
}

/* Border dưới title – ngắn, đẹp, căn giữa */
.site-footer .xc-footer-menu .ux-menu-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 1px;
  width: 40px;
  background-color: #ccc;
}

/* ITEM MENU */
.site-footer .xc-footer-menu .ux-menu-link__link {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 13px;
  line-height: 2.8;
  color: #adb3c4;
  margin: 0;
  padding: 0;
}

/* Chỉ thụt text, không thụt cả block */
.site-footer .xc-footer-menu .ux-menu-link__text {
  padding-left: 0 !important;
}

.site-footer .xc-footer-menu .ux-menu-link__link:hover {
  color: #ffcaea;
}

/* =========================
     BOTTOM ROW: LEGAL + SOCIAL
     ========================== */

.site-footer .xc-footer-bottom {
  align-items: center;
}

/* Text legal bên trái */
.site-footer .xc-footer-bottom .col.medium-9 .col-inner {
  color: #cddbdb;
  font-size: 14px;
}

/* Block legal: © ... All rights reserved + links */
.site-footer .xc-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
}

.site-footer .xc-footer-main,
.site-footer .xc-footer-rights {
  white-space: nowrap;
}

.site-footer .green-world {
  width: 15px;
  height: auto;
  margin-left: 3px;
}

.site-footer .xc-footer-link {
  font-size: 12px;
  color: #bbd4e9;
}

.site-footer .xc-footer-link:hover {
  color: #ffcaea;
}

/* Nếu còn <p> trong col legal thì giảm margin */
.site-footer .xc-footer-bottom .col.medium-9 .col-inner p {
  margin-bottom: 4px;
}

/* =========================
     SOCIAL ICONS (mạng xã hội)
     ========================== */

.site-footer .social-icons.follow-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

/* Giữ dạng vòng tròn outline nhưng chỉnh lại màu & spacing */
.site-footer .social-icons.follow-icons a.icon.button.circle.is-outline {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;

  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #cddbdb;

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  color: #cddbdb;
  box-shadow: none;
}

/* Icon font bên trong */
.site-footer .social-icons.follow-icons a.icon.button.circle.is-outline i {
  font-size: 15px;
}

/* Hover social */
.site-footer .social-icons.follow-icons a.icon.button.circle.is-outline:hover {
  border-color: #ffcaea;
  color: #ffcaea;
  transform: translateY(-1px);
}

/* =========================
     RESPONSIVE
     ========================== */

@media (max-width: 992px) {
  .site-footer .section-content>.row {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .site-footer {
    text-align: center;
  }

  .site-footer .xc-footer-top .col .col-inner {
    text-align: center;
  }

  .site-footer .xc-footer-menu .ux-menu-title,
  .site-footer .xc-footer-menu .ux-menu-link__link {
    justify-content: center;
  }

  .site-footer .xc-footer-bottom {
    text-align: center;
  }

  .site-footer .xc-footer-bottom .col .col-inner {
    text-align: center;
  }

  .site-footer .social-icons.follow-icons {
    justify-content: center;
    margin-top: 10px;
  }

  .site-footer .xc-footer-legal {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .site-footer {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .site-footer .xc-footer-top {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}

/* ===== CARD STYLE FOR AI CATEGORY BOX ===== */
.ai-cat-box {
  background: linear-gradient(-17deg, #fff 85.7%, #e5f0ffb3 67%, #fff 104%);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #edf4ff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

/* Hover giống card */
.ai-cat-box:hover {
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
}

/* Icon wrapper giống card */
.ai-cat-box .icon-box-img {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
}

/* Icon img */
.ai-cat-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Title */
.ai-cat-box h3 {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #1a202c !important;
  margin-bottom: 8px !important;
  text-align: center !important;
}

/* Description */
.ai-cat-box p {
  font-size: 0.875rem !important;
  color: #718096 !important;
  margin-bottom: 0 !important;
}

/* Remove Flatsome default reset spacing */
.ai-cat-box .icon-box-text {
  margin-top: 0 !important;
}

.ai-cat-box p:last-child {
  margin-bottom: 20px !important;
}

.ai-cat-box.cd2 {
  background: linear-gradient(-17deg, #fff 85.7%, #eeeeeeb3 67%, #fff 104%);
  border: 1px solid #f3f3f3;
}



/* CARD CHUNG – giống .aixploria-news-section */
.xc-thankyou-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  /* khoảng cách giữa icon và text */
  max-width: 600px;
  margin: 2rem auto 0;
  padding: 2rem;
  border-radius: 16px;
  background: #fffffffc;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 1px 2px rgba(79, 70, 229, 0.06),
    0 4px 6px -1px rgba(79, 70, 229, 0.15),
    inset 0 0 0 1px rgba(79, 70, 229, 0.10);
  position: relative;
  overflow: hidden;
}

/* ICON WRAPPER – giống .aixploria-icon-wrapper (bản thank-you) */
.xc-icon-wrapper {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #4a5568;
  position: relative;
  z-index: 1;
}

/* VIỀN GRADIENT QUANH ICON */
.xc-icon-wrapper::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  background: linear-gradient(89deg, #a0dbfd 1%, #947bed, #fb81b5 51%, #ffbd75 98%);
  border-radius: 16px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 3px;
  z-index: -1;
}

/* SVG ICON – màu trắng, đúng kiểu gốc */
.xc-section-icon {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

/* TEXT BÊN PHẢI */
.xc-text p {
  margin: 0;
  line-height: 1.7;
}

.xc-thankyou-text {
  font-size: 1rem;
  font-weight: 500;
  color: #2d3748;
  margin-bottom: .375rem;
  letter-spacing: -0.015em;
}

.xc-goodbye-text {
  font-size: 1rem;
  font-weight: 500;
  background: linear-gradient(135deg, #4338ca, #6366f1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.01em;
}

/* MOBILE */
@media (max-width: 480px) {
  .xc-thankyou-card {
    padding: 1.5rem;
    gap: 1.25rem;
  }
}

/* =================================================================
   AI CATEGORY & GRID STYLES (Extracted & Adapted for Custom Templates)
   ================================================================= */

/* --- Category Header (.intro-cat .nph-wrapper) --- */
.intro-cat {
  margin-bottom: 30px;
  background: #f9f9f9;
  padding: 0;
  /* Reset */
  border-radius: 8px;
  margin-top: 20px;
}

.nph-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.nph-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}

/* Visual Column */
.nph-column-visual {
  flex: 0 0 auto;
  width: 220px;
}

.nph-img-wrapper {
  width: 220px;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #eee;
}

.nph-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Column */
.nph-column-content {
  flex: 1;
  text-align: left;
}

.nph-title-prefix {
  font-size: 1.1rem;
  color: #666;
  display: block;
  margin-bottom: 5px;
  font-family: inherit;
}

.nph-title-main {
  font-size: 2.5rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  display: block;
}

.nph-description {
  margin-bottom: 1.5rem;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.nph-tags-wrapper {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.nph-update-pill {
  background: #e0e0e0;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.nph-tag-pill {
  background: #f0f0f0;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.8rem;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
}

.nph-tag-pill:hover {
  background: #ddd;
}

/* Stats Column */
.nph-column-stats {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nph-stat-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  padding: 0.75rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.nph-stat-icon svg {
  width: 24px;
  height: 24px;
  color: #555;
}

.nph-stat-info {
  display: flex;
  flex-direction: column;
}

.nph-stat-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
}

.nph-stat-label {
  font-size: 0.8rem;
  color: #888;
}


/* --- Filter Bar --- */
#bar-menu-category {
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #fff;
}

.magic-filter {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.magic-filter button,
.magic-filter select {
  padding: 8px 15px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  color: #555;
}

.magic-filter button:hover {
  background: #f9f9f9;
}


/* --- AI Category Grid Card Styles (Refactored for New HTML) --- */

/* 1. Grid Container */
.latest-posts {
  justify-content: flex-start;
  padding-top: 33px;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.latest-posts .col {
  padding-bottom: 30px;
}

/* 2. Card Container */
.post-item {
  background: #fff;
  border: 2px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* Organize vertical flow */
}

.post-item:hover {
  box-shadow: 0 2px 10px rgb(101 182 251 / 59%);
}

/* 3. Header Row (Rank + Right Group) */
.card-header-top {
  position: relative;
  height: 35px;
  /* Enough for badges */
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* Push Right Group to end */
  align-items: center;
  padding: 5px 5px 0 0;
}

/* Rank (Absolute Left) */
.post-rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 499;
  height: 28px;
  padding: 0 11px;
  font-size: 17px;
  font-weight: 700;
  border: 1px solid #f5f5f5;
  border-radius: 8px 0 24px 0;
  display: flex;
  align-items: center;
}

.img-123-cat {
  margin-left: 4px;
}

/* Rank Colors */
.rank-gold {
  background: #fff5be;
  border-right: 2px solid #d5d5d5;
  border-bottom: 16px solid #efe7b9;
  color: #756011;
}

.rank-silver {
  background: #f8faff;
  border-right: 2px solid #d5d5d5;
  border-bottom: 16px solid #e7e7e7;
  color: #5c5f69;
}

.rank-bronze {
  background: #ffe5bedb;
  border-right: 2px solid #d5d5d5;
  border-bottom: 16px solid #edd3adab;
  color: #81675f;
}

.rank-regular {
  background: #e3e3e4;
  border: 2px solid #f9fbfc;
  color: #47484f;
  border-top-left-radius: 8px;
}

/* Right Group (Stars, Pricing, Fav) */
.header-right-group {
  display: inline-flex;
  /* "flex inline" as requested */
  align-items: center;
  gap: 8px;
  /* Spacing between elements */
}

/* Stars */
.rating-inline {
  display: flex;
  align-items: center;
}

.kk-star-ratings {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.kksr-stars {
  display: inline-flex !important;
}

.kksr-star {
  padding-right: 2px;
}

.kksr-star .kksr-icon {
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

.kksr-legend,
.kksr-muted {
  display: none !important;
}

/* Pricing Badge (Inline) */
.pricing-inline {
  padding: 2px 10px;
  border-radius: 0 0 7px 7px;
  /* Keep the pill shape look if desired, or simpler rounded */
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  /* Subtle background */
  border: 1px solid #eee;
  height: 24px;
}

/* Pricing Colors (Dots) */
.licone-color-Free-Trial {
  background: #922eaa;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  display: inline-block;
}

.licone-color-Free {
  background: #4caf50;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  display: inline-block;
}

.licone-color-Freemium {
  background: #d18e2a;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  display: inline-block;
}

.licone-color-Paid {
  background: #cf2f24;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  display: inline-block;
}

/* Fav Button (Inline) */
.sharebutton-inline {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}

.image-sharelist1 {
  width: 20px;
  height: 20px;
  filter: brightness(3) invert(1) hue-rotate(203deg);
  opacity: .5;
}

.image-sharelist1:hover {
  opacity: .8;
}

/* 4. Content Area */
.post-info {
  padding: 10px 15px 15px;
  text-align: center;
  flex-grow: 1;
  /* Push footer down */
  display: flex;
  flex-direction: column;
}

/* Title */
.title-favicon-cat {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 5px;
}

.site-icon {
  border-radius: 4px;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.post-title {
  font-size: 18px !important;
  font-weight: 700;
  color: #333;
  margin: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.post-title a {
  color: #3f4a4f;
  text-decoration: none;
}

.post-title a:hover {
  color: #000;
}

.verif-bluec {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

/* Description */
.desc-link {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 25px;
}

.post-excerpt {
  font-size: 13px;
  color: #666;
  text-align: center;
  line-height: 1.5;
  height: 60px;
  /* Limit height */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
}

/* Categories */
.post-category {
  margin-bottom: 15px;
  min-height: 25px;
}

.tag-category-dk {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  color: #687483;
  border: 1px solid #e0e0e0;
  font-size: 10px;
  text-transform: uppercase;
}

.tag-category-dk:hover {
  background: #f5f5f5;
}

.pluscat {
  font-size: 11px;
  color: #888;
  margin-left: 5px;
}

/* 5. Footer Actions */
.card-footer-actions {
  margin-top: auto;
  /* Push to bottom of flex container */
  position: relative;
  display: flex;
  justify-content: center;
  /* Center Visit button */
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
}

/* Visit Button (Centered) */
.visit-site-button4 {
  background: linear-gradient(135deg, #1979c4, #6a9ed2);
  color: #fff;
  border-radius: 4px;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
}

.visit-site-button4:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(25, 121, 196, 0.2);
}

.goicon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

/* Upvote (Absolute Right) */
.like-button {
  position: absolute;
  right: 0;
  bottom: 0;
  /* Align with bottom/padding */
  top: 15px;
  /* Match padding-top of footer */
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  opacity: 0.7;
}

.like-button:hover {
  opacity: 1;
}

.flsing1 {
  width: 14px;
  margin-right: 4px;
}

.numbers-upvote {
  font-size: 12px;
  font-weight: 700;
  color: #333;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 16px !important;
  }
}

/* Featured / Alternative Section Reuse Grid */
.xc-ai-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.xc-ai-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
  border: 1px solid #f0f0f0;
}

.alternative-articles {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #f0f0f0;
  margin-top: auto;
}

.alternative-articles .like-button {
  bottom: auto;
  right: auto;
  position: relative;
}

/* =================================================================
   BOOTSTRAP GRID FALLBACK (Minimal for AI Directory)
   Flatsome does not include Bootstrap, so col-md-6 does nothing without this.
   ================================================================= */
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

/* Grid Columns */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-6 {
  width: 50%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-6 {
    width: 50%;
  }
}

/* Keyframes */
@keyframes clignoter {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}