@charset "utf-8";
/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	background: linear-gradient(to bottom, rgba(255,253,240,0) 0%,rgba(255,253,240,1) 100%);
}
body{
	min-height: 100dvh;
}
img {
    max-width: 100%;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

 :root {
--main-color:#329D65;
--main-color-dark:#098e61;
--secondary-color:#FFFDF0;
--secondary-dark:#FCDD2D; 
--secondary-dark2:#f6ba40; 
--main-light:#E5F2EB;
  --gray-bg:#F5F5F5;
  --text-color:#303B36;
  --sub-text-color:#75807B;
  --white-text:#fff;
    --white-color:#fff;
}
.album-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
.cmp-photo-album__popup, .memory-box__slider-block.photo-gallery-popup {
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
     width: 100%;
    height: 100%;
    background-color: #222222;
	visibility: hidden;
}
.cmp-photo-album__popup.cmp-photo-album__popup-active, .memory-box__slider-block.photo-gallery-popup {
  
	 z-index: 1039;
	visibility: visible;
}
.cmp-photo-album__popup-image-in, .memory-box__slider-block.photo-gallery-popup .memory-box__slider-image-in {
    padding: 10px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-arrow {
    width: 41px;
    height: 41px;
    background: rgba(0, 0, 0, 0.8);
    top: 50%;
    margin-top: -20px;
    position: fixed;
    z-index: 11;
    text-align: center;
    padding: 0 5px 0px 0;
    border: none;
    cursor: pointer;
	line-height: 0;
}
.slide-arrow.slick-disabled {
    pointer-events: none;
    opacity: .2;
}
.arrow-left {
    border: solid black;
    border-width: 0 3px 3px 0;
    border-color: #fff;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}
.arrow-right {
    border: solid black;
    border-width: 0 0 3px 3px;
    border-color: #fff;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}
.slide-arrow.prev-arrow {
    padding: 0 1px 0px 0px;
}
.cmp-photo-album__info-hidden .cmp-photo-album__popup-content {
    height: 0;
    display: none;
}
.cmp-photo-album__popup-info {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #fff;
    margin: 10px;
    font-size: 24px;
    font-family: times;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    font-style: italic;
}
.cmp-photo-album__info-hidden .cmp-photo-album__popup-info {
    background-color: #393939;
    border-color: #393939;
    color: #FFFFFF;
}
.cmp-photo-album__row {
    display: flex;
    flex-wrap: wrap;
}
.scroll-disabled {
    overflow: hidden;
}
.cmp-photo-album__popup-content, .memory-box__slider-block.photo-gallery-popup .cmp-photo-album__slider-dispn {
    background: #0000008c;
    padding: 15px;
    color: #FFFFFF;
    display: flex;
}
.cmp-photo-album__popup-contentp {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}
.cmp-photo-album__popup-content-in, .memory-box__slider-block.photo-gallery-popup  .cmp-photo-album__dispn-in {
    align-self: center;
    max-height: 100%;
    overflow: auto;
}
.cmp-photo-album__image-in, .memory-box__image-in, .memory-box__slider-image-in {
    position: relative;
    padding-bottom: 66.66666666666667%;
    background: #efefef;
    overflow: hidden;
}
.cmp-photo-album__image-in img, .memory-box__image-in img, .memory-box__slider-image-in img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.cmp-photo-album__item-in, .memory-box__li-item-in, .memory-box__box__slider-item-in {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
	height: 100%;
}
.memory-box__li-item-in, .memory-box__box__slider-item-in{
	overflow: hidden;
}
.cmp-photo-album__dispn, .cmp-photo-album__dispn-in {
    padding: 15px 10px;
}
.cmp-photo-album__dispn-title, .memory-box__title {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-align: left;
	color: var(--text-color);
}
.cmp-photo-album__item-link {
    display: block;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.cmp-photo-album__item-link:hover .cmp-photo-album__image-in img, .cmp-photo-album__item-link:hover .memory-box__image img, .memory-box__slider-link:hover .memory-box__slider-image-in img {
    transform: scale(1.1);
}
.cmp-photo-album__image-in img, .memory-box__image img,  .memory-box__slider-image img{
    transition: all .2s ease .0s;
}
.memory-box__slider-block.photo-gallery-popup .memory-box__slider-link:hover .memory-box__slider-image-in img {
	transform: scale(1);
}
.memory-box__slider-block.photo-gallery-popup .imageMaximize{
	display: none;
}
.album-number {
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 5px;
    padding: 5px;
}
.cmp-photo-album__popup-slidenumber {
    font-size: 22px;
    font-weight: bold;
    margin-left: -5px;
}
.cmp-photo-album__popup-slidenumber span {
    padding: 5px;
}
.cmp-photo-album__dispn-sub {
    margin: 10px 0 0;
    text-align: left;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cmp-photo-album__popup-close {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 38px;
    color: #fff;
    font-family: arial;
    font-weight: normal;
    line-height: 40px;
    margin: 10px;
    order: 2;
    cursor: pointer;
}
.cmp-photo-album__popup-slider-block  {
    padding-top: 60px;
}

.cmp-photo-album__popup-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    background: rgb(0, 0, 0);
}
.cmp-photo-album__popup-controls-in {
    display: flex;
    justify-content: flex-end;
}
.cmp-photo-album__popup-image-in img, .memory-box__slider-block.photo-gallery-popup .memory-box__slider-image-in img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: static;
    display: inline-block;
}
.memory-box__slider-block.photo-gallery-popup .memory-box__slider-image-in{
padding: 0;
	background: #222;
}
.memory-box__slider-block.photo-gallery-popup .memory-box__box__slider-item-in{
	background: #222;
	box-shadow: none;
	border-radius: 0;
	height: auto;
}
.cmp-photo-album__item {
    padding: 5px;
    width: 50%;
}
.cmp-photo-album__row {
    margin-left: -5px;
    margin-right: -5px;
}
.cmp-photo-album__yearblock {
    width: 100%;
    padding: 15px 0;
}
.cmp-photo-album__yearblock-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
.cmp-photo-album__yearblock-titletxt {
    display: block;
    background: var(--main-color);
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    width: fit-content;
    color: #fff;
    border-radius: 3px;
}
.cmp-photo-album__yearblock-title::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #ddd;
    height: 2px;
    top: 50%;
    margin-top: -2px;
}
.custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23999999' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") #fff no-repeat right 0.75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 38px;
    width: 100%;
    color: #333;
    border-color: #ddd;
    background-color: #fff;
    font-family: Arial, Gotham, "sans-serif";
    font-size: .875rem;
    border-width: 1px;
    border-style: solid;
    padding: 0 10px;
}
.inputfiled{
	height: 38px;
    width: 100%;
	color: #333;
    border-color: #ddd;
    background-color: #fff;
    font-family: Arial, Gotham, "sans-serif";
    font-size: .875rem;
    border-width: 1px;
    border-style: solid;
    padding: 0 10px;
}
.sort0label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.sortblock__item {
  width: 33.3333%;
  padding: 10px;
}
.sortblock__in {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.search-bar {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.search-bar__filed.inputfiled {
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
	padding-left: 50px;
}
.header-logo {
  max-width: 300px;
  height: 60px;
	text-align: center;
}
.header-logo img{
	max-height: 100%;
	margin: 0 auto;
}
.header-wrapper {
  border-top: 4px solid var(--main-color);
	 background: rgba(255,255,255,0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 6px 0px;
  position: sticky;
  top: 0px;
  z-index: 111;
}
.headergap{
	display: none;
}
.header-left {
  padding-right: 10px;
}
.header-right__li .settings-icon {
 color: var(--text-color);
}
.header-right__li .settings-icon:hover {
  color: var(--main-color);
}
.settings-icon{
	cursor: pointer;
}
.profileInfo {
  background: #ddd;
  color: var(--text-color);
  padding: 15px 10px;
  margin-top: -8px;
  border-radius: 3px 3px 0 0;
}
.timelinename {
  font-weight: bold;
}
.dropdown-menu.dropdown-noti {
  width: 300px;
  max-height: 90dvh;
  overflow: auto;
}
.notifications-wrapper{
	padding: 5px;
}
.badge-notification {
  position: absolute !important;
  right: 0px;
  top: 0x !important;
}
.settings-icon.btn {
  position: relative;
}
.notifications-wrapper .content {
  display: block;
  text-decoration: none;
  color: var(--text-color);
  font-size: 16px;
  padding: 10px 15px;
  background: var(--secondary-color);
  margin-bottom: 5px;
}
.item-title {
  font-size: 1rem;
  font-weight: bold;
}

/* login style ......*/
.formcontainer{
	min-height: 100dvh;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0px 20px;
	position: relative;
	
}
.formcontainer__in {
  align-self: center;
  max-width: 380px;
  width: 100%;
	position: relative;
	z-index: 1;
}
.formcolgrp {
  font-size: .875rem;
}

.form-white-box{
	border: 1px solid rgba(221,221,2221,.7);
  border-radius: 20px;
  text-align: center;
  padding:25px 20px;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  cursor: pointer;
  background-color: rgba(255,255,255,0.5);
}
.login-logo {
  max-width: 340px;
  margin: 20px auto 20px;
	padding: 0 20px;
}
.form-white-box .col-form-label {
  font-weight: bold;
  font-size: .875rem;
	color: var(--text-color);
}
.btn.green-btn {
  background: var(--main-color);
  color: var(--white-text);
  font-weight: 500; 
}
.btn.green-btn:hover {
  color: var(--white-text);
  box-shadow: 0px 10px 10px rgba(0,0,0,.1);
}
.form-block__title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
  color: var(--text-color);
}
.form-links, .form-check-label {
  color: var(--sub-text-color);
}
.form-links:hover{
	color:  var(--main-color);
}
.form-links-redirection a{
	color:  var(--main-color);
}
.form-links.form-links-redirection span {
  color: var(--text-color);
  font-weight: 600;
  text-decoration: none;
}
.form-links-redirection:hover span{
	text-decoration: none;
}

.blurebg1 {
  position: absolute;
  background-color: var(--main-color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 0;
  left: 40%;
  margin-left: 0;
  top: 50%;
}
.blurebg2{
  position: absolute;
  background-color: var(--secondary-dark);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 0;
  right: 40%;
  margin-left: 0;
  top: 30%;
}
.formcontainer::before {
  background-image: url("../images/double-line.svg");
  background-position: center center;
  background-repeat: no-repeat;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  background-size: 1920px auto;
}
.ring-circle {
   width: 75px;
  height: 150px;
 
  border: 15px solid;
   
}
.ring-circle.yellow-circile {
  border-color: var(--secondary-dark);
}
.ring-circle.yellow-circile {
  position: absolute;
  bottom: 50px;
  left: 0px;
	 border-left: none;
  border-bottom: 15px solid var(--secondary-dark);
  border-top-right-radius: 190px;
  border-bottom-right-radius: 190px;
  border-top-left-radius: 0px;
	 border-color: var(--secondary-dark);
}
 .ring-circle.green-circile {
  top: 20px;
}
.ring-circle.green-circile {
  position: absolute;
  top: 50px;
  right: 0;
  width: 75px;
  height: 150px;
  border-right: none;
  border-bottom: 15px solid var(--main-color);
  border-top-left-radius: 190px;
  border-bottom-left-radius: 190px;
  border-top-right-radius: 0px;
}
 
.ring-circle.green-circile {
  border-color: var(--main-color);
}
.dot-pattern {
  background-image: url("../images/repeat-round.svg");
  background-repeat: repeat;
	z-index: 0;
	width: 47px;
  height: 166px;
	  position: absolute;
	  transform: translateY(-50%);
}
.bannerdot-left{
  left: -24px;
  top: 50%;

}
 .bannerdot-right {
    right: -24px;
    top: 50%;

	
  }
.form-block {
  position: relative;
  z-index: 1;
}

.memory-box__dispn .btn-group{
	width: 100%;
}
.memory-box__dispn .btn-group .btn{
	border-radius: 0;
}
.btn.btn-green {
  background: var(--main-color);
  color: #fff;
}.btn.btn-green:hover {
  background: var(--main-color-dark);
  color: #fff;
}
.btn.btn-yellow{
	background: var(--secondary-dark);
	color: #000000;
}
.btn.btn-yellow:hover{
	background: var(--secondary-dark2);
	color: #fff;
}
.memory-box__title {
  padding: 10px 15px 15px;
  text-align: center;
}
.memory-box__li-item {
  padding-bottom: 30px;
}
.memory-box--album  .memory-box__li-item-in, .memory-box__box__slider-item-in{
	position: relative;
}
.memory-box--album .cmp-photo-album__dispn{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 30px;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 92%,rgba(0,0,0,1) 100%);
display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	top: 0;

 }
.memory-box--album .cmp-photo-album__dispn-title{
	color: #fff;
}
.memory-box--album .cmp-photo-album__dispn-sub{
	line-height: normal;
	margin-top: 5px;
	color: #BFBFBF
}
.backtoAlbum {
  display: block;
  width: fit-content;
  padding-left: 0;
}
.abluminsideName {
  font-weight: bold;
}
.backtoAlbum.btn.btn-lg {
  padding-left: 0;
  width: fit-content;
  display: block;
}
.cmp-photo-album__details {
  padding: 20px;
  background: var(--secondary-color);
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
.memory-box__li-item-in a:hover, .memory-box__box__slider-item-in a:hover {
  text-decoration: none;
}
.memory-box--documents .memory-box__image-in img{
	object-position: top center;
}
.memory-box--documents .cmp-photo-album__dispn-title, .memory-box--documents .memory-box__title{
	white-space: normal;
	text-overflow: inherit;
}
.cmp-photo-album__popup .cmp-photo-album__dispn-title,  .memory-box__slider-block.photo-gallery-popup .cmp-photo-album__dispn-title {
  font-size: 20px;
  color: #fff;
  text-overflow: inherit;
  white-space: normal;
  margin-bottom: 15px;
	overflow: visible;
}
.cmp-photo-album__controls   {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 10px ;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border: none;
	display: block;
  outline: none;
}
.cmp-photo-album__controls:hover{
	color: #fff;
}
.custom-file-label {
  padding-right: 76px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  
}
.custom-file-input{
	cursor: pointer;
}
.cropme {
  float: left;
  background-color: #f1f1f1;
  margin-bottom: 5px;
  margin-right: 5px;
  background-image: url('../images/UploadLight.png');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
	width: 100%;
	height: 300px;
}
.videoIcon {
  position: absolute;
  z-index: 1;
  font-size: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}
.video_playwrp {
  position: relative;
  width: 100%;
  max-width: 850px;
	max-height: 100dvh;
	overflow: auto;
  margin: 0 auto;
}
.video_playwrpIn{
	 padding-bottom: 56.25%;
	width: 100%;
	position: relative;
}
.video_playwrpIn video, .video_playwrpIn iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Cropppper styles ..*/
label.cabinet{
	display: block;
	cursor: pointer;
	max-width: 350px;
	margin: 0 auto;
	width: 100%;
}
.cropdisplayblock{
	position: relative;
  padding-bottom: 66.66666666666667%;
  background: #efefef;
  overflow: hidden;
}
.cropdisplayblock img{
  position: absolute;
  object-fit: cover;
  object-position: center center;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cropdisplayblock figcaption {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0,0,0,0.5);
  padding: 5px;
  color: #fff;
  line-height: 1;
  border-radius: 6px;
}
label.cabinet input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

#upload-demo{
	width: 100%;
	height: 320px;
  padding-bottom:25px;
}
/* Cropppper styles ends..*/
.memory-box__delete {
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.memory-box__delete .btn, .memory-box__delete .btn:hover{
	color: #FFFFFF;
}
.viewMemeory-box-hover {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -30%;
  transform: translate(-50%, -50%);
  pointer-events: none;
	transition: all .2s ease .0s;
}
.memory-box__li-item-in:hover .viewMemeory-box-hover{
	top: 50%;
}
.viewMemeory-box-hover .btn {
  background-color: var(--main-color);
  color: var(--white-text);
	
}
.memory-box__slider-block.photo-gallery-popup .memory-box__slider-item{
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.memory-box__slider-block .cmp-photo-album__popup-contentp, .memory-box__slider-block .cmp-photo-album__popup-controls,  .memory-box__slider-block .cmp-photo-album__slider-dispn{
	display: none;
}
.memory-box__slider-block.photo-gallery-popup .cmp-photo-album__popup-contentp, .memory-box__slider-block.photo-gallery-popup .cmp-photo-album__popup-controls{
	display: block;
}
.memory-box__slider-block.photo-gallery-popup  .cmp-photo-album__slider-dispn{
	display: flex;
}
.imageMaximize {
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px 15px;
  line-height: normal;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(1px);
  border-radius: 5px;
}
.comment__img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
	min-width: 30px;
	margin-right: 10px;
	margin-top: 4px;
}
.memory-box__box__comment-head {
  height: 50px;
  padding: 10px 15px;
  color: #fff;
}
.memory-box__box__comment-footer {
  height: 50px;
  background: rgba(255,255,255,0.05);
	position: relative;
}
.memory-box__box__comment-body {
  height: calc(100dvh - 100px);
  overflow: auto;
	padding: 10px 15px;
}
.commentInput {
  width: 100%;
  resize: none;
  border: none;
  height: 100%;
  background: transparent;
  color: #fff;
  padding: 10px 50px 10px 10px;
	outline: none;
}
.submit-comment {
  color: var(--secondary-dark2);
  position: absolute;
  right: 0;
  top: 0;
  background: no-repeat;
  border: none;
  outline: none;
  padding: 10px 15px 10px 10px;
}
.commentInput:focus, .commentInput:hover{
	outline: none;
	border: none;
	box-shadow: none;
}
.comment__content {
  font-size: .875rem;
  line-height: 1.1;
  margin-bottom: 0;
}
.comment_details {
  color: #ddd;
  background-color: rgba(255,255,255,0.05);
  padding: 10px;
  border-radius: 5px;
	width: calc(100% - 40px);
}
.comment-list__li {
  width: 100%;
  margin-bottom: 10px;
}
.memory-box__box__comment-block{
	
}
 .memory-box__box__comment-block {
    height: 100dvh;
    position: absolute;
    top: 0;
    z-index: 1;
    background: #0f0f0f;
	 display: none;
	 transition: all .2s ease .0s;
	 width: 100%;
  }
.memory-box__box__comment-block.commentActive {
  display: block;
}
.cmp-photo-album__popup-comments.active{
	opacity: .4;
}
.memory-box__slider-block.photo-gallery-popup  .memory-box__ul{
		margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	}
.memory-box__slider-item {
	padding-top: 15px;
	padding-bottom: 15px;
}
.memory-box__slider-block.photo-gallery-popup .memory-box__slider-item{
	padding: 0;
}
@media only screen and (max-width:575px) {
	.ring-circle.yellow-circile {
  bottom: inherit;
  top: 50%;
}
	.ring-circle.green-circile{
		top: 30%
	}
	.dot-pattern {
		display: none;
	}
	.memory-box__dispn .btn-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.memory-box__li-item {
  padding: 5px !important;
}
	.memory-box__ul.row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.memory-box__slider-item {
  padding: 5px;
}
	
}
/* login style ends ....*/
@media only screen and (max-width:991px) {
    .cmp-photo-album__popup-image-in {
        padding: 0;
    }
    .cmp-photo-album__info-hidden .cmp-photo-album__popup-image-in {
        height: calc(100dvh - 60px);
    }
    .cmp-photo-album__popup--item-in   {
        height: calc(100dvh - 60px);
    }
	.memory-box__slider-block.photo-gallery-popup .memory-box__box__slider-item-in {
	 padding-top: 60px;
	height: 100dvh;
}
	.memory-box__slider-block.photo-gallery-popup .memory-box__slider-image-in {
  background: #0000008c;
}
	.memory-box__slider-block.photo-gallery-popup .memory-box__slider-link{
		height: 100%;
		display: block;
	}
    .cmp-photo-album__popup-image, .memory-box__slider-block.photo-gallery-popup .memory-box__slider-image {
        height: 40%;
    }
    .cmp-photo-album__popup-content, .memory-box__slider-block.photo-gallery-popup .cmp-photo-album__slider-dispn {
        height: 60%;
    }
	.memory-box__box__comment-body{
		padding: 15px 20px;
	}
	.memory-box__slider-block.photo-gallery-popup .cmp-photo-album__dispn-in{
		align-self: flex-start;
		padding: 0;
	}
	.memory-box--documents .cmp-photo-album__popup-content{
		height: 30%;
	}
	 .memory-box--documents .cmp-photo-album__popup-image {
        height: 70%;
    }
    .slide-arrow {
        top: 20%;
        margin-top: 28px;
    }
    .next-arrow {
        right: 0;
    }
    .prev-arrow {
        left: 0;
    }
    .cmp-photo-album__popup-content-in {
        align-self: flex-start;
    }
    .cmp-photo-album__info-hidden .slide-arrow {
        top: 50%;
        margin-top: 10px;
    }
    .cmp-photo-album__popup {
        background: #000;
    }
    .cmp-photo-album__popup-controls-in {
        background: #111;
    }
    .cmp-photo-album__dispn {
        padding: 10px 10px;
    }
    .cmp-photo-album__dispn-sub {
        margin: 5px 0 0;
    }
	.sortblock__item{
		padding: 5px 2px;
    width: 100%;
	}
	.sortblock__in{
		margin-left: -2px;
		margin-right: -2px;
	}
	.commentOpend .slide-arrow {
  display: none;
}
}
@media only screen and (min-width:992px) {
	
	.header-wrapper.sticky {
max-width: 1280px;
    margin: 0 auto;
    top: 10px;
    border-radius: 10px;
    position: fixed;
    border: none;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
	.header-wrapper{
		transition: top .4s ease .0s;
		position: relative;
	}
	.cmp-photo-album__controls {
	margin: 20px auto;
	}
	
    .cmp-photo-album__item {
        width: 25%;
        padding: 10px;
    }
    .cmp-photo-album__popup-controls-in {
        display: block;
    }
    .cmp-photo-album__row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .cmp-photo-album__popup-image-in, .memory-box__slider-block.photo-gallery-popup .memory-box__slider-image-in {
        height: 100dvh;
    }
    .cmp-photo-album__popup--item-in, .memory-box__slider-block.photo-gallery-popup .memory-box__slider-link {
        display: flex;
    }
    .cmp-photo-album__popup-image, .memory-box__slider-block.photo-gallery-popup .memory-box__slider-image {
        flex: 1 1 100%;
        align-self: center;
    }
    .cmp-photo-album__popup-content, .memory-box__slider-block.photo-gallery-popup .cmp-photo-album__slider-dispn {
        width: 350px;
        height: 100dvh;
        overflow: auto;
        flex: 0 0 350px;
    }
	
    .cmp-photo-album__popup-slider-block, .memory-box__slider-block.photo-gallery-popup .memory-box__box__slider-item-in{
        padding-right: 100px;
        padding-top: 0;
    }
    .cmp-photo-album__popup-controls {
        top: 0;
        left: auto;
        height: 100%;
        bottom: 0;
        right: 0;
        width: 100px;
        flex-wrap: wrap;
		z-index: 2
    }
    .cmp-photo-album__popup-close {
        margin: 10px auto;
        order: 1;
    }
    .cmp-photo-album__popup-info {
        margin: 20px auto;
    }
    .slide-arrow.next-arrow {
        right: 475px;
    }
    .cmp-photo-album__info-hidden .slide-arrow.next-arrow {
        right: 125px;
    }
    .slide-arrow.prev-arrow {
        left: 25px;
    }
	.memory-box__slider-link{
		cursor: pointer;
	}
	.memory-box__slider-block.photo-gallery-popup .memory-box__slider-link{
		cursor: default;
		pointer-events:all;
	}
	.imageMaximize {
	zoom:0;
		opacity: 0;
		transition: all .2s ease .0s;
		transform-origin: center center;
	}
	.memory-box__slider-link:hover .imageMaximize {
		zoom:1;
		opacity: 1;
	}
 .memory-box__box__comment-block {
    width: 350px;
     flex: 0 0 350px;
    right: -480px;
	 display: block;
	 
  }
	.memory-box__box__comment-block.commentActive{
		right: 100px;
	}
	.comment-close .btn {
  background: #000;
  border-radius: 5px 0px 0px 5px;
}
	.comment-close {
  color: #fff;
  position: absolute;
  top: 0;
  left: -35px;
  z-index: 111;
}
} 