HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/sportivo.komma.pro/wwwroot/css/partials/_references.sass
.image-header-container.reference
  height: initial !important
  max-height: none !important
.video-background.reference
  +flex(center, center)
  position: relative
  z-index: 101
  .video-overlay
    +position(absolute, 0 0 0 0)
    width: 100%
    height: 100%
    background: url("/images/structure/cross_pattern.png")
    pointer-events: none
    opacity: 0.2
.main-content
  .image-header-container.reference
    .header-container
      +flex(center, center)
      z-index: 999
      min-height: 50px
      height: 85px
      .header-wrapper
        width: initial
        margin: 0
      h1
        font-size: 24px
        white-space: normal
      div.header-button
        margin-left: 40px

.main-content .content-block1 article
  .quotes-members
    .member-quote
      margin-bottom: 40px
      width: 47.5%

      &:nth-of-type(2n + 1)
        float: right
        clear: both

      h4
        font-size: 21px

      h5
        font-size: 18px
        margin-top: 10px
        em
          line-height: 32px

      p
        font-size: 16px
.main-content .content-block1.reference-block
  overflow: hidden

#facebook-reviews
  padding-top: 20px
  position: relative
  padding-bottom: 50px
  min-height: 75px
  &:before
    content: ""
    +position(absolute, 0 null null -25%)
    height: 100%
    width: 150%
    background: lighten($contentBackground1, 2%)


  .spinner
    width: 80px
    height: 80px
    display: block

    position: absolute
    left: calc(50% - 40px)
    top: 10px

    .double-bounce1, .double-bounce2
      width: 100%
      height: 100%
      border-radius: 50%
      background-color: $orange
      opacity: 0.6
      position: absolute
      top: 0
      left: 0

      +animation(sk-bounce 2.0s infinite ease-in-out)

    .double-bounce2
      +animation-delay(-1.0s)

      +keyframes(sk-bounce)
        0%, 100%
          +transform(scale(0.0))
        50%
          +transform(scale(1.0))

    p
      +position(relative, 110% null null -60px)
      height: 20px
      width: 200px
      text-align: center

  .review
    margin-top: 50px

    h4
      font-size: 24px
      text-align: left
      color: white

    .avatar
      display: block
      float: left
      margin-right: 14px
      img
        border-radius: 9999px
        border: solid $orange 3px
    .stars
      text-align: left
      margin-top: 5px
      .star
        +sprite(-32px -100px, 18px, 18px)
        display: inline-block

    .date
      text-align: left
      font-size: 14px
      margin-top: 2px
      color: white
      &.noText
        margin-left: 70px



    p
      width: 100%
      clear: both
      margin-top: 20px

    &:nth-of-type(3n+4)
      clear: left

+media-query(1500px)
  #facebook-reviews
    .review.span4
      width: 46%

      &:nth-of-type(3n+4)
        clear: none

      &:nth-of-type(2n+3)
        clear: left

      h4
        font-size: 18px

+media-query(1200px)
  .main-content .content-block1 article
    .quotes-members
      .member-quote
        margin-bottom: 40px
        width: 100%

        &:nth-of-type(2n + 1)
          float: none
          clear: both

+media-query(900px)
  .main-content .content-block1 article
    .quotes-members
      .member-quote
        margin-bottom: 40px
        width: 47.5%

        &:nth-of-type(2n + 1)
          float: right
          clear: both

+media-query(700px)
  #facebook-reviews
    .review.span4
      width: 96%

      &:nth-of-type(3n+4)
        clear: none

      &:nth-of-type(2n+3)
        clear: none


+media-query(575px)
  .main-content .content-block1 article
    .quotes-members
      .member-quote
        margin-bottom: 40px
        width: 100%

        &:nth-of-type(2n + 1)
          float: none
          clear: both