﻿
/***** GOOGLE MATERIAL FONT CSS START *****/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Material-Design/MaterialIcons-Regular.ttf); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(/fonts/Material-Design/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.reply-count-arrow {
    vertical-align: top;
}
/***** GOOGLE MATERIAL FONT CSS END *****/
/***** SHARE CONTENT POP UP CSS START *****/
.share-pop-up-text {
    border: none;
    margin-top: 5px;
    resize: none;
    min-height: 6rem;
    line-height: 2.5rem
}
/***** SHARE CONTENT POP UP CSS END *****/

/***** OPEN IN APP POP UP CSS START *****/

.open-in-app-title {
    font-size: 18px;
    color: white;
}

.open-in-app-body {
    font-size: 14px;
    color: white;
}

.open-in-app-cancel-btn {
    background: #000000;
    border: solid 2px #ED3237;
}

.open-in-app-ok-btn {
    border: solid 2px #ED3237;
}

.open-in-app-modal-content {
    background-color: #000000;
}

.open-in-app-modal-dialog {
    width: auto !important;
    margin: 0px;
    border-top: solid 5px #ED3237;
}

.open-in-app-modal {
    top: unset;
}

.open-in-app-modal-text-align {
    text-align: left !important;
}

@media screen and (min-width: 768px) {
    .open-in-app-modal-text-align {
        text-align: center !important;
    }
}

/***** OPEN IN APP POP UP CSS END *****/

/***** VUE VIDEO MOMENT CARD CSS START *****/

.media-manager .thmb-info {
    padding: 10px 0px 10px 0px;
}

@media (min-width: 768px) {

    .media-manager .thmb-prev {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    }

    #div_other_vue .media-manager .thmb-prev {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    }

    #div_other_videos .thmb-prev {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    }

    #div_other_moments .thmb-prev {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    }
}
/***** OPEN IN APP POP UP CSS END *****/

.nopaddingleft {
    padding-left: 0px;
}

.txt-eye-btn {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
}

.creator-img-style {
    width: 70%;
    border-radius: 50%;
}

.white-panel {
    position: absolute;
    /*background: */ /*#1B1B1B;*/ /*white;*/
    /* -webkit-box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 0 7px 18px 0 rgba(97, 108, 121, 0.13);
    -moz-box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 0 7px 18px 0 rgba(97, 108, 121, 0.13);
    box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 0 7px 18px 0 rgba(97, 108, 121, 0.13);*/
}

    .white-panel h1 {
        font-size: 1em;
    }

        .white-panel h1 a {
            /*color: #A92733;*/
        }

/*.white-panel:hover {
    -webkit-box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 0 7px 18px 0 rgba(97, 108, 121, 0.13);
    -moz-box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 0 7px 18px 0 rgba(97, 108, 121, 0.13);
    box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 0 7px 18px 0 rgba(97, 108, 121, 0.13);
}*/

#div_update_visibility_status_modal {
    background: rgba(0,0,0,0.75);
}

#div_embed_modal {
    background: rgba(0,0,0,0.75);
}

.search-btn-color {
    /*background-color: #ffffff;*/
    color: #0D0D0D !important;
}

.search-cancel-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    /*background-color: #ffffff;*/
    color: #ED3237 !important;
}

.label-default {
    background-color: #1b1b1b;
}

.search-cancel-icon {
    font-size: 20px !important;
}

.visibility-status-style {
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    background-color: #1b1b1b;
}

.setting-menu-font-margin {
    margin-right: 5px;
}
/*---------------------------------------------  Modal-popup  --------------------------------------------*/
.popup-content {
    background-color: white;
}

@media screen and (max-width: 750px) {

    .popup-panel {
        height: 610px;
        overflow-y: scroll !important;
        z-index: 10002;
    }

    .popup-content {
        min-height: 570px;
    }
}

@media screen and (max-width: 750px) and (orientation:landscape) {

    .popup-panel {
        height: 350px;
        overflow-y: scroll !important;
        z-index: 10002;
    }

    .popup-content {
        min-height: 220px;
    }
}
/*---------------------------------------------  Modal-popup  -------------------------------------------*/
.card-img-size {
    /*height: 165px;*/
    min-height: 100px;
    width: 100%;
}

/*------------------------------------------------ Navigation bar ----------------------------------------------*/
@media (max-width: 1024px) and (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header,
    .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
/*------------------------------------------------ Navigation bar ----------------------------------------------*/


/*------------------------------------------------ general ----------------------------------------------*/

.help-doc-img-style {
    width: 80%;
}

@font-face {
    font-family: Roboto-Light;
    src: url('/fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('/fonts/Roboto/Roboto-Medium.ttf');
}

.image-preview-div {
    display: inline-flex;
    background-color: black;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.image-preview-img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.width70vw {
    width: 70vw;
}

.margin0 {
    margin: 0;
}

.sp-dashboard-header-font-style {
    font-family: Roboto-Medium;
    font-size: 20pt;
}

.sp-pink-bg-color {
    background-color: #ED3237 !important;
}

.sp-darkblue-bg-color {
    background-color: #0D0D0D !important;
}

.sp-pink-color {
    color: #ED3237 !important;
}

.sp-darkblue-color {
    color: #FFFFFF !important;
}

.map-icon-img {
    width: 50%;
}

.map-icons-img-100x100 {
    width: 100%;
    height: 100%;
}

.square-img-100x100 {
    height: 100px;
    width: 100px;
}

.rect-img-100x200 {
    height: 100px;
    width: 200px;
}

.sp-btn-dark_blue {
    color: #fff;
    background-color: #0D0D0D;
    border-color: #0D0D0D;
}

    .sp-btn-dark_blue:hover, .sp-btn-dark_blue:focus, .sp-btn-dark_blue.focus {
        color: #ED3237 !important;
        text-decoration: none;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

span {
    word-wrap: break-word !important;
}

.text-overflow-hidden {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-card-title-style {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.padding-0 {
    padding: 0px;
}

.padding5 {
    padding: 5px;
}

#service {
    text-align: center;
    /*padding: 5px 0;*/
    bottom: 0;
    min-height: 560px;
}

@media only screen and (max-device-width: 480px) {
    #service {
        overflow-y: inherit;
    }
}

#service::-webkit-scrollbar {
    width: 1px;
    background-color: #0D0D0D;
}

#service::-webkit-scrollbar-thumb {
    background-color: #0D0D0D;
}

#service::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.sp-border-none {
    border: none;
}

.sp-border-thin-CCCCCC-rad-5px {
    border: thin dashed #CCCCCC;
    border-radius: 5px;
}

.back-to-top {
    z-index: 10;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background-color: #ED3237;
    width: 56px;
    height: 56px;
    padding: 16px;
    transition: bottom 1s;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ED3237;
}

.sp-color-ffffff {
    color: #ffffff;
}

.sp-color-E9634D {
    color: #ED3237;
    font-family: Roboto;
}

.sp-bg-color-E9634D {
    background-color: #ED3237;
}

.sp-roboto-medium {
    font-family: Roboto-Medium;
}

.sp-roboto-light-20pt {
    font-family: Roboto-Light;
    font-size: 20pt;
}

.font-roboto-light-16pt {
    font-family: Roboto-Light;
    font-size: 16pt;
}

.sp-roboto-light {
    font-family: Roboto-Light;
}

.nopadding {
    margin: 0 !important;
}

.sp-bg-color-999999 {
    background: rgba(153,153,153, .1);
}

.sp-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    width: 150px;
    height: 40px;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 1px 1px 1px 1px rgba(81, 80, 80, 0.61);
    outline: none;
}

.sp-small-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center !important;
    width: 85px;
    /*height: 40px;*/
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px rgba(81, 80, 80, 0.61);
}

.sp-thin-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    height: 30px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 1px 1px 1px 1px rgba(81, 80, 80, 0.61);
}

.sp-btn-mob {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*.sp-btn:focus, .sp-btn:active:focus, .sp-btn.active:focus, .sp-btn.focus, .sp-btn:active.focus, .sp-btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}*/

/* master page css start*/
.sp-font-color-pink {
    color: #ED3237;
}
/* master page css End*/

.sp-btn:hover, .sp-btn:focus, .sp-btn.focus, sp-small-btn:hover, .sp-small-btn:focus, .sp-small-btn.focus {
    color: #333;
    text-decoration: none;
}

.sp-btn:active, .sp-btn.active, sp-small-btn:active, .sp-small-btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.sp-btn.disabled, .sp-btn[disabled], fieldset[disabled] .sp-btn, sp-small-btn.disabled, .sp-small-btn[disabled], fieldset[disabled] .sp-small-btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}


.sp-btn-blue {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .sp-btn-blue:hover, .sp-btn-blue:focus, .sp-btn-blue.focus, .sp-btn-blue:active, .sp-btn-blue.active, .open > .dropdown-toggle.sp-btn-blue {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .sp-btn-blue:active, .sp-btn-blue.active, .open > .dropdown-toggle.sp-btn-blue {
        background-image: none;
    }

    .sp-btn-blue.disabled, .sp-btn-blue[disabled], fieldset[disabled] .sp-btn-blue, .sp-btn-blue.disabled:hover, .sp-btn-blue[disabled]:hover, fieldset[disabled] .sp-btn-blue:hover, .sp-btn-blue.disabled:focus, .sp-btn-blue[disabled]:focus, fieldset[disabled] .sp-btn-blue:focus, .sp-btn-blue.disabled.focus, .sp-btn-blue[disabled].focus, fieldset[disabled] .sp-btn-blue.focus, .sp-btn-blue.disabled:active, .sp-btn-blue[disabled]:active, fieldset[disabled] .sp-btn-blue:active, .sp-btn-blue.disabled.active, .sp-btn-blue[disabled].active, fieldset[disabled] .sp-btn-blue.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .sp-btn-blue .badge {
        color: #428bca;
        background-color: #fff;
    }

.sp-btn-green {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .sp-btn-green:hover, .sp-btn-green:focus, .sp-btn-green.focus, .sp-btn-green:active, .sp-btn-green.active, .open > .dropdown-toggle.sp-btn-green {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .sp-btn-green:active, .sp-btn-green.active, .open > .dropdown-toggle.sp-btn-green {
        background-image: none;
    }

    .sp-btn-green.disabled, .sp-btn-green[disabled], fieldset[disabled] .sp-btn-green, .sp-btn-green.disabled:hover, .sp-btn-green[disabled]:hover, fieldset[disabled] .sp-btn-green:hover, .sp-btn-green.disabled:focus, .sp-btn-green[disabled]:focus, fieldset[disabled] .sp-btn-green:focus, .sp-btn-green.disabled.focus, .sp-btn-green[disabled].focus, fieldset[disabled] .sp-btn-green.focus, .sp-btn-green.disabled:active, .sp-btn-green[disabled]:active, fieldset[disabled] .sp-btn-green:active, .sp-btn-green.disabled.active, .sp-btn-green[disabled].active, fieldset[disabled] .sp-btn-green.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .sp-btn-green .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.sp-btn-grey {
    color: #696969;
    background-color: #e2e2e2;
    border-color: #e2e2e2;
}

.sp-btn-actualpink {
    color: #ffffff;
    background-color: #ee0a78;
    border-color: #ee0a78;
}

.sp-btn-skyBlue {
    color: #ffffff;
    background-color: #00b0f0;
    border-color: #00b0f0;
}

.sp-btn-grey:hover, .sp-btn-grey:focus, .sp-btn-grey.focus, .sp-btn-grey:active, .sp-btn-grey.active, .open > .dropdown-toggle.sp-btn-grey {
    color: #fff;
    background-color: #A9A9A9;
    border-color: #A9A9A9;
}

.sp-btn-grey:active, .sp-btn-grey.active, .open > .dropdown-toggle.sp-btn-grey {
    background-image: none;
    border-color: #A9A9A9;
}

.sp-btn-grey.disabled, .sp-btn-grey[disabled], fieldset[disabled] .sp-btn-grey, .sp-btn-grey.disabled:hover, .sp-btn-grey[disabled]:hover, fieldset[disabled] .sp-btn-grey:hover, .sp-btn-grey.disabled:focus, .sp-btn-grey[disabled]:focus, fieldset[disabled] .sp-btn-grey:focus, .sp-btn-grey.disabled.focus, .sp-btn-grey[disabled].focus, fieldset[disabled] .sp-btn-grey.focus, .sp-btn-grey.disabled:active, .sp-btn-grey[disabled]:active, fieldset[disabled] .sp-btn-grey:active, .sp-btn-grey.disabled.active, .sp-btn-grey[disabled].active, fieldset[disabled] .sp-btn-grey.active {
    background-color: #A9A9A9;
    border-color: #A9A9A9;
}

.sp-btn-grey .badge {
    color: #A9A9A9;
    background-color: #696969;
}

.sp-btn-pink {
    color: #fff;
    background-color: #ef5353;
    border-color: #ef5353;
}

    .sp-btn-pink:hover, .sp-btn-pink:focus, .sp-btn-pink.focus, .sp-btn-pink:active, .sp-btn-pink.active, .open > .dropdown-toggle.sp-btn-pink {
        color: #fff;
        background-color: #A9A9A9;
        border-color: #A9A9A9;
    }

    .sp-btn-pink:active, .sp-btn-pink.active, .open > .dropdown-toggle.sp-btn-pink {
        background-image: none;
        border-color: #A9A9A9;
    }

    .sp-btn-pink.disabled, .sp-btn-pink[disabled], fieldset[disabled] .sp-btn-pink, .sp-btn-pink.disabled:hover, .sp-btn-pink[disabled]:hover, fieldset[disabled] .sp-btn-pink:hover, .sp-btn-pink.disabled:focus, .sp-btn-pink[disabled]:focus, fieldset[disabled] .sp-btn-pink:focus, .sp-btn-pink.disabled.focus, .sp-btn-pink[disabled].focus, fieldset[disabled] .sp-btn-pink.focus, .sp-btn-pink.disabled:active, .sp-btn-pink[disabled]:active, fieldset[disabled] .sp-btn-pink:active, .sp-btn-pink.disabled.active, .sp-btn-pink[disabled].active, fieldset[disabled] .sp-btn-pink.active {
        background-color: #A9A9A9;
        border-color: #A9A9A9;
    }

    .sp-btn-pink .badge {
        color: #A9A9A9;
        background-color: #696969;
    }

.sp-btn-follow {
    color: #fff;
    background-color: #ED3237;
    border-color: #ED3237;
}

    .sp-btn-follow:hover, .sp-btn-follow:focus, .sp-btn-follow.focus, .sp-btn-follow:active, .sp-btn-follow.active, .open > .dropdown-toggle.sp-btn-follow {
        color: #fff;
        background-color: #A9A9A9;
        border-color: #A9A9A9;
    }

    .sp-btn-follow:active, .sp-btn-follow.active, .open > .dropdown-toggle.sp-btn-follow {
        background-image: none;
        border-color: #A9A9A9;
    }

    .sp-btn-follow.disabled, .sp-btn-follow[disabled], fieldset[disabled] .sp-btn-follow, .sp-btn-follow.disabled:hover, .sp-btn-follow[disabled]:hover, fieldset[disabled] .sp-btn-follow:hover, .sp-btn-follow.disabled:focus, .sp-btn-follow[disabled]:focus, fieldset[disabled] .sp-btn-follow:focus, .sp-btn-follow.disabled.focus, .sp-btn-follow[disabled].focus, fieldset[disabled] .sp-btn-follow.focus, .sp-btn-follow.disabled:active, .sp-btn-follow[disabled]:active, fieldset[disabled] .sp-btn-follow:active, .sp-btn-follow.disabled.active, .sp-btn-follow[disabled].active, fieldset[disabled] .sp-btn-follow.active {
        background-color: #A9A9A9;
        border-color: #A9A9A9;
    }

    .sp-btn-follow .badge {
        color: #A9A9A9;
        background-color: #696969;
    }

.sp-btn-unfollow {
    color: #fff;
    background-color: #FC8A80;
    border-color: #FC8A80;
}

    .sp-btn-unfollow:hover, .sp-btn-unfollow:focus, .sp-btn-unfollow.focus, .sp-btn-unfollow:active, .sp-btn-unfollow.active, .open > .dropdown-toggle.sp-btn-unfollow {
        color: #fff;
        background-color: #A9A9A9;
        border-color: #A9A9A9;
    }

    .sp-btn-unfollow:active, .sp-btn-unfollow.active, .open > .dropdown-toggle.sp-btn-unfollow {
        background-image: none;
        border-color: #A9A9A9;
    }

    .sp-btn-unfollow.disabled, .sp-btn-unfollow[disabled], fieldset[disabled] .sp-btn-unfollow, .sp-btn-unfollow.disabled:hover, .sp-btn-unfollow[disabled]:hover, fieldset[disabled] .sp-btn-unfollow:hover, .sp-btn-unfollow.disabled:focus, .sp-btn-unfollow[disabled]:focus, fieldset[disabled] .sp-btn-unfollow:focus, .sp-btn-unfollow.disabled.focus, .sp-btn-unfollow[disabled].focus, fieldset[disabled] .sp-btn-unfollow.focus, .sp-btn-unfollow.disabled:active, .sp-btn-unfollow[disabled]:active, fieldset[disabled] .sp-btn-unfollow:active, .sp-btn-unfollow.disabled.active, .sp-btn-unfollow[disabled].active, fieldset[disabled] .sp-btn-unfollow.active {
        background-color: #A9A9A9;
        border-color: #A9A9A9;
    }

    .sp-btn-unfollow .badge {
        color: #A9A9A9;
        background-color: #696969;
    }

.sp-btn-red {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}

#pre-div {
    background-color: rgba(128, 128, 128, 0.56);
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

#upload_vue_loader_div {
    background-color: rgba(128, 128, 128, 0.56);
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

#div_load_more_cards {
    height: 100%;
    width: 100%;
    display: none;
}

#loader {
    background-image: url("/img/gifs/loader.gif");
    background-position: center center;
    background-size: 50px;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
}

#load_more_card_loader {
    background-image: url("/img/gifs/loader.gif");
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: 15px;
}

#upload_vue_loader {
    background-image: url("/img/gifs/upload_vue_loader.gif");
    background-position: center center;
    background-size: 50px;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 35%;
    left: 51.5%;
    margin-bottom: 15px;
}

.cardHover:hover {
    /*-webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 2px 2px 2px 2px rgba(81, 80, 80, 0.25);*/
    box-shadow: 0px 4px rgba(81, 80, 80, 0.25);
}

.cardHover {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.linkHover:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 1px 1px 1px 1px rgba(81, 80, 80, 0.61);
}

.linkHover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sp-error-msg {
    font-size: small;
    color: #ff6666;
}

.sp-color {
    color: #ED3237;
}

.sp-display-block {
    display: block;
}

.sp-dispaly-none {
    display: none;
}

.sp-service-item-bg-FFFFFF {
    padding-top: 15px;
    padding-bottom: 15px;
    border: thin solid #E9E9E9;
    background-color: #FFFFFF;
}

.service-item {
    padding-top: 15px;
    padding-bottom: 15px;
    /* border: thin solid #E9E9E9;
    box-shadow: 0 2px 8px 0 rgba(220, 223, 255,1), 0 2px 8px 0 rgba(0,0,0,0.1);*/
}

.sp-service-item {
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    border: thin solid #E9E9E9;
}

.sp-video-service-item {
    background-color: #FFFFFF;
    border: thin solid #E9E9E9;
}

.sp-service-item-1 {
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    border: thin solid #E9E9E9;
}

.sp-service-item-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    border: thin solid #E9E9E9;
}

.sp-service-item-3 {
    background-color: #FFFFFF;
    margin: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: thin solid #E9E9E9;
}

.sp-optionStyle {
    background-color: #a1a1a1;
    background-position: center;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.sp-setVideoCard {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
}

.sp-video-seemore {
    /*margin-left: -10px !important;*/
    font-family: roboto-medium;
    font-size: 24px;
    color: #B3B3B3;
    width: 100%;
    /*height: 40px;*/
    border: none;
    background-color: #f2f2f2;
}

.sp-lableSpaces {
    padding: 2px;
    margin: 0px;
    font-weight: bold;
}

.sp-noPadding {
    padding: 0px;
    margin: 0px;
}

.sp-disc-div-pad-top {
    padding-top: 20px;
}

.sp-padding-left-10mod {
    padding-left: 10%;
}

.sp-padding-30 {
    padding: 30px;
}

.sp-bottom-padding-0 {
    padding-bottom: 0px;
}

.sp-span {
    font-size: xx-large;
    font-weight: 600;
}

.sp1-modalBackground {
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10000;
}

.sp-border-bottom {
    border-bottom: 1px solid #E9E9E9;
}

.sp-topleft {
    position: absolute;
    display: block;
    padding: 7px 18px;
    white-space: nowrap;
    line-height: 1;
    left: -9px;
    top: 20px;
    background: #8AC249;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.sp-bg-padding {
    background-color: #FFFFFF;
    padding: 0px;
}

.sp-bg-color-8ac249 {
    background-color: #8ac249;
}

.sp-bg-color-2196f3 {
    background-color: #2196f3;
}

.sp-bg-color-FF0000 {
    background-color: #FF0000;
}

.sp-margin-bg-FBFBFB {
    background-color: #FBFBFB;
    margin: 10px;
}

.sp-icon-image {
    height: 30px;
    width: 30px;
}

.sp-margin-bg-FFFFFF {
    background-color: #FFFFFF;
    margin: 10px;
}

.sp-margin-10 {
    margin: 10px;
}

.sp-image-profile {
    height: 100%;
    width: 100%;
}

.sp-border-thin-CCCCCC {
    border: thin dashed #CCCCCC;
}

.sp-color-red {
    color: Red;
}

.crop-image {
    background-color: black;
    width: 500px;
    height: 500px;
    display: table-cell;
    vertical-align: middle;
}

/*--   master page css ------start------------------------------------------------------------------------*/

.session-timeout {
    border-radius: 5px 5px 5px 5px;
    width: 400px;
}

    .session-timeout div .panel-body {
        max-height: 500px;
        overflow: auto;
    }

.master-footer {
    background-color: #1b1b1b;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.master-footer-img {
    height: 40px;
    width: 40px;
}
/*--   master page css------end------------------------------------------------------------------------*/


/*--   video card ------start------------------------------------------------------------------------*/
.video-card {
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    /*border: thin solid #E9E9E9;*/
    /*border-radius: 5px;*/
}

    .video-card input[type="image" i] {
        width: 100%;
        height: 150px;
    }

    .video-card div,
    .video-card h4,
    .video-card h5,
    .video-card h6 {
        margin: 0px;
        padding: 0px;
        padding-top: 2px;
        font-family: Roboto-Medium;
        font-size: 13.13px;
        color: #ED3237;
    }

    .video-card .small {
        font-family: Roboto-Light;
        font-size: 8.75px;
        color: #9A9A9A;
    }

    .video-card h4 {
        /*padding: 2px;*/
        font-family: Roboto-Light;
        color: #333333;
        font-size: 20.32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /*padding-left: 10px;*/
    }

    .video-card h5 {
        padding: 2px;
        font-size: 13px;
        padding-top: 5px;
        padding-left: 10px;
    }

    .video-card h6 {
        padding-left: 10px;
    }

    .video-card div div img,
    .video-card div div input[type="image" i] {
        height: 15px;
        width: 15px;
        /* margin-top: 12px;*/
        /*margin: 5px;*/
    }

    .video-card div [id*='lblcourtesy'],
    .video-card div [id*='lbl_created_Date'],
    .video-card div [id*='lbl_Courtesy'],
    .video-card div [id*='Lbl_created_date'] {
        color: #9A9A9A;
        font-family: Roboto-Light;
        font-size: 13.37px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*.video-card div [id*='lbl_Courtesy'],*/
    .video-card div [id*='lbl_o_owner_name'],
    .video-card div [id*='lbl_uploader_name'] {
        color: #477ed4;
        font-size: small;
        font-weight: 700;
    }
/*--   video card ------End------------------------------------------------------------------------*/

/*------------------------- uopload object page css starts -------------*/

div#divMap {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}


.image-tocrop {
    border: solid 2px white;
}

.panel-footer {
    margin: auto;
}

/*------------------------- uopload object page css starts -------------*/

/*------------------ terms page css starts -----------------*/

.terms-row {
    background-color: white;
    padding: 10px;
}

.terms-p {
    mso-list: l0 level1 lfo1;
}
/*-------------------- terms page css ends -------------------*/

/*----------------------- privacy page css starts ------------------------------*/

.privacy-row {
    background-color: white;
    padding: 10px;
}

/*------------------------ privacy page css starts------------------------------- */

/*-------------------------- home page css starts ----------------*/

body {
    margin: 0px;
}

video#bg {
    /* position: fixed;
    right: 0;
    bottom: 0;
  background-size: cover;
    width: 100%;*/
    z-index: -100;
}

#bg_container {
    height: 10px;
    overflow: hidden;
}

#content {
    position: absolute;
    top: 0px;
    padding: 30px;
    color: #000;
}

/*------------------------- home page css ends --------------------*/

/*------------------------- game details page css starts -------------*/

.sp-service-item-01 {
    /* box-shadow: 0 2px 8px 0 rgb(0 0 0), 0 2px 8px 0 rgb(0 0 0 / 0%);*/
    box-shadow: 0 2px 8px 0 rgba(220, 223, 255,1),0 2px 8px 0 rgba(0,0,0,0.1);
    background-color: /*#0D0D0D;*/ #ffffff;
    margin: 10px;
    padding-top: 0px;
}

/*------------------------- game details page css ends -------------*/

/*--------------------------- discover page css starts ------------------*/

@supports (-ms-ime-align:auto) {
    .disc-container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .disc-container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .disc-container {
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .disc-container {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .disc-container {
        width: 100%;
    }
}

.disc-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*--------------------------- discover page css ends ------------------*/

/*--------------------------- contact Us page css starts ------------------*/
.content-row {
    margin-right: 0px;
    margin-left: 0px;
}

    .content-row div img {
        height: 30px;
        width: 30px;
    }

    .content-row div #ContentPlaceHolder1_RequiredFieldValidator1,
    .content-row div #ContentPlaceHolder1_RequiredFieldValidator2,
    .content-row div #ContentPlaceHolder1_RequiredFieldValidator3,
    .content-row div #ContentPlaceHolder1_RequiredFieldValidator4 {
        font-size: small;
        color: #FF0000;
    }

    .content-row div span {
        color: Red;
    }

/*--------------------------- contact Us page css ends ------------------*/

.max-width-100p {
    max-width: 100%;
}

.justifyText {
    text-align: justify;
}

.divMap {
    width: 100%;
    height: 500px;
}

.width100p {
    width: 100%;
}

.display-none {
    display: none;
}

.user_actions_icon {
    color: #757575;
    font-size: 20px;
}

    .user_actions_icon:hover {
        color: #0D0D0D;
    }


/***** CONTENT COMMENT CSS CSS START *****/
.comment-reply-btn-style {
    font-size: 12px;
    color: black;
    font-family: Roboto-Medium;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
}

.comment-replycount-btn-style {
    font-size: 14px;
    color: black;
    font-family: Roboto-Medium;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
}

.comment-user-img-style {
    width: 50%;
    border-radius: 50%;
}

.comment-user-name-style {
    font-size: 14px;
    color: black; /*#FFFFFF;*/
    margin: 0;
    font-family: Roboto-Medium;
    display: inline;
}

.comment-body-style {
    /*display: inline-block;*/
    vertical-align: top;
    font-size: 12px;
    padding-top: 5px;
}

.comment-style {
    font-size: 15px;
    font-weight: 500;
}

/***** CONTENT COMMENT CSS CSS END *****/

/***** VIDEO AND MOMENT CARD CSS CSS START *****/
.col-media-card {
    position: relative;
    min-height: 1px;
    padding: 5px;
    top: 0;
    left: 0;
}

.col-media-card {
    width: 50%;
    float: left;
}

@media (min-width:768px) {
    .col-media-card {
        width: 20%;
    }
}

@media (min-width:992px) {
    .col-media-card {
        width: 20%;
    }
}

@media (min-width:1200px) {
    .col-media-card {
        width: 16.66666667%;
    }
}

@media (min-width:1400px) {
    .col-media-card {
        width: 16.66666667%;
    }
}

@media (min-width:1800px) {
    .col-media-card {
        width: 12.5%;
    }
}

/***** CONTENT COMMENT CSS CSS END *****/