@charset "UTF-8";
/* =========================
Navigation by content parts
1. Settings
2. UI elements
3. Header
4. Page
5. Ads-Wrapper
========================= */
/*  1. Settings ---------------------------------------------------------------------------------------------------- */
 
/*  2. UI elements ------------------------------------------------------------------------------------------------- */
/*  3. Header ------------------------------------------------------------------------------------------------------ */
 
/* 4. Page --------------------------------------------------------------------------------------------------------- */
 



 
  
 
.page .memories .memory {
  position: relative;
}
 


.page .memories .memory .desc {
  padding: 7px 10px;
  display: flex;
  position: relative;
}
 

.page .memories .memory .desc__text {
  color: #a9a9a9;
  font-size: 12px;
  margin-left: 19px;
  margin-top: 12px;
  max-width: calc(100% - 180px);
}
.page .memories .memory .desc__read-more {
  color: #006699;
  display: block;
  max-width: 50px;
}
.page .memories .memory .desc__read-more:hover {
  text-decoration: underline;
}
.page .memories .memory .desc__btn-add {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 37px;
  height: 37px;
  border-radius: 10px;
  overflow: hidden;
  background: #006ea3;
  background: -moz-linear-gradient(90deg, #006ea3 11%, #049fe1 79%);
  background: -webkit-linear-gradient(90deg, #006ea3 11%, #049fe1 79%);
  background: linear-gradient(90deg, #006ea3 11%, #049fe1 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006ea3", endColorstr="#049fe1", GradientType=1);
  -webkit-transition: width 0.2s cubic-bezier(0.42, 0, 0, 1.16);
  -moz-transition: width 0.2s cubic-bezier(0.42, 0, 0, 1.16);
  -o-transition: width 0.2s cubic-bezier(0.42, 0, 0, 1.16);
  -ms-transition: width 0.2s cubic-bezier(0.42, 0, 0, 1.16);
  transition: width 0.2s cubic-bezier(0.42, 0, 0, 1.16);
}
.page .memories .memory .desc__btn-add span {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 1px;
  overflow: hidden;
}
.page .memories .memory .desc__btn-add::before {
  content: url("../img/memories-list/white_plus.png");
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.page .memories .memory .desc__btn-add:hover span {
  color: #000;
  text-decoration: underline;
}
.page .memories .memory .desc:hover {
  background: #dff4fd;
  background: -moz-linear-gradient(180deg, #dff4fd 11%, #ffffff 81%);
  background: -webkit-linear-gradient(180deg, #dff4fd 11%, #ffffff 81%);
  background: linear-gradient(180deg, #dff4fd 11%, #ffffff 81%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dff4fd", endColorstr="#ffffff", GradientType=1);
}
.page .memories .memory .desc:hover .desc__btn-add {
  width: 163px;
}
.page .memories .memory .desc:hover .desc__btn-add span {
  position: relative;
  visibility: visible;
  opacity: 1;
  display: block;
  width: 123px;
  height: 25px;
  margin-left: 38px;
  line-height: 38px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  /*
                            -webkit-transition: all 1s cubic-bezier(0.42, 0, 0, 1.16);
                            -moz-transition: all 1s cubic-bezier(0.42, 0, 0, 1.16);
                            -o-transition: all 1s cubic-bezier(0.42, 0, 0, 1.16);
                            -ms-transition: all 1s cubic-bezier(0.42, 0, 0, 1.16);
                            transition: all 1s cubic-bezier(0.42, 0, 0, 1.16);*/
}
.page .memories .memory .desc:hover::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #edf9fe;
  border-radius: 50px;
  border: 5px #FFFFFF solid;
  position: absolute;
  left: 50%;
  top: -10px;
}
.page .memories .memory .desc_unread:after {
  display: block;
  content: "";
  background-image: url("../img/memories-list/unread-green.png");
  height: calc(100% - 16px);
  width: 5px;
  background-repeat: repeat;
  position: absolute;
  right: -4px;
  top: 8px;
}

 
 
 
 
 
.page .memories .memory .memory__comments .comment__read-more {
  color: #006699;
  display: block;
  max-width: 70px;
  font-size: 12px;
  font-style: normal;
}
.page .memories .memory .memory__comments .comment__read-more:hover {
  text-decoration: underline;
}
 
.page .memories .memory .memory__comments .comment__photo img {
  border: 5px solid #effec1;
} 

/*  5. Ads-Wrapper  ------------------------------------------------------------------------------------------------ */

 
.years_fixed .year_newactive, .years_fixed  .year_newactive:hover{
  background-image: url("../img/memories-list/year.png")!important;
  color: #FFFFFF!important;
  /* color:#65c9f3!important;
  border:1px solid;
  border-radius: 15px; */
}
/*# sourceMappingURL=memories-list-styles.css.map */