.contentitemquickviewpopup{
    display: none;
    position: fixed;
    width: 220px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    z-index: 108;
    border-radius: 10px;
    box-shadow: 0 0 10px -8px black;
    /*overflow: hidden;*/
}
.contentitemquickviewvideoholder, .contentitemquickviewimageholder{
    position: relative;
    float: left;
    width: 100%;
    height: 154px;
    overflow: hidden;
}
.contentitemquickviewpopupMAX .contentitemquickviewvideoholder, .contentitemquickviewpopupMAX .contentitemquickviewimageholder{
    height: 100%;
}
.contentitemquickviewvideoholder iframe{
    width: 100%;
}
.contentitemquickviewimageoneholder{
    display: none;
    position: absolute;
    width: 220px;
    height: 154px;
    top: 0;
    left: 0px;
    background-color: #000000;
    background-image: url(../assets/sprites/loadermini.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.contentitemquickviewimagetwoholder{
    display: none;
    position: absolute;
    width: 220px;
    height: 154px;
    top: 0;
    left: 220px;
    background-color: #000000;
    background-image: url(../assets/sprites/loadermini.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.contentitemquickviewimagethreeholder{
    display: none;
    position: absolute;
    width: 220px;
    height: 154px;
    top: 0;
    left: 440px;
    background-color: #000000;
    background-image: url(../assets/sprites/loadermini.gif);
    background-repeat: no-repeat;
    background-position: center;
}
/*.contentitemquickviewimageoneholder:before, .contentitemquickviewimagetwoholder:before, .contentitemquickviewimagethreeholder:before{*/
/*    content: "";*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    position: absolute;*/
/*    top: calc(50% - 20px);*/
/*    left: calc(50% - 20px);*/
/*    background-image: url("../assets/sprites/loadermini.gif");*/
/*    background-position: 0 0;*/
/*}*/
.contentitemquickviewimageone, .contentitemquickviewimagetwo, .contentitemquickviewimagethree{
    width: 100%;
    height: 100%;
}

.contentitemquickviewimageprevbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-image: -webkit-linear-gradient(
            180deg
            , rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 40%) 150%);
}

.contentitemquickviewimagenextbox{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-image: -webkit-linear-gradient(
            0deg
            , rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 40%) 150%);
}
.contentitemquickviewimageprevicon{
    cursor: pointer;
    content: "";
    position: absolute;
    left: 5px;
    top: calc(50% - 15px);
    width: 40px;
    height: 40px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;;
    background-position: -20px -600px;
}
.contentitemquickviewimagenexticon{
    cursor: pointer;
    content: "";
    position: absolute;
    right: 5px;
    top: calc(50% - 15px);
    width: 40px;
    height: 40px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;;
    background-position: -20px -560px;
}
.contentitemquickviewimagemaximize{
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    background: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;;
    background-position: -43px 0;
}
.contentitemquickviewitemtitleholder{
    position: relative;
    float: left;
    width: 100%;
}
.contentitemquickviewflagbox{
    position: absolute;
    right: 0;
    top: 8px;
}
.contentitemquickviewflagicon{
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;;
    background-position: -20px -480px;
    transform: rotate(90deg);
    cursor: pointer;
}
.contentitemquickviewlikedislikebox{
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.contentitemquickviewlikebox, .contentitemquickviewdislikebox, .contentitemquickviewsharebox{
    cursor: pointer;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.contentitemquickviewnotificationbox{
    position: absolute;
    right: 0;
    top: 8px;
}
.contentitemquickviewlikeicon{
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;
    background-position: 0 0;
}
.contentitemquickviewlikedicon{
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;
    background-position: -20px 0;
}
.contentitemquickviewdislikeicon{
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;
    background-position: 0 -20px;
}
.contentitemquickviewdislikedicon{
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;
    background-position: -20px -20px;
}
.contentitemnotificationon, .contentitemnotificationalwayson{
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;
    background-position: 0 -661px;
    cursor: pointer;
}
.contentitemnotificationoff, .contentitemnotificationalwaysoff{
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;
    background-position: 0 -680px;
    cursor: pointer;

}
.contentitemnotificationtextholder{
    display: none;
    position: absolute;
    width: 180px;
    padding: 10px;
    background-color: #e5e5e5;
    top: 20px;
    right: 0;
    z-index: 2;
    border-radius: 10px;
}
.contentitemnotificationtext{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 150%;
}
.contentitemnotificationtext a{
    color: #a24242;
}
.contentitemnotificationtext a:hover{
    text-decoration: underline;
}
.contentitemquickviewshareicon{
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;
    background-position: 0 -640px;
}
.contentitemquickviewlikenumber, .contentitemquickviewdislikenumber, .contentitemquickviewsharenumber{
    position: relative;
    float: left;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #999999;
}
.contentitemquickviewdescription{
    display: none;
    position: relative;
    float: left;
    width: 100%;
}
.contentitemquickviewdescriptiontext{
    display: -webkit-box;
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: pre;*/
    white-space: pre-line;
    word-wrap: break-word;
    text-align: justify;
}
.contentitemquickviewpopupmaximize{
    cursor: pointer;
    position: relative;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #A24242;
}
.contentitemquickviewitemname{
    position: relative;
    float: left;
    margin: 5px 0;
    max-width: calc(100% - 20px);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;

    line-height: 110%;

    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contentitemquickviewpopupClose{
    display: none;
}
.contentitemquickviewgallery{
    position: relative;
    float: left;
    width: 100%;
}
.contentitemquickviewpopupdescriptionbox{
    position: relative;
    float: left;
    width: 100%;
}
.contentitemquickviewflagas	{
    display: none;
    position: absolute;
    width: 220px;
    right: 0;
    top: 25px;
    padding: 5px 0;
    background-color: #ffffff;
    z-index: 1;
    border-top: 1px solid #e5e5e5;
}
.contentitemflagtext{
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #a24242;
    margin-top: 5px;
}
.contentitemflagasoptionsbox{
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 10px;
}
.contentitemflagasoptionswrapper{
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.contentitemflagasoptions{
    display:block;
    position:relative;
    float:left;
}



.contentitemflagasoptionswrapper input[type="checkbox"]:after, .contentitemflagasoptionswrapper input[type="checkbox"]:active:after:after {
    border-radius: .5em;
    width: 4px;
    height: 4px;
    padding: 1px;
    box-shadow: 0 0 0 2px #EEE;
    content: '';
    /*display: inline-block;*/
}

.contentitemflagasoptionswrapper input[type="checkbox"] {
    box-shadow: 0 0 0 2px #cccccc inset, 0 0 0 1px #fff inset;
    transition: all .2s;
    width: 14px;
    height: 14px;
}

.contentitemflagasoptionswrapper input[type="checkbox"]:active {
    background: #A24242;
    box-shadow: 0 0 0 0 #A24242 inset, 0 0 0 1px #bbbbbb inset, 0 0 0 8px #eee inset, 0 0 0 0 #ddd inset, 0 0 0 0 #ddd;
}

.contentitemflagasoptionswrapper input[type="checkbox"]:checked:active {
    background: #A24242;
    box-shadow: 0 0 0 8px #A24242 inset, 0 0 0 0 #666666 inset, 0 0 0 8px #EEE inset, 0 0 0 12px #ddd inset, 0 0 0 8px #D6E5E4;
}

.contentitemflagasoptionswrapper input[type="checkbox"]:checked {
    box-shadow: 0 0 0 9px #A24242 inset, 0 0 0 2px #EEE;
    content: url(../assets/sprites/OrSqEu5.png);
}






.contentitemflagasoptionstext{
    cursor: pointer;
    display: block;
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #222222;
}
.contentitemflagreportbuttonholder{
    position: relative;
    float: left;
    width: 100%;
}
.contentitemflagreportobutton{
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-around;

}
.contentitemflagreportbutton{
    position: relative;
    float: right;
    width: 68px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #a24242;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.contentitemflagreportbutton:hover	{
    background-color: #852727;

}

.contentitemsharepopupclose, .contentitemflagreportclosedropwonbutton{
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(/assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -500px;
    cursor: pointer;
}
.contentitemsharepopup{
    display: none;
    position: absolute;
    width: 100%;
    min-height: 90px;
    left: 0;
    top: 40px;
    /*padding: 5px 0;*/
    background-color: #ffffff;
    z-index: 1;
    /*border-top: 1px solid #e5e5e5;*/
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 0 10px -8px black;
}
.closecontentitemsharepopup{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 2px;
    right: 2px;
    background: url("../assets/sprites/closesharepopup.png");
    background-position: 0 0;
    border-radius: 50px;
    cursor: pointer;
    transition: all .5s;
}

.contentitemsharepopuptitle{
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #a24242;
    margin-top: 5px;
}
.contentitemshareicongroup{
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 7px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.contentitemshareicon {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    background: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    cursor: pointer;
}
.contentitemfacebookshare{
    background-position: 0 -120px;
}


.contentitemtwittershare{
    background-position: 0 -160px;
}
.contentitemlinkedinshare{
    background-position: 0 -180px;
}
.contentitempinterestshare{
    background-position: 0 -220px;
}

.contentitemredditshare{
    background-position: 0 -200px;
}
.contentitemtumblrshare{
    background-position: -20px -120px;
}
.contentitemvkontakteshare{
    background-position: -20px -140px;
}

/*new*/
.contentitemwhatsappshare{
    background-position: 0 -280px;
}
.contentitemssnapchathare{
    background-position: 0 -320px;
}
.contentitemtelegramshare{
    background-position: 0 -340px;
}
.contentitemvibarshare{
    background-position: -20px -80px;
}
.contentitememailshare{
    background-position: -20px -100px;
}


/*<MaxMood>*/

.contentitemquickviewpopupMAX {
    width: calc(100% - 42px);
    height: calc(100% - 91px);
    top: 60px !important;
    left: 10px !important;
    box-shadow: 0 0 0 20px rgb(0 0 0 / 70%);
}


.contentitemquickviewpopupMAX .contentitemquickviewgallery{
    width: calc(100% - 310px);
    height: 100%;
}
.contentitemquickviewpopupMAX .contentitemquickviewpopupdescriptionbox{
    width: 300px;
    height: 100%;
    margin-left: 10px;
}
.contentitemquickviewpopupMAX .contentitemquickviewvideoholder{
    height: 100%;
}

.contentitemquickviewpopupMAX .contentitemquickviewimageoneholder, .contentitemquickviewpopupMAX .contentitemquickviewimagetwoholder, .contentitemquickviewpopupMAX .contentitemquickviewimagethreeholder{
    width: 100%;
    height: 100%;
}
.contentitemquickviewpopupMAX .contentitemquickviewpopupClose{
    display: block;
    cursor: pointer;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    background-image: url(../assets/spritesv2/common.png);
    background-size: 360px 800px;
    background-position: -40px -360px;
    border-radius: 50%;
    transition: background-color .3s ease-in-out;
}
.contentitemquickviewpopupMAX .contentitemquickviewpopupClose:hover{
     background-color: #dddddd;
 }
.contentitemquickviewpopupMAX .contentitemquickviewnotificationbox, .contentitemquickviewpopupMAX .contentitemquickviewflagbox{
    right: 40px;
    top: -30px;
}
.contentitemquickviewpopupMAX .contentitemquickviewdescriptiontext{
    display: block;
}
.contentitemquickviewpopupMAX .contentitemquickviewpopupmaximize{
    display: none;
}
.contentitemquickviewpopupMAX .contentitemquickviewimagemaximize{
    background-position: -44px -80px;
}
.contentitemquickviewpopupMAX .contentitemquickviewflagas{
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    z-index: 120;
    border-radius: 10px;
    box-shadow: 0 0 10px -8px black;
}
.contentitemquickviewpopupMAX .contentitemflagreportclosedropwonbutton{
    display: none;
}
.contentitemquickviewpopupMAX .contentitemsharepopup{
    padding: 10px;
    width: 220px;
    left: unset;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    z-index: 120;
    border-radius: 10px;
    box-shadow: 0 0 10px -8px black;
}
.contentitemquickviewpopupMAX .contentitemsharepopupclose{
    display: none;
}
.contentitemquickviewpopupMAX .contentitemquickviewdescription{
    height: calc(100% - 135px);
    overflow: auto;
    padding-right: 10px;
}


@media only screen and (max-width: 720px){
    .contentitemquickviewpopupMAX .contentitemquickviewgallery{
        width: 100%;
        /*height: calc(100% - 40px);*/
    }
    .contentitemquickviewpopupMAX .contentitemquickviewimageholder{
        height: calc(100% - 140px);
        border-radius: 10px;
    }
    .contentitemquickviewpopupMAX .contentitemquickviewpopupdescriptionbox{

        position: absolute;
        width: calc(100% - 40px);
        height: unset;
        padding: 10px;
        left: 10px;
        bottom: 50px;
        margin-left: 0;

    }
    .contentitemquickviewpopupMAX .contentitemquickviewlikedislikebox{
        position: fixed;
        left: 0;
        bottom: 15px;
    }
    .contentitemquickviewpopupMAX .contentitemquickviewitemname{

        line-height: normal;
        margin: 0;
    }
    .contentitemquickviewpopupMAX .contentitemquickviewdescriptiontext{
        display: block;
        line-height: normal;
        font-size: 10px;
        height: 40px;
        color: #666666;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        -webkit-font-smoothing: unset;
        overflow: auto;
        text-overflow: unset;
        white-space: normal;
    }

    .contentitemquickviewpopupMAX .contentitemquickviewitemtitleholder{
        margin-bottom: 10px;
    }
    .contentitemquickviewpopupMAX {}
    .contentitemquickviewpopupMAX {}

    .contentitemquickviewpopupMAX .contentitemquickviewdescription{
        /*width: calc(100% - 25px);*/
    }
    .contentitemquickviewpopupMAX .contentitemquickviewimagemaximize{
        display: none;
    }
    .contentitemquickviewpopupMAX .contentitemquickviewpopupClose{
        position: fixed;
        top: 81px;
        right: 30px;
        z-index: 1;
    }
    .contentitemquickviewpopupMAX .contentitemquickviewnotificationbox, .contentitemquickviewpopupMAX .contentitemquickviewflagbox{
        right: 0;
    }
}