.full-page[data-image]:after, .full-page.has-image:after {
    opacity: 0;
}
.online{
padding-top:60px;
}
.online-head{
height:60px;
min-height:60px;
background-color:rgba(255,255,255,.2);
border-bottom:1px solid rgba(0,0,0,.1);
}
.online-head .user-name{
height:24px;
display:inline-block;
margin:5px 0 -5px 15px;
}
.online-head .user-name i{
float:left;
font-size:24px;
margin-right:5px;
}
.online-head .user-name span{
display:inline-block;
}
.online-head > a:first-child{
font-size:16px !important;
color:#777 !important;
margin-top:0 !important;
padding:0 !important;
float:right;
margin-right:15px;
line-height:16px;
text-align:right;
}
.online-head > span{
position:absolute;
width:100%;
display:block;
bottom:0;
}

.navbar-brand span{
padding:0 5px 0 5px;
}


/* no-memories */

#waiting_room .panel-group .checkbox{
line-height:20px;
}

#no-memories{
text-align:center;
z-index:1;
position:relative;
margin-bottom:40px;
border-radius:4px;
border:1px solid rgba(102,97,91,.1);
background-image:url(/img/background-login.png);
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
overflow:hidden;
}

#no-memories .nmc{
width:100%;
height:100%;
position:relative;

background-color: rgba(0,0,0,.05);
background-image: repeating-linear-gradient(45deg,
rgba(255,255,255,.5), rgba(255,255,255,.5) 3px,transparent 0, transparent 6px);
}

.remains .inner{
position:absolute;
top:50%;
left:50%;
zoom:92%;
}
.remains .frame > .p{
display:block;
line-height:17px;
}
.remains .frame {
      width:210px;
      margin:0 auto;
      box-sizing:border-box;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
      -ms-box-sizing:border-box;
      position:relative;
background-image:url(/img/paper.jpg);
background-repeat:no-repeat;
background-size:100% 100%;
padding:30px 30px 35px 30px;
      box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.4),
                  -1px -1px 1px rgba(40,40,40,0.2),
                  1px 1px 1px rgba(255,255,255,1);
}
.remains .box{
position:absolute;
left:0;
top:0;
z-index:1;
width:calc(100% - 20px);
height:calc(100% - 20px);
background-image:url(/img/flower-back.png);
background-repeat:no-repeat;
background-size:100%;
background-position:bottom;
margin:10px;
}
.remains .cover{
transform: translate(-50%,-50%);
box-shadow: 1px 1px 4px rgba(0,0,0,.5);
padding:10px;
background-color:rgba(0,0,0,.7);
border-top:1px solid rgba(255,255,255,.5);
border-bottom:1px solid #000;
border-left:1px solid rgba(255,255,255,.5);
border-right:1px solid #000;
border-radius: 4px;
}
.remains .frame img {
      width:100%;
      height:auto;
      vertical-align:top;
      border-radius: 4px;
margin-bottom:20px;
      box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.4),
                  -1px -1px 2px rgba(40,40,40,0.2),
                  1px 1px 2px rgba(255,255,255,1);  

}



/* no-memories */

/* SWIPER */
      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }
      .mySwiper2 {
        height: 80%;
        width: 100%;
      }

      .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

#memories iframe{
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
#memories > .memories-box{
--swiper-navigation-color: #fff; --swiper-pagination-color: #fff;position: relative;width:100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#memories{
background-color:#F3F2EE;
border-radius:4px;
border:1px solid #e8e7e3;
}

#memories .swiper-slide{
background-color:transparent;
border-radius:5px;
overflow:hidden;
}
#message .box{
height:340px;
list-style: none;
overflow:scroll;
margin-top:5px;
}
#message div{
text-align:right;
line-height:12px;
padding-top:3px;
padding-bottom:7px;
}
#message p{
font-size:14px;
margin-bottom:0;
}
#message li{
border-bottom:1px dotted #ddd;
margin-bottom:5px;
padding-bottom:2px;
}
#message span:first-child{
font-size:12px;
padding-right:10px;
}
#message label{
position:absolute;
left:18px;
}


#obituary{
#margin-top:60px;
#margin-bottom:-60px;
}
#obituary > div{
background-image:url(/img/background-title.png);
background-repeat:no-repeat;
background-size:cover;
background-position:90% 90%;
#background-color:#f7f7f7;
margin-bottom:25px;
}
#obituary .card{
box-shadow: none;
padding-top:50px;
padding-bottom:50px;
border-bottom:1px solid rgba(0,0,0,.1);
border-radius:0;
background-color:transparent;
}

#obituary .card-content p{
margin-top:5px;
position:relative;
}
#obituary .card-content p i{
}
#obituary .card-content p span{
display:inline-block;margin-left:10px;font-size:18px;
}
#obituary .card-content p span span:last-child{
margin-left:0px;
margin-top:10px;
font-size:14px;
line-height:14px;
font-weight:normal;
}

#virtual > div:not(.wating-title){
min-height:205px;
height:100%;
padding:15px;
background-image:url(/img/vr-btn.jpg);
background-repeat:no-repeat;
background-size:cover;
border-radius:5px;
overflow:hidden;
margin-bottom:25px;
box-shadow: 0 0 4px rgba(0,0,0,.1);
cursor:pointer;
position:relative;
background-position:bottom;
}
#virtual > div:not(.wating-title) p{
position:absolute;
width: calc(100% + 10px);
text-align:center;
color:#fff;
left:-10px;
bottom:-20px;
zoom:80%;
padding:10px 60px 20px 30px;
background-color:rgba(0,0,0,.3);
}
#virtual{
}


#condolence > div:not(.wating-title) > a{
padding:10px;
padding-top:20px;
border-radius:5px;
cursor:pointer;
display:inline-block;
background-color:rgba(255,255,255,.4);

}
#condolence > div:not(.wating-title) > a:hover{
#border-top:1px solid #fff;
#border-bottom:1px solid #ddd;
#border-left:1px solid #fff;
#border-right:1px solid #ddd;
box-shadow: 0 0 4px rgba(0,0,0,.1);
#background-color:#f9f9f9;
}
#condolence > div:not(.wating-title){
text-align:center;
}
#condolence img{
width:50%;
margin-bottom:15px;
display:inline-block;
}
#condolence > div:not(.wating-title) p{
font-size:16px;
}
#condolence > div:not(.wating-title) hr{
margin-bottom:10px;
}
#condolence > div:not(.wating-title) span{
display:block;text-align:left;
}
#condolence a hr{
border-top:1px solid rgba(0,0,0,0);
border-bottom:1px solid rgba(0,0,0,.1);
}

#waiting_room_dev .copyright,#waiting_room_dev .copyright a,#waiting_room .copyright,#waiting_room .copyright a,#incense .copyright,#incense .copyright a{
color:#777;
}

#incense .online{
padding-top:0;
}
#incense .online ul,#incense .online li{
margin:0;
padding:0;
padding-left:5px;
list-style-type: none;
}

#flower{
background-color:rgba(243,242,238,1);
margin:15px -15px 0 -15px;
overflow:hidden;
padding:15px 30px 15px 30px;
position:relative;
}

#flower .swiper-slide{
max-width:385px;
padding:10px;
text-align:left;
display:block;
border-radius:5px;
border-top:1px solid #fff;
border-bottom:1px solid #ddd;
border-left:1px solid #fff;
border-right:1px solid #ddd;
box-shadow: 0 0 4px rgba(0,0,0,.1);
background-color:#f9f9f9;
cursor:pointer;
}
#flower .swiper-slide img{
width:80px;
height:80px;
float:left;
border-bottom:1px solid #fff;
border-top:1px solid #ddd;
border-right:1px solid #fff;
border-left:1px solid #ddd;
padding:10px;
margin-right:15px;
border-radius:5px;
}
#flower .swiper-slide h6{
font-size:14px;
padding:5px 0 0 0;
margin:0;
line-height:18px;
text-transform:none;
}
#flower .swiper-slide h6 span{
display:block;
margin-top:3px;
color:#66615b;
}
#flower .swiper-slide > div{
margin:0;
padding:0;
}
#flower .swiper-slide hr{
margin:10px 0 5px 0;
}
#flower .swiper-slide p{
line-height:16px;
padding:0;
margin:0;
}

#flower .next{
z-index:2;
position:absolute;
right:13px;
top:calc(50% - 25px);
color:#585858;
cursor:pointer;
font-size:24px;
width:30px;
height:50px;
padding-top:7px;
}

.swiper-button-next,.swiper-button-prev{
border:none;
outline:none;
border-radius:5px;
font-weight:bold;
padding:20px;
}
#flower .swiper-button-next{
margin-right:-10px;
}
#flower .swiper-button-prev{
margin-left:-10px;
}
.swiper-button-next:active,.swiper-button-prev:active{
border:none;
outline:none;
}
.swiper-button-next:after,.swiper-button-prev:after{
font-size:22px;
}
#flower .swiper-button-next:after,#flower .swiper-button-prev:after{
color:#66615b;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
background-color:rgba(255,255,255,.5);
}
#flower .swiper-button-next:hover,#flower .swiper-button-prev:hover{
background-color:rgba(0,0,0,0.1);
}

.wating-title h4{
padding-bottom:10px;
margin-top:15px;
border-bottom:2px solid rgba(0,0,0,.1);
position:relative;
}
.wating-title small{
margin-left:10px;
}

.wating-wave-cov{
width:30%;
margin:5px 0 -5px 0;
position:absolute;
right:0;
bottom:0;
display:inline-block;
}
.wating-wave{
display:inline-block;
width:100%;
height:5px;
}

.wating-footer{
margin-top:40px;
height:150px;
border-top:1px solid rgba(0,0,0,.1);
background-image:url(/img/background-title.png);
background-repeat:no-repeat;
background-size:cover;
background-position:90% 90%;
#background-color:#f7f7f7;
}

.deceased{
margin:0 auto;
width:100px;
height:100px;
background-repeat:no-repeat;
background-size:cover;
background-position:100% 100%;
background-color:#f7f7f7;
margin-top:15px;
margin-bottom:-25px;
border-radius:50px;
#border:1px solid rgba(0,0,0,.1);
box-shadow: 0 0 8px rgba(0,0,0,.2);
}

.swiper-button-disabled{
display:none;
}



/* ribbon */

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #1C1C1C;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #585858;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* left */
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}


