@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');

body {
    font-family: 'Raleway', sans-serif;
}
/*navbar css start */
.navbar-default {
    /*background-color: #383838;*/
    background-color: #000;
    border-radius: 0;
    border: 0;
    margin: 0;
}
.load-more-div {
    text-align: center;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-collapse .navbar-nav>li>a .menu-icon{
height: 22px;
}

.navbar-default .navbar-toggle {
    display: block;
    border: 0;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .searchWrap,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #7f7f7f;
    color: #fff;
}
.navbar-default .userImage {
    padding-top: 13px;
    padding-bottom: 12px;
}
.navbar-default .userImage > img {
    width: 25px;
    display: inline-block;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #7f7f7f;
    margin-right: 5px;
    vertical-align: middle;
}
.navbar-default .badge {
    background-color: #f00700;
    position: absolute;
    top: 8px;
    font-size: 10px;
    padding: 2px 5px;
    right: 5px;
}
.headerWrap {
    position: relative;
}
#rooms-list {
    position: absolute;
    top: 62px;
    right: 20px;
    z-index: 9;
}


#rooms-list .Blink {
  animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}



/* navbar css end */
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    outline: none;
}
.btnRed {
    background-color: #FF0000;
    padding: 6px 25px;
}
.btnRed,
.btnRed:hover,
.btnRed:focus {
    color: #fff;
}


/* Added by ranjit on 05 July 2018 Start*/


.pagination>ul {
    padding:0;
    list-style:  none;
}
.pagination li,
.pagination span {
    display: inline;
    padding: 0 8px;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li>a, 
.pagination span {
    color: #222;
}
.pagination .active_page, 
.pagination .active_page:focus, 
.pagination .active_page:hover, 
.pagination li a:focus, 
.pagination li a:hover, 
.pagination li span:focus, 
.pagination li span:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #fff;
}



/* Pagination by atul suroshe on date : 23 Jan 2018; */
div.pagination {
    font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
    padding:2px;
    margin: 20px 10px;
    float: right;
}

div.pagination a {
    margin: 2px;
    padding: 0.5em 0.64em 0.43em 0.64em;
    border: 1px solid #F50707;
    text-decoration: none;
    color: #F50707;
}
div.pagination b {
    margin: 2px;
    padding: 0.5em 0.64em 0.43em 0.64em;
    background-color: #F50707;
    text-decoration: none; /* no underline */
    color: #fff;
}
div.pagination a:hover, div.pagination a:active {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #F50707;
    color: #fff;
}
div.pagination span.current {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #F50707;
    color: #6d643c;
}
div.pagination span.disabled {
    display:none;
}

.pagination ul li{display: inline-block;}
.pagination ul li a.active{opacity: .5;}

/*  Pagination by atul end*/
/* Added by ranjit on 05 July 2018 End*/

.memberLinkWrap ul {
    box-shadow: 0 2px 15px #777;
    padding: 5px 0;
}
.memberLinkWrap .membershipDate {
    font-size: 12px;
    margin-bottom: 5px;
}
.bannerWrap {
    /*background: url('../images/banner.jpg') no-repeat center center /cover;*/
    border-bottom: 10px solid #fb0200;
    margin-bottom: 5px;
    position: relative;
}
.bannerWrap:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    content: '';
}
.bannerWrap .bannerImg {
    width: 100%;
    min-height: 300px;
    max-height: 500px;
}
.bannerWrap .profileName,
.bannerWrap .profileQRCode {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}
.bannerWrap .profileName {
    color: #fff;
    left: 9%;
    text-transform: uppercase;
    margin: 0;
}
.bannerWrap .profileQRCode {
    right: 9%;
    width: 150px;
}
.versionWrap {
    background-color: #1c1c1c;
    position: relative;
    margin-bottom: 30px;
}
.versionWrap .versionBtn {
    background: transparent;
    border-color: #fff;
    color: #fff;
    width: 175px;
    height: 45px;
    border-radius: 25px;
    text-transform: uppercase;
    margin: 20px 0 50px;
}
.versionWrap audio {
    margin-bottom: 10px;
    max-width: 100%;
}
.paasportProfileBanner {
    border-bottom: 10px solid #fb0200;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    padding: 50px 15px;
}
.paasportProfileBanner:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}
.paasportProfileBanner .profileCoverImg {
    width: 100%;
    min-height: 300px;
}



/*.userCoverVideoContainer {
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    min-height: 460px;
    background-repeat: no-repeat;
}

.userCoverVideoContainer video {
    
    position: absolute;
    top: 50%;
    min-width: 100%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 0;
    height: 400px;
    width: auto;
}


    .userCoverVideoContainer .learnMoreAbout {
        margin-bottom: 18px;
    }
    .userCoverVideoContainer .learnMoreAbout img,
    .userCoverVideoContainer .learnMoreAbout p,
    .userCoverVideoContainer .learnMoreAbout .btnUserCoverVideocontrol {
        opacity: 0.5;
    }
    .userCoverVideoContainer .learnMoreAbout .socialShareWrap li,
    .userCoverVideoContainer .learnMoreAbout .btn {
        opacity: 0.2;
    }

    .userCoverVideoContainer .learnMoreAbout .btnUserCoverVideocontrol {
        font-size: 35px;
        cursor: pointer;
    }

    .userCoverVideoContainer .learnMoreAbout .btnUserCoverVideoControlDiv {
        height: 70px;
        z-index: 9999999;
    }

    .userCoverVideoContainer .learnMoreAbout img:hover,
    .userCoverVideoContainer .learnMoreAbout .btn:hover,
    .userCoverVideoContainer .learnMoreAbout p {
        opacity: 1.0;
    }
    .userCoverVideoContainer .learnMoreAbout .btnUserCoverVideocontrol:hover {
        opacity: 1.0;
        font-size: 40px;
    }
    .userCoverVideoContainer .learnMoreAbout .socialShareWrap li:hover{
        opacity: 1.0;
        font-size: 120%;
        }*/



        .userCoverVideoContainer {
            background-size: 100%;
            color: #fff;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            padding: 0;
        }

        .userCoverVideoContainer video {
            position: absolute;
            left: 50%;
            top: 50%;
            min-width: 100%;
            min-height: 100%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            z-index: 0;
        }

/*.userCoverVideoContainer div {
    position: relative;
    z-index: 1;
    }*/

/*.userCoverVideoContainer .learnMoreAbout {
    margin-top: 20px;
    margin-bottom: 100px;
    }*/

    .userCoverVideoContainer .learnMoreAbout {
        margin-bottom: 18px;
    }
    .userCoverVideoContainer .learnMoreAbout img,
    .userCoverVideoContainer .learnMoreAbout p,
    .userCoverVideoContainer .learnMoreAbout .btnUserCoverVideocontrol {
        opacity: 0.5;
    }
    .userCoverVideoContainer .learnMoreAbout .socialShareWrap li,
    .userCoverVideoContainer .learnMoreAbout .btn {
        opacity: 0.2;
    }

    .userCoverVideoContainer .learnMoreAbout .btnUserCoverVideocontrol {
        font-size: 35px;
        cursor: pointer;
    }

    .userCoverVideoContainer .learnMoreAbout .btnUserCoverVideoControlDiv {
        height: 70px;
        z-index: 9999999;
    }

    .userCoverVideoContainer .learnMoreAbout img:hover,
    .userCoverVideoContainer .learnMoreAbout .btn:hover,
    .userCoverVideoContainer .learnMoreAbout p {
        opacity: 1.0;
    }
    .userCoverVideoContainer .learnMoreAbout .btnUserCoverVideocontrol:hover {
        opacity: 1.0;
        font-size: 40px;
    }
    .userCoverVideoContainer .learnMoreAbout .socialShareWrap li:hover{
        opacity: 1.0;
        font-size: 120%;
    }



    /* Audio Player css start */
    .audioPlayerWrap {
        color: #808080;
    }
/*.audioPlayerWrap .playerCol {
  display: table-cell;
  vertical-align: middle;
  }*/
  .audioPlayerWrap .secondCol {
    padding-left: 0;
}
.audioPlayerWrap .album-image {
    min-height: 100px;
    width: 110px;
    background-size: cover;
}
.audioPlayerWrap .player-controls {
    justify-content: center;
    text-align: left;
}
.audioPlayerWrap .player-controls small {
    position: relative;
}
.audioPlayerWrap .player-controls progress {
    width: 100%;
}
.audioPlayerWrap .player-controls progress[value] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #808080;
    color: #f72f3c;
    height: 5px;
}
.audioPlayerWrap .player-controls progress[value]::-webkit-progress-bar {
    background-color: #808080;
    border-radius: 2px;
    border: 1px solid #808080;
    color: #f72f3c;
}
.audioPlayerWrap .player-controls progress::-webkit-progress-value {
    background-color: #f72f3c;
}
.audioPlayerWrap .player-controls p {
    font-size: 1.4rem;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.audioPlayerWrap #play-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
}
.audioPlayerWrap #play-btn .fa-play {
    padding-left: 5px;
}
.audioPlayerWrap #play-btn.pause .fa-play,
.audioPlayerWrap #play-btn .fa-pause {
    display: none;
}
.audioPlayerWrap #play-btn.pause .fa-pause {
    display: inline-block;
}
/* Audio Player css end */

/* share social media css start */
.counter-top .share {
    float: right;
    margin-right: 20px;
}
.share .button {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 40px;
}
.share .button .counter {
    font-size: 12px;
    line-height: 1em;
    padding: 2px 0px 1px 0px;
}
.share .button .counter:empty {
    display: none;
}
.share .button a {
    color: inherit;
    display: block;
    width: 100%;
    outline: 0;
    height: 40px;
    line-height: 40px;
}
.share .button.google-plus {
    background: #CD3C2A;
}
.share .button.google-plus:hover {
    background: #d85342;
}
.share .button.google-plus:hover .counter,
.share .button.google-plus .counter:hover {
    background: #c03827;
}
.share .button.google-plus .counter {
    background: #a33021;
}
.share .button.facebook {
    background: #4966B6;
}
.share .button.facebook:hover {
    background: #627bc0;
}
.share .button.facebook:hover .counter,
.share .button.facebook .counter:hover {
    background: #4560ab;
}
.share .button.facebook .counter {
    background: #3a5292;
}
.share .button.linkedin {
    background: #1783BC;
}
.share .button.linkedin:hover {
    background: #1b99dc;
}
.share .button.linkedin:hover .counter,
.share .button.linkedin .counter:hover {
    background: #157aae;
}
.share .button.linkedin .counter {
    background: #11638f;
}
/* share social media css start */

.basicInfoWrap .heading {
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.basicInfoWrap .panel-body {
    padding: 27px 34px;
}

.versionWrap .musicianWrap {
    margin-top: -50px;
}
.musicianWrap  {
    display: table;
    margin: 0 auto;
}
.musicianWrap .btnColumn {
    display: table-cell;
    /*vertical-align: middle;*/
}
.musicianWrap .btn {
    color: #fff;
    width: 125px;
    height: 30px;
    line-height: 15px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.musicianWrap .subscribeBtn {
    background-color: #f50707;
}



.loginPopupFormWrap .well {
    padding: 30px 20px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.7);
    border-color: #191919;
}
.loginPopupFormWrap .well .logo {
    margin-bottom: 30px;
}
.loginPopupFormWrap .well .logo img{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.loginPopupFormWrap .well .signUpLink {
    color: #FFFFFF;
}
.loginPopupFormWrap .btn {
    width: 50%;
    margin: 0 auto;
}
.loginPopupFormWrap #otp_form {
    display: none;
}







/* Checkout css start */
.checkoutHeroWrap {
    background: rgba(0,0,0,0.3) url(../images/checkout-banner.jpg) no-repeat center center/cover;
    height: 250px;
    color: #fff;
    position: relative;
}
.checkoutHeroWrap:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,0.5);
}
.checkoutHeroWrap .heading {
    font-size: 36px;
    margin-top: 9%;
    text-transform: uppercase;
    font-weight: 700;
}
.checkoutWrap {
    padding: 30px 0;
    /*background-color: #f7f7f7;*/
}
.checkoutWrap .nav-tabs li {
    cursor: pointer;
}
.checkoutWrap .nav-tabs li.active {
    cursor: auto;
}
.checkoutWrap .nav-tabs li i {
    margin-right: 5px;
    vertical-align: middle;
}
.checkoutWrap .tab-content {
    padding-top: 25px;
}
.checkoutWrap .securityCode .popover {
    min-width: 400px;
    font-size: 12px;
}
.checkoutWrap .radio-inline .radio-inline {
    margin-left: 20px;
}
.checkoutWrap #paymentDetailsForm .silWalletInfo {
    display: none;
}
.checkoutWrap .orderSummary .heading {
    margin: 0 0 20px;
    text-align: center;
}
.checkoutWrap .orderSummary .table {
    margin-bottom: 0;
}
.checkoutWrap .orderSummary .table td,
.checkoutWrap .orderSummary .table th {
    padding: 15px 8px;
}
.checkoutWrap .thankYou {
    border: 1px solid #ddd;
    margin: 25px 0;
    padding: 15px;
    line-height: 24px;
    background-color: #fff;
    position: relative;
}
.checkoutWrap .thankYou .heading {
    position: absolute;
    top: -26px;
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: 700;
    font-size: 24px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    border-radius: 4px;
}
.checkoutWrap .thankYou .confirmText {
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
}
.checkoutWrap .thankYou p {
    margin-top: 20px;
}
/* Checkout css end */



.musicianWrap .shareBtn {
    background-color: #353535;
}
.musicianWrap .musicianImageName {
    display: table-cell;
    padding: 0 15px;
    text-align: center;
    color: #fff;
}
.musicianWrap .musicianImageName img {
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    margin-bottom: 15px;
}
.musicianWrap .musicianName {
    font-weight: 700;
    margin-bottom: 0;
}
.versionWrap .followShare {
    text-align: right;
    margin-bottom: 15px;
}
.versionWrap .followShare .linkedInBtn {
    padding-right: 10px;
}
.versionWrap .followShare .followBtn,
.musicianListWrap .followWrap .followBtn {
    background-color: #ea323a;
    color: #fff;
    border-radius: 20px;
    margin: 25px 0 15px;
    padding: 4px 8px;
}
.versionWrap .followBtn i,
.musicianListWrap .followWrap .followBtn i {
    margin-right: 5px;
}
.musicianListWrap {
    /*padding-top: 20px;*/
    border-radius: 0;
}
.musicianListWrap ul > li .panel {
    -webkit-box-shadow: 2px 2px 8px #ccc;
    -moz-box-shadow: 2px 2px 8px #ccc;
    box-shadow: 2px 2px 8px #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.musicianListWrap ul > li .panel .carousel img {
    min-height: 200px;
}
.musicianListWrap ul > li .followWrap {
    margin-top: -25px;
    text-align: center;
}
.musicianListWrap ul > li .followWrap .circleImage {
    position: relative;
    width: 100px;
    margin: 0 auto;
}
.musicianListWrap ul > li .followWrap img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 10px;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.musicianListWrap ul > li .circleImage:hover img {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.musicianListWrap ul > li .followWrap p {
    font-weight: 700;
    margin: 0;
}
.musicianListWrap ul > li .followWrap .btn {
    position: absolute;
    top: 40px;
    margin: 0;
    right: -50px;
}
.musicianListWrap ul > li .panel h4 {
    font-weight: 700;
    margin: 0 0 20px;
}
.musicianListWrap ul > li .panel .subscribeBtn {
    background-color: #fe0000;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 25px;
    font-weight: 700;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

/* start rating css start */
.star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:2em;
    justify-content:space-around;
    padding:0 .2em;
    text-align:center;
    width:5em;
    margin: 0 auto;
}
.star-rating input {
    display:none;
}
.star-rating label {
    color:#767676;
    cursor:pointer;
}
/*.star-rating :checked ~ label {
  color:#eb2d37;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#eb2d37;
  }*/
  .star-rating label.active {
    color:#eb2d37;
}
/* star rating css end */

/* signLoadBtnWrap css start */
.signLoadBtnWrap {
    background-color: #c4c4c4;
    padding: 25px 0;
}
.signLoadBtnWrap .btn {
    text-transform: uppercase;
    width: 180px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 40px;
}
.signLoadBtnWrap .redBtn {
    background-color: #fd0002;
    margin-right: 15px;
}
.signLoadBtnWrap .blackBtn {
    background-color: #000;
}
/* signLoadBtnWrap css start */

/* myMusicList css start */
.myMusicList {
    margin-bottom: 30px;
}
.myMusicList .heading {
    text-transform: uppercase;
    margin: 50px 0 20px;
}
/* myMusicList css end */

/* footer css start */
.footerWrap {
    background-color: #000;
    /*padding: 40px 0 90px;*/
    padding: 25px 0;
}
.footerWrap .socialMedia {
    float: right;
    margin: 0;
}
.socialMedia li {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 25px;
    text-align: center;
}
.socialMedia li a {
    display: block;
    color: #fff;
}
/* footer css end */

.owl-carousel.topNav .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
    /*right: 9%;*/
    width: 100px;
}
.owl-carousel.topNav .owl-nav .owl-next, 
.owl-carousel.topNav .owl-nav .owl-prev {
    float: left;
    text-align: center;
    color: #969292;
    border: 1px solid #e0e0e0;
    margin: 5px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.owl-carousel.topNav .owl-nav .owl-next:hover, 
.owl-carousel.topNav .owl-nav .owl-prev:hover {
    background-color: #FF0000;
    border-color: #FF0000;
    color: #FFFFFF;
}

/* Audio playlist css start */

/* Default / Desktop / Firefox */
audio { width:100%; }
#mainwrap { 
    box-shadow:0 0 6px -1px rgba(0,0,0,.25); 
}
#audiowrap { 
    background-color:#fafafa; 
    margin:0 auto; 
}
#plwrap { 
    margin:0 auto; 
    height: 222px; 
    padding-bottom: 15px;
}
#tracks { 
    position:relative; 
    text-align:center; 
}
#nowPlay { 
    display:inline; 
}
#npTitle { 
    /*padding: 10px; */
    display: block; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
#npAction { 
    padding:21px; 
    position:absolute; 
}
#plList { 
    margin:0; 
}
#plList li { 
    background-color:#fafafa; 
    cursor:pointer; 
    display:block; 
    margin:0; 
    padding:10px 0; 
}
#plList li:hover { 
    background-color:#eee; 
}
#plList li .plItem { 
    position:relative; 
}
#plList li .plTitle { 
    left:50px; 
    overflow:hidden; 
    position:absolute; 
    right:65px; 
    text-overflow:ellipsis; 
    top:0; 
    white-space:nowrap; 
}
#plList li .plNum { 
    padding-left:21px; width:25px; 
}
#plList li .plLength { 
    padding-left:21px; 
    position:absolute; 
    right:21px; 
    top:0; 
}
.plSel,.plSel:hover { 
    background-color:#eee!important; 
    cursor:default!important; 
}
.audioPLWrap {
    margin-top: 10px;
}
.audioPLWrap a[id^="btn"] { 
    background-color:#fafafa; 
    color:#5a5a5a; 
    cursor:pointer; 
    display:inline-block; 
    font-size:18px; 
    margin:0; 
    padding:5px 25px; 
    text-decoration:none; 
}
.audioPLWrap a[id^="btn"]:last-child { 
    margin-left:-4px; 
}
.audioPLWrap a[id^="btn"]:hover,a[id^="btn"]:active { 
    background-color:#eee; 
}
.audioPLWrap a[id^="btn"]::-moz-focus-inner { 
    border:0; 
    padding:0; 
}


/* IE 9 */
/*html[data-useragent*="MSIE 9.0"] audio { margin-left:9px; outline:none; width:680px; }*/
html[data-useragent*="MSIE 9.0"] #audiowrap { background-color:#000; }
html[data-useragent*="MSIE 9.0"] a[id^="btn"] { background-color:#000; }
html[data-useragent*="MSIE 9.0"] a[id^="btn"]:hover { background-color:#080808; }
html[data-useragent*="MSIE 9.0"] #plList li { background-color:#000; }
html[data-useragent*="MSIE 9.0"] #plList li:hover { background-color:#080808; }
html[data-useragent*="MSIE 9.0"] .plSel,
html[data-useragent*="MSIE 9.0"] .plSel:hover { background-color:#080808!important; }

/* IE 10 */
/*html[data-useragent*="MSIE 10.0"] audio { margin-left:6px; width:687px; }*/
html[data-useragent*="MSIE 10.0"] #audiowrap { background-color:#000; }
html[data-useragent*="MSIE 10.0"] a[id^="btn"] { background-color:#000; }
html[data-useragent*="MSIE 10.0"] a[id^="btn"]:hover { background-color:#080808; }
html[data-useragent*="MSIE 10.0"] #plList li { background-color:#000; }
html[data-useragent*="MSIE 10.0"] #plList li:hover { background-color:#080808; }
html[data-useragent*="MSIE 10.0"] .plSel,
html[data-useragent*="MSIE 10.0"] .plSel:hover { background-color:#080808!important; }

/* IE 11 */
/*html[data-useragent*="rv:11.0"] audio { margin-left:2px; width:695px; }*/
html[data-useragent*="rv:11.0"] #audiowrap { background-color:#000; }
html[data-useragent*="rv:11.0"] a[id^="btn"] { background-color:#000; }
html[data-useragent*="rv:11.0"] a[id^="btn"]:hover { background-color:#080808; }
html[data-useragent*="rv:11.0"] #plList li { background-color:#000; }
html[data-useragent*="rv:11.0"] #plList li:hover { background-color:#080808; }
html[data-useragent*="rv:11.0"] .plSel,
html[data-useragent*="rv:11.0"] .plSel:hover { background-color:#080808!important; }

/* IOS 7 */
html[data-useragent*="OS 7"] body { color:#373837; }
/*html[data-useragent*="OS 7"] audio { margin-left:3px; width:690px; }*/
html[data-useragent*="OS 7"] #audiowrap { background-color:#e6e6e6; }
html[data-useragent*="OS 7"] a[id^="btn"] { background-color:#e6e6e6; color:#373837; }
html[data-useragent*="OS 7"] a[id^="btn"]:hover { background-color:#eee; }
html[data-useragent*="OS 7"] #plList li { background-color:#e6e6e6; }
html[data-useragent*="OS 7"] #plList li:hover { background-color:#eee; }
html[data-useragent*="OS 7"] .plSel,
html[data-useragent*="OS 7"] .plSel:hover { background-color:#eee!important; }

/* IOS 8 */
html[data-useragent*="OS 8"] body { color:#373837; }
/*html[data-useragent*="OS 8"] audio { margin-left:6px; width:694px; }*/
html[data-useragent*="OS 8"] #audiowrap { background-color:#e4e4e4; }
html[data-useragent*="OS 8"] a[id^="btn"] { background-color:#e4e4e4; color:#373837; }
html[data-useragent*="OS 8"] a[id^="btn"]:hover { background-color:#eee; }
html[data-useragent*="OS 8"] #plList li { background-color:#e4e4e4; }
html[data-useragent*="OS 8"] #plList li:hover { background-color:#eee; }
html[data-useragent*="OS 8"] .plSel,
html[data-useragent*="OS 8"] .plSel:hover { background-color:#eee!important; }

/* IOS 9 */
html[data-useragent*="OS 9"] body { color:#373837; }
/*html[data-useragent*="OS 9"] audio { margin-left:6px; width:694px; }*/
html[data-useragent*="OS 9"] #audiowrap { background-color:#d5d5d5; }
html[data-useragent*="OS 9"] a[id^="btn"] { background-color:#d5d5d5; color:#373837; }
html[data-useragent*="OS 9"] a[id^="btn"]:hover { background-color:#eee; }
html[data-useragent*="OS 9"] #plList li { background-color:#d5d5d5; }
html[data-useragent*="OS 9"] #plList li:hover { background-color:#eee; }
html[data-useragent*="OS 9"] .plSel,
html[data-useragent*="OS 9"] .plSel:hover { background-color:#eee!important; }

/* Chrome / Android / Tablet */
html[data-useragent*="Chrome"][data-useragent*="Android"] body { color:#373837; }
/*html[data-useragent*="Chrome"][data-useragent*="Android"] audio { margin-left:4px; width:689px; }*/
html[data-useragent*="Chrome"][data-useragent*="Android"] #audiowrap { background-color:#fafafa; }
html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"] { background-color:#fafafa; color:#373837; }
html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"]:hover { background-color:#eee; }
html[data-useragent*="Chrome"][data-useragent*="Android"] #plList li { background-color:#fafafa; }
html[data-useragent*="Chrome"][data-useragent*="Android"] #plList li:hover { background-color:#eee; }
html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel,
html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel:hover { background-color:#eee!important; }


/* Audio Player Media Queries */

/* Tablet Portrait 
@media only screen and (min-width: 768px) and (max-width: 959px) {
        audio { width:526px; }
        html[data-useragent*="MSIE 9.0"] audio { width:536px; }
        html[data-useragent*="MSIE 10.0"] audio { width:543px; }
        html[data-useragent*="rv:11.0"] audio { width:551px; }
        html[data-useragent*="OS 7"] audio { width:546px; }
        html[data-useragent*="OS 8"] audio { width:550px; }
        html[data-useragent*="OS 9"] audio { width:550px; }
        }*/

/* Mobile Landscape 
@media only screen and (min-width: 480px) and (max-width: 767px) {
        audio { width:390px; }
        html[data-useragent*="MSIE 9.0"] audio { width:400px; }
        html[data-useragent*="MSIE 10.0"] audio { width:407px; }
        html[data-useragent*="rv:11.0"] audio { width:415px; }
        html[data-useragent*="OS 7"] audio { width:410px; }
        html[data-useragent*="OS 8"] audio { width:414px; }
        html[data-useragent*="OS 9"] audio { width:414px; }
        html[data-useragent*="Chrome"] audio { width:397px; }
        }*/

/* Mobile Portrait 
@media only screen and (max-width: 479px) {
audio { width:270px; }
html[data-useragent*="MSIE 9.0"] audio { width:280px; }
html[data-useragent*="MSIE 10.0"] audio { width:287px; }
html[data-useragent*="rv:11.0"] audio { width:295px; }
html[data-useragent*="OS 7"] audio { width:290px; }
html[data-useragent*="OS 8"] audio { width:294px; }
html[data-useragent*="OS 9"] audio { width:294px; }
}*/
/* Audio playlist css end */

/* profile css start */
.musicListWrap {
    margin-top: 35px;
}
.musicListWrap h4,
.memberListWrap h4 {
    font-weight: 700;
}
.musicListWrap .trackName,
.musicListWrap i {
    color: #ccc;
}
.musicListWrap .trackLoved {
    margin-right: 10px;
}
.musicListWrap .btn {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #e51a4f;
}
.musicListWrap .btn i { 
    color: #e51a4f;
}
.learnMoreAbout .learnMoreText {
    margin: 12px 0 35px;
}
.learnMoreAbout .list-inline {
    margin-bottom: 25px;
}
.socialShareWrap {
    text-align: center;
}
.socialShareWrap li {
    padding: 0 1px;
}
.socialShareWrap a {
    color: #fff;
    display: block;
    background-color: #3b56ad;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.socialShareWrap a.facebook {
    background-color: #3b56ad;
}
.socialShareWrap a.twitter {
    background-color: #19b1f0;
}
.socialShareWrap a.googlePlus {
    background-color: #e34e38;
}
.socialShareWrap a.pinterest-p {
    background-color: #ca1a1c;
}
.socialShareWrap a.instagram {
    background-color: #4072a3;
}
.socialShareWrap a.linkedin {
    background-color: #0068a5;
}
.learnMoreAbout .musicianWrap .btn {
    width: 115px;
}
.learnMoreAbout .musicianWrap .musicianImageName img {
    width: 150px;
    height: 150px;
}
.modal .modal-header,
.modal .modal-body {
    padding: 10px;
}
.modal .form-group {
    margin-bottom: 10px;
}
.modal .modalHeading {
    background-color: #e0e0e0;
    padding: 7px 5px;
    text-align: center;
    color: #ff0000;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}
.modal .btn {
    background-color: #ff0000;
    color: #fff;
}
.memberListWrap .mCustomScrollbar {
    height: 305px;
}
.memberListWrap ul {
    display: table;
    width: 100%;
}
.memberListWrap ul li {
    /*border-top: 1px solid #f2f4f3;
    padding: 10px;*/
    display: table-row;
}
.memberListWrap ul li .memberCol {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
    position: relative;
}
.memberListWrap ul li .imageBlock {
    width: 60px;
}
.memberListWrap ul li .imageBlock img {
    width: 50px;
    height: 50px;
}
.memberListWrap ul li .memberCol p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    right: 30px;
    left: 5px;
}
.memberListWrap ul li.active {
    background-color: #eff4fa;
}
/*.memberListWrap ul li a {
        display: block;
        color: #828282;
}
.memberListWrap ul li a img {
width: 50px;
height: 50px;
}*/
.memberListWrap ul li h5 {
    color: #6e7275;
    margin: 0 0 5px;
}
.memberListWrap ul li .badge {
    background-color: #e43f43;
    float: right;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs>li>a {
    color: #5c5c5c;
    font-weight: 700;
    border-radius: 0;
    padding: 10px 30px;
    border: 0;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    background-color: #dedede;
    border: 0;
}
.tab-content {
    border-top: 10px solid #7f7f7f;
    padding-top: 30px;
    min-height: 500px;
    padding-bottom: 70px;
}
.tab-content .panel {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.tab-content h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #787878;
}
.tab-content .panel-body p {

    font-size: 12px;
}
.postWrap .socialMedia {
    margin: -40px 0 14px 25px;
}
.postWrap .googleBtn {
    margin-top: 5px;
}
.postWrap .googleBtn button {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #af525a;
    height: 25px;
    width: 40px;
}
.postWrap a {
    color: inherit;
    text-decoration: none;
}
.aboutMeWrap .panel-heading {
    padding: 10px 0;
}
.aboutMeWrap .panel-body {
    background-color: #f9f9f9;
}
.blogListWrap .blogs {
    height: 655px;
    margin-bottom: 40px;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 2px 7px 15px 0 #f3f3f3;
    -moz-box-shadow: 2px 7px 15px 0 #f3f3f3;
    -o-box-shadow: 2px 7px 15px 0 #f3f3f3;
    box-shadow: 2px 7px 15px 0 #f3f3f3;
}
.blogListWrap .page-header {
    text-transform: uppercase;
    font-size: 24px;
}
.blogListWrap .blogs img {
    padding: 9px;
    transition: all 0.5s;
}
.blogListWrap .blogs:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.blogListWrap .blogs .blogContent {
    padding: 20px;
}
.blogListWrap .blogs .blogContent .category {
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}
.blogListWrap .blogs .blogContent .category a {
    color: #333;
    border: 2px solid #fb0200;
    padding: 6px 14px;
    display: inline-block;
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 13px;
    text-decoration: none;
}
.blogListWrap .blogs .blogContent .postTitle {
    text-align: center;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-weight: 700;
}
.blogListWrap .blogs .blogContent .postBy {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}
.blogListWrap .blogs .blogContent .postDesc {
    margin-bottom: 30px;
    min-height: 100px;
    overflow: hidden;
    height: 150px;
}
.blogListWrap .blogs .blogContent .postDesc p {
    font-size: 13px;
    line-height: 20px;
}
.blogListWrap .blogs .blogContent .readMore {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #383838;
    text-decoration: none;
}
.blogListWrap .blogs  hr {
    border-color: #f90500;

}
.blogListWrap .blogs  .blog_btn {
  text-align: center;
  
  margin-bottom: 20px;

}

.blogDetails {
    padding: 50px 15px;
}
.blogDetails .panel {
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 2px 7px 15px 0 #f3f3f3;
    -moz-box-shadow: 2px 7px 15px 0 #f3f3f3;
    -o-box-shadow: 2px 7px 15px 0 #f3f3f3;
    box-shadow: 2px 7px 15px 0 #f3f3f3;
    margin-bottom: 30px;
}
.blogDetails .blogCoverVideo{
    width: 100%;
    height: 441px;
    background-color: #000000;
}
.blogDetails .blogCoverImg img {
    width: 100%;
    max-height: 500px;
}
.blogDetails .blogContent {
    margin-top: 30px;
    padding: 20px;
}
.blogDetails .blogContent .category {
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}
.blogDetails .blogContent .category a {
    color: #333;
    border: 2px solid #fb0200;
    padding: 6px 14px;
    display: inline-block;
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 13px;
    text-decoration: none;
}
.blogDetails .blogContent .postTitle {
    text-align: center;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-weight: 700;
}
.blogDetails .blogContent .postBy {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}
.blogDetails .blogContent p {
    margin-bottom: 20px;
    line-height: 22px;
}
.blogDetails .aboutMe {
    text-align: center;
    color: #FFFFFF;
}
.blogDetails .aboutMe .imgBlock {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 130px;
}
.blogDetails .aboutMe .contentBlock {
    padding: 15px;
    font-size: 12px;
    letter-spacing: 1px;
}
.blogDetails .aboutMe .profilePic {
    height: 150px;
    width: 150px;
    margin: -100px auto 10px;
}
.blogDetails .aboutMe .name {
    margin-bottom: 5px;
    font-weight: 700;
}
.blogDetails .aboutMe .location {
    margin-bottom: 15px;
}
.blogDetails .widgetArea {
    margin-bottom: 15px;
    padding: 20px;
}
.blogDetails .widgetArea .widget {
    margin-bottom: 50px;
}
.blogDetails .widgetArea .widget ul>li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.blogDetails .widgetArea .widget .list-unstyled>li:focus,
.blogDetails .blogCategoryList>li .select,
.blogDetails .widget .list-unstyled>li:hover {
    color: #FB0200;
}

.blogListWrap .widget .list-unstyled>li,
.blogDetails .widgetArea .widget .list-unstyled>li {
    color: #333;
    border: 2px solid #fb0200;
    padding: 5px 11px;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 13px;
    text-decoration: none;
    margin: 0 8px 11px 0;
    width: 100%;
}
.blogDetails .widget .list-unstyled>li {
   cursor: pointer;
}
.blogDetails .recentPosts {
    margin-bottom: 0;
}
.blogDetails .recentPosts li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 16px;
}
.blogDetails .recentPosts li figure {
    display: inline-block;
    width: 80px;
    box-shadow: none;
    vertical-align: middle;
}
.blogDetails .recentPosts li .bgImages {
    background-color: #333333;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.blogDetails .recentPosts li figure a img {
    width: 100%;
    height: auto;
}
.blogDetails .recentPosts li .recentPostDetails {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}
.blogDetails .recentPosts li .recentPostTitle {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.blogDetails .recentPosts li .recentPostDetails span {
    font-size: 11px;
    color: #848484;
}
.blogDetails .heading {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.blogListWrap .heading:before, 
.blogListWrap .heading:after, 
.blogDetails .heading:before, 
.blogDetails .heading:after {
    border-bottom: 2px solid #fb0200;
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
}

.blogDetails .heading:before, 
.blogDetails .heading:after {
    width: 28%;
}
.blogListWrap .heading:before, 
.blogListWrap .heading:after{
    width: 19%;
}


.blogDetails .heading:before {
    left: 0;
}
.blogDetails .heading:after {
    right: 0;
}
.blogDetails a {
    color: #383838;
    text-decoration: none;
}
.blogDetails a:hover {
    color: #fb0200;
}
.blogDetails .commentForm {
    padding: 50px;
}
.blogDetails .commentForm .heading {
    margin-bottom: 50px;
}


.facebookCommentWrap h4 {
    margin: 40px 0 50px;
}
.facebookCommentWrap .list-unstyled {
    display: table;
    width: 100%;
}
.facebookCommentWrap .list-unstyled li {
    color: #555555;
    /*padding: 15px 10px;*/
    display: table-row;
}
.facebookCommentWrap .list-unstyled li .commentCol {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px;
    border-top: 2px solid #959595;
}
.facebookCommentWrap .list-unstyled li .imageBlock {
    width: 60px;
}
.facebookCommentWrap .list-unstyled li h5 {
    font-weight: 700;
    margin: 0 50px 10px 0;
}
.facebookCommentWrap .list-unstyled li .imageBlock img {
    width: 55px;
    height: 55px;
}
.facebookCommentWrap form {
    border-top: 2px solid #959595;
    padding: 15px 20px 0;
}
.facebookCommentWrap form h4 {
    margin: 5px 0 15px;
    color: #000;
}
.facebookCommentWrap form .btn {
    color: #7b7c7e;
    background-color: #f6f7f9;
    margin-bottom: 8px;
}
.facebookCommentWrap .dropdown-menu {
    min-width: 110px;
}
.facebookCommentWrap form .btn,
.facebookCommentWrap form .form-control {
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d2d2;
}
.facebookCommentWrap form .form-control {
    margin-bottom: 25px;
}
.facebookCommentWrap form .pluginText {
    border-top: 1px solid #ccc;
    color: #48558a;
    padding-top: 10px;
}
#playlist #audioListWrap .panel {
    background: url('../../../assets/backend/images/paasport/music-bg.jpg') no-repeat center center/cover;
    color: #FFFFFF;
    position: relative;
    min-height: 150px;
    z-index: 1;
    text-align: center;
    padding-top: 40px;
}

#playlist #videoListWrap .panel {
    color: #FFFFFF;
    position: relative;
    min-height: 200px;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

#playlist #videoListWrap .panel video {
    background-color: #000;
    width: 100%;
    height: 175px;
    /*padding: 8px;*/
    /*border: 2px solid #777;*/
    /*margin: 3px;*/
}

/*.createPaasportWrap .mediaTabContentWrap .panel:before {
content: "\f01d";
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}*/
#playlist #audioListWrap .panel:after {
    background: rgba(0,0,0,0.6);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#playlist #videoListWrap .panel:after {
    background: rgba(0,0,0,0.6);
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#playlist #audioListWrap .panel .fa-ellipsis-h {
   position: absolute;
   top: 3px;
   right: 10px;
   cursor: pointer;
}
#playlist #audioListWrap .panel h5 {
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#playlist #audioListWrap .panel audio,
#playlist #audioListWrap .panel video {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#playlist #audioListWrap .panel .panel-footer {
    padding: 6px 15px;
    background: rgba(255,255,255,0.6);
    border: 0;
    text-align: left;
    border-radius: 0;
}
#playlist #audioListWrap .panel .videoPopupLink {
    display: inline-block;
    color: #808080;
}
#playlist #videoListWrap {
    display: none;
}

#playlist .list-unstyled {
    text-align: center;
}


/* paasport-network Box css start */
.paasport-network{
    text-align: center;
}
.paasport-network-logo{
    height: 14%;
    width: 7%;
}
/* paasport-network Box css end */


/* paasport-silo-talk Box css start */
.paasport-silo-talk{
    text-align: center;
}
.paasport-silo-talk-logo{
    height: 33%;
    width: 19%;
    margin-bottom: 20px;
    margin-top: 20px;
}
/* paasport-silo-talk Box css end */


#gallery .panel {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
}
#gallery .panel a {
    display: block;
    min-height: 170px;
    max-height: 170px;
    position: relative;
}
#gallery .panel a>img {
    position: absolute;
    left: 0;
    max-width: 100%;
    top: 0;
    height: 100%;
    margin: 0 auto;
    right: 0;
}
#merchant .panel {
    border: 1px solid #ddd;
    margin-bottom: 40px;
}
#merchant .panel>.panel-heading {
    padding: 0;
    height: 180px;
    position: relative;
}
#merchant .panel:hover .panel-heading:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    background: rgba(34, 35, 40, 0.7);
    z-index: 1;
}
#merchant .panel>.panel-heading .img-responsive {
    position: absolute;
    left: 0;
    max-width: 100%;
    top: 0;
    height: 100%;
    margin: 0 auto;
    right: 0;
}
#merchant .panel-heading .productQrCode {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 4px;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 9;
}
#merchant .panel:hover .productQrCode {
    opacity: 1;
}
#merchant .panel .productPrice {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
#merchant .panel .btn {
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}
#merchant .panel .goStoreBtn {
    background-color: #413d3c;
    color: #fff;
}
.accordionWrap .panel-heading {
    padding: 0;
}
.accordionWrap .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}
.accordionWrap .panel-heading a:after {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 15px;
    right: 15px;
}
.accordionWrap .panel-heading a:after {
    content: "\f068";
}
.accordionWrap .panel-heading a.collapsed:after {
    content: "\f067";
}
/* profile css end */

/* project list css start */
.projectListWrap .projects {
    height: 600px;
    margin-bottom: 40px;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 2px 7px 15px 0 #f3f3f3;
    -moz-box-shadow: 2px 7px 15px 0 #f3f3f3;
    -o-box-shadow: 2px 7px 15px 0 #f3f3f3;
    box-shadow: 2px 7px 15px 0 #f3f3f3;
}
.projectListWrap .page-header {
    text-transform: uppercase;
    font-size: 24px;
}
.projectListWrap .projects img {
    padding: 10px;
    transition: all 0.5s;
}
.projectListWrap .projects:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.projectListWrap .projects .projectContent {
    padding: 20px;
}
.projectListWrap .projects .projectContent .category {
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}
.projectListWrap .projects .projectContent .category a {
    color: #333;
    border: 2px solid #fb0200;
    padding: 6px 14px;
    display: inline-block;
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 13px;
    text-decoration: none;
}
.projectListWrap .projects .projectContent .postTitle {
    font-size: 18px;
    text-align: center;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-weight: 700;
}
.projectListWrap .projects .projectContent .postBy {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}
.projectListWrap .projects .projectContent .postDesc {
    font-size: 13px;
    margin-bottom: 30px;
    overflow: hidden;
    height: 67px;
}
.projectListWrap .projects .projectContent .postDesc p {
    font-size: 13px;
    line-height: 20px;
}
.projectListWrap .projects .projectContent .readMore {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #383838;
    text-decoration: none;
}
.projectListWrap .projects  hr {
    border-color: #f90500;

}
.projectListWrap .projects  .blog_btn {
  text-align: center;
  
  margin-bottom: 20px;

}

.projectDetails {
    padding: 50px 15px;
}
.projectDetails .panel {
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 2px 7px 15px 0 #f3f3f3;
    -moz-box-shadow: 2px 7px 15px 0 #f3f3f3;
    -o-box-shadow: 2px 7px 15px 0 #f3f3f3;
    box-shadow: 2px 7px 15px 0 #f3f3f3;
    margin-bottom: 30px;
}
.projectDetails .projectCoverImg img {
    width: 100%;
    max-height: 500px;
}
.projectDetails .projectContent {
    margin-top: 30px;
    padding: 20px;
}
.projectDetails .projectContent .category {
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}
.projectDetails .projectContent .category a {
    color: #333;
    border: 2px solid #fb0200;
    padding: 6px 14px;
    display: inline-block;
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 13px;
    text-decoration: none;
}
.projectDetails .projectContent .postTitle {
    text-align: center;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-weight: 700;
}
.projectDetails .projectContent .postBy {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}
.projectDetails .projectContent p {
    margin-bottom: 20px;
    line-height: 22px;
}
.projectDetails .aboutMe {
    text-align: center;
}
.projectDetails .aboutMe .imgBlock {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 130px;
}
.projectDetails .aboutMe .contentBlock {
    padding: 15px;
    font-size: 12px;
    letter-spacing: 1px;
}
.projectDetails .aboutMe .profilePic {
    height: 150px;
    width: 150px;
    margin: -100px auto 10px;
}
.projectDetails .aboutMe .name {
    margin-bottom: 5px;
    font-weight: 700;
}
.projectDetails .aboutMe .location {
    margin-bottom: 15px;
}
.projectDetails .attachmentSlider {
    margin-top: 15px;
}
.projectDetails .widgetArea {
    margin-bottom: 15px;
    padding: 20px;
}
.projectDetails .widgetArea .widget {
    margin-bottom: 50px;
}
.projectDetails .widgetArea .widget ul>li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.projectDetails .widgetArea .widget .list-unstyled>li:focus,
.projectDetails .projectCategoryList>li .select {
    color: #fff;
    background-color: #FB0200;
}
.projectDetails .widget .list-unstyled>li,
.projectDetails .widgetArea .widget .list-unstyled>li {
    color: #333;
    border: 2px solid #fb0200;
    padding: 5px 11px;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 13px;
    text-decoration: none;
    margin: 0 8px 11px 0;
}
.projectDetails .widget .list-unstyled>li {
   cursor: pointer;
}
.projectDetails .recentPosts {
    margin-bottom: 0;
}
.projectDetails .recentPosts li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 16px;
    width: 100%;
}
.projectDetails .recentPosts li figure {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 80px;
    box-shadow: none;
}
.projectDetails .recentPosts li .bgImages {
    background-color: #333333;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.projectDetails .recentPosts li figure a img {
    width: 100%;
    height: auto;
}
.projectDetails .recentPosts li .recentPostDetails {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}
.projectDetails .recentPosts li .recentPostTitle {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.projectDetails .recentPosts li .recentPostDetails span {
    font-size: 11px;
    color: #848484;
}
.projectDetails .heading {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.projectListWrap .heading:before, 
.projectListWrap .heading:after, 
.projectDetails .heading:before, 
.projectDetails .heading:after {
    border-bottom: 2px solid #fb0200;
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
}

.projectDetails .heading:before, 
.projectDetails .heading:after {
    width: 28%;
}
.projectListWrap .heading:before, 
.projectListWrap .heading:after{
    width: 19%;
}


.projectDetails .heading:before {
    left: 0;
}
.projectDetails .heading:after {
    right: 0;
}
.projectDetails a {
    color: #383838;
    text-decoration: none;
}
.projectDetails a:hover {
    color: #fb0200;
}
.projectDetails .commentForm {
    padding: 50px;
}
.projectDetails .commentForm .heading {
    margin-bottom: 50px;
}
.projectDetails .musicFile {
    background: url(../../backend/images/paasport/music-bg.jpg) no-repeat center center/cover;
    padding-top: 40px;
    z-index: 1;
}
.projectDetails .attachmentSlider .panel {
    color: #FFFFFF;
    position: relative;
    height: 160px;
    text-align: center;
    margin-bottom: 30px;
}
.projectDetails .musicFile a {
    color: #fff;
}
.projectDetails .musicFile:after {
    background: rgba(0,0,0,0.6);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.projectDetails .panel .imageFile {
    display: block;
}
.projectDetails .imageFile h5 {
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px 15px;
}
.projectDetails .musicFile h5 {
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.projectDetails .musicFile .panel-footer {
    padding: 6px 15px;
    background: rgba(255,255,255,0.6);
    border: 0;
    text-align: left;
    border-radius: 0;
}
.projectDetails .musicFile .panel-footer i {
    margin-right: 2px;
}
.projectDetails .musicFile .videoPopupLink {
    display: inline-block;
    color: #808080;
}

/* project list css end */

/* Go live css Start */

.goLiveSection h2 {
    padding-left: 24px;
}
.goLiveSection h4 {
    padding-top: 20px;
    padding-left: 29px;
}

/* Go live css End */

.positionRelative {
    position: relative;
} 
.imgCenter {
    width: auto !important;
    height: auto;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* video popup css start */
#popupBg {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 500;
    display: none;
    top: 0;
    left: 0;
}
.videoPopup {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    height: 360px;
    width: 640px;
    background: #FFF;
    z-index: 550;
    border: 1px solid #ccc;
    overflow: hidden;
}
.videoPopup .closePopup {
    height: 30px;
    width: 30px;
    position: absolute;
    font-size: 24px;
    top: 5px;
    color: #FFF;
    right: 5px;
    display: block;
    line-height: 28px;
    background: #333;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
}
.videoPopup .videoContainer {
    width: 640px;
    height: 360px;
    -moz-box-shadow: 0 0 10px #222;
    -webkit-box-shadow: 0 0 10px #222;
    box-shadow: 0 0 10px #222;
}
.videoPopup .videoContainer video {
    width: 100%;
}
/* video popup css end */

/* Silo Talk Start */
.silo-talk-tab .silo-talk-buttons{
    padding-top: 33px;
}

.silo-talk-tab .silotalk-logoBox img{
    width:180px;
    height: 64px;
    padding: 7px;  
}
.silo-talk-tab .silotalk-logoBox{
    background-color: #DEDEDE;
}
/*chat start*/
.silo-talk-tab {
    border: 2px solid #e7e7e7;
}
.silo-talk-tab .chatWrap {
    border-left: 2px solid #e7e7e7;
}
/*.silo-talk-tab {
    margin: 20px 0;
    }*/
    .silo-talk-tab .chatWrap .mCSB_inside>.mCSB_container {
        margin-right: 20px;
    }
    .silo-talk-tab .chatWrap [class*="col-"] {
        padding: 0;
    }
    .silo-talk-tab .chatWrap .logoBox {
        background-color: #ee1c25;
        padding: 15px;
    }
    .silo-talk-tab .chatWrap .chatListCol .searchBox {
        background-color: #be151c;
        padding: 15px;
        position: relative;
    }
    .silo-talk-tab .chatWrap .chatListCol .brodcast-name {
        background-color: #be151c;
        padding: 15px;
        position: relative; 
    }
    .silo-talk-tab .chatWrap .chatListCol .brodcast-name .input-group {
        margin: 0;
    }
    .silo-talk-tab .chatWrap .chatListCol .brodcast-name .input-group-addon {
        padding: 0;
        border: 0;
    }
    .silo-talk-tab .chatWrap .chatListCol .brodcast-name button {
        margin: 0;
        border-radius: 0 5px 5px 0;
    }
    .silo-talk-tab .chatWrap .chatListCol .searchBox:before {
        position: absolute;
        content: "\f002";
        font: normal normal normal 14px/1 FontAwesome;
        left: 25px;
        top: 24px;
        z-index: 9;
    }
    .silo-talk-tab .chatWrap .chatListCol .form-control {
        border-radius: 5px 0 0 5px;
    }
    .silo-talk-tab .chatWrap .chatListCol .mCustomScrollbar {
        max-height: 445px;
        padding: 25px 0 20px 20px;
        margin: 0;
    }
    
    /*.silo-talk-tab .chatWrap .chatListCol ul>li .contentBox :hover,*/
    .silo-talk-tab .chatWrap .chatListCol ul>li .contentBox:hover {
        color: gray;
    }
    
    .silo-talk-tab .chatWrap .chatListCol ul>li.active .contentBox,
    .silo-talk-tab .chatWrap .chatListCol ul>li.active .userName {
        color: #000;
    }


    .silo-talk-tab .chatWrap .chatListCol ul>li {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        position: relative;
        cursor: pointer;
    }
    .silo-talk-tab .chatWrap .chatListCol ul>li .closeBtn {
        position: absolute;
        top: 0;
        right: 0;
        background: #ea0b0b;
        padding: 2px;
        border-radius: 25px;
        width: 20px;
        height: 20px;
        line-height: 16px;
        text-align: center;
        color: #fff;
    }
    .silo-talk-tab .chatWrap .chatListCol ul>li .followerSubscriberBtn {
        position: absolute;
        background: #7f7f7f;
        padding: 2px;
        border-radius: 25px;
        width: 17px;
        height: 17px;
        line-height: 16px;
        text-align: center;
        color: #fff;
        margin-left: 7px;
        font-size: 12px; 
    }
    .silo-talk-tab .chatWrap .chatListCol ul>li .imgBox {
        display: inline-block;
        width: 60px;
        vertical-align: middle;
    }
    .silo-talk-tab .chatWrap ul>li img {
        width: 60px;
        height: 60px;
    }
    .silo-talk-tab .chatWrap .chatListCol ul>li .contentBox {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        width: 78%;
    }
    .silo-talk-tab .chatWrap .chatListCol ul>li .userName {
        margin: 0 0 3px;
        color: #ee1c25;
        font-weight: 700;
        text-transform: capitalize;
    }
    .silo-talk-tab .chatWrap .chatListCol ul>li .msg {
        margin: 0;
        font-size: 11px;
    }
    .silo-talk-tab .chatWrap .time {
        color: #A7A9AC;
        font-size: 11px;
    }
    .silo-talk-tab .chatWrap .chatMsgCol {
        background-color: #f3f3f3;  
    }
    .silo-talk-tab .chatWrap .chatMsgCol .mCustomScrollbar {
        height: 428px;
        max-height: 528px;
        padding: 35px 0 35px 35px;
    }
    .silo-talk-tab .chatWrap .chatMsgCol .mCustomScrollbar .mCSB_scrollTools .mCSB_draggerContainer {
        right: 0;
    }
    .silo-talk-tab .chatWrap .chatMsgCol ul>li {
        clear: both;
        margin-bottom: 20px;
    }
    .silo-talk-tab .chatWrap .chatMsgCol ul>li:last-child {
        margin-bottom: 0;
    }
    .silo-talk-tab .chatWrap .chatMsgCol ul>li.pull-left .imgBox {
        float: left;   
    }
    .silo-talk-tab .chatWrap .chatMsgCol ul>li.pull-right .imgBox {
        float: right;   
    }
    .silo-talk-tab .chatWrap .chatMsgCol ul>li .textWrap {
        background-color: #fff;
        position: relative;
        padding: 15px;
        margin-bottom: 8px;
        min-width: 100px;
        word-break: break-all;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.3);
        -o-box-shadow: 0 2px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 0 rgba(0,0,0,0.3);
    } 
    .silo-talk-tab .chatWrap .chatMsgCol ul>li .textWrap:before {
        top: 10px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 10px;
    }
    .silo-talk-tab .chatWrap .chatMsgCol ul>li.pull-left .textWrap {
        margin-left: 85px;
    }
    .silo-talk-tab .chatWrap .chatMsgCol ul>li.pull-left .textWrap:before {
        border-right-color: #fff;
        right: 100%;
    }
    .silo-talk-tab .chatWrap .chatMsgCol ul>li.pull-right .textWrap {
        margin-right: 85px;
        text-align: right;
    }
    .silo-talk-tab .chatWrap .chatMsgCol ul>li.pull-right .textWrap:before {
        border-left-color: #fff;
        left: 100%;
    }
    .silo-talk-tab .chatWrap .chatMsgCol ul>li.pull-left .time {
        text-align: right;
    }
    .silo-talk-tab .chatWrap .chatMsgCol .input-group {
        margin:  0 -2px -1px 0;
    }
    .silo-talk-tab .chatWrap .chatMsgCol .form-control {
        height: 55px;
        line-height: 55px;
    }
    .silo-talk-tab .chatWrap .chatMsgCol .input-group-addon {
        padding: 0;
        border-radius: 0;
    }
    .silo-talk-tab .chatWrap .chatMsgCol .btn {
        margin: 0;
        height: 53px;
        border-radius: 0;
        padding: 5px 30px;
        background-color: #fff;
        color: #ee1c25;
        text-transform: uppercase;
        font-weight: 700;
        box-shadow: none;
    }
    .silo-talk-tab .broadcastParticipants .btn {
        float: right;
        padding: 3px 10px;
        margin: 0;
        font-size: 12px;
    }
    /*chat end*/

    /* Silo Talk End */

    /* responsive css */
    @media (max-width: 1400px) {
        .learnMoreAbout .musicianWrap .musicianImageName img {
            width: 100px;
            height: 100px;
        }
        .learnMoreAbout .musicianWrap .btn {
            width: 117px;
            font-size: 12px;
        }
    }
    @media (max-width: 1200px) {
        .audioPlayerWrap .secondCol {
            padding-left: 15px;
        }
    }
    @media (max-width: 1024px) {
        .facebookCommentWrap form {
            padding: 15px 0;
        }
    }
    @media (min-width: 768px) and (max-width: 992px) {
        .navbar-header {
            float: none;
        }
        .navbar-collapse.collapse {
            display: none !important;
            -webkit-overflow-scrolling: touch;
            border-top: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        }
        .navbar-collapse.in {
            display: block !important;
        }
        .versionWrap .versionBtn {
            width: 145px;
            font-size: 12px;
        }
        .versionWrap .musicianWrap {
            margin-top: -28px;
        }
        .musicianWrap .btn {
            width: 105px;	
        }
        .musicianWrap .musicianImageName img {
            width: 100px;
            height: 100px;
        }
        .learnMoreAbout .musicianWrap .btn {
            width: 65px;
            font-size: 9px;
            padding: 5px;
        }
        .musicianWrap .musicianImageName {
            padding: 0 5px;
        }
        .musicianListWrap ul > li .panel .carousel img {
            min-height: 160px;
        }
        .learnMoreAbout .musicianWrap .musicianImageName img {
            width: 85px;
            height: 85px;
        }
    }
    @media (max-width: 767px) {
        .navbar-default .badge {
            top: 13px;
            right: 15px;
        }
        .bannerWrap .profileName,
        .bannerWrap .profileQRCode {
            left: 0;
            right: 0;
            margin: 0 auto;
        }
        .bannerWrap .profileName {
            font-size: 24px;
            top: 20%;
            text-align: center;
        }
        .bannerWrap .profileQRCode {
            width: 100px;
            margin: 0 auto;
            top: 60%;
        }
        .versionWrap .versionBtn {
            margin: 25px auto;
        }
        .versionWrap audio {
            margin-bottom: 30px;
        }
        .versionWrap .musicianWrap,
        .learnMoreAbout .musicianWrap {
            margin: 25px auto 0;
            width: 290px;
        }
        .versionWrap .musicianWrap .btn,
        .learnMoreAbout .musicianWrap .btn {
            width: 112px;
            font-size: 10px;
            /*margin-top: 35px;*/
        }
        .versionWrap .musicianWrap .musicianImageName img,
        .learnMoreAbout .musicianWrap .musicianImageName img {
            width: 90px;
            height: 90px;
        }
        .versionWrap .versionDetails .audioPlayerWrap {
            width: 300px;
            margin: 0 auto;
        }
        .versionWrap .versionDetails,
        .versionWrap .followShare {
            text-align: center;
        }
        .versionWrap .followShare .linkedInBtn {
            padding-right: 0;
            margin-bottom: 20px; 
        }
        .nav-tabs>li {
            float: none;
            text-align: center;
        }
        .followShare .share {
            float: none;
            margin: 0 0 25px;
        }
        .followShare .share .button {
            display: inline-block;
            margin-right: 4px;
        }
        .followShare .share.counter-top .button {
            vertical-align: bottom;
        }
        .followShare .share.counter-bottom .button {
            vertical-align: top;
        }
        .postWrap .googleBtn {
            margin-bottom: 15px;
        }
        .signLoadBtnWrap .btn {
            width: 125px;
        }
        .footerWrap {
            text-align: center;
        }
        .footerWrap .socialMedia {
            float: none;
            margin-top: 20px;
        }
        .memberListWrap .mCustomScrollbar {
            margin-bottom: 20px;
        }
        .learnMoreAbout .learnMoreText {
            margin: 30px 0 20px;
        }
        .aboutMeWrap video {
            height: auto;
        }
        .facebookCommentWrap h4 {
            margin-bottom: 20px;
        }

/*.recentPosts .imgContainer {
  height: 300px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0;
  display: table;
}
.recentPosts .imgContainer a {
  height: 100%;
  position: relative;
  width: 100%;
  display: inline-block;
}
.recentPosts .imgContainer a img {
  background-color: #000;
  position: absolute;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.recentPosts .imgContainer .threeQuarters {
  display: inline-block;
  height: 100%;
  margin-right: 0.1%;
  overflow: hidden;
  position: relative;
  width: 74.9%;
}
.recentPosts .imgContainer .thirdHeights {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: calc(100% - 75.9%);
}
.recentPosts .imgContainer .thirdHeight {
  height: calc(100% / 3 - 2px/3);
  margin-bottom: 1px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.recentPosts .imgContainer .twoThird {
  display: inline-block;
  height: 100%;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
  width: 66.66666666666666%;
} 
.recentPosts .imgContainer .halfHeights {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: calc((100% - 67.66666666666666%) - 1px);
}
.recentPosts .imgContainer .halfHeight {
  height: calc(100% / 2 - 1px/2);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.recentPosts .imgContainer .twoPhotoCol {
  position: relative;
  width: 49.7%;
  display: inline-block;
  height: 100%;
}
.recentPosts .imgContainer .singlePhoto {
  width: 100%;
  height: 100%;
  }*/

}

/*Community post css start*/


.sliderNewsWrap .newsWrap .newsContent .newsType,
.latestSectionWrap .otherNews .carousel-caption .newsType {
  background-color: #f00700;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
}
.sliderNewsWrap .newsWrap .newsContent h4 {
  margin: 0;
  width: 95%;
  line-height: 24px;
}
.latestSectionWrap .panel {
  background-color: #fff;
  padding: 15px;
  font-size: 12px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.latestSectionWrap .panel a {
  color: #f00700;
}
.latestSectionWrap .panel .heading {
  border-bottom: 2px solid #f00700;
  margin: 0 0 15px;
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.latestSectionWrap .timelinePost .dropzone {
  border: 1px solid #ddd;
  border-top: 0;
}
.latestSectionWrap .timelinePost .btn {
  border-radius: 25px;
  padding: 7px 25px;
  margin-right: 10px;
}
.latestSectionWrap .timelinePost .btn i {
  margin-right: 5px;
}
.recentPosts>ul>li {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  margin: 0 -15px 0 -15px;
  position: relative;
}
.recentPosts>ul>li:hover {
  background-color: #f5f8fa;
}
.recentPosts>ul>li .dropdown {
  position: absolute;
  right: 10px;
  top: 5px;
}
.recentPosts>ul>li .dropdown button {
  background: transparent;
  border: 0;
  outline: none;
  font-size: 18px;
  padding: 0;
  line-height: 10px;
  vertical-align: top;
}
.recentPosts>ul>li .dropdown span {
  display: block;
  padding: 0 10px;
  cursor: pointer;
  font-size: 13px;
}
.recentPosts>ul>li .dropdown-menu {
  min-width: 95px;
}


.recentPosts .imgContainer {
  height: 300px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0;
  display: table;
}
.recentPosts .imgContainer a {
    background-color: #F0F0F0;
    height: 100%;
    position: relative;
    width: 100%;
    display: inline-block;
}
.recentPosts .imgContainer a img {
  background-color: #000;
  position: absolute;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%,-50%);
  /*width: 100%;*/
}
.recentPosts .imgContainer .threeQuarters {
  display: inline-block;
  height: 100%;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
  width: 75%;
}

.recentPosts .imgContainer .thirdHeights {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: calc(100% - 76%);
}
.recentPosts .imgContainer .thirdHeight {
  height: calc(100% / 3 - 2px/3);
  margin-bottom: 1px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.recentPosts .imgContainer .twoThird {
  display: inline-block;
  height: 100%;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
  width: 66.66666666666666%;
} 
.recentPosts .imgContainer .halfHeights {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: calc((100% - 67.66666666666666%) - 1px);
}
.recentPosts .imgContainer .halfHeight {
  height: calc(100% / 2 - 1px/2);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.recentPosts .imgContainer .twoPhotoCol {
  position: relative;
  width: 49.7%;
  display: inline-block;
  height: 100%;
}
.recentPosts .imgContainer .singlePhoto {
  width: 100%;
  height: 100%;
}

.recentPosts .imgContainer span {
  background-color: #F0F0F0;
  height: 100%;
  position: relative;
  width: 100%;
  display: inline-block;
}

.recentPosts .imgContainer .singlePhoto span video {
  background-color: #000;
  position: absolute;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%,-50%);
  /*width: 100%;*/
}
.recentPosts .postInput {
  position: relative;
  margin: 15px 0;
  width: 80%;
  margin: auto;
}
.recentPosts .postInput .form-control {
  border-radius: 25px;
  padding-right: 27%;
}
.recentPosts .postInput .btn {
  border-radius: 25px;
  position: absolute;
  top: 0;
  right: 0;
}
.recentPosts .commentWrap>li {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  width: 80%;
  margin: auto;
}
.recentPosts .commentWrap>li .closeBtn {
  position: absolute;
  right: 8px;
  top: 4px;
  color: #bdbdbd;
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
}
.recentPosts .commentWrap>li:hover .closeBtn {
  color: #FF0000;
}
.recentPosts .commentWrap>li .imgBlock {
  width: 32px;
  height: 32px;
}
.recentPosts .commentWrap>li .contentBlock {
  padding-left: 10px;
}
.recentPosts .commentWrap>li .contentBlock .comment {
  border: 1px solid #ddd;
  border-radius: 25px;
  background: #f1f1f1;
  padding: 5px 15px;
  margin-bottom: 5px;
}
.recentPosts .commentWrap>li .contentBlock .comment strong {
  margin-right: 5px;
  text-transform: capitalize;
}
.recentPosts .commentWrap>li .cell {
  display: table-cell;
  vertical-align: top;
}
.latestSectionWrap li.row {
  margin-bottom: 25px;
}
.latestSectionWrap li:last-child.row {
  margin-bottom: 0; 
}
.latestSectionWrap .latestNews li:last-child {
  margin-bottom: 0;
}
.latestSectionWrap .latestNews .imageBlock {
  padding-right: 0;
}
.latestSectionWrap .category {
  margin: 0 0 5px;
  color: #acacac;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}
.latestSectionWrap .latestNews p {
  color: #000;
  font-weight: 600;
  margin: 0;
}
.latestSectionWrap .topBorderPatch {
  position: relative;
}
.latestSectionWrap .topBorderPatch:before,
.latestSectionWrap .topBorderPatch:after {
  content: '';
  position: absolute;
  top: -1px;
}
.latestSectionWrap .topBorderPatch:before {
  left: 27%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 38px solid transparent;
  border-bottom: 40px solid #fff;
  z-index: 1;
}
.latestSectionWrap .topBorderPatch:after {
  right: -1px;
  border-bottom: 38px solid #f00700;
  width: 70%;
}
.latestSectionWrap .topBorderPatch .heading2 {
  margin: 0 0 28px;
  color: #000;
  font-size: 20px;
  line-height: 22px;
}
.refreshLoader {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.refreshLoader:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.latestSectionWrap .heading4 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.recentPosts .row {
  margin: 0;
}
.recentPosts .imageBlock {
  padding: 0;
  padding: 0 15px;
  margin-bottom: 8px;
}
.recentPosts .postBy {
  margin: 0 0 5px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}
.recentPosts .postBy span {
  font-weight: 400;
  font-size: 12px;
  margin-left: 5px;
}
.recentPosts .duration {
  font-style: italic;
  color: #656565;
  font-size: 11px;
}
.latestSectionWrap .featuredNews .imageBlock {
  padding: 0;
}
.latestSectionWrap .entertainmentNews img {
  margin-bottom: 15px;
}
.latestSectionWrap .heading3 {
  margin: 0 0 25px;
}
.latestSectionWrap .otherNews .carousel-indicators {
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  width: auto;
  margin: 0;
}
.latestSectionWrap .otherNews .carousel-indicators li {
  border-color: #000;
}
.latestSectionWrap .otherNews .carousel-indicators .active {
  background-color: #000;
}
.latestSectionWrap .otherNews .carousel-caption {
  left: 20px;
  right: 20px;
  text-align: left;
  padding: 0;
}
.latestSectionWrap .otherNews .carousel-caption h4 {
  font-size: 28px;
  margin: 0;
}
.latestSectionWrap .joinCommunity .calloutInfo {
  border-left: 2px solid #f00700;
  background-color: #fafafa;
  padding: 10px;
}
.latestSectionWrap .joinCommunity .socialShareWrap a {
  color: #fff;
}
.latestSectionWrap .joinCommunity .btn {
  background-color: #000;
  color: #fff;
  width: 100%;
}


.latestSectionWrap .signUpCommunity .calloutInfo {
  border-left: 2px solid #f00700;
  background-color: #fafafa;
  padding: 10px;
}
.latestSectionWrap .signUpCommunity .socialShareWrap a {
  color: #fff;
}
.latestSectionWrap .signUpCommunity .btn {
  background-color: #000;
  color: #fff;
  width: 100%;
}

.latestSectionWrap .input-group-addon,
.latestSectionWrap .form-control,
.latestSectionWrap .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.latestSectionWrap .joinCommunity .socialShareWrap li {
  padding: 0;
}
.latestSectionWrap .signUpCommunity .socialShareWrap li {
  padding: 0;
}

.latestSectionWrap .activeMembers .row {
  margin: 0 -5px;
}
.latestSectionWrap .activeMembers [class*=col-] {
  padding: 5px;
  margin-bottom: 5px;
}
.latestSectionWrap .groups ul li {
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.latestSectionWrap .groups ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.latestSectionWrap .groups .imageBlock {
  padding: 0;
}
.latestSectionWrap .groups .listHeading {
  color: #000;
  font-weight: 600;
  margin: 0 0 5px;
}
.latestSectionWrap .events .eventName {
  color: #f00700;
  margin: 0;
}
.latestSectionWrap .events .eventDate {
  color: #000;
  margin: 0 0 18px;
  font-weight: 600;
}
.latestSectionWrap .events .viewAll {
  font-weight: 700;
}
.latestSectionWrap .statistics .tableCol {
  display: table-cell;
  vertical-align: middle;
}
.latestSectionWrap .statistics .iconCircle {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #f00700;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.latestSectionWrap .statistics .colHeading {
  font-size: 12px;
  color: #acacac;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.latestSectionWrap .statistics .count {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

/*Community post css end*/

/*start  css for loader */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
.body {  }
.loader { font-weight: bold; width: 500px; margin: 0 auto; height: 20px; font-family: 'Josefin Sans', sans-serif; }
.title { color: #FF3B30 ; font-size: 100%; margin-bottom: 5px }
.load { width: 100%; height: 5px; background-color: #F0F0F0; position: relative; overflow: hidden; }
.bar { width: 15%; height: 5px; background-color: #FF3B30 ; position: absolute;
} 
/* End  css for loader */

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}

.notificationsWrap .moreComments{
  max-height: 200px;
  flex-direction: column-reverse;
  display: flex;
  margin-top:15px;
}



 /***************** Chat application on persona-community page Aayesha 04/12/2019 *****************/
    .priceplanimage .thumbImageContainer, .storeBuilderWrap .storeImageContainer, .editProfileWrap .projectImageContainer, .editProfileWrap .creativeImageContainer, .storeBuilderWrap .thumbImageContainer , #persona_dashboard_form .dashboardImageContainer {
      position: relative;
      text-align: center;
      height: 186px;
      border: 4px solid #CCCCCC;
    }
    ul#silo-chat-user-list {
      background: none !important;
      padding: 0 !important;
      margin-top: 10px !important;
    }
    li#list-height:hover {
      background: linear-gradient(45deg, black, transparent);
    }
    #silo-chat-user-list li.list-height p{
      text-align: left;
      /*color: #000;*/
      color: #fff;
      margin-left: 0!important;
      /*margin: 2px 5px 0px 0px;
      display: inline-block;
      height: 100%;*/
    }
  /*#silo-chat-user-list li.list-height:hover {
    background: #C6C6C6;
    }*/
    #silo-chat-user-list li.list-height {
      padding: 10px;
      border: none;
      margin: initial;
      /*border-right: none;*/
      /*border-left: none;*/
      /*background: #252525;*/
      background: transparent;
      /*border-bottom: 1px solid #444444;*/
      cursor: pointer;
    }

    #silo-chat-user-list li.list-height:hover{
      /*background: #DCDADA !important;*/
      /*background: #252525 !important;*/
      background: #000 !important;
    }

    #silo-chat-user-list li.list-group-item .channel-label .label-success{
      color: #fff;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      font-size: small;
      display: inline-block;
      float: right;
    }
    #silo-chat-user-list li.active {
      background: #C6C6C6 !important;
      /*background: #000 !important;*/
    }
    #silo-chat-user-list div.display-inline img{
      /*float: right;*/
    }

    #silo-chat-user-list li.list-height .silo-chat-user-thumbnail{
      height: auto;
      width: 45px;
      height: 45px;
      border-radius: 50%;
    }

    #persona-chat-window{
      background-color: #F5F5F5;
      /*background-color: #000000;*/
    }
    #persona-chat-window .user_details{
      border-bottom: 1px solid #f00700;
      margin: 9px;
    }

    /*#persona-chat-window .user_details #user_name{
      padding-bottom: 1%;
      padding-left: 6%;
      margin-top: -32px;
      cursor: pointer;
      color: #fff;
      border-bottom: 1px solid #f00700;
      }*/
      #persona-chat-window .user_details #btnVideoCall{
        cursor: pointer;
      }
      .col-md-2.silo-chat-connections{
        /*background: #201e1e;*/
        /*background: #E6E5E5;*/
        background: #252525;
        padding: unset;
        max-height: 780px;
      }
      .col-md-2.silo-chat-connections .silo-chat-search{
        padding: 10px 0 10px 0;
      }

      .col-md-2.silo-chat-connections .silo-chat-search input{
        border-top-left-radius: 0.1875rem;
        border-bottom-left-radius: 0.1875rem;
        color: #fff;
        background: transparent;
      }
      .col-md-2.silo-chat-connections .silo-chat-search #silo-chat-search-box{
        padding: 0 7px;
      }

     /*.search{
      padding: 10px 0 10px 0;
    }

     .search input{
      border-top-left-radius: 0.1875rem;
      border-bottom-left-radius: 0.1875rem;
      color: #000;
      background: transparent;
    }
    .search #search-box{
      padding: 0 7px;
    }
    */
    .persona-chat-window{
      background: #373435;
      padding: 31px;
    }
    .persona-chat-window .user-details{

    }
    .active_chat .dot{
      height: 10px;
      width: 10px;
      border-radius: 50%;
      /* display: inline-block; */
      float: left;
      margin-top: 1%;
    }

    .start_chat .dot {
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: inline-block;
      float: right;
    }
    .chat_message_area
    {
      position: relative;
      width: 100%;
      height: auto;
      background-color: #FFF;
      border: 1px solid #CCC;
      border-radius: 3px;
    }

    #group_chat_message
    {
      width: 100%;
      height: auto;
      min-height: 80px;
      overflow: auto;
      padding:6px 24px 6px 12px;
    }

    .image_upload
    {
      position: absolute;
      top: 426px;
      right: 45px;
    }
    .image_upload > form > input
    {
      display: none;
    }

    .image_upload img
    {
      width: 24px;
      cursor: pointer;
    }

    .clean-bottom {
      margin-bottom: 52px;
    }

    .user_dialog img.img-responsive{
      height: 120px;
    }
    .user_dialog .chat_history{
      min-height:500px !important;
      height:500px !important;
      margin-bottom: 50px;
    }

    .user_dialog .chat_history ul{
    }

    .sender-message .chat-message {
     /* background-color: #656565;*/
     /*background-color:#3e3d3d;*/
   }
   .reciever-message .chat-message {
    /*  background-color: #f2f6f9;*/
    /*background-color: #252525;*/
  }

  .user_dialog .chat_history li.sender-message{
    text-align: right;
  }
  .user_dialog .chat_history li>div{
    vertical-align: top;
    display: inline-block;
    margin: 10px 0;
    max-width: 80%;
  }
  .user_dialog .chat_history li>div .chat-message{
    max-width: max-content;
    /*background: #fff;*/
    padding: 2px 2px 0px 9px;
    border: 0px solid;
    border-radius: 3px;
     color: #000;
   
    text-align: left;
  }
  .user_dialog .chat_history li>div .chat-message .read-reciept{
    float: none;
    font-size: smaller;
    font-style: oblique;
    color: #8c8cb1;

    background: transparent;
    border: 0;
    outline: none;
    /*font-size: 18px;*/
    padding: 0 3px;
    line-height: 22px;
    vertical-align: top;
    float: right;
  }
  .user_dialog .chat_history li>div .chat-message .msg-read{
    color: #34bfde;
  }

  .chat-button-div{
    margin-top: 10px;
  }
  .chat-button-div #btnChat{
    display: inline-block;
    float: right;
  }
  /******************************************************/\

  /*****************************************************/
  /* this code is for persona community we chat demo */
  /******************************************************/
  .col-md-7.padding-none.text-center {
    padding: 0px;
  }
  .we-chat-window {
    height: 100%;
    width: auto;
  }
  .member_list {
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .member_list ul {
    border: 1px solid #dddddd;
  }
  .member_list li {
    border-bottom: 1px solid #dddddd;
    padding: 6px;
  }
  .chat-img img {
    height: 34px;
    width: 34px;
  }
  .member_list .chat-body {
    margin-left: 47px;
    margin-top: 0;
  }
  .member_list .contact_sec {
    margin-top: 3px;
  }
  .new_message_head {
    background: #f5f3f3 none repeat scroll 0 0;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 18px 10px;
    width: 100%;
  }
  .all_conversation button {
   background: #f5f3f3 none repeat scroll 0 0;
   border: 1px solid #dddddd;
   height: 38px;
   text-align: left;
   width: 100%;
 }
 .all_conversation i {
   background: #e9e7e8 none repeat scroll 0 0;
   border-radius: 100px;
   color: #636363;
   font-size: 17px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   width: 30px;
 }
 .all_conversation .caret {
   bottom: 0;
   margin: auto;
   position: absolute;
   right: 15px;
   top: 0;
 }
 .all_conversation .dropdown-menu {
   background: #f5f3f3 none repeat scroll 0 0;
   border-radius: 0;
   margin-top: 0;
   padding: 0;
   width: 100%;
 }
 .all_conversation ul li {
   border-bottom: 1px solid #dddddd;
   line-height: normal;
   width: 100%;
 }
 .all_conversation ul li a:hover {
   background: #dddddd none repeat scroll 0 0;
   color:#333;
 }
 .all_conversation ul li a {
  color: #333;
  line-height: 30px;
  padding: 3px 20px;
}
.member_list .chat-body {
 margin-left: 47px;
 margin-top: 0;
}
.top_nav {
 overflow: visible;
}
.member_list .contact_sec {
 margin-top: 3px;
}
.member_list li {
 padding: 6px;
}
.member_list ul {
 border: 1px solid #dddddd;
}
.chat-img img {
 height: 34px;
 width: 34px;
}

.member_list li {
 border-bottom: 1px solid #dddddd;
 padding: 6px;
}
.member_list li:last-child {
 border-bottom:none;
}
.member_list {
 height: 380px;
 overflow-x: hidden;
 overflow-y: auto;
}
.sub_menu_ {
  background: #e8e6e7 none repeat scroll 0 0;
  left: 100%;
  max-width: 233px;
  position: absolute;
  width: 100%;
}
.sub_menu_ {
  background: #f5f3f3 none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  left: 100%;
  margin-left: 0;
  max-width: 233px;
  position: absolute;
  top: 0;
  width: 100%;
}
.all_conversation ul li:hover .sub_menu_ {
  display: block;
}
.new_message_head button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.new_message_head {
  background: #f5f3f3 none repeat scroll 0 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 10px;
  width: 100%;
}
.message_section {
  border: 1px solid #dddddd;
}
.chat_area {
  float: left;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.chat_area li {
  padding: 14px 14px 0;
}
.chat_area li .chat-img1 img {
  height: 40px;
  width: 40px;
}
.chat_area .chat-body1 {
  margin-left: 50px;
}
.chat-body1 p {
  background: #fbf9fa none repeat scroll 0 0;
  padding: 10px;
}
.chat_area .admin_chat .chat-body1 {
  margin-left: 0;
  margin-right: 50px;
}
.chat_area li:last-child {
  padding-bottom: 10px;
}
.message_write {
  background: #f5f3f3 none repeat scroll 0 0;
  float: left;
  padding: 15px;
  width: 100%;
}

.message_write textarea.form-control {
  height: 70px;
  padding: 10px;
}
.chat_bottom {
  float: left;
  margin-top: 13px;
  width: 100%;
}
.upload_btn {
  color: #777777;
}
.sub_menu_ > li a, .sub_menu_ > li {
  float: left;
  width:100%;
}
.member_list li:hover {
  background: #428bca none repeat scroll 0 0;
  color: #fff;
  cursor:pointer;
}

#persona-chat-window #chat_data{
  min-height: 390px;
  height: 430px;
}
.persona-dashboard .per-dash-img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%; 
  position: relative;

}

/******************** end of code *********************/

 /*-----------css for common serach box start----------*/
                  input.form-control.common_search-box {
                    /*background-color: transparent;
                    border: none!important;
                    color: #fff;*/
                    width: 89%!important;
                  }
                  input.form-control.common_search-box::placeholder {
                    color: #fff;
                    opacity: 0.5;
                  }
                  .offset-md-3 {
                    margin-left: 4%;
                    margin-bottom: 2%;
                  }
                  /*-----------css for common serach box end----------*/

                   @media screen and (min-width: 2560px) and (max-width: 3200px){
           ul.list-group {
            overflow-y: scroll;
            height: 982px;
          }  
        }

        @media screen and (min-width: 1424px) and (max-width: 3200px){  
          html.no-vertical-scroll{
            overflow-y: hidden;
          }
          .persona-dashboard .per-dash-img {
            height: 952px;
          }
          .persona-dashboard .followers-tv-channels-list ul{
            height: 700px;
          }

          .persona-chat #persona-chat-window #chat_data {
            min-height: 520px;
            height: 570px;
          }
          .persona-chat .overflow {
            height: 690px;
          }

        }

        .overflow {
    overflow-y: scroll;
}

.persona-community .latestActivity ul.dropdown-menu.show, .persona-community #persona-chat-window ul.dropdown-menu.show {
    padding: 4px 0px 0px 0px;
    color: #fff;
    background-color: #252525;
}

.persona-community .dropdown-menu
{
      background-color: #000;
      transform: translate3d(-94px, 18px, 0px);
}

 .persona-community .panel.topBorderPatch.scroll-bar{
            height: 430px !important;
          }

          .persona-community .latestActivity button#postLabel,
          .persona-community #persona-chat-window button#postLabel {
            color: #000;
            border: none;
            background: transparent;
            float: right;
            margin-top: -42%;
          }
          .persona-community .latestActivity ul.dropdown-menu.show li:hover,
          .persona-community #persona-chat-window ul.dropdown-menu.show li:hover{
            background-color: #616060;
          }

          .persona-community .latestActivity ul.dropdown-menu.show,
          .persona-community #persona-chat-window ul.dropdown-menu.show {
            padding: 4px 0px 0px 0px;
            color: #fff;
            background-color: #252525;
          }
          .persona-community .latestActivity ul.dropdown-menu.show li,
          .persona-community #persona-chat-window ul.dropdown-menu.show li {
            cursor: pointer;
            padding: 0px 0px 0px 8px;
            font-size: 14px;
          }
          .persona-community .latestActivity .center-block {
            display: block;
            margin-right: auto;
            margin-left: auto;
          }
          .persona-community .topBorderPatch .refreshLoader {
            cursor: pointer;
            display: inline-block;
            margin-left: 5px;
            transition: all 0.5s;
          }
          .persona-community .topBorderPatch .refreshLoader:hover {
            transform: rotate(180deg);
          }
          .persona-community .latestActivity .imgContainer .singlePhoto {
            width: 100%;
            height: 100%;
          }
          .persona-community .latestSectionWrap .timelinePost .dropzone {
            border: 1px solid #ddd;
            border-top: 0;
            color: #333;
          }
          .persona-community .latestSectionWrap .timelinePost .btn {
            border-radius: 25px;
            padding: 7px 25px;
            margin-right: 10px;
          }
          .persona-community .latestSectionWrap .timelinePost .btn i {
            margin-right: 5px;
          }
          .persona-community .latestActivity>ul>li {
            /*border-bottom: 1px solid #ddd;*/
            border-bottom: none;
            padding: 15px;
            margin: 0 -15px 0 -15px;
            position: relative;
          }
          .persona-community .latestActivity>ul>li:hover {
            /*background-color: #2e2e2e;*/
          }
          .persona-community .latestActivity>ul>li .dropdown {
            position: absolute;
            right: 10px;
            top: 5px;
          }
          .persona-community .latestActivity>ul>li .dropdown button {
            background: transparent;
            border: 0;
            outline: none;
            font-size: 18px;
            padding: 0;
            line-height: 10px;
            vertical-align: top;
          }
          .persona-community .latestActivity>ul>li .dropdown span {
            display: block;
            padding: 0 10px;
            cursor: pointer;
            font-size: 13px;
          }
          .persona-community .latestActivity>ul>li .dropdown-menu {
            min-width: 95px;
            min-width: 130px !important;
          }

          .persona-community .list-group-item .channel-label{
            padding:0;
            text-align: left;
          }

          .persona-community .latestActivity .imgContainer {
            height: 300px;
            width: 100%;
            /*border: 1px solid #ddd;*/
            border-radius: 4px;
            margin: 10px 0;
          }
          .persona-community .latestActivity .imgContainer a {
            /*background-color: #F0F0F0;*/
            height: 100%;
            position: relative;
            width: 100%;
            display: inline-block;
          }
          .persona-community .latestActivity .imgContainer a img {
            background-color: #000;
            position: absolute;
            height: 100%;
            left: 50%;
            margin: 0 auto;
            top: 50%;
            transform: translate(-50%,-50%);
          }
          .persona-community .latestActivity .imgContainer span {
            /*background-color: #F0F0F0;*/
            height: 100%;
            position: relative;
            width: 100%;
            display: inline-block;
          }
          .persona-community .latestActivity .imgContainer .singlePhoto span video {
            background-color: #000;
            position: absolute;
            height: 100%;
            left: 50%;
            margin: 0 auto;
            top: 50%;
            transform: translate(-50%,-50%);
          }
          .persona-community .latestActivity .imgContainer .threeQuarters {
            display: inline-block;
            height: 100%;
            margin-right: 1px;
            overflow: hidden;
            position: relative;
            width: 75%;
          }
          .persona-community .latestActivity .imgContainer .thirdHeights {
            display: inline-block;
            height: 100%;
            vertical-align: top;
            width: calc(100% - 76%);
          }
          .persona-community .latestActivity .imgContainer .thirdHeight {
            height: calc(100% / 3 - 2px/3);
            margin-bottom: 1px;
            overflow: hidden;
            position: relative;
            width: 100%;
          }
          .persona-community .latestActivity .imgContainer .twoThird {
            display: inline-block;
            height: 100%;
            margin-right: 1px;
            overflow: hidden;
            position: relative;
            width: 66.66666666666666%;
          } 
          .persona-community .latestActivity .imgContainer .halfHeights {
            display: inline-block;
            height: 100%;
            vertical-align: top;
            width: calc((100% - 67.66666666666666%) - 1px);
          }
          .persona-community .latestActivity .imgContainer .halfHeight {
            height: calc(100% / 2 - 1px/2);
            overflow: hidden;
            position: relative;
            width: 100%;
          }
          .persona-community .latestActivity .imgContainer .twoPhotoCol {
            position: relative;
            width: 49.7%;
            display: inline-block;
            height: 100%;
          }
          .persona-community .latestActivity .imgContainer .singlePhoto {
            width: 100%;
            height: 100%;
          }
          .persona-community .latestActivity .postInput {
            position: relative;
            margin: 15px 0;
            width: 80%;
            margin: auto;
          }
          .persona-community .latestActivity .postInput .form-control {
            border-radius: 25px;
            padding-right: 27%;
          }
          .persona-community .latestActivity .postInput .btn {
            border-radius: 25px;
            position: absolute;
            top: 0;
            right: 0;
            margin-right: 0px;
          }
          .persona-community .latestActivity .commentWrap>li {
            display: table;
            width: 100%;
            position: relative;
            /* width: 80%;*/
            margin: 0 auto 10px;
          }
          .persona-community .latestActivity .commentWrap>li .closeBtn {
            position: absolute;
            right: 3px;
            top: 5px;
            color: #bdbdbd;
            cursor: pointer;
            border-radius: 25px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            display: block;
          }
          .persona-community .latestActivity .commentWrap>li:hover .closeBtn {
            color: #FF0000;
          }
          .persona-community .latestActivity .commentWrap>li .imgBlock {
            width: 32px;
            height: 32px;
            position: absolute;
          }
          .persona-community .latestActivity .commentWrap>li .contentBlock {
            padding-left: 50px;
            width: 100%;
          }
          .persona-community .latestActivity .commentWrap>li .contentBlock .comment {
            border: 1px solid #ddd;
            border-radius: 25px;
            background: #2e2e2e;
            padding: 5px 15px;
            margin-bottom: 5px;
            word-break: break-all;

          }
          .persona-community .latestActivity .commentWrap>li .contentBlock .comment strong {
            margin-right: 5px;
            text-transform: capitalize;
          }
          .persona-community .latestActivity .commentWrap>li .cell {
            display: table-cell;
            vertical-align: top;
          }
          .persona-community .latestActivity .commentWrap>li .imgBlock img {
            height: 32px;
          }
          .persona-community .moreComments.commentScrollbar.mCustomScrollbar._mCS_2.mCS_no_scrollbar._mCS_1 {
            background: #fff;
            margin-bottom: 10px;
          }
          .persona-community .latestActivity ul li {
            list-style: none;
          }

          /*.persona-community-group*/
          #persona-community-group .modal-footer {
            width: 100%;
          }
          #persona-community-group .circle {
            border-radius: 1000px !important;
            overflow: hidden;
            width: 120px;
            height: 121px;
            border: 4px solid #000;
            position: absolute;
            top: 122px;
            left: 175px;
          }
          #persona-community-group .profile-pic {
            width: 100%;
            height: 100%;
            border-radius:50%;
          }

          #persona-community-group .file-upload {
            display: none;
          }

          #persona-community-group img {
            max-width: 100%;
            height: auto;
          }
          #persona-community-group .p-image {
            position: absolute;
            top: 206px;
            right: 209px;
            color: #666666;
            transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
          }
          #persona-community-group .p-image:hover {
            transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
          }
          #persona-community-group .upload-button {
            font-size: 1.2em;
          }

          #persona-community-group .upload-button:hover {
            transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
            color: #999;
          }

          .persona-community #black-bg .persona-community-row {
            margin: 0px 15%;
          }

          /*.profile-name button {
            border-radius: 15px;
            font-size: 12px;
          }
          .connections-padding-right button {
            border-radius: 15px;
            font-size: 10px;
            }
            button.btnRed-comment-community {
              background: #ff0000;
              border: none;
              color: #fff;
              font-size: 9px;
              border-radius: 20px;
            }
            ul.community-ul {
              padding: 0;
              width: 100%;
            }
            li.community-li {
              display: flex;
              }*/

            /*img.img-responsive.profile-img.icon {
              width: 60px;
              }*/
            /*li.community-li p {       
              font-size: 11px;
            }
            .col-md-6.connections-padding {
              padding: 0px;
            }
            .col-md-6.connections-padding-right {
              padding-right: 0;
              padding-left: 0px;
              margin-top: 10px;
            }
            .col-md-7.connections-padding-right {
              padding-left: 0px;
              }*/

              @media only screen and (max-width: 1024px) and (min-width: 768px)  {
                li.community-li {
                  display: list-item;
                }
                .col-md-5.connections-padding {
                  max-width: 100%;
                }

                .emojionearea .emojionearea-editor{
                  min-height: 4rem !important;
                  max-height: 8em !important;
                }

              }
              @media only screen and (max-width: 425px) and (min-width: 320px)  {

                ul.community-ul {
                  width: 400px;
                }
                img.img-responsive.profile-img.icon {
                  width: 100%;
                }
                li.community-li p {
                  font-size: 12px;

                }
                button.btnRed-comment-community {
                  font-size: 16px;
                }
                .col-md-6.connections-padding-right{
                  margin-top: 30px;
                }

              }


               /*********************** dropdown menu start **********************/
  /*.dropdown-menu {
    min-width: 7rem;
  }*/
  /*.latest_activity_dd{
    display: block;
    padding: 0 0px;
    cursor: pointer;
    font-size: 13px;
    
    }*/
   /* .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      float: left;
      background-color: #000;
      box-shadow: 0 6px 12px rgba(0,0,0,.175);
      border: 1px solid rgba(0,0,0,.15);
      border-radius: 4px;
      background-clip: padding-box;
      transform: translate3d(-94px, 18px, 0px);
    }*/
    /*********************** dropdown menu end **********************/

    /*********************** modal start **********************/
    .modal-dialog .modal-content {
      color: #fff;
      margin-top: 20%;
      background-color: #252525;
    }
    .modal-dialog .modal-content button.close{
      color: #fff;
    }

    /*.modal-dialog .modal-content .modal-header {
      padding: 2rem;
      }*/
      .modal-dialog .modal-content .modal-title {
        margin: 0;
        line-height: 1.42857143;
      }

      /*********************** modal end **********************/



