.descriptions {
  overflow: hidden; }
  .descriptions:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

.circle-container {
  position: absolute;
  left: 50%;
  /* margin-top: 30px; */
  top: 300px;
  margin-left: -315px;
  height: 455px;
  width: 680px;
  /* border-radius: 50%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg); */
  /*border: 1px solid #cbcbcb;*/ }
.circle-container .main-item {
    width: 180px;
    height: 180px;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    margin-top: -90px;
    display: inline-block;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);}
    .circle-container .main-item .staff-content img {
      width: 180px;
      height: 180px; }
    .circle-container .main-item:hover {
      z-index: 9999999; }
      .circle-container .main-item:hover .staff-content img {
        width: 180px; }
      .circle-container .main-item:hover .staff-desc {
        left: 185px;
        display: inline-block; }
      .circle-container .main-item:hover .staff-border {
        display: inline-block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 10px solid #35b4e8;
        border-radius: 50%;
        position: absolute; }
  .circle-container .circle-items {
    /* margin-top: 45px;
    margin-left: 45px; */
    height: 455px;
    width: 680px;}
    .circle-container .circle-items li {
      display: inline-block;
      position: absolute;
      z-index: 99;
      /*-webkit-transform: rotate(30deg);
              transform: rotate(30deg);} */ }
      .circle-container .circle-items li:hover {
        z-index: 10000; }
        .circle-container .circle-items li:hover .staff-desc {
          right: 185px;
          display: inline-block;
          z-index: 999999; }
        .circle-container .circle-items li:hover .staff-desc[data-direction="staff-desc-right"] {
          left: 185px; }
        .circle-container .circle-items li:hover .staff-border {
          display: inline-block;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border: 10px solid #35b4e8;
          border-radius: 50%;
          position: absolute; }
    .circle-container .circle-items .staff-content {
      height: 180px;
      width: 180px;
      overflow: hidden;}
      .circle-container .circle-items .staff-content img {
        width: 100%;
        height: 100%; }

.main-circle {
  display: none; }

.staff-desc {
  display: none;
  width: 340px;
  border-radius: 5px;
  position: absolute; }
  .staff-desc .header {
    background: #35b4e8;
    padding: 16px;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
    .staff-desc .header .name {
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 5px; }
    .staff-desc .header .status {
      font-size: 12px;
      font-style: italic;
      color: #fff; }
  .staff-desc .body {
    padding: 16px;
    background: #f0f0f0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    font-size: 12px; }
    .staff-desc .body p {
      margin-bottom: 16px; }

.float-nav {
  z-index: 100000000 !important; }

/*# sourceMappingURL=circle.css.map */
