
/* 
 *  Fix some prior styles
 */

.startCaption {
  z-index: 1;
}

 #fixedNav {
  z-index: 999;
}




/*
 *  Add Cookie Notice own style (use ck namespace)
 */


  #ck-notice,
  #ck-details {
    padding-left: 0px;
    transition: 0.15s;
    position: fixed;
    bottom: -100vh;
    right: 0;
    width: 100%;
    z-index: 99;
  }

  #ck-notice.show,
  #ck-details.show {
    bottom: 0;
  }
  
  #ck-notice {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background: #f6f7f0;
    font-size: 16px;
    height: 141px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #ck-details {
    height: 100vh;
    background: #f4f4f4;
    padding-top: 40px;
  }

    #ck-details p,
    #ck-details h3 {
      padding: 0 8px;
      text-align: center;
    }

    #ck-details p {
      max-width: 950px;
      margin: auto;
      margin-top: 24px;
      margin-bottom: 24px;
      font-size: 12px;
    }

    #ck-details > p:first-of-type {
      margin-top: 40px;
      font-weight: 700px;
    }

  #ck-notice-more {
    color: #575757;
    padding: 0 8px;
    text-align: center;
    margin: 16px 0 16px;
  }

    #ck-notice-more a {
      color: #000;
      font-weight: 700;
      border-bottom: 1px solid #000;
      cursor: pointer;
    }

    #ck-notice-close {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      margin-top: 8px;
      margin-bottom: 16px;
    }
  
      #ck-notice-close button {
        -webkit-appearance: none;
        -moz-appearance:    none;
        appearance:         none;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        border: 0;
        padding: 12px 40px 6px;
        letter-spacing: 0.5px;
        font-size: 16px;
        font-family:  'Conv_FuturaStd-Medium';
      }

  @media screen and (min-width: 767px) {

    #ck-details,
    #ck-notice {
      padding-left: 140px;
    }

    #ck-details {
      padding-top: 62px;
      text-align: center;
    }

    #ck-details p {
      font-size: 16px;
    }


    
  }

