.imagegallery {
  position: relative; }
  .imagegallery .pager {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0; }
    .imagegallery .pager li {
      display: inline-block;
      margin-right: 30px;
      text-transform: uppercase;
      font-family: 'bio-sans';
      font-weight: 700;
      cursor: pointer; }
      .imagegallery .pager li.act {
        color: rgba(91, 103, 112, 1); }
  .imagegallery .changeView {
    position: relative;
    width: 100%;
    text-align: right;
    padding: 0 10px;
    display: none; }
    @media (min-width: 768px) {
  .imagegallery .changeView {
    display: block;
    width: 140px;
    position: absolute;
    top: 0;
    right: 0; } }
    .imagegallery .changeView .list {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 20px;
      position: relative;
      cursor: pointer; }
      .imagegallery .changeView .list:before {
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        content: "\1f4c5";
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        overflow: hidden;
        color: #3a4245;
        -webkit-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        -ms-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease; }
      .imagegallery .changeView .list.act:before, .imagegallery .changeView .list:hover:before {
        opacity: 0.6; }
    .imagegallery .changeView .single {
      display: inline-block;
      width: 60px;
      height: 30px;
      position: relative;
      cursor: pointer; }
      .imagegallery .changeView .single:before {
        content: "";
        width: 60px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        overflow: hidden;
        border: 3px solid #3a4245;
        -webkit-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        -ms-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease; }
      .imagegallery .changeView .single.act:before, .imagegallery .changeView .single:hover:before {
        opacity: 0.6; }
  .imagegallery .itemElement {
    position: relative;
    margin-bottom: 1rem; }
  .imagegallery .imgSingle {
    padding: 0 10px;
    display: none; }
    @media (min-width: 768px) {
  .imagegallery .imgSingle {
    display: block; } }
    .imagegallery .imgSingle .imgPart {
      margin-bottom: 1.5rem;
      display: block;
      position: relative;
      padding-top: 56.25%;
      overflow: hidden; }
      .imagegallery .imgSingle .imgPart picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
  .imagegallery .imgList {
    position: relative;
    overflow: hidden; }
    .imagegallery .imgList .imgPart {
      margin-bottom: 1.5rem; }
      .imagegallery .imgList .imgPart .innerWrap {
        display: block;
        position: relative;
        padding-top: 56.25%;
        overflow: hidden; }
        .imagegallery .imgList .imgPart .innerWrap picture {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -webkit-transition: 0.2s ease;
          -moz-transition: 0.2s ease;
          -ms-transition: 0.2s ease;
          -o-transition: 0.2s ease;
          transition: 0.2s ease; }
  .imagegallery .imgSingle {
    position: relative;
    padding-top: 80px; }
  .imagegallery .textPart {
    display: none; }
  .imagegallery .flickity-button {
    display: none; }
    @media (min-width: 768px) {
  .imagegallery .flickity-button {
    width: 60px;
    height: 60px;
    left: -20px;
    border-radius: 0;
    display: block;
    opacity: 1;
    top: 40px;
    background: none;
    left: auto;
    right: 85px; } }
    .imagegallery .flickity-button:before {
      content: "\2c2";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      color: #3a4245;
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (min-width: 992px) {
  .imagegallery .flickity-button:before {
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 30px; } }
    .imagegallery .flickity-button:hover {
      opacity: 0.75; }
    .imagegallery .flickity-button.next {
      left: auto;
      right: 20px; }
      .imagegallery .flickity-button.next:before {
        content: "\2c3"; }
    .imagegallery .flickity-button svg {
      display: none; }
  @media (max-width: 767px) {
  .imagegallery .pager {
    display: none !important; }
  .imagegallery .itemElement {
    display: block !important; }
    .imagegallery .itemElement .imgList {
      display: block !important; }

    .imagegallery .itemElement .imgSingle {
      display: none !important; }

    .imagegallery .itemElement .textPart {
      display: block !important; } }
