.clan-page .section {
  padding: 2em; }
.clan-page #banner {
  padding-top: 1.5em;
  background-attachment: fixed;
  background-image: url("/images/chameleon_overlayed.jpg");
  background-position: center top;
  background-size: cover; }
  .clan-page #banner .clan {
    margin-bottom: 25px; }
    .clan-page #banner .clan div {
      display: inline;
      margin-right: 10px; }
    .clan-page #banner .clan .logo img {
      height: 150px;
      width: 150px;
      border: solid 0.5em rgba(144, 144, 144, 0.25);
      border-radius: 100%; }
    .clan-page #banner .clan .name {
      vertical-align: top;
      font-weight: bold;
      color: white;
      font-size: 2em; }
.clan-page #about-us {
  text-align: center; }
.clan-page .stat {
  margin-bottom: 10px; }
  .clan-page .stat .figure {
    font-weight: bold;
    font-size: 3em;
    vertical-align: bottom; }
.clan-page #clan-sightings {
  text-align: center; }
  .clan-page #clan-sightings #sightingData .ulList {
    padding-left: 7px; }
    .clan-page #clan-sightings #sightingData .ulList li {
      min-height: 290px;
      width: 25%;
      list-style: none;
      display: inline-block;
      padding: 10px;
      margin: 0;
      background: #fff;
      font-size: 16px;
      font-size: 1rem;
      vertical-align: top;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .clan-page #clan-sightings #sightingData .ulList li p {
        font-size: small;
        margin: 0;
        text-align: center;
        padding: 0;
        line-height: normal; }
      .clan-page #clan-sightings #sightingData .ulList li .internal_div {
        border: 1px solid #ddd;
        box-shadow: 0 0 5px #ddd;
        min-height: 290px; }
        .clan-page #clan-sightings #sightingData .ulList li .internal_div .swiper-container {
          width: 100%;
          height: 100%; }
          .clan-page #clan-sightings #sightingData .ulList li .internal_div .swiper-container .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
            .clan-page #clan-sightings #sightingData .ulList li .internal_div .swiper-container .swiper-slide .pending_sightImg {
              width: 100%; }
          .clan-page #clan-sightings #sightingData .ulList li .internal_div .swiper-container .swiper-button-next, .clan-page #clan-sightings #sightingData .ulList li .internal_div .swiper-container .swiper-button-prev {
            height: 20px; }
          .clan-page #clan-sightings #sightingData .ulList li .internal_div .swiper-container .swiper-button-prev {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fffeeb'%2F%3E%3C%2Fsvg%3E"); }
          .clan-page #clan-sightings #sightingData .ulList li .internal_div .swiper-container .swiper-button-next {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fffeeb'%2F%3E%3C%2Fsvg%3E"); }
        .clan-page #clan-sightings #sightingData .ulList li .internal_div p {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 16px;
          max-height: 20px;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          padding: 0;
          margin-bottom: 6px; }
.clan-page #questa-lab {
  text-align: center; }
  .clan-page #questa-lab .any-idea {
    font-size: 150%;
    margin-bottom: 1em; }
.clan-page #questa-lab .owl-buttons div {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.clan-page #questa-lab .owl-buttons {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10; }
.clan-page #questa-lab .owl-buttons .owl-prev {
  left: 0; }
.clan-page #questa-lab .owl-buttons .owl-next {
  right: 0px;
  left: auto; }
.clan-page #join-clan {
  text-align: center; }
.clan-page span.spanlabel {
  display: block;
  line-height: 10px;
  text-transform: capitalize;
  color: #5f5f5f; }
.clan-page .i-popup.right a {
  color: rgba(31, 134, 224, 0.69);
  text-decoration: none; }
.clan-page .i-popup.right {
  display: inline-block;
  vertical-align: top;
  overflow: hidden; }
.clan-page div.spangroup {
  margin: 9px 0px; }
.clan-page span.spanvalue {
  color: #000; }
.clan-page .max-infos {
  display: inline-block;
  vertical-align: top; }
.clan-page .i-popup.left {
  display: inline-block; }
.clan-page .i-popup.right img {
  min-width: 160px;
  min-height: 160px; }
.clan-page .i-popup.right a {
  color: rgba(31, 134, 224, 0.69);
  text-decoration: none; }
