
/* top navbar=========================================================================*/
    .navigation {
        background-color: #ffbeb5;
        height: 48px;
        z-index: 10;
    }

    /* mobile part*/
    .navbar-toggle {
        /*border: 1px solid white;*/
        z-index:1;
    }

    .navbar-toggle .icon-bar {
       background-color: white;
    }

    /* logo */
    .navbar-brand{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 6px 6px;
    }

    /* center-nav*/
    .center_nav{
        display: flex;
        justify-content: center;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    /* right-nav */
    .right_nav{
        position: absolute; 
        right: 10px; 
        top: 0;
    } 

    .nav > li > a {
        color: #071624;
        background-color: transparent;
       /* font-family: 'Lora', serif;*/
       /* font-family: 'Questrial', sans-serif;*/
        font-family: 'Montserrat', sans-serif;
        font-size: /*15px*/ 11.5px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .nav > li > a:hover,
    .nav > li > .active2 {
        color: #fff200;
        background-color: transparent;
        font-size: 11.5px;
        font-weight: bold;
        letter-spacing: 1px;
        
    }
    .nav > li > a:focus {
        outline: none;
        background-color: transparent;
    }

    .nav .create-memorial{
        color:#ec008c;
    }

    /*.navbar{
        margin-bottom: 0px;
        min-height:40px !important;
    }*/

    /*.navbar-nav{
      margin: -2px auto;
    }
    */
    .nav .navbar-nav{
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    /* Search a memorial */
    .form-inline{
        margin-top: 10px 10px 10px 15px;
    }

    .form-inline > a{
        color: black;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 11.5px;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: -0.6px;
        padding-left: 0px;
        letter-spacing: 1px;
        cursor: pointer;
    }

    .form-inline > a:hover{
        color: #fff200;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 11.5px;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: -0.6px;  
        letter-spacing: 1px;
    }

    /*::-webkit-input-placeholder {
       color: white;
       text-align:center;
    }
    */
    .search_li{
        padding: 9px 10px;
    }

    .search_li .form-control{
        height:28px;
        border-radius: 0;
        background-color: #fee5e1;
        box-shadow: none;
        border:none;
    }
   .searchI{
        border-color: transparent; 
        color: black; 
        font-style: italic; 
        background-color: transparent; 
        font-size: 12px; 
        font-weight: bold; 
        font-family: 'Montserrat', sans-serif;
    }
     .searchI:hover{
        color:#fff200;
     }
    .search-input::placeholder {
        font-family: 'Montserrat', sans-serif;
        padding:5px 5px 5px 5px;
        font-size:12px;
        color:#b9b9b9;
    }

    /* top nav login button */
    .navbar-nav .login-button,
    .navbar-nav .register-button{
        text-decoration: none;
        color: #071624;
        transition: all 0.5s ease;
        border: none;
        text-align: center;
        display: inline-block;
        font-size: 10px;
        font-weight: bold;
        margin-top: 17px;
        cursor: pointer;
        padding-left: 5px;
        padding-right:5px;
        padding-bottom:2px;
        font-family: 'Montserrat', sans-serif;
    }

    .navbar-nav .login-button:hover,
    .navbar-nav .register-button:hover{
        color: #ec008c;
    }


    .navbar-nav .share-on,
	.share-on >  a{
        padding-top: 12px;
        cursor: pointer;
    }

    .share-fb-tw{
        position: relative;
        display: inline-block;
    }
/* end of top nav*/
/*====================================================================================*/

/* height of the screen ==============================================================*/
    #home{
        height: 100%;
        overflow: hidden;
    }

    .home_content{
        max-width: 100%;
        height: auto;
    }

    #myCarousel{
        height: 94%;
    }
    
    .main_form{
        /*height:40%;*/
        background: linear-gradient(#db9288, #374b61);
        height:6%;
        bottom:0;
    }

    /* .mobile{
        display:none !important;
    } */

    ::-webkit-input-placeholder {
        font-style: italic;
    }
    :-moz-placeholder {
        font-style: italic;  
    }
    ::-moz-placeholder {
        font-style: italic;  
    }
    :-ms-input-placeholder {  
        font-style: italic; 
    }
/* end of height of the screen =======================================================*/

/*====================================================================================*/
/* image slider */
    #bgVideo{
        position: fixed;
        min-width: 100%;
        min-height: 105%;
        width:auto;
        height:auto;
        margin-top: -10px;
        margin-left: 0px;
        z-index: -10;
        background-size: cover;
    }

    .carousel-caption {
        position: absolute;
        right: 5%;
        bottom: 20%;
        left: 5%;
        z-index: 10;
        color: #000;
        text-align: left;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    }

    .carousel .item {
        height: 100%;
    }

    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .w-black, .w-hover-black:hover {
        color: #fff!important;
        background-color: #071624 !important;
    }


    .w-display-left{
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%,-50%);
        -ms-transform: translate(-0%,-50%);
    }

    .w-display-right{
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%,-50%);
        -ms-transform: translate(-0%,-50%);
    }

    .w-btn, .w-button {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .w-btn, .w-button {
        height:48px;
        width:48px;
        border: none;
        display: inline-block;
        outline: 0;
        padding: 8px 8px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
    }
    .carousel-control.left {
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }
    .carousel-control.right {
      left: auto;
      right: 0;
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    img{
        user-drag: none; 
        user-select: none;
        -moz-user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
    
/* end of image slider */
/*====================================================================================*/

/*====================================================================================*/
/* marquee */
    .move{
        padding-top: 16px;
        /*padding-bottom: 15px;*/
        font-size: 11.5px;
        /*background-color: #1f2e3c;*/
        color:white;
        border-radius: .3px;
        bottom:0;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        cursor: pointer;
    }
    .move-title:hover{
        text-decoration: underline;
        cursor: pointer;
    }
/* end of marquee */
/*====================================================================================*/

/*====================================================================================*/
/* middle part creating account column */
    .middle-column{
        font-family:'Montserrat', Geneva, sans-serif; 
        font-size: 28px; 
        color: white;
        text-align:center; 
        /*background: linear-gradient(#db9288, #374b61);*/
        background-color: transparent;
        font-weight: 200;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        width: 100%;
        height: 30%;
    }

    .create-button{
        display: inline-block;
        color: white;
        background-color:#ec008c; 
        /*font-style: italic;*/
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -0.6px;
        border:none;
        padding: 10px;
    }

    .create-button:hover,
    .create-button:focus{
        display: inline-block;
        color: #ec008c;
        background-color:white; 
        /*font-style: italic;*/
    /*    font-family: 'Questrial', sans-serif;*/
        font-size: 15x;
        font-weight: bold;
        letter-spacing: -0.6px;
    }

    .row .form-control2{
        border-radius: 0;
        display: inline-block;
        width: 30%;
        height: 34px;
        padding: 19px 10px;
        font-size: 16px;
        text-align: left;
        color: white;
        background-color: transparent;
        border: 1px solid white;
    }
/* end of middle part creating account column*/
/*====================================================================================*/

/*====================================================================================*/
/* videos for memories column */
    #itemslider{
        height:350px;
    }
    .memories_video{
        margin-left: 15px;
    }
    .video-margin{
        margin-left: -30px; 
        margin-right: -30px;
    }
    .video1 {
        position: relative;
        width: 100%;
    }

    .video-image{
        display: block;
        width: 100%;
        height:360px;
        background: linear-gradient(#db9288, #374b61);
        opacity:0.6; 
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
       /* height: 360px;*/
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: white;
    }

    .video1:hover .overlay {
        opacity: 0.6;
    }

    .video1:hover .caption{
        display:none;
    }

    .text {
        color: black;
        position: absolute;
        font-family: 'Lora', serif;
        font-size: 18px;
        font-weight: 500; 
        bottom: 0;
        padding-left:20px;
        padding-right: 20px; 
        padding-bottom: 9px;
        width:100%;
    }

    .caption{
        position: absolute;
        font-family: 'Lora', serif;
        font-size: 18px;
        font-weight: 200; 
        color: white;
        padding-left:20px;
        padding-right: 20px; 
        bottom: 0;
        padding-bottom: 9px;
    }

    .text2{
        font-size: 12px;
    }

    .front-video{
        position:absolute; 
        top:45%;
        left:45%;     
    }

    .main-video{
        width:100%;
        height:350px;
    }

    .play-button{
        width:60px;
        height:60px;
    }

    .title{
        color:white; 
        font-size: 24px; 
        font-weight: bold; 
        font-family: 'Montserrat', sans-serif;
    }
/* end of videos for memories column */
/*====================================================================================*/

/*====================================================================================*/
/* Video modal*/ 
    .video-frame {
        width: 65%;
        top: -5%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        height: 65%;
    }

    .video-container {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; 
      overflow: hidden;
    }
    .video-container video {
      /* Make video to at least 100% wide and tall */
      min-width: 100%; 
      min-height: 100%; 

      /* Setting width & height to auto prevents the browser from stretching or squishing the video */
      width: auto;
      height: auto;

      /* Center the video */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
/* end of video modal */
/*====================================================================================*/

/*====================================================================================*/
/* login modal*/
    .modal{
        background: rgba(0,0,0,0.9);
    }
    .modal-dialog{
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .modal-content2{
        position: fixed;
        width:45%;
        height:100%;
        top:35%;
        bottom:0;
        left:0;
        right:0;
        margin:auto;
        background-color: transparent;
        color: white;
        box-shadow: none;
        border:none;
        opacity: 1;
        
    }
    .modal-header{
        position: relative;
        border-bottom:none;
        font-family: 'Montserrat', Geneva, sans-serif;
        z-index: 10;
    }

    .sign-title{
        color:white;
        text-decoration: underline;
        font-style: italic;
        padding-left: 20%;
    }
    .register1,
    .signIn1{
        text-decoration: underline;
        font-style: italic;
        cursor:pointer;
    }
    .register1:hover,
    .signIn1:hover{
        color: #ec008c;
    }
    .row .form-horizontal .form-group{
        padding-right: 20%;
        padding-left: 20%;
    }

    .modal-header .close{
        color: white;
    }
    .close{
        opacity:0.7;
        color: #fff;
    }
    .vertical-divider {
        border-left: 1px solid #fff;
        height: 200px;
        position: absolute;
        right: 49%;
        top: 0px;
    }

    .form-control{
        border-radius: 0px;
    }
    
    .form-control1{
        display: inline-block;
        width: 90%;
        height: 25px;
        padding: 14px 20px;
        font-size: 16px;
        text-align: left;
        color: white;
        background-color: transparent;
        border: 1px solid white;
    }

    .modal-content{
        position: fixed;
        width:auto;
        height: 100%;
        top: 0;
        bottom:0;
        left: 11px;
        right: 0;
        margin:auto;
        background-color: transparent;
        color: white;
        box-shadow: none;
        border:none;
        opacity: 1;
    }

  .modal-content2{
        position: fixed;
        width: 45%;
        height: 100%;
        top: 35%;
        bottom:0;
        left: 11px;
        right: 0;
        margin:auto;
        background-color: transparent;
        color: white;
        box-shadow: none;
        border:none;
        opacity: 1;
    }

    .modal-body{
        padding-left:15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 0px;
        height:60%;
    }

    .modal-body .form-group .control-label{
        font-family: 'Montserrat', Geneva, sans-serif;
        font-weight: 300;
        font-size: 14px;
        text-align: center;
        width:100%;
        cursor: pointer;
    }
    .modal-body .form-group .control-label:hover{
        color:#ec008c;
    }
    .modal-footer{
        text-align: center;
        font-family: 'Playfair Display', sans-serif;
        padding:5px;
    }

    .foot-bt{
        border-top:none;
    }

    .btn-default{
        color:white;
        background-color: transparent;
        font-family: 'Montserrat', Geneva, sans-serif;
        font-weight: 300;
        border-radius: 0px;
    }

    .btn-default:hover{
        background-color: #ec008c;
        color:white;
        border: 1px solid #ec008c;
    }

    .btn-fb{
        color:white;
        background-color: #3b579d;
        font-family: 'Montserrat', Geneva, sans-serif;
        font-weight: 300;
        border-radius: 0px;
    }
    /*.modal-backdrop.in {
        filter: alpha(opacity=7);
        background-color: rgba(0,0,0,1);
        opacity: 0.5;
    }*/
    h5{ 
        width:100%; 
        text-align:center; 
        border-bottom: 1px solid #fff; 
        line-height:0.1em; margin:45px 0 45px; 
        z-index: 0;
    } 
    h5 span { 
        background:rgba(0,0,0,0.98);; 
        padding:0 10px; 
        z-index: 1;
    }

    .subtitle{
        font-size: 30px; 
        font-weight: 300; 
        position: absolute; 
        top: 30%; 
        left: 30%;
    }
/* end of login modal */
/*====================================================================================*/

/*====================================================================================*/
/* incident column */
    .row .incident{
        padding-top:15px;
        padding-bottom: 15px;
    }
    .row .incident:hover{
        background-color:#364b61;
    }
    .small-title{
        color:white; 
        font-size: 15px; 
        text-decoration: underline;
        font-family:'Lora', serif; 
        font-weight: 200;
        cursor: pointer;
    }
    .small-title:hover,
    .small-title > a:hover{
        color:#ec008c;
    }
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .img-opacity {
        background: linear-gradient(#db9288, #374b61);
    }
    /* same height for column */
    .col-h,
    .col-h2{
        display: flex;
        flex-direction: column;
    }
    .material-button-anim {
        position: relative;
        text-align: left;
        margin: 0 auto 20px;
        display: inline-block;
    }

    .material-button {
        position: relative;
        z-index: 1;
    }
    .material-button-toggle,
    .material-button-toggle2,
    .material-button-toggle3 {
        z-index: 3;
        margin: 0 auto;
        -webkit-transform: none;
        transform:         none;
        -webkit-transition: -webkit-transform .175s cubic-bazier(.175,.67,.83,.67);
        transition:         transform .175s cubic-bazier(.175,.67,.83,.67);
    }

    .material-button-toggle.open,
    .material-button-toggle2.open,
    .material-button-toggle3.open {
        -webkit-transform: scale(1.1,1.1);
        transform:         scale(1.1,1.1);
        -webkit-animation: toggleBtnAnim .175s;
        animation:         toggleBtnAnim .175s;
        -webkit-transform: rotate(45deg);
        transform:         rotate(45deg);
        -webkit-transition: -webkit-transform .175s cubic-bazier(.175,.67,.83,.67);
        transition:         transform .175s cubic-bazier(.175,.67,.83,.67);
    }

    #options {
        height: 77px;
        z-index:999;
    }
    .option {
        position: relative;
    }
    .option .option1,
    .option .option2,
    .option .option3,
    .option2 .option1,
    .option2 .option2,
    .option2 .option3,
    .option3 .option1,
    .option3 .option2,
    .option3 .option3 {
        /*   filter: blur(0px);
        -webkit-filter: blur(0px);*/
        -webkit-transition: all .175s;
        transition:         all .175s;
    }
    .option .option1,
    .option2 .option1,
    .option3 .option1{
        -webkit-transform: translate3d(61px,-40px,0) scale(.8,.8);
        transform:         translate3d(61px,-40px,0) scale(.8,.8);
    }
    .option .option2,
    .option2 .option2,
    .option3 .option2 {
        -webkit-transform: translate3d(0px,-40px,0) scale(.8,.8);
        transform:         translate3d(0px,-40px,0) scale(.8,.8);
    }
    .option .option3,
    .option2 .option3,
    .option3 .option3 {
        -webkit-transform: translate3d(-66px,-40px,0) scale(.8,.8);
        transform:         translate3d(-66px,-40px,0) scale(.8,.8);
    }
    .option.scale-on .option1, 
    .option.scale-on .option2,
    .option.scale-on .option3,
    .option2.scale-on .option1,
    .option2.scale-on .option2,
    .option2.scale-on .option3,
    .option3.scale-on .option1,
    .option3.scale-on .option2,
    .option3.scale-on .option3 {
        /* filter: blur(0px);
        -webkit-filter: blur(0px);*/
        -webkit-transform: none;
        transform:         none;
        -webkit-transition: all .175s;
        transition:         all .175s;
    }
    .option.scale-on .option2,
    .option2.scale-on .option2,
    .option3.scale-on .option2 {
        -webkit-transform: translateY(30px) translateZ(0);
        transform:         translateY(30px) translateZ(0);
        -webkit-transition: all .175s;
        transition:         all .175s;
    }

    .list-inline{
        margin-top: -10px;
        margin-left: -67px;
        z-index: 999;
        width: 200px;
    }

    @keyframes toggleBtnAnim {
        0% {
            -webkit-transform: scale(1,1);
            transform:         scale(1,1);
        }
        25% {
            -webkit-transform: scale(1.4,1.4);
            transform:         scale(1.4,1.4); 
        }
        75% {
            -webkit-transform: scale(1.2,1.2);
            transform:         scale(1.2,1.2);
        }
        100% {
            -webkit-transform: scale(1.3,1.3);
            transform:         scale(1.3,1.3);
        }
    }
    @-webkit-keyframes toggleBtnAnim {
        0% {
            -webkit-transform: scale(1,1);
            transform:         scale(1,1);
        }
        25% {
            -webkit-transform: scale(1.4,1.4);
            transform:         scale(1.4,1.4); 
        }
        75% {
            -webkit-transform: scale(1.2,1.2);
            transform:         scale(1.2,1.2);
        }
        100% {
            -webkit-transform: scale(1.3,1.3);
            transform:         scale(1.3,1.3);
        }
    }
    .individual_title{
        font-size: 14px; 
        font-family: 'Montserrat', Geneva, sans-serif;
        font-weight: bold;
    }
    .content_title{
        font-size: 12px;
    }
    .location{
        float:right; 
        font-size: 12px; 
        color: #ffbeb5; 
        font-family: 'Montserrat', sans-serif; 
        font-weight: 600;
    }

    .incident_padding{
        padding:0;
    }
    .incident_part{
        color:white; 
        position: relative; 
    }
/* end of incident column */
/*====================================================================================*/

/*====================================================================================*/
/* incident modal */
    .modal-content1{
        position: absolute;
        width: 50%;
        height: 65%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: transparent;
        color: white;
        box-shadow: none;
        border: none;
    }
/* end of incident modal */
/*====================================================================================*/

/*====================================================================================*/
/*footer*/
    .footer-bottom{
        color:white; 
        font-family:'Playfair Display', serif;
        background:#364b61;
        margin-right: auto;
        margin-left: auto;
    }
    .no_signup{
        display:none;
    }
/* end of footer */
/*====================================================================================*/

/*====================================================================================*/
/* Memodise Account*/
    #itemslider1{
        height:260px;
    }
    .memories_acct{
        margin-left: 15px;
    }

    #memories{
        background-color: #071624; 
        padding-top: 70px;
    }

    .account{
        position: relative;
        width: 100%;
        border: none;
        cursor: zoom-in;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

    .account-image{
        display: block;
        width: 100%;
        height: 263px;
    }

    .account:hover .account-image img{
        transition: .7s linear;
        transition-delay: 500ms;
        transform: /* rotate(5deg) */ scale(1.2);
    }

    .account-caption{
        display:none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin:auto;
        /*height: 263px;*/
        width: 100%;
        opacity: 1;
        transition: .5s ease;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .account-caption1{
        display:block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin:auto;
        display: table-cell;
        min-height: 32%;
        height: auto;
        
        width: 100%;
        opacity: 1;
        transition: .5s ease;
        background-color: rgba(255, 255, 255, 0.6);
    }

/*    .account:hover > .account-caption{
        display: block;
    }

    .account:hover > .account-caption1{
        display: none;
    }*/

    .text1 {
        color: black;
        position: absolute;
        font-family: 'Lora', serif;
        font-size: 12px;
        font-weight: 500; 
        top:0;
        height: 50px;
        bottom: 0;
        margin: auto;
        padding-left:20px;
        padding-right: 20px; 
        padding-bottom: 5px;
        width: 100%;
    }

    .slider-control img{
        position: relative;
        top: 40%;
    }

    .carouselslide .carousel-control {
        width: 5%;
        background-image: none;
    }

    .carouselslide .carousel-control.left {
        margin-left: -40px;
    }

    .carouselslide .carousel-control.right {
        margin-right: -40px;
    }

    .carouselslide .cloneditem-1,
    .carouselslide .cloneditem-2,
    .carouselslide .cloneditem-3,
    .carouselslide .cloneditem-4,
    .carouselslide .cloneditem-5 {
        display: none;
    }

    @media all and (min-width: 768px) {
      .carouselslide .carousel-inner > .active.left,
      .carouselslide .carousel-inner > .prev {
          left: -50%;
      }
      .carouselslide .carousel-inner > .active.right,
      .carouselslide .carousel-inner > .next {
          left: 50%;
      }
      .carouselslide .carousel-inner > .left,
      .carouselslide .carousel-inner > .prev.right,
      .carouselslide .carousel-inner > .active {
          left: 0;
      }
      .carouselslide .carousel-inner .cloneditem-1 {
          display: block;
      }
    }

    @media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
      .carouselslide .carousel-inner > .item.active.right,
      .carouselslide .carousel-inner > .item.next {
          -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
          left: 0;
      }
      .carouselslide .carousel-inner > .item.active.left,
      .carouselslide .carousel-inner > .item.prev {
          -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
          left: 0;
      }
      .carouselslide .carousel-inner > .item.left,
      .carouselslide .carousel-inner > .item.prev.right,
      .carouselslide .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0;
      }
    }

    @media all and (min-width: 992px) {
      .carouselslide .carousel-inner > .active.left,
      .carouselslide .carousel-inner > .prev {
          left: -25%;
      }
      .carouselslide .carousel-inner > .active.right,
      .carouselslide .carousel-inner > .next {
          left: 25%;
      }
      .carouselslide .carousel-inner > .left,
      .carouselslide .carousel-inner > .prev.right,
      .carouselslide .carousel-inner > .active {
          left: 0;
      }
      .carouselslide .carousel-inner .cloneditem-2,
      .carouselslide .carousel-inner .cloneditem-3,
      .carouselslide .carousel-inner .cloneditem-4,
      .carouselslide .carousel-inner .cloneditem-5,
      .carouselslide .carousel-inner .cloneditem-6  {
          display: block;
      }
      
    }

    @media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
      .carouselslide .carousel-inner > .item.active.right,
      .carouselslide .carousel-inner > .item.next {
          -webkit-transform: translate3d(25%, 0, 0);
          transform: translate3d(25%, 0, 0);
          left: 0;
      }
      .carouselslide .carousel-inner > .item.active.left,
      .carouselslide .carousel-inner > .item.prev {
          -webkit-transform: translate3d(-25%, 0, 0);
          transform: translate3d(-25%, 0, 0);
          left: 0;
      }
      .carouselslide .carousel-inner > .item.left,
      .carouselslide .carousel-inner > .item.prev.right,
      .carouselslide .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0;
      }
    }

    .carouselslide .col-md-4{
        width: 25%;
    }
/*end of Memodise Account*/
/*====================================================================================*/

/*====================================================================================*/
/* sliding of the video column */
    .slider-control img{
        position: relative;
        top: 40%;
    }

    .carousel-showmanymoveone .carousel-control {
        width: 5%;
        background-image: none;
    }

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: -40px;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: -40px;
    }

    .carousel-showmanymoveone .cloneditem-1,
    .carousel-showmanymoveone .cloneditem-2,
    .carousel-showmanymoveone .cloneditem-3,
    .carousel-showmanymoveone .cloneditem-4,
    .carousel-showmanymoveone .cloneditem-5 {
        display: none;
    }

    @media all and (min-width: 768px) {
      .carousel-showmanymoveone .carousel-inner > .active.left,
      .carousel-showmanymoveone .carousel-inner > .prev {
          left: -50%;
      }
      .carousel-showmanymoveone .carousel-inner > .active.right,
      .carousel-showmanymoveone .carousel-inner > .next {
          left: 50%;
      }
      .carousel-showmanymoveone .carousel-inner > .left,
      .carousel-showmanymoveone .carousel-inner > .prev.right,
      .carousel-showmanymoveone .carousel-inner > .active {
          left: 0;
      }
      .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
          display: block;
      }
    }

    @media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
      .carousel-showmanymoveone .carousel-inner > .item.active.right,
      .carousel-showmanymoveone .carousel-inner > .item.next {
          -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
          left: 0;
      }
      .carousel-showmanymoveone .carousel-inner > .item.active.left,
      .carousel-showmanymoveone .carousel-inner > .item.prev {
          -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
          left: 0;
      }
      .carousel-showmanymoveone .carousel-inner > .item.left,
      .carousel-showmanymoveone .carousel-inner > .item.prev.right,
      .carousel-showmanymoveone .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0;
      }
    }

    @media all and (min-width: 992px) {
      .carousel-showmanymoveone .carousel-inner > .active.left,
      .carousel-showmanymoveone .carousel-inner > .prev {
          left: -33.33%;
      }
      .carousel-showmanymoveone .carousel-inner > .active.right,
      .carousel-showmanymoveone .carousel-inner > .next {
          left: 33.33%;
      }
      .carousel-showmanymoveone .carousel-inner > .left,
      .carousel-showmanymoveone .carousel-inner > .prev.right,
      .carousel-showmanymoveone .carousel-inner > .active {
          left: 0;
      }
      .carousel-showmanymoveone .carousel-inner .cloneditem-2,
      .carousel-showmanymoveone .carousel-inner .cloneditem-3,
      .carousel-showmanymoveone .carousel-inner .cloneditem-4,
      .carousel-showmanymoveone .carousel-inner .cloneditem-5,
      .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
          display: block;
      }
      
    }

    @media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
      .carousel-showmanymoveone .carousel-inner > .item.active.right,
      .carousel-showmanymoveone .carousel-inner > .item.next {
          -webkit-transform: translate3d(33.33%, 0, 0);
          transform: translate3d(33.33%, 0, 0);
          left: 0;
      }
      .carousel-showmanymoveone .carousel-inner > .item.active.left,
      .carousel-showmanymoveone .carousel-inner > .item.prev {
          -webkit-transform: translate3d(-33.33%, 0, 0);
          transform: translate3d(-33.33%, 0, 0);
          left: 0;
      }
      .carousel-showmanymoveone .carousel-inner > .item.left,
      .carousel-showmanymoveone .carousel-inner > .item.prev.right,
      .carousel-showmanymoveone .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0;
      }
    }
/* end of the sliding of the video column */
/*====================================================================================*/

/*====================================================================================*/
/* public prayer */
    .form-group1{
        margin-bottom: 10px;
    }
    #publicPrayer{
       border:1px solid black; 
       background-color: #d3d3d3; 
       width:100%; 
       padding: 5px; 
       overflow:auto; 
       font-family: 'Lora',serif;
    }
    @media only screen and (min-width: 1200px)
    {
        #publicPrayer{
            height:500px; 
        }
        @media only screen and (max-height:1440px) and (min-height:1200px){
            #publicPrayer{
                height:470px; 
            }
        }
        @media only screen and (max-height:1199px) and (min-height:900px){
            #publicPrayer{
                height:490px; 
            }
        }
    }
    @media only screen and (max-width: 1199px)
    {
        #publicPrayer{
            height:340px; 
        }
        @media only screen and (max-height:1440px) and (min-height:1300px){
            #publicPrayer{
                height:300px; 
            }
        }
        @media only screen and (max-height:1299px) and (min-height:1100px){
            #publicPrayer{
                height:315px; 
            }
        }
        @media only screen and (max-height:1099px) and (min-height:1000px){
            #publicPrayer{
                height:330px; 
            }
        }
    }
/* end of public prayer*/
/*====================================================================================*/

/*====================================================================================*/
/* for mobile only */
    .container_menu{
        background-color: #ffbeb5; 
        height: 100%; 
        width: 100%; 
        margin:auto; 
        opacity: 0; 
        visibility: hidden; 
        position: fixed; 
        top: 0; 
        left: 0; 
        z-index: 1024;
        overflow: hidden; 
        -webkit-overflow-scrolling: touch; 
        outline: 0; 
        padding:10px;
    }

    .visible{
        visibility: visible;
        opacity: 1;
    }
/*====================================================================================*/

/*====================================================================================*/
/* login to ceate memorial modal*/
    .right_modal{
        text-align: right;
        height: 180px;
        line-height: 180px;
    }
    .left_modal{
        height: 180px; 
        line-height: 180px;
    }
    .logo_img{
        position: absolute; 
        font-size: 20px;
        font-weight: 700; 
        top: 15%; 
        left: 30%;
    }
/* end of login to ceate memorial modal*/
/*====================================================================================*/

/*====================================================================================*/
/* Forgot password modal*/
.fp{
    font-size: 30px; 
    font-weight: 300; 
    position: absolute; 
    top: 30%; 
    left: 30%;
}
/* end of forgot password modal*/
/*====================================================================================*/

/*====================================================================================*/
/* editor*/
    .wrap {
        width: 100%;
        background: white;
        padding: 0px 7px;
        border:1px solid #d1d1d1;
        color:black;
    }

    .toolbar {
        width: 100%;
        margin: 0 auto 5px;
    }

    .toolbar button {
        width: 25px;
        height: 25px;
        border-radius: 3px;
        background: none;
        border: none;
        box-sizing: border-box;
        padding: 0;
        font-size: 12px;
        color: #a6a6a6;
        cursor: pointer;
        outline: none;
        border: 1px solid transparent;
    }

    .toolbar button:hover {
        border: 1px solid #a6a6a6;
        color: black;
    }

    #bold,
    #italic,
    #underline {
        font-size: 12px;
        color: #a6a6a6;
    }

    #bold:hover,
    #italic:hover,
    #underline:hover {
        font-size: 12px;
        color:black;
    }

    #fonts {
        width: 140px;
    }

    .editor {
        position: relative;
        width: 100%;
        height: 8vh;
        margin: 0 auto;
        padding: 10px;
        background: white;
        border-radius: 3px;
        box-shadow: inset 0 0 8px 1px rgba(0,0,0,.2);
        box-sizing: border-box;
        overflow: auto;
        word-break: break-all;
        outline: none;
    }
/* end of editor*/
/*====================================================================================*/

/* modal =============================================================================*/
/*.modal-dialog2{
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content1{
    position: absolute;
    width: 50%;
    height: 65%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    color: white;
    box-shadow: none;
    border: none;
}*/
/*  .plus-btn{
    background-image: url('include/img/plus.png');
  }*/