#content {
  padding-top: 154px;
  text-align: center; }
  #content h1 {
    color: #a18f80;
    font-size: 28px;
    letter-spacing: 0.05em;
    margin: 15px auto;
    text-transform: uppercase; }
  #content hr.short {
    max-width: 50px;
    margin: 0 auto 20px auto;
    border-top: 1px solid #a18f80; }
  #content #panels {
    background: white; }
    #content #panels .panel {
      position: relative; }
      #content #panels .panel:hover .panel-text {
        background: rgba(255, 255, 255, 0.9); }
        #content #panels .panel:hover .panel-text .button {
          background: #d2e8d4; }
      #content #panels .panel.draft {
        opacity: 0.5;
        border-top: 10px solid #666;
        box-sizing: border-box;
        overflow: hidden; }
        #content #panels .panel.draft img {
          margin-bottom: -10px; }
      #content #panels .panel .remove {
        position: absolute;
        top: 0;
        right: 0;
        margin: 20px 20px 0px 0px;
        border: none;
        border-radius: 100%;
        background: #fff;
        color: #333;
        padding: 7px 12px 7px 12px;
        font-weight: 800;
        font-size: 16px;
        -webkit-transition: background 0.3s ease, color 0.3s ease;
        transition: background 0.3s ease, color 0.3s ease; }
        #content #panels .panel .remove:hover {
          background: #333;
          color: white; }
      #content #panels .panel .panel-text {
        position: absolute;
        background: rgba(210, 232, 212, 0.7);
        bottom: 0;
        width: 100%;
        margin: 0%;
        padding: 0px 5%;
        box-sizing: border-box;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease; }
        #content #panels .panel .panel-text h2 {
          text-transform: uppercase;
          font-size: 18px;
          color: #000;
          font-weight: 400;
          margin-bottom: 20px;
          margin-top: 20px; }
        #content #panels .panel .panel-text .button {
          float: right;
          margin-top: 12px;
          border: none;
          border-radius: 100%;
          background: none;
          color: white;
          padding: 10px 18px 12px 18px;
          background: none;
          font-weight: 800;
          font-size: 20px;
          -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease; }
  #content form li {
    clear: none; }

.video-play {
  display: block;
  clear: both;
  color: #333;
  padding-left: 20%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 20px;
  vertical-align: middle;
  letter-spacing: 0.02em; }
  .video-play:hover {
    text-decoration: none; }
  .video-play img {
    margin: 0 15px -5px 0; }
  @media screen and (max-width: 640px) {
    .video-play {
      padding-left: 0;
      text-align: center; } }
  .video-play span {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 100%;
    padding: 5px 9px 5px 9px;
    margin: 0px 0px 0px 10px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease; }
    .video-play span:hover {
      background: #D2E8D4;
      text-decoration: none;
      color: black; }

#product-details {
  width: 100%;
  margin: 1px;
  padding: 0px 0 50px 0; }
  #product-details .twocol {
    float: left;
    position: relative;
    width: 50%; }
    @media screen and (max-width: 640px) {
      #product-details .twocol {
        float: none;
        width: 100%; } }
  #product-details #pinit {
    position: absolute;
    bottom: 10px;
    right: 10px; }
  #product-details .text {
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
    position: relative;
    text-align: left; }
    @media screen and (max-width: 640px) {
      #product-details .text {
        clear: both;
        padding: 10px 10px 40px 10px;
        border-top: 1px solid #ccc;
        margin-top: 30px; } }
    #product-details .text h2 {
      font-size: 18px;
      text-align: left;
      margin: 30px 0 0 0; }
    #product-details .text p:nth-of-type(2n) {
      margin-top: 0; }
    #product-details .text h2, #product-details .text h3 {
      text-align: left; }
    #product-details .text h4 {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      border-bottom: 1px dashed #999;
      padding: 10px 0px 10px 0px;
      margin: 15px 0px;
      text-align: left; }
      #product-details .text h4 a.slide-button {
        color: #666; }
        #product-details .text h4 a.slide-button:hover {
          color: #000;
          text-decoration: none; }
        #product-details .text h4 a.slide-button span {
          float: right;
          font-weight: 800; }
    #product-details .text .slide-hide {
      padding: 5px 0px; }
    #product-details .text .albumbutton {
      display: block;
      width: auto;
      background: none;
      border: 1px solid #a18f80;
      border-radius: 0;
      bottom: 0;
      margin: 2% 0%;
      padding: 15px 5% 15px 5%;
      text-transform: uppercase;
      text-align: left;
      color: #a18f80;
      font-weight: 600;
      box-sizing: border-box;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      #product-details .text .albumbutton:hover {
        text-decoration: none; }
        #product-details .text .albumbutton:hover span {
          background: white;
          color: #333; }
    #product-details .text h3 span {
      display: block;
      font-style: italic;
      font-size: 12px; }
    #product-details .text .customisation {
      padding: 20px;
      background: #f6f6f6; }
      #product-details .text .customisation h2 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        border-bottom: 1px dashed #999;
        padding: 10px 0px 10px 0px;
        margin: 15px 0px;
        text-align: right; }
      #product-details .text .customisation label {
        position: relative;
        width: 50%;
        float: right;
        color: #333;
        margin-left: 20px; }
      #product-details .text .customisation label:after {
        content: '<>';
        color: #333;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 8px;
        top: 0px;
        padding: 0 0 2px;
        border-bottom: 1px solid #ddd;
        position: absolute;
        pointer-events: none; }
      #product-details .text .customisation label:before {
        content: '';
        right: 6px;
        top: 0px;
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        pointer-events: none;
        display: block; }
      #product-details .text .customisation select {
        padding: 3px 0px;
        margin: -4px 0 0 0;
        background: #fff;
        color: #333;
        border: none;
        border-radius: 0;
        text-transform: uppercase;
        outline: none;
        display: inline-block;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer; }
        #product-details .text .customisation select option {
          padding: 0px 0px; }

.appointment {
  width: 65%;
  margin: 50px auto;
  background: #ccc;
  padding: 100px;
  text-align: center; }