.jcarousel-wrapper {
  margin: 20px auto;
  position: relative; }

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%; }

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel li {
  width: 200px;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto; }

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  display: inline-block;
  position: absolute;
  top: calc(50% - 25px);
  font-size: 150px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  opacity: .8;
  z-index: 2;
  filter: alpha(opacity=80); }

.jcarousel-control-prev {
  left: -25px; }

.jcarousel-control-next {
  right: -25px; }

.jcarousel .community-related {
  border-right: 1px solid #2d92dd;
  margin-right: 5px; }

.community-related-container:before {
  content: ''; }

.community-related-container:after {
  content: '';
  clear: both;
  display: table; }

.community-related-container {
  max-height: 100px;
  overflow: hidden;
  width: 100%; }

.community-related-image-block {
  float: left;
  margin-right: 10px;
  width: 45%; }

.community-related-text-block {
  float: left;
  height: 100%;
  max-height: 100px;
  min-height: 100px;
  position: relative;
  width: 50%; }

.community-image-hexagon, .community-image-hexagon div {
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.community-image-hexagon {
  height: 95px;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  width: 110px; }

.community-image-hexagon-1 {
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  width: 100%; }

.community-image-hexagon-2 {
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  width: 100%; }

.community-image-hexagon .community-image {
  height: 100%;
  max-width: 100%;
  width: 100%; }

@media (max-width: 980px) {
  .community-related-text-block {
    width: 47%; }

  .community-image-hexagon {
    height: 80px;
    width: 95px; } }
@media (max-width: 767px) {
  .community-image-hexagon {
    height: 75px;
    width: 90px; } }
@media (max-width: 480px) {
  .community-related-image-block {
    width: 35%; }

  .community-related-text-block {
    width: 60%; }

  .community-image-hexagon {
    height: 70px;
    width: 80px; } }