#landing-page-bug {
    position: absolute;
    left: 0;
    right: 0;
    width: 78%;
    top: 120px;
    margin: auto;
}
#landing-page-title{
    margin-top: -31vh;
    text-align: center;
}
#main-panel-wrapper p{
    text-align: left;
    font-size: 1rem;
    margin: 0.2rem 0px;
}
#main-panel-wrapper h3{
    text-align: left;
}
#main-panel-wrapper>div{
    position: relative;
}
#epd-landing-page-central-block{
    flex-direction: column;
    align-self: center;
}
#livefeed-table-wrapper{
    position: absolute;
    top: 150px;
    /*display: grid;*/
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    row-gap: 3px;
    column-gap: 5px;
    table-layout: fixed;
    width: 100vw;
    height: calc(100vh - 190px);
    /*overflow: hidden;*/
    overflow-x: hidden;
    overflow-y: auto;
}
/* OVERRIDE*/
#livefeed-table-wrapper p{
    text-align: left;
    font-size: 1rem;
    margin: 0.2rem 0px;
}
#livefeed-table-wrapper > div.row{
    vertical-align: middle;
    /*margin: 4px 0px;*/
    padding: 0px 10px;
    margin-bottom: -2px;
}
#livefeed-table-wrapper > div.row > div.col-4{
    vertical-align: middle;
    padding: 0px 10px;
    border: none;
    word-wrap: break-word;
    word-break: break-all;
}
.lfitem-s{
    vertical-align: middle;
    margin: 2px -2px;
    min-height: 85px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: rgba(255,255,255, 0.55);
}
.lfitem{
    vertical-align: middle;
    /*padding: 2px;*/
    margin: 3px 0px;
    /*min-height: 85px;  middle and small*/
    min-height: 170px;
    max-height: 170px;
    border: 1px solid lightgray;
    border-radius: 4px;
    background-color: rgba(255,255,255, 0.55);
    box-shadow: 5px 3px 5px gray;
}
#livefeed-table-wrapper .lfitem-s:hover {
    cursor: pointer;
    background-color: rgba(255,255,255, 0.9);
}
#livefeed-table-wrapper .lfitem:hover {
    cursor: pointer;
    background-color: rgba(255,255,255, 0.9);
}
.lf-item-app-logo, .lf-item-l-app-logo{
    text-align: center;
    vertical-align: middle;
    margin: 0px;
}
.lf-item-app-logo img{
    height: 3.3rem;
    width: 3.3rem;
    margin-top: 15px
}
.lf-item-l-app-logo img{
    height: auto;
    max-width: 100%;
    margin: auto;
}
.lf-item-l-media{
    text-align: center;
    vertical-align: middle;
    margin: -3px 0px;
    overflow: hidden;
    white-space: nowrap;
}
#livefeed-table-wrapper .lf-item-l-media p{
    text-align: inherit;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
.lf-item-l-media img{
    display: inline-block;
    height: 85px;
    width: auto;
    /*margin: 0px 5px;*/
    vertical-align: bottom;
}
.lf-item-l-media span{
    font-size: 85px;
    margin: 0px 5px;
}
.lf-item-top-block{
    margin: 0px;
}
.lf-user-avatar{
    padding: 2px;
}
.lf-user-avatar img{
    max-width: 120%;
    height: auto;
}
.lf-item-s-user-avatar{
    padding: 2px;
}
.lf-item-l-user-avatar{
    text-align: center;
    padding: 2px;
}
.lf-item-s-user-avatar img{
    max-width: 82%;
    height: auto;
}
.lf-item-l-user-avatar img{
    max-width: 30px;
    height: auto;
}
.lf-item-title-block{
    margin: 0px;
}
.lf-item-title-block p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lf-item-title-block .lf-item-highlight{
    color: #990000;
}
.lf-item-title-block .lf-item-date{
    font-size: smaller;
}
.lf-item-s-action{
    position: relative;
    text-align: center;
}
.lf-item-s-action span{
    line-height: 1em;
    font-size: 2rem;
    color: darkblue;
}
.lf-item-s-head{
    display: block;
}
.lf-item-s-tail{
    display: none;
}
.rotated0 {
    transform: rotate3d(0, 1, 1, 0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.rotated180 {
    transform: rotate3d(0, 1, 1, 180deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.rotated360 {
    transform: rotate3d(0, 1, 1, 360deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.zoomedin{
    transform: translate(150px, 170px) scale(4);
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    z-index: 9999;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 128, 0, 0.7);
}
.lf-item-media{
    position: absolute;
    right: 0px;
    padding-right: 0.7rem;
    padding-top: 1.5rem;
    width: 9%;
    font-size: 1.5rem;
    color: black;
    text-align: right;
}
.lf-item-text{
    /*padding: 4px 2px;*/
    margin: 0px;
}
/*
.lf-3lines-text {
    //--lf-max-lines: 3;
    --lf-max-lines: 1;
    --lf-line-height: 1;
    max-height: calc(var(--lf-max-lines) * 1em * var(--lf-line-height));
    line-height: var(--lf-line-height);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
*/
.lf-7lines-text {
    --lf-max-lines: 7;
    --lf-line-height: 1;
    max-height: calc(var(--lf-max-lines) * 1em * var(--lf-line-height));
    line-height: var(--lf-line-height);
    position: relative;
    display: block; /* Fallback for non-webkit */
    /*!!!  -webkit pproperties are required to set ellipsis if text is longer than just one line! */
    display: -webkit-box;
    -webkit-line-clamp: var(--lf-max-lines);
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    padding: 0px 5px;
}
/*
.lf-3lines-text::before {
  content: "";
  position: absolute;
  height: calc(1em * var(--lf-line-height));
  width: 100%;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(198,231,247, .8));
}
*/

/*
#theme-carousel-wrapper{
    width: 450px;
    height: 200px;
}
.carousel img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}
.carousel .carousel-caption {
    font-size: 12px;
    font-weight: 500;
}
.carousel .selected>.carousel-caption {
    color: gold;
}
*/
.carousel-wrapper {
    /*margin: 8px;*/
}
.carousel .selected>img {
    border: 2px solid gold;
}
.carousel .carousel-control-prev > span {
    background-color: rgb(255, 128, 0);
}
.carousel .carousel-control-next > span {
    background-color: rgb(255, 128, 0);
}
.carousel-indicators>li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 128, 0, 0.7);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
    background-color: rgb(255, 128, 0);
    /*background-color: rgb(0, 162, 232);*/
}


@media (max-width: 575px) {
    #epd-landing-page-central-block{

    }
    #landing-page-title{
        margin-top: -34vh;
        text-align: center;
    }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #epd-landing-page-central-block{

    }
    #landing-page-title{
        margin-top: -34vh;
        text-align: center;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #main-panel-wrapper{
        padding: 0px 60px;
        background-size: 100% 100%;
        height: 0px;
    }
    #landing-page-title{
        margin-top: -42vh;
        margin-right: 17vw;
    }
}

@media (min-width: 992px){
/*    #landing-page-title{
	    padding-top: 56px;
	    margin-bottom: 60px;
    }*/
}

@media (min-width: 1200px){
    #content {
        position: relative;
        padding: 0 214px;
    }
}

#curtain-upload{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:black;
    opacity:0.5;
    background: black url("/public/pd_content/images/0/ajax-loader.gif") no-repeat center;
    z-index: 10000;
}