.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF; }

.autocomplete-no-suggestion {
  padding: 2px 5px;
  color: red; }

.no-results {
  display: none; }

a {
  color: black; }
  a:hover {
    color: #A40044; }

textarea,
input {
  outline: none; }

button {
  padding: 0;
  margin: 0;
  background: transparent; }
  button:hover {
    background: transparent; }

body {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  background-color: #F8F8F8;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed; }

h1,
h2,
h4 {
  font-family: "Arvo", serif; }

nav {
  font-family: "Arvo", serif;
  color: #666666;
  padding: 5px 0 5px 0; }
  nav ul li {
    float: left; }
  nav.main-nav {
    display: block;
    position: relative;
    z-index: 20;
    width: 100%;
    background-color: #FBFBFB;
    -webkit-box-shadow: 0 0 10px 0 #000;
    -ms-box-shadow: 0 0 10px 0 #000;
    -moz-box-shadow: 0 0 10px 0 #000;
    -o-box-shadow: 0 0 10px 0 #000;
    box-shadow: 0 0 10px 0 #000; }
  nav.sub-nav {
    position: relative;
    z-index: 10; }
  nav .logo {
    float: left; }
  nav .logout,
  nav .signup,
  nav .login,
  nav .question,
  nav .account {
    padding-top: 3px;
    cursor: pointer; }
  nav .logout,
  nav .signup,
  nav .login,
  nav .question,
  nav .account,
  nav .header-search-box {
    margin-left: 10px;
    float: right; }
    nav .logout .search-box,
    nav .signup .search-box,
    nav .login .search-box,
    nav .question .search-box,
    nav .account .search-box,
    nav .header-search-box .search-box {
      padding: 2px 10px 2px 10px; }
  @media screen and (max-width: 640px) {
    nav .header-search-box {
      width: 40%; } }
  @media screen and (max-width: 640px) {
    nav .logout {
      margin-left: 0; } }
  nav div.sub-nav .mobile-nav-trigger {
    display: none; }
  nav div.sub-nav {
    border: 1px solid #babec1;
    border-top: none;
    margin: 0 auto;
    width: 80%;
    background-color: white;
    -webkit-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -5px; }
    nav div.sub-nav > div:first-child .category-dropdown {
      margin-left: 10px; }
    @media screen and (max-width: 900px) {
      nav div.sub-nav {
        width: 96%; } }
    nav div.sub-nav div {
      margin-bottom: 10px; }
    nav div.sub-nav .categories-menu {
      padding-bottom: 10px;
      cursor: pointer; }
      nav div.sub-nav .categories-menu ul {
        display: none;
        margin-top: 10px;
        border: 1px solid #babec1;
        border-top: none;
        background-color: white;
        position: absolute;
        margin-left: -10px; }
        nav div.sub-nav .categories-menu ul li {
          display: block;
          float: none;
          padding: 5px 20px 5px 20px;
          width: 180px; }
      nav div.sub-nav .categories-menu:hover ul {
        display: block; }
      @media screen and (max-width: 1024px) {
        nav div.sub-nav .categories-menu i {
          display: none; } }
      @media screen and (max-width: 640px) {
        nav div.sub-nav .categories-menu ul {
          display: none;
          margin-top: 10px;
          width: 100%;
          height: 0;
          margin: 0;
          overflow: hidden;
          position: relative;
          border: 0;
          border-bottom: 1px solid #babec1; }
          nav div.sub-nav .categories-menu ul li {
            display: block;
            float: none;
            padding: 0px 20px 5px 20px;
            width: 220px;
            margin: 0 auto; }
            nav div.sub-nav .categories-menu ul li a {
              color: #666;
              font-size: 15px; }
        nav div.sub-nav .categories-menu:hover ul {
          margin: 15px auto 5px auto;
          height: auto;
          display: block; } }
    nav div.sub-nav .add-mem {
      float: right; }
    nav div.sub-nav .nav-social {
      margin-bottom: 0;
      float: right; }
      nav div.sub-nav .nav-social .social-links {
        font-size: 2rem;
        margin: -6px 3px 0 0;
        float: right; }
        nav div.sub-nav .nav-social .social-links li {
          padding-left: 6px; }
          nav div.sub-nav .nav-social .social-links li a {
            color: #aaa; }
            nav div.sub-nav .nav-social .social-links li a i {
              display: block; }
  nav .log-in-form,
  nav .signup-form {
    width: 100%;
    background-color: white;
    margin: 0 auto;
    display: none;
    margin-top: -5px;
    border-left: 1px solid #babec1;
    border-right: 1px solid #babec1;
    padding: 30px;
    box-sizing: border-box;
    font-family: Tahoma, Verdana, Segoe, sans-serif; }
    nav .log-in-form h3,
    nav .signup-form h3 {
      font-family: "Arvo", serif; }
    nav .log-in-form .logon-row,
    nav .log-in-form .signup-row,
    nav .signup-form .logon-row,
    nav .signup-form .signup-row {
      padding-bottom: 5px; }
      nav .log-in-form .logon-row label,
      nav .log-in-form .signup-row label,
      nav .signup-form .logon-row label,
      nav .signup-form .signup-row label {
        display: inline-block;
        width: 100px;
        text-align: left; }
      nav .log-in-form .logon-row input,
      nav .log-in-form .signup-row input,
      nav .signup-form .logon-row input,
      nav .signup-form .signup-row input {
        width: 200px; }
      nav .log-in-form .logon-row.submit-row,
      nav .log-in-form .signup-row.submit-row,
      nav .signup-form .logon-row.submit-row,
      nav .signup-form .signup-row.submit-row {
        margin-top: 10px; }
    nav .log-in-form .forgotten-password-form,
    nav .signup-form .forgotten-password-form {
      display: none; }

.small-text {
  font-size: 0.7em; }

.home-search {
  width: 100%;
  height: 431px;
  padding-top: 60px;
  background-color: white;
  box-sizing: border-box;
  padding: 13px;
  position: relative; }
  @media screen and (max-width: 998px) {
    .home-search {
      height: auto; } }
  .home-search ul {
    display: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; }
    @media screen and (max-width: 998px) {
      .home-search ul {
        display: none; } }
    .home-search ul li {
      float: left;
      background-color: #000; }
      .home-search ul li img {
        width: 81px;
        height: 81px;
        opacity: 0.8;
        transition: opacity 0.2s ease-in-out;
        position: relative; }
      .home-search ul li img:hover {
        opacity: 1; }

.home-search-box {
  font-family: "Arvo", serif;
  text-align: center;
  border: 1px solid #babec1;
  background-color: #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 650px;
  margin-top: 75px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto; }
  .home-search-box h1 {
    font-size: 32px; }
  .home-search-box h2 {
    font-size: 18px; }
  .home-search-box p {
    font-size: 18px;
    font-weight: bold; }
  .home-search-box .search-box {
    width: 500px;
    margin: 0 auto; }
    .home-search-box .search-box input {
      width: 460px;
      font-family: "Arvo", serif;
      font-size: 16px;
      font-style: italic; }
  @media screen and (max-width: 998px) {
    .home-search-box {
      margin-left: 0;
      margin-top: 0;
      position: relative;
      width: 100%; }
      .home-search-box .search-box {
        width: auto; }
        .home-search-box .search-box input {
          width: 80%; } }

.homepage-boxouts {
  padding-top: 30px; }

.homepage-boxout {
  background-color: white;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  min-height: 320px;
  position: relative; }
  .homepage-boxout .button {
    position: absolute;
    width: 220px;
    box-sizing: border-box;
    bottom: 0; }
  .homepage-boxout .boxout-icon {
    position: block;
    margin: 0 auto; }
  .homepage-boxout h4 {
    padding-top: 5px;
    font-family: "Arvo", serif;
    font-size: 17px;
    font-weight: bold;
    text-align: left; }
  .homepage-boxout p {
    text-align: left; }

.we-think-youll-love {
  margin-top: 20px;
  background-color: white;
  box-sizing: border-box;
  padding: 20px; }
  .we-think-youll-love h2 {
    font-size: 18px;
    font-weight: bold; }

.button {
  display: block;
  font-family: "Arvo", serif;
  font-size: 15px;
  background-color: #A40044;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #8b0039;
  border-top: 2px solid #be004f;
  border-left: 2px solid #be004f; }
  .button.comment, .button.yellow {
    background-color: #FFB94A;
    border: 2px solid #ffaf31;
    border-top: 2px solid #ffc364;
    border-left: 2px solid #ffc364; }
    .button.comment:hover, .button.yellow:hover {
      background-color: #FFB94A; }
  .button.comment {
    float: right;
    margin-bottom: 0; }
  .button:hover {
    background-color: #A40044; }
  .button:focus {
    background-color: #A40044; }

.alert {
  text-align: center;
  padding: 10px;
  margin: 0px 0px 25px 0px;
  background: #fff; }
  .alert p {
    margin-bottom: 10px; }
  .alert.alert-error {
    border: 1px solid #d6421c;
    color: #d6421c; }

.message {
  text-align: center;
  padding: 10px;
  margin: 0px 0px 25px 0px;
  background: #fff; }
  .message p {
    margin-bottom: 10px; }
  .message.alert-message {
    border: 1px solid green;
    color: green; }

.inline-button {
  display: inline-block;
  margin-right: 10px; }

.search-box {
  position: relative;
  padding: 7px 10px 7px 10px;
  border: 1px solid #babec1;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: white;
  text-align: left;
  margin: 0; }
  .search-box input,
  .search-box input[type="text"],
  .search-box input:focus {
    border: none;
    width: 90%;
    margin: 0;
    padding: 0;
    height: 25px;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .search-box button {
    position: absolute;
    color: gray;
    right: 10px;
    top: 0;
    bottom: 0;
    padding: 0; }
    .search-box button::focus {
      background-color: transparent; }

.quick-links {
  font-family: "Arvo", serif;
  width: 100%;
  text-align: center; }

.memory-name {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0; }
  .memory-name span {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    color: white;
    display: block;
    text-align: center;
    width: 100%; }

.stub-message {
  padding: 5px;
  margin: -11px -21px 10px;
  margin-top: 10px;
  background-color: #FFB94A;
  border-top: 1px solid #ffc364;
  border-left: 1px solid #ffc364;
  border-right: 1px solid #ffc364; }
  .stub-message p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    color: white; }
    .stub-message p a {
      text-decoration: underline;
      color: white; }

.memory,
.comments,
.memory-videos,
.memory-association,
.memory-from-the-forum {
  background-color: white;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #babec1; }

.memory h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px; }
.memory h4,
.memory h3 {
  font-weight: bold;
  font-size: 18px; }
.memory .time-period {
  font-family: "Arvo", serif;
  margin-top: -10px;
  font-size: 13px; }
.memory .focus-image {
  display: block;
  padding-bottom: 0;
  width: 100%;
  opacity: 1;
  transition: opacity 1s ease-in-out; }
  .memory .focus-image.visibility-hidden {
    visibility: hidden;
    opacity: 0; }
.memory .memory-description,
.memory .memory-description-editable {
  font-size: 14px;
  line-height: 18px;
  min-height: 300px; }
.memory .update-this-memory {
  text-align: right;
  padding-top: 30px; }
.memory .memory-update-row {
  position: relative;
  padding-bottom: 5px; }
  .memory .memory-update-row label {
    display: inline-block;
    min-width: 150px;
    margin-bottom: 10px; }
  .memory .memory-update-row input,
  .memory .memory-update-row textarea,
  .memory .memory-update-row .memory-description-editable {
    width: 70%;
    margin-bottom: 20px;
    border: 1px solid #babec1;
    border-radius: 5px;
    padding: 3px 5px 3px 5px; }
    .memory .memory-update-row input .selected,
    .memory .memory-update-row textarea .selected,
    .memory .memory-update-row .memory-description-editable .selected {
      background-color: #A40044;
      color: white;
      padding: 3px; }
  .memory .memory-update-row textarea,
  .memory .memory-update-row .memory-description-editable {
    height: 400px;
    font-size: 12px;
    overflow: auto;
    width: 100%; }
  .memory .memory-update-row .memory-description-editable {
    display: inline-block; }
  .memory .memory-update-row .decades {
    display: inline-block;
    vertical-align: middle; }
  .memory .memory-update-row .memory_decade {
    width: 10px;
    margin: 0 5px 10px 0px; }

label .word-count {
  display: block;
  padding-top: 10px;
  font-size: 12px; }
  label .word-count .more {
    display: block;
    color: red;
    font-size: 11px;
    padding-top: 10px; }

.instructions {
  font-size: 12px;
  font-family: Tahoma, Verdana, Segoe, sans-serif; }

.breadcrumb {
  list-style: none;
  display: flex;
  flex-direction: row;
  font-size: 10px;
  justify-content: flex-start;
  margin: -15px 0 15px; }
  .breadcrumb div {
    display: inline-block; }
    .breadcrumb div a {
      text-decoration: none; }

.updated {
  width: 100%;
  background-color: #A40044;
  color: white;
  font-family: "Arvo", serif;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px; }

.category-tab {
  position: absolute;
  left: -14px;
  top: 30px;
  border: 1px solid #babec1;
  border-right: 1px solid white;
  background-color: white; }
  @media screen and (max-width: 640px) {
    .category-tab {
      display: none; } }
  .category-tab.force-tab {
    width: 30px; }
  .category-tab .category-icon {
    display: block;
    padding: 5px 0 0 4px; }
  .category-tab .category-description {
    font-family: "Arvo", serif;
    font-weight: bold;
    font-size: 13px;
    display: block;
    position: absolute;
    left: 0;
    padding-left: 10px;
    white-space: nowrap;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }

.memory-media {
  padding: 7px 0; }

.gallery-thumbnails,
.video-thumbnails {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0; }
  .gallery-thumbnails li,
  .video-thumbnails li {
    cursor: pointer;
    margin-right: 4px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative; }
    .gallery-thumbnails li:last-child,
    .video-thumbnails li:last-child {
      margin-right: 0; }
    .gallery-thumbnails li .in-active,
    .video-thumbnails li .in-active {
      opacity: 0.5;
      transition: all 0.1s ease; }
      .gallery-thumbnails li .in-active:hover,
      .video-thumbnails li .in-active:hover {
        opacity: 1; }
    .gallery-thumbnails li a,
    .video-thumbnails li a {
      display: block;
      position: relative; }
      .gallery-thumbnails li a .youtube-play-icon,
      .video-thumbnails li a .youtube-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -34px;
        margin-top: -25px; }
    .gallery-thumbnails li:hover .fa,
    .video-thumbnails li:hover .fa {
      display: none; }
  .gallery-thumbnails .fa-youtube,
  .video-thumbnails .fa-youtube {
    top: 50%;
    left: 50%;
    position: absolute;
    color: #C3181E;
    font-size: 2em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .gallery-thumbnails.thumb-slide,
  .video-thumbnails.thumb-slide {
    white-space: nowrap;
    overflow-x: scroll; }
  @media (max-width: 768px) {
    .gallery-thumbnails,
    .video-thumbnails {
      white-space: nowrap;
      overflow-x: scroll; } }

.memory-association h2 {
  font-size: 16px;
  font-weight: bold; }

.nested-bar {
  left: -5%;
  top: -10px;
  width: 5px;
  height: 45px;
  position: absolute;
  background: #ccc9c9; }
  .nested-bar:after {
    bottom: 0;
    width: 18px;
    height: 5px;
    content: " ";
    opacity: 0;
    position: absolute;
    background: #ccc9c9; }
  @media (min-width: 380px) {
    .nested-bar:after {
      opacity: 1; } }
  @media (min-width: 660px) {
    .nested-bar {
      left: -4%; } }

.comment-block {
  list-style: none; }
  .comment-block ul {
    margin-left: 16px;
    position: relative; }
    @media (min-width: 380px) {
      .comment-block ul {
        margin-left: 25px; } }
    @media (min-width: 450px) {
      .comment-block ul {
        margin-left: 45px; } }

.comments {
  position: relative; }
  .comments h2 {
    font-size: 16px;
    font-weight: bold; }
    .comments h2.small {
      width: 100%;
      padding-top: 60px; }
  .comments .i-remember-this {
    position: absolute;
    right: 20px;
    top: 20px; }
  .comments .new-comment form {
    margin-bottom: 0; }
  .comments .new-comment textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 10px; }
  .comments .new-comment .subscribe-checkbox,
  .comments .new-comment .remaining-characters,
  .comments .new-comment .you-are-subscribed {
    font-size: 12px; }
  .comments .new-comment .you-are-subscribed {
    font-weight: bold;
    cursor: pointer; }
    .comments .new-comment .you-are-subscribed:hover {
      color: #A40044; }
  .comments .new-comment .comment-data {
    float: left; }
  .comments .new-comment .subscribe {
    margin-right: 10px;
    margin-bottom: 10px; }
  .comments .new-comment .remaining-characters {
    display: block;
    margin-bottom: 5px; }
  .comments .comment-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .comments .comment-list li {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 18px;
      clear: both;
      position: relative; }
      .comments .comment-list li .comment-avatar {
        width: 50px;
        height: 50px; }
      .comments .comment-list li .comment-item {
        margin-left: 0px;
        padding: 8px;
        border: 1px solid #dddddd;
        margin-top: 10px; }
      .comments .comment-list li .comment-name {
        font-weight: bold; }
      .comments .comment-list li .comment-text {
        width: 100%;
        padding: 0 30px 0 0; }
      .comments .comment-list li .comment-controls {
        width: 100%;
        display: block;
        margin-top: 5px; }
        .comments .comment-list li .comment-controls .comment-reply {
          margin-bottom: 0px;
          color: #A40044;
          border-bottom: 1px solid #A40044; }
        .comments .comment-list li .comment-controls .report-button {
          margin-right: 10px;
          margin-top: 5px; }
      .comments .comment-list li .comment-item-reply {
        width: 100%;
        border-top: 1px solid #f5f5f5;
        padding-top: 5px;
        margin-top: 5px;
        clear: both;
        float: left; }
        .comments .comment-list li .comment-item-reply textarea {
          width: 100%;
          margin-bottom: 5px;
          min-height: 30px; }
        .comments .comment-list li .comment-item-reply .button.cancel {
          margin-bottom: 0px; }

.memory-from-the-forum {
  font-size: 13px; }
  .memory-from-the-forum table {
    width: 100%;
    table-layout: fixed; }
    .memory-from-the-forum table tr:nth-child(odd) {
      background: #eee; }
    .memory-from-the-forum table td {
      vertical-align: top;
      padding: 7px 10px; }
      .memory-from-the-forum table td a {
        text-decoration: underline; }

.report-button {
  float: right; }

.remember-button {
  border: 1px solid #CCCCCC;
  background-color: #F0F0F0;
  padding: 6px 10px 6px 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: black;
  font-family: "Arvo", serif;
  display: block; }
  .remember-button:hover {
    color: black;
    background-color: #E8E8E8; }
  .remember-button i {
    color: #F83CE2;
    padding-right: 10px; }

.number-remember {
  font-style: italic;
  font-size: 10px;
  text-align: center; }
  .number-remember.no-button {
    padding-top: 8px;
    display: block; }

.user-details-holder,
.profile {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #babec1; }
  .user-details-holder .avatar,
  .profile .avatar {
    max-height: 80px;
    max-width: 80px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #babec1;
    background-color: #babec1;
    margin-bottom: 20px; }
  .user-details-holder h1,
  .profile h1 {
    display: inline; }
  .user-details-holder h2,
  .profile h2 {
    font-size: 32px; }
  .user-details-holder .user-info,
  .profile .user-info {
    clear: both;
    margin: 5px 0 5px 0;
    font-family: Tahoma, Verdana, Segoe, sans-serif; }
    .user-details-holder .user-info:first-of-type,
    .profile .user-info:first-of-type {
      margin-top: 20px; }
    .user-details-holder .user-info .label,
    .profile .user-info .label {
      display: block;
      width: 100px;
      float: left;
      padding-bottom: 10px; }
    .user-details-holder .user-info .information,
    .profile .user-info .information {
      margin-left: 10px;
      float: left;
      padding-bottom: 10px;
      line-height: 20px; }
  .user-details-holder .shout-box,
  .profile .shout-box {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    padding-bottom: 50px; }
    .user-details-holder .shout-box ul,
    .profile .shout-box ul {
      margin: 0 0 20px 0; }
      .user-details-holder .shout-box ul li,
      .profile .shout-box ul li {
        list-style-type: none;
        margin-bottom: 15px;
        border: 1px solid #babec1;
        padding: 20px; }
        .user-details-holder .shout-box ul li:last-of-type,
        .profile .shout-box ul li:last-of-type {
          margin-bottom: 40px; }
    .user-details-holder .shout-box .shout-content,
    .profile .shout-box .shout-content {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
    .user-details-holder .shout-box .shouter,
    .profile .shout-box .shouter {
      font-size: 13px;
      color: #A40044;
      font-weight: bold; }
    .user-details-holder .shout-box .created-at,
    .profile .shout-box .created-at {
      font-size: 12px;
      font-weight: lighter;
      font-style: italic;
      margin-left: 20px;
      color: #babec1;
      float: right; }
    .user-details-holder .shout-box textarea,
    .profile .shout-box textarea {
      width: 100%;
      height: 80px;
      resize: none;
      margin-bottom: 10px;
      display: block;
      border: 1px solid #babec1;
      border-radius: 5px; }
  .user-details-holder .friends,
  .profile .friends {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    width: 85%; }
    .user-details-holder .friends ul,
    .profile .friends ul {
      margin: 0 0 20px 0; }
      .user-details-holder .friends ul li,
      .profile .friends ul li {
        list-style-type: none;
        display: inline; }
        .user-details-holder .friends ul li:after,
        .profile .friends ul li:after {
          content: ","; }
        .user-details-holder .friends ul li:last-of-type:after,
        .profile .friends ul li:last-of-type:after {
          content: ""; }

.user-details-holder {
  padding-top: 60px; }

.profile ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .profile ul li {
    font-size: 12px;
    padding-bottom: 10px; }

.block-functions {
  position: absolute;
  right: 40px;
  top: 20px; }

.memory-created-by, .memory-created-by p, .memory-created-by ul {
  font-size: 12px; }
.memory-created-by li {
  float: left;
  margin-right: 2px; }
.memory-created-by p {
  margin-bottom: 5px; }
.memory-created-by img {
  vertical-align: center; }
.memory-created-by a {
  text-decoration: none !important; }
.memory-created-by .contributor-name {
  padding-right: 5px; }
.memory-created-by div {
  padding: 0; }
  .memory-created-by div.avatar {
    float: left;
    margin-right: 10px; }
.memory-created-by .user-detail {
  float: left; }
.memory-created-by .suggest-update {
  float: right; }

.hyperlink {
  text-decoration: underline;
  color: #A40044; }

.supporting {
  font-family: "Arvo", serif; }
  .supporting div.sidebar {
    background-color: white;
    margin-bottom: 0px;
    padding: 20px;
    border: 1px solid #babec1; }
    .supporting div.sidebar div {
      border: 0; }
  .supporting h4,
  .supporting h3 {
    font-weight: bold;
    font-size: 18px; }
  .supporting ul {
    margin: 0 0 20px 0;
    padding: 5px 15px; }
    .supporting ul li {
      list-style-type: none;
      margin-bottom: 15px;
      font-family: Tahoma, Verdana, Segoe, sans-serif; }
      .supporting ul li a {
        display: block;
        text-decoration: underline; }

.reset-password-holder {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #babec1; }
  .reset-password-holder .avatar {
    max-height: 40px;
    max-width: 40px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #babec1;
    background-color: #babec1; }
  .reset-password-holder h2 {
    font-size: 32px;
    margin-bottom: 20px; }
  .reset-password-holder .account-row {
    padding-bottom: 5px; }
    .reset-password-holder .account-row label {
      display: inline-block;
      min-width: 150px;
      margin-bottom: 10px; }

.manage-subscriptions {
  border-top: 1px solid #babec1;
  padding-top: 10px; }
  .manage-subscriptions ul {
    list-style: none; }

.social-block {
  height: 160px; }
.social-block h3 {
  font-family: "Arvo", serif;
  font-size: 16px;
  font-weight: bold; }
.social-block p {
  font-size: 14px;
  line-height: 18px; }
.social-block ul.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  .social-block ul.social-links li {
    font-size: 40px;
    padding-right: 15px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px; }
    .social-block ul.social-links li:hover {
      color: #ffb94a; }
    .social-block ul.social-links li a {
      font-size: 3rem; }

.memory-edit-block p {
  font-size: 13px;
  line-height: 17px; }

.memories-youll-love {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  margin: 0; }
  .memories-youll-love li {
    float: left;
    margin: 0.25%;
    padding-bottom: 16.16667%;
    position: relative;
    width: 16.16667%;
    height: 0;
    overflow: hidden; }
    @media screen and (max-width: 660px) {
      .memories-youll-love li {
        width: 19%;
        margin: 0.5%;
        padding-bottom: 19%; } }
    @media screen and (max-width: 540px) {
      .memories-youll-love li {
        width: 24%;
        padding-bottom: 24%; } }
    .memories-youll-love li a {
      display: block; }
      .memories-youll-love li a img {
        min-width: 100%;
        min-height: 100%; }
    @media screen and (max-width: 400px) {
      .memories-youll-love li {
        width: 32.33%;
        padding-bottom: 32.33%; } }
  .memories-youll-love.category-memories {
    margin-top: 15px; }
    .memories-youll-love.category-memories li {
      padding-bottom: 31.333%;
      width: 31.33%;
      margin: 1%; }
    .memories-youll-love.category-memories:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }

.search-result {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #babec1; }
  .search-result h2 {
    font-size: 25px; }
  .search-result .search-term {
    font-style: italic; }

.search-result-list {
  list-style: none;
  padding: 0;
  margin: 40px 0; }
  .search-result-list li {
    clear: both;
    border-bottom: 1px solid #babec1; }
    .search-result-list li img {
      width: 100px;
      height: 100px;
      float: left;
      margin-right: 20px;
      margin-bottom: 0px;
      margin-top: 10px; }
    .search-result-list li .memory-precis {
      float: left;
      width: 65%;
      font-size: 12px;
      margin-top: 5px; }
      .search-result-list li .memory-precis h3 {
        font-family: "Arvo", serif;
        font-size: 16px; }
      .search-result-list li .memory-precis.show-for-small-only {
        width: 100%; }

.no-results {
  font-family: "Arvo", serif;
  width: 100%;
  border-top: 1px solid #babec1;
  font-weight: bold;
  padding-top: 20px;
  margin-top: 20px; }

.sidebar {
  border-left: 1px solid #babec1;
  border-right: 1px solid #babec1;
  border-bottom: 1px solid #babec1;
  margin-bottom: 15px !important; }
  .sidebar h3 {
    font-family: "Arvo", serif;
    font-size: 16px;
    font-weight: bold; }
  .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar ul li, .sidebar ul a {
      display: block;
      font-family: "Arvo", serif;
      font-size: 13px;
      line-height: 19px; }
  .sidebar *:last-child {
    margin-bottom: 0px; }

.memory-association-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .memory-association-list li {
    float: left;
    width: 130px;
    height: 130px;
    position: relative;
    margin-right: 19px; }
    .memory-association-list li:last-child {
      margin-right: 0; }
    .memory-association-list li a {
      display: block;
      height: 130px;
      overflow: hidden; }
      .memory-association-list li a img {
        min-width: 100%;
        min-height: 100%; }

.account-edit,
.memory-form {
  padding: 20px;
  box-sizing: border-box; }
  .account-edit h1,
  .memory-form h1 {
    margin-bottom: 30px; }
  .account-edit .edit-details-holder,
  .memory-form .edit-details-holder {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #babec1; }
    .account-edit .edit-details-holder .primary-details,
    .memory-form .edit-details-holder .primary-details {
      width: 100%;
      border-bottom: 1px solid #babec1;
      margin-bottom: 20px; }
    .account-edit .edit-details-holder .account-row,
    .memory-form .edit-details-holder .account-row {
      padding-bottom: 5px; }
      .account-edit .edit-details-holder .account-row label,
      .memory-form .edit-details-holder .account-row label {
        display: inline-block;
        min-width: 150px;
        margin-bottom: 10px; }
      .account-edit .edit-details-holder .account-row input,
      .account-edit .edit-details-holder .account-row textarea,
      .account-edit .edit-details-holder .account-row .about-me-editable,
      .memory-form .edit-details-holder .account-row input,
      .memory-form .edit-details-holder .account-row textarea,
      .memory-form .edit-details-holder .account-row .about-me-editable {
        width: 70%;
        margin-bottom: 20px;
        border: 1px solid #babec1;
        border-radius: 5px;
        padding: 3px 5px 3px 5px; }
        .account-edit .edit-details-holder .account-row input a,
        .account-edit .edit-details-holder .account-row textarea a,
        .account-edit .edit-details-holder .account-row .about-me-editable a,
        .memory-form .edit-details-holder .account-row input a,
        .memory-form .edit-details-holder .account-row textarea a,
        .memory-form .edit-details-holder .account-row .about-me-editable a {
          text-decoration: underline; }
      .account-edit .edit-details-holder .account-row textarea,
      .account-edit .edit-details-holder .account-row .about-me-editable,
      .memory-form .edit-details-holder .account-row textarea,
      .memory-form .edit-details-holder .account-row .about-me-editable {
        height: 200px;
        resize: none;
        display: inline-block; }
      .account-edit .edit-details-holder .account-row select,
      .memory-form .edit-details-holder .account-row select {
        width: auto;
        margin-bottom: 20px;
        -webkit-appearence: none;
        border: 1px solid #babec1;
        border-radius: 5px;
        background-color: white;
        padding: 3px 5px 3px 5px;
        margin-left: -5px; }
  .account-edit .about-me-hidden,
  .account-edit .memory-description-hidden,
  .memory-form .about-me-hidden,
  .memory-form .memory-description-hidden {
    display: none; }
  .account-edit .make-about-link,
  .memory-form .make-about-link {
    float: right;
    margin-right: 15px; }
  .account-edit .remove-about-link,
  .memory-form .remove-about-link {
    position: relative;
    left: 75%;
    display: none; }
  .account-edit .make-about-value,
  .memory-form .make-about-value {
    width: 150px;
    position: relative;
    left: 70%;
    margin: 0 0 20px 0; }

.subscriptions {
  background-color: white;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #babec1;
  word-break: break-word; }
  .subscriptions h4 {
    font-weight: bold;
    font-size: 18px; }
  .subscriptions .avatar-input-holder {
    overflow: hidden; }
  .subscriptions .account-avatar {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 10px; }
  .subscriptions .checkbox-row {
    display: block;
    width: 100%;
    margin: 20px 0 0 0; }
    .subscriptions .checkbox-row input {
      vertical-align: top; }
    .subscriptions .checkbox-row:last-of-type {
      margin-bottom: 20px; }
  .subscriptions .checkbox-label {
    width: 80%;
    display: inline-block;
    padding-left: 10px; }

.generic {
  min-height: 500px;
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #babec1; }

.categories {
  min-height: 300px;
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #babec1; }
  .categories .cat-description {
    font-size: 14px;
    font-weight: lighter;
    font-style: italic;
    color: #babec1; }
  .categories .memory-list li {
    margin-bottom: 15px;
    padding: 10px 0 10px 0;
    clear: both; }
    .categories .memory-list li img {
      margin-right: 15px;
      float: left;
      padding-bottom: 20px; }
    .categories .memory-list li .memory-details p {
      font-size: 14px;
      font-weight: lighter;
      font-style: italic;
      margin-top: 5px;
      margin-left: 115px; }
    .categories .memory-list li.stub .memory-details {
      opacity: 0.5; }
  .categories ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .categories ul.alpha-choice, .categories ul.pagination {
      list-style: none;
      margin: 0;
      padding: 20px 20px 30px 0; }
      .categories ul.alpha-choice li, .categories ul.pagination li {
        display: inline-block;
        margin-right: 4px; }
  .categories .alpha-choice {
    color: #A40044; }

.category-list ul {
  list-style-type: none;
  margin-left: 0px; }
  .category-list ul li {
    border: 1px solid #babec1;
    background: white;
    padding: 10px;
    margin: 0 0 10px 0; }
    .category-list ul li img {
      margin: 0 15px 0 0; }
.category-list .sidebar {
  background-color: white;
  padding: 20px;
  margin-bottom: 0px;
  border: 1px solid #babec1; }

.loader {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  text-align: center; }

.make-about-text {
  margin-left: 150px;
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 40%; }
  @media screen and (max-width: 923px) {
    .make-about-text {
      margin-left: 0; } }
  .make-about-text.hide {
    display: none; }

.hide {
  display: none; }

.pin-top {
  vertical-align: top; }

.existing-media h3 {
  font-weight: bold;
  font-size: 20px;
  font-family: "Arvo", serif; }
.existing-media h4 {
  font-weight: bold;
  font-size: 16px;
  font-family: Tahoma, Verdana, Segoe, sans-serif; }
.existing-media ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .existing-media ul li {
    float: left;
    margin-right: 10px; }
.existing-media input {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #babec1;
  border-radius: 5px;
  padding: 3px 5px 3px 5px; }
.existing-media .media-preview img {
  width: 45%;
  max-height: 70px;
  display: inline-block; }
.existing-media .new-media {
  max-height: 40px;
  max-width: 40px;
  float: left;
  margin-right: 10px;
  border: 1px solid #babec1;
  background-color: #babec1; }

.new-image-uploader {
  border: 0;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none !important; }

.media-preview img {
  width: 250px; }

.hidden-input-block {
  display: none; }

.add-youtube-link {
  width: 70px; }

.youtube-video-link {
  margin-bottom: 0 !important; }

.delete-image-preview,
.delete-video-preview {
  background-color: #A40044 !important;
  width: 70px;
  margin-top: 10px; }

.youtube-warning {
  display: none;
  color: #d6421c; }

footer {
  background-color: #F2F0F6;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 10px 0 0 0 #000;
  -ms-box-shadow: 10px 0 0 0 #000;
  -moz-box-shadow: 10px 0 0 0 #000;
  -o-box-shadow: 10px 0 0 0 #000;
  box-shadow: 10px 0 0 0 #000; }
  footer .more-things {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-top: 1px solid #babec1;
    border-bottom: 1px solid #babec1;
    box-sizing: border-box;
    padding-top: 13px;
    font-family: "Arvo", serif;
    font-weight: bold;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 ); }
  footer h4 {
    font-family: "Arvo", serif;
    font-size: 16px; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer ul li {
      font-size: 12px; }
  footer .owner {
    margin-top: 30px;
    text-align: center;
    font-size: 10px;
    color: gray; }

#ebay {
  font-size: 14px;
  line-height: 18px;
  min-height: 300px;
  font-family: Tahoma, Verdana, Segoe, sans-serif; }

.advert {
  background-color: transparent; }
  .advert.right {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .advert.centered ins {
    margin-right: auto;
    margin-left: auto;
    display: block !important; }
  .advert.top {
    margin-top: 15px; }

hr.seperator {
  margin-top: 15px;
  margin-bottom: 15px; }

.advert-panel {
  background-color: #FFF;
  border: 1px solid #babec1;
  padding: 10px;
  margin-bottom: 15px; }

.ebay-listing {
  margin: 20px 0px 20px 0px; }
  .ebay-listing .listing-item {
    margin-bottom: 20px;
    border-bottom: 1px dotted #000000;
    position: relative; }
    .ebay-listing .listing-item .button {
      display: inline-block !important;
      position: absolute;
      right: 0px;
      bottom: 5px;
      font-size: 12px; }
    .ebay-listing .listing-item:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  .ebay-listing .listing-item-content {
    margin-left: 5%;
    float: right;
    width: 70%;
    position: relative; }
  .ebay-listing .listing-item-image {
    width: 25%;
    float: left;
    margin: 0px 0px 0px 0px;
    overflow: hidden; }
    .ebay-listing .listing-item-image img {
      width: 100%; }
  .ebay-listing .listing-item-title {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    padding-bottom: 45px; }
  .ebay-listing .listing-item-price {
    float: right;
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 10px; }
  .ebay-listing .ebay-img {
    width: 100%;
    max-width: 64px; }

.memory-description {
  margin-top: 35px; }
  .memory-description .memory-main-img {
    height: 312px;
    overflow: hidden;
    max-height: 312px;
    margin-bottom: 8px;
    position: relative;
    background: #f1f1f1; }
  .memory-description .media-item {
    width: 100%;
    height: 312px;
    position: relative;
    text-align: center; }
    .memory-description .media-item iframe {
      width: 80%;
      text-align: center; }
    .memory-description .media-item > * {
      display: inline-block; }
    .memory-description .media-item img {
      width: auto;
      height: 100%; }
  .memory-description .chevron {
    top: 50%;
    opacity: 0.6;
    color: #424242;
    font-size: 35px;
    cursor: pointer;
    display: none;
    z-index: 99;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 768px) {
      .memory-description .chevron {
        color: #fff;
        opacity: 1; } }
  .memory-description .fa-chevron-left {
    left: 20px; }
  .memory-description .fa-chevron-right {
    right: 20px; }

.portrait-image .focus-image {
  margin: 0 auto; }
.portrait-image .advert.right {
  margin-left: 15px;
  margin-bottom: 15px;
  margin-right: 0px;
  margin-top: 15px; }

.memory-description a {
  text-decoration: underline; }

.memory-copy {
  font-size: 14px;
  line-height: 18px; }

.dyr-book-advert {
  margin-bottom: 15px; }

.social-box {
  position: relative;
  width: 75px;
  height: 68px;
  margin-right: -2px; }
  .social-box .share-text {
    display: block;
    text-transform: uppercase;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform-origin: bottom left;
    -webkit-transform: translate(-9px,3px) rotate(-90deg);
    -ms-transform: translate(-9px,3px) rotate(-90deg);
    -moz-transform: translate(-9px,3px) rotate(-90deg);
    -o-transform: translate(-9px,3px) rotate(-90deg);
    transform: translate(-9px,3px) rotate(-90deg);
    letter-spacing: 7px;
    font-size: 77%;
    right: 6px; }
  .social-box .addthis_sharing_toolbox:after {
    clear: both;
    content: "";
    display: table; }
  .social-box .addthis_sharing_toolbox #atstbx {
    width: 75px;
    float: right; }
    .social-box .addthis_sharing_toolbox #atstbx:after {
      clear: both;
      content: "";
      display: table; }
  .social-box .at_flat_counter {
    display: none !important; }

.memory-category-related .row {
  margin-bottom: 10px; }

.memory-sidebar-ad {
  margin-bottom: 10px; }

.user-form {
  left: 50%;
  margin: 0;
  width: auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

#loadComments,
#prevComments {
  display: none; }

.cboxPhoto {
  margin: 50px !important; }

.wrapper {
  overflow: hidden; }

.mobile-nav-reveal {
  display: none; }

@media screen and (max-width: 970px) {
  nav.main-nav ul {
    margin: 0 10px 20px; } }
@media screen and (max-width: 665px) {
  .comments h2.show-for-small-only {
    padding-top: 0; }

  .memory-category-related .columns.small-12 {
    width: 50%;
    padding: 0; }

  nav .logo {
    margin-right: 10px; }
  nav .header-search-box {
    margin: 0; }
  nav .logout,
  nav .signup,
  nav .login,
  nav .question,
  nav .account {
    float: left;
    margin-left: 0;
    margin-right: 10px; }
    nav .logout.mobile-hide,
    nav .signup.mobile-hide,
    nav .login.mobile-hide,
    nav .question.mobile-hide,
    nav .account.mobile-hide {
      display: none !important; }
    nav .logout a,
    nav .signup a,
    nav .login a,
    nav .question a,
    nav .account a {
      font-size: 13px; }

  .sub-nav.mobile-nav .medium-2 {
    display: block; }
    .sub-nav.mobile-nav .medium-2.nav-social {
      display: none; }
  .sub-nav .mobile-nav-reveal {
    display: block;
    width: 40px;
    height: 40px;
    margin: -4px 0 0 2.5%;
    background: url(../../images/mobile-nav.jpg) center no-repeat;
    float: left; }
  .sub-nav .medium-2 {
    width: 100%;
    text-align: left;
    padding: 0 !important;
    display: none; }
    .sub-nav .medium-2.add-mem {
      display: block;
      float: right;
      width: 50%;
      padding: 0 2.5% !important;
      text-align: right; }
      .sub-nav .medium-2.add-mem.mobile-show {
        display: block !important; }
      .sub-nav .medium-2.add-mem.mobile-hide {
        display: none !important; }
    .sub-nav .medium-2.add-mem a {
      display: inline-block;
      font-family: "Arvo", serif;
      font-size: 15px;
      background-color: #A40044;
      padding: 5px 10px 5px 10px;
      border-radius: 5px;
      border: 2px solid #8b0039;
      border-top: 2px solid #be004f;
      border-left: 2px solid #be004f;
      color: #fff; }
    .sub-nav .medium-2.nav-social ul {
      margin-right: 0 !important; }
    .sub-nav .medium-2 .categories-menu {
      width: 100%;
      display: inline-block; }
      .sub-nav .medium-2 .categories-menu > a {
        line-height: 35px;
        width: 100%;
        padding: 0 2%;
        display: inline-block;
        border-top: 1px solid #babec1;
        border-bottom: 1px solid #babec1;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        background: #fefefe;
        background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
        background: -webkit-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
        background: -o-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
        background: -ms-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
        background: linear-gradient(to bottom, #fefefe 0%, #e6e6e6 100%); }
      .sub-nav .medium-2 .categories-menu ul {
        display: block;
        position: relative;
        height: auto;
        margin: 10px 0 0 !important;
        border: none;
        margin-bottom: 0px !important; }
        .sub-nav .medium-2 .categories-menu ul li {
          width: 100%;
          padding: 0 0; }
          .sub-nav .medium-2 .categories-menu ul li a {
            display: inline-block;
            width: 100%;
            padding: 0 3%;
            line-height: 30px;
            color: #666;
            font-size: 15px; } }
.add-mem.mobile-show {
  display: none !important; }

@media screen and (max-width: 525px) {
  .memory h1 {
    padding-top: 10px; }

  .social-box {
    width: 100%;
    height: 34px;
    position: absolute;
    left: 34px;
    top: 20px; }
    .social-box .share-text {
      display: none; }
    .social-box .addthis_sharing_toolbox #atstbx {
      width: 100%; }

  nav .logo {
    padding-bottom: 8px; }
  nav .header-search-box {
    width: 100%;
    margin: 5px 0 0; }
  nav .login,
  nav .account,
  nav .logout,
  nav .signup {
    position: absolute;
    top: 5px;
    right: 0px; }
  nav .login {
    right: 59px; }
  nav .account {
    right: 60px; } }
@media screen and (max-width: 500px) {
  .mobile-ad-fix {
    overflow: hidden; }

  .advert-panel {
    padding: 10px 0;
    overflow: hidden; }

  .row .memory {
    overflow: hidden; }

  .fb-like-box.fb_iframe_widget.fb_iframe_widget_fluid span {
    width: 100% !important;
    height: 600px !important; }
    .fb-like-box.fb_iframe_widget.fb_iframe_widget_fluid span iframe {
      width: 100% !important;
      height: 600px !important; } }
@media screen and (max-width: 400px) {
  .category-list .sidebar.category-advert,
  .supporting .sidebar.category-advert {
    padding: 20px 0;
    overflow: hidden; }
    .category-list .sidebar.category-advert .advert.centered,
    .supporting .sidebar.category-advert .advert.centered {
      margin-left: -20px; }

  .memory-description.portrait-image .advert.right, .memory-description.landscape-image .advert.right {
    margin-right: -15px; }

  .comments .comment-list li .comment-avatar {
    height: auto !important; }

  .memory-description.portrait-image, .memory-description.landscape-image {
    width: 100% !important;
    margin-left: 0; }

  .categories .memory-list li img {
    padding-bottom: 0; }
  .categories .memory-list li .memory-details p {
    margin-left: 0; } }
@media screen and (max-width: 355px) {
  .memory-description.portrait-image .advert.right, .memory-description.landscape-image .advert.right {
    margin-right: -40px; } }

.ad-container {
  display: flex;
  justify-content: center;
  flex-grow: 1; }

.sidebar-ads{
  width: 160px;
  height: 600px;
  position: relative;
  top: 50px; }

.content-wrapper {
  display: flex;
  height: 100%;
  position: relative; }

@media only screen and (max-width: 1500px) {
  .ad-container {
    display: none; }
  #DesktopOnlyAd {
    display: none; }
  #AmazonAssociateText {
    font-size: 10px; } }

@media only screen and (min-width: 1500px) {
  #MobileOnlyAd {
    display: none; } }

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